html,body{
  width: 100%;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@font-face {
  font-family: Atkinson;
  src: url('../fonts/AtkinsonHyperlegible.ttf');
}

@font-face{
  font-family: CrimsonT;
  src: url('../fonts/CrimsonText.ttf')
}

.p-footer{
  color: #107438;
}

._footer{
  background-color:transparent;
  
}
.footer-bottom{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    min-width: 100%;
}
.a-custom{
  color: #107438;
}
.a-custom:hover{
  color:#1DAD48;
}
.navbar{
  background-color:transparent;
}

.nav-link{
  color:white;
}

img{
  max-width:100%;
}

.green-cell{
  background-color: #1DAD48;
  color:white;
  border-radius:10px;
  border:none;
  padding:2px 10px;
}
/* .noHover:hover{
  color:white;
}
.noHover:active{
  color:white;
} */
/* Register Page */
.main{
  background-image: url("../images/Login/Group73.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* position: absolute; */
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 500px){
  .main{
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 1000px){
  .main{
    background-repeat: repeat;
    position: relative;
  }
}
.titlu-register{
  color: #107438;
  font-weight: bold;
  font-size: 40px;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 393px){
  .titlu-register{
    font-size: 35px;
  }
}
@media only screen and (max-width: 353px){
  .titlu-register{
    font-size: 25px;
  }
}
.form-container{
  background-color: white;
  border-radius: 62px;
  padding: 50px;
  margin: auto;
  width: 65%;
  box-shadow: 14px 14px 10px #0000001A;
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px; */
}
@media only screen and (max-width: 991px){
  .form-container{
    width: 90%;
  }
}
@media only screen and (max-width: 466px){
  .form-container{
    padding: 30px;
    padding-bottom: 60px;
  }
}
.two-element-cell{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  
}
.text-parola{
  color: red;
  opacity: 0.5;
}

.mh-input{
  border: 0;
  border-bottom: 1px #dedede solid;
  outline: 0;
  font-size: large;
}
.mh-input::placeholder{
  color: grey;
}
.mh-input:focus-visible{
  border-bottom: 1px #aeaeae solid;
}
.form-input-field{
  /* padding: 0px 75px 0px 12px; */
  justify-content: space-between;
}

.mh-buton{
  float: right;
  background-color: transparent;
  border-radius: 35px;
  border-color: #107438;
  border-width: 2px;
  font-size: large;
  font-weight: 500;
  color:#107438;
  width: 170px;
  height: 40px;
  padding: 0px;
  transition: 300ms ease-in-out;
}
.mh-buton:hover{
  color: white;
  background-color: #107438;
  transform: scale(1.1);
}

.to-login{
  text-align: center;
  
}
.to-login-text{
  text-decoration: none;
  color: white;
}
.to-login-text:hover{
  color: white;
}
/* Login Page */
.login-main{
  background-image: url("../images/Login/Group73.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  /* margin-top: -100px; */
}
.to-register{
  text-align: center;
  position: relative;
  top: 100px;
}
.login-container{
  background-color: white;
  border-radius: 62px;
  padding: 50px;
  margin: auto;
  box-shadow: 14px 14px 10px #0000001A;
  transform: translate(0%, 50%);
  max-width: 500px;
}
/* Profile Page */

.profile-main{
  padding: 10% 0 10% 0 ;
  margin: 0px 50px;
}
@media only screen and (max-width: 410px){
  .profile-main{
    margin: 0px 10px;
  }
}
.modifica{
  text-decoration: none;
  color: green;
}

.modifica:hover{
  color:#00CF31;
}

.mesaj{
  font-weight: bold;
}

.qr-container{
  display: grid;
}
.scris-deasupra{
  display: flex;
}
.titlu{
  font-size: medium;
  color:#107438;
  padding-right: 20px;
  font-weight: bold;
}
.selectare-profil{
  border-color: transparent;
  color: black;
  background-color: transparent;
  border: none;
  padding: 10px;
  transition: 150ms ease-in-out;
}
.selectare-profil:hover{
  font-weight: bold;
  transform: scale(1.1);
}
.selectare-profil:focus{
  font-weight: bold;
}
/* Home Page */
.background-diagonala{
  /* background-color: green;
  height: 500px;
  position: relative; */
  background-image: url("../images/HomeImg/bg.png");
  background-size:100% 100%;
  background-repeat: no-repeat;
  margin-top:-100px;
}
@media only screen and (max-width: 500px){
  .background-diagonala{
    background-image: url("../images/HomeImg/bg-telefon.png");
  }
}
.paragraf-0-container{
 margin: 0px 150px;
 padding-top: 10%;
}
@media only screen and (max-width: 600px){
  .paragraf-0-container{
    margin: 0px 40px;
  }
}
@media only screen and (max-width: 560px){
  .paragraf-0-container{
    margin: 0px 10px;
  }
}
.titlu-paragraf-0{
  color: white;
  font-weight: bold;
  font-size: 50px;
  margin-top: 100px;
}
@media only screen and (max-width: 470px){
  .titlu-paragraf-0{
    font-size: 40px;
  }
}
@media only screen and (max-width: 280px){
  .titlu-paragraf-0{
    font-size: 30px;
  }
}
.text-paragraf-0{
  color: white;
  margin-right: 35%;
}
@media only screen and (max-width: 470px){
  .text-paragraf-0{
    margin-right: 10px;
  }
}
.mh-buton-home{
  background-color: transparent;
  border-radius: 35px;
  border-color: white;
  border-width: 3px;
  font-size: large;
  font-weight: 500;
  color:white;
  width: 170px;
  transition: 300ms ease-in-out;
}
.mh-buton-home:hover{
  color: #107438;
  background-color: white;
  transform: scale(1.1);
}
.mh-buton-home-padel{
  background-color: transparent;
  border-radius: 35px;
  border-color: white;
  border-width: 3px;
  font-size: large;
  font-weight: 500;
  color:white;
  width: 170px;
  transition: 300ms ease-in-out;
}
.mh-buton-home-padel:hover{
  color: #0071BC;
  background-color: white;
  transform: scale(1.1);
}
.mh-buton-home-tenis{
  background-color: transparent;
  border-radius: 35px;
  border-color: white;
  border-width: 3px;
  font-size: large;
  font-weight: 500;
  color:white;
  width: 170px;
  transition: 300ms ease-in-out;
}
.mh-buton-home-tenis:hover{
  color: #FFAA00;
  background-color: white;
  transform: scale(1.1);
}
.mh-buton-home-fitnes{
  background-color: transparent;
  border-radius: 35px;
  border-color: white;
  border-width: 3px;
  font-size: large;
  font-weight: 500;
  color:white;
  width: 170px;
  transition: 300ms ease-in-out;
}
.mh-buton-home-fitnes:hover{
  color: #818181;
  background-color: white;
  transform: scale(1.1);
}
.diagonala{
  background-color: white;
  height: 50px;
  width: 100%;
  transform: skewY(-2deg);
  position: absolute;
  bottom: 0;
}
.bara{
  background-color: white;
  height: 50px;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.paragraf-1-container{
  margin-left: 150px;
}
@media only screen and (max-width: 600px){
  .paragraf-1-container{
    margin-left: 40px;
  }
}
@media only screen and (max-width: 360px){
  .paragraf-1-container{
    margin-left: 10px;
  }
}
.paragraf-1{
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 800px){
  .paragraf-1{
    flex-direction: column;
  }
}
@media only screen and (max-width: 1325px){
  .mobile-display{
    display: block;
  }
}
@media only screen and (max-width: 1325px){
  .mobile-changes{
    margin: auto 0px auto 0px !important;
  }
}
.titlu-paragraf-1{
  color: #107438;
  font-weight: bold;
  font-size: 35px;
  padding-bottom: auto;
  margin: auto 0px;
}
.green-cell-home{
  background-color: #1DAD48;
  color:white;
  border-radius:10px;
  border:none;
  padding:2px 10px;
  margin: auto 0px auto 30px;
  font-weight: 500;
}
@media only screen and (max-width: 800px){
.programLV{
  margin-left: 0px;
  margin-bottom: 10px;
  max-width: 192px;
}
}
@media only screen and (max-width: 800px){
.programSD{
  margin-left: 0px;
  margin-bottom: 10px;
  max-width: 248px;
}
}
.tarife-titlu{
  color: #107438;
  font-weight: bold;
  font-size: 35px;
  margin: 0px 150px;
}
@media only screen and (max-width: 600px){
  .tarife-titlu{
    margin: 0px 40px;
  }
}
@media only screen and (max-width: 360px){
  .tarife-titlu{
    margin: 0px 10px;
  }
}
.tarife-container{
  margin: 0px 150px;
}
@media only screen and (max-width: 600px){
  .tarife-container{
    margin: 0px 40px;
  }
}
@media only screen and (max-width: 360px){
  .tarife-container{
    margin: 0px 10px;
  }
}
.margine{
  margin-left: 150px;
}
@media only screen and (max-width: 600px){
  .margine{
    margin-left: 40px;
}
  }
@media only screen and (max-width: 360px){
  .margine{
    margin-left: 10px;
  }
}
.tarife-element{
  margin-right: 20px;
  padding: 15px 20px;
  border-radius: 30px;
  max-width: 500px;
}
.tarife-subtitluri{
  color: white;
  font-size:larger;
  font-weight: 500;
}
.tarife-ore-pret{
  color: white;
  font-size:x-large;
  font-weight: bold;
}
.blog-container{
  display: flex;
  overflow-x: scroll;
}
.blog-container::-webkit-scrollbar{
  display: none;
  
}
.blog-element{
  height: 300px;
  background-color: #1DAD48;
  border-radius: 30px;
  display: flex;
  min-width: 600px;
  max-width: 600px;
}
@media only screen and (max-width: 600px){
  .blog-element{
    height: 200px;
    min-width: 350px;
  }
}

.blog-text{
  padding: 20px;
}
.blog-poza{
  height: 100%;
  border-radius: 0px 30px 30px 0px;
  object-fit: cover;
}
.blog-titlu-container{
height: 30%;
}
.blog-titlu{
  color: white;
  font-weight: bold;
}
.blog-body-container{
  height: 60%;
  
}
.blog-body{
  color: white;
  text-overflow: ellipsis;
  max-height: 150px;
  overflow: hidden;
}
@media only screen and (max-width: 600px){
  .blog-body{
    max-height: 100px;
  }
}
.blog-footer-container{
  height: 10%;
}
.blog-footer{
  color: yellow;
  cursor: pointer;
}
.home-padel-details{
  display: flex;
  flex-wrap: wrap;
}
#padel-background{
  background-image: url("../images/HomeImg/Blurr/Padel.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#tenis-background{
  background-image: url("../images/HomeImg/Blurr/Tenis.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#fotbal-background{
  background-image: url("../images/HomeImg/Blurr/Fotbal.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#fitness-background{
  background-image: url("../images/HomeImg/Blurr/Fitness.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.details-text{
  padding: 70px 70px 70px 150px;
}
@media only screen and (max-width: 1446px){
  .details-text{
    padding: 70px 70px 20px 150px;
  }
}
@media only screen and (max-width: 600px){
  .details-text{
    padding: 40px;
  }
}
@media only screen and (max-width: 360px){
  .details-text{
    padding: 10px;
  }
}
.padel-details-titlu{
  color: white;
  font-weight: bold;
  font-size: 35px;
}
.padel-details-scris{
  color: white;
}
.slider-card-img{
  height: 300px;
  border-radius: 24px;
  margin: 50px 20px;
  width: 300px;
  object-fit: cover;
}
@media only screen and (max-width: 991px){
  .slider-card-img{
    height: 150px;
    width: 150px;
  }
}

.parteneri{
  margin-left: 300px;
  margin-right: 300px;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  max-height: 100px;
  min-height: 10px;

}
@media only screen and (max-width: 1230px){
  .parteneri{
    margin-left: 50px;
  margin-right: 50px;
  }
}
@media only screen and (max-width: 700px){
  .parteneri{
    flex-direction: column;
    align-items: center;
    max-height:fit-content;
  }
}
.partener-item{
  object-fit: contain;
  max-height: 50px;
  max-width: 200px;
}
.paleta-home{
  height: 500px;
  position: absolute;
  top: 350px;
  right: 0;
}
@media only screen and (max-height: 850px) and (max-width: 1000px){
  .paleta-home{
    display: none;
  }
}@media only screen and (max-width: 1200px){
  .paleta-home{
    display: none;
  }
}
@media only screen and (max-height: 850px){
  .paleta-home{
    display: none;
  }
}
.minge-home{
  height: 100px;
  position: absolute;
  top: 400px;
  right: 400px;
}
@media only screen and (max-height: 850px) and (max-width: 1000px){
  .minge-home{
    display: none;
  }
}@media only screen and (max-width: 1200px){
  .minge-home{
    display: none;
  }
}
@media only screen and (max-height: 850px){
  .minge-home{
    display: none;
  }
}
/* Rezervari Page Individual */
.rezervare-form-container{
  display: grid;
}
.poza-rezervare-individuala{
  box-shadow: 8px 8px 30px #00000029;
  border-radius: 25px;
  margin: 20px;
  margin: 0px 10px 20px 0px;
}
/* @media only screen and (max-width: 1350px){
  .poza-rezervare-individuala{
    margin: 20px 10px 20px 0px;
  }
} */
.big-img-rezervare{
  height: 450px;
  object-fit: cover;
}
.rezervari-titlu{
  color:#107438;
  font-size: 50px;
  font-weight: bold;
}
.date-picker{
  padding: 5px;
  color: #107438;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 10px;
  border-width: 2px;
  border-color: #107438;
  width: 250px;
  box-shadow: none !important;
}
.date-picker:active{
  border-color: #107438 !important;
}
.date-picker::placeholder{
  color: #107438;
  opacity: 0.5;
}
.date-picker-1{
  padding: 5px;
  color: #107438;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 10px;
  border-width: 2px;
  border-color: #107438;
  width: 250px;
  box-shadow: none !important;
}.date-picker-1::placeholder{
  color: #107438;
}

.green-cell-rezervari-individual{
  background-color: #1DAD48;
  color:white;
  border-radius:10px;
  border:none;
  width: 200px;
  padding: 0px 10px;
  font-size: larger;
  font-weight: 500;
  text-align: center;
}
.text-rezervari{
  color: black;
  font-weight: 500;
  
}.photo-slider{
  display: flex;
  cursor: grab;
  overflow-x: scroll;
  height: 200px;
  overflow-y: hidden;
}
.marime{
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius:20px
}
.marime-info{
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius:20px
}
/* Rezervari Page */

#cards{
  border:none;
}
@media only screen and (max-width: 575px){
  #cards{
    margin: 20px !important;
  }
}
.card-img{
  box-shadow: 8px 8px 30px #00000029;
  border-radius: 38px;
  max-height: 350px;
}
.card-body{
  text-align: center;
  
}
.card-link{
  text-decoration: none;
  color: black;
  font-size: 30px;
  font-weight: bold;
}
.card-link:hover{
  color: black;
}
.green-cell-rezervari{
  background-color: #1DAD48;
  color:white;
  border-radius:10px;
  border:none;
  margin:auto;
  padding: 0px 10px;
  width: fit-content;
  min-width: 50%;
  max-width: 80%;
  font-weight: 500;
}
.rezervari-container{
  display: flex !important;
  margin: 100px;
}
@media only screen and (max-width: 544px){
  .rezervari-container{
    margin: 50px;
  }
}
@media only screen and (max-width: 991px){
  .rezervari-container{
    flex-wrap: wrap;
  }
}
.rezervari-container-padel{
  display: flex !important;
  margin: 100px;
}
@media only screen and (max-width: 544px){
  .rezervari-container-padel{
    margin: 50px;
  }
}
@media only screen and (max-width: 991px){
  .rezervari-container-padel{
    flex-wrap: wrap;
  }
}
.container-rezervare-galerie{
  max-width: 500px;
  margin-right: 20px;
}
@media only screen and (max-width: 1150px){
  .container-rezervare-galerie{
    max-width: 450px;
  }
}
@media only screen and (max-width: 650px){
  .rezervari-container{
    margin: 20px;
  }
}
.jos{
  margin-bottom:150px !important;
}
@media only screen and (max-width: 991px){
  .jos{
    margin-bottom:50px !important;
  }
}
@media only screen and (max-width: 991px){
  .mobile-changes-1{
    display: none;
  }
}
.mobile-changes-2{
  display: none;
}
@media only screen and (max-width: 991px){
  .mobile-changes-2{
    display: block;
  }
}
.checkbox{
  height: 18px;
  width: 18px;
  margin-top: auto;
  margin-bottom: auto;
}
.checkbox:checked{
  background-color: #00CF31;
}
.checkbok-text{
  font-size: large;
  color:#107438;
  font-weight: bold;
}
/* Scan Page */
.container-scan{
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 20%);
  width: 500px;
}
@media only screen and (max-width: 500px){
  .container-scan{
    width: 300px;
  }
}
#reader{
  height: 500px;
  border-radius: 30px;
  border: 2.5px solid black !important;
  box-shadow: 14px 14px 10px #0000001A;
}
#reader__scan_region{
  margin-top: 100px;
}
.NP-Scan{
  display: flex;
}
.nume-qrscan{
  font-size: xx-large;
  color: #1DAD48;
  font-weight: bold;
}
.rezervari-scan{
  margin:100px 50px 50px 50px ;
}
@media only screen and (max-width: 400px){
  .rezervari-scan{
    margin:100px 20px 50px 20px ;
  }
}
.nu-exista{
  color: #c22e17;
  font-size: large;
  font-weight: bold;
}
/* ChangePsss Page */
.passchange-container{
  padding: 10% 25%;
  background-image: url("../images/Login/Group73.png");
  background-repeat: no-repeat;
  background-size: cover;
  
}
@media only screen and (max-width: 650px){
  .passchange-container{
    padding: 10% 50px;
  }
}
.passchange-form{
  padding: 5%;
  background-color: white;
  border-radius: 60px;
  max-width: 800px;
}

/* Modal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* Padel Info */
.container-info-padel{
  padding-top: 100px;
  margin-top: -100px
}
.background-gradient-padel{
  background-image: linear-gradient(to bottom right , #00CBFF , #0071BC);
}
.background-gradient-tenis{
  background-image: linear-gradient(to bottom right , #FFAA00 , #FF3D00);
}
.background-gradient-fotbal{
  background-image: linear-gradient(to bottom right , #00CF31 , #566300);
}
.background-gradient-fitnes{
  background-image: linear-gradient(to bottom right , #818181 , #5A5A5A);
}
.container-text-stanga{
  margin-left: 100px;
}
@media only screen and (max-width: 1100px){
  .container-text-stanga{
    margin-left: 30px;
    margin-right: 30px;
  }
}
.container-text-dreapta{
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 1100px){
  .container-text-dreapta{
    margin-left: 30px;
    margin-right: 30px;
  }
}
.img-padel-info{
  max-height: 400px;
  max-width: 400px;
}
@media only screen and (max-width: 1100px){
  .img-padel-info{
    display: none;
  }
}
.img-padel-info-fitness{
  max-height: 600px;
  max-width: 600px;
}
@media only screen and (max-width: 1100px){
  .img-padel-info-fitness{
    display: none;
  }
}
.titlu-icon{
  margin-left: 10px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.titlu-info{
  color: #ffffff !important;
  font-size: 50px;
  font-weight: bold;
  margin-left: 100px;
}
@media only screen and (max-width: 1100px){
  .titlu-info{
    margin-left: 30px;
  }
}
.subtitlu-info{
  color: #ffffff !important;
  font-size: 35px;
  font-weight: 600;
}
.text-info{
  color: #ffffff !important;
}
.text-info-1{
  font-weight: 600;
}

.container-text-poza{
  display: flex;
}
.info-slider{
  display: flex;
  overflow-x: scroll;
  scrollbar-color: green;
  margin-left: 80px;
}
@media only screen and (max-width: 600px){
  .info-slider{
    margin-left: 20px;
  }
}
.titlu-slider{
  color:black !important;
  font-size: 50px;
  font-weight: bold;
  margin-left: 100px;
}
@media only screen and (max-width: 600px){
  .titlu-slider{
    margin-left: 20px;
  }
}
.poza-slider-infopage{
  box-shadow: 8px 8px 30px #00000029;
  border-radius: 38px;
  margin: 20px;
  max-height: 300px;
}
.concepte-container{
  display: flex;
  flex-wrap: wrap;
}
.titlu-concepte{
  color:black;
  font-size: 35px;
  font-weight: bold;
}
.container-info-left{
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 600px){
  .container-info-left{
    padding-left: 20px;
  padding-right: 20px;
  }
}
.lista-info{
  padding-left: 20px;
}
.poza-info{
  border-radius: 32px;
}
.sub-titlu-concepte{
  color:black;
  font-size:medium;
  font-weight: bold;
}
/* Plati Info */
.pay-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}
.text-principal{
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  color: #107438;
}
.text-secundar{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
}
/* Rezervari cont */

.titlu-rezervari{
  font-size: 50px;
  font-weight: 800;
}
.subtitlu-rezervari{
  font-size: x-large;
  color: #107438;
  font-weight: bold;
}

.rezervare-profil-container{

  min-width: 400px;
  color:white;
  padding: 30px 30px 0px 30px;
  border-radius: 33px;
  margin-right: 30px;
}
.poza-rezervare-mare{
    margin-left: -30px;
    padding: 20px 20px 0px 20px;
    border-radius: 33px 33px 0px 0px;
}
.poza-rezervare-mic{
  margin-left: -30px;
  padding: 30px 30px 0px 30px;
  border-radius: 33px 33px 0px 0px;
}
.poza-a{
  background-image: url("../images/profilRezervariBlur/padel.png");
  background-size: cover;
}
.poza-b{
  background-image: url("../images/profilRezervariBlur/tenis.png");
  background-size: cover;
}
.poza-c{
  background-image: url("../images/profilRezervariBlur/fotbal.png");
  background-size: cover;
}
.poza-d{
  background-image: url("../images/profilRezervariBlur/sala.png");
  background-size: cover;
}
.detalii-background{
  background-color: #107438;
  margin-left: -30px;
  padding-left: 30px;
  height: 235px;
  padding-top: 20px;
  border-radius: 0px 0px 30px 30px;
}
.detalii-background-mic{
  background-color: #107438;
  margin-left: -30px;
  padding-left: 30px;
  height: 100px;
  padding-top: 20px;
  border-radius: 0px 0px 30px 30px;
}
.info-rezervare{
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.titlu-card-rezervare{
    font-size: 40px;
    font-weight: 600;
}
.text-rezervare{
  font-size: 25px;
  font-weight: 500;
}
.date-rezervare{
  font-size: 25px;
}
.bottom-margin{
  margin-bottom: 100px;
}
.pret{
  font-size: 40px;
  font-weight: 600;
}
.container-rezervari-scroll{
  display: flex;
  overflow-x: scroll;
}
.container-rezervari-scroll::-webkit-scrollbar{
  width: 0;
  background: transparent;
}
.big-card-container{
  display:flex; 
  gap: 50px;
}
.rezervare-profil-container-mic{
  min-width: 300px;
  color:white;
  padding: 30px 30px 0px 30px;
  border-radius: 33px;
  margin-right: 30px;
}
.info-rezervare-mic{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

/* AddBlog Page */
.blogadd-container{
  background-color: white;
  border-radius: 62px;
  padding: 50px;
  margin: auto;
  box-shadow:14px 14px 14px 10px #0000001A;
  transform: translate(0%, 25%);
  max-width: 700px;
}
.titlu-addblog{
    font-size: xx-large;
    color:#107438;
    font-weight: bold;
}
.fields-row{
  display: flex;
  flex-wrap: wrap;
}
.blog-textbox{
  border-radius: 25px;
  padding: 20px;
  min-height: 300px;
}
.custom{
  max-width: 100px;
  min-width: 100px;
  text-align: center;
}
/* BlogPost */
.blogPostImg{
  background-image: url("../images/GaleriePadel/1-44-scaled-1.jpg");
  background-size:cover;
  background-repeat: no-repeat;
  height: 40vh;
  position: relative
}
@media only screen and (max-width: 600px){
  .blogPostImg{
    height: 50vw;
}}
.BandaBlur{
  position: absolute;
  bottom: 0px;
  color: white;
  font-weight: bold;
  backdrop-filter: blur(10px);
  width: 100%;
  padding: 20px 70px;
}
@media only screen and (max-width: 450px){
  .BandaBlur{
    padding: 20px 20px;
}}
.blogText{
  padding: 20px 70px;
}
@media only screen and (max-width: 450px){
  .blogText{
    padding: 20px 20px;
}}
.textBlur{
  display: flex;
}
@media only screen and (max-width: 800px){
  .textBlur{
    display: block;
}}
.move{
  position: absolute;
  right: 70px;
}
@media only screen and (max-width: 800px){
  .move{
    position: initial;
    right: 0px;
}}

.TitluBlogPage{
  width: 300px
}
.DataSiAutorBlogPage{
  width: 300px;
  text-align: end;
}
@media only screen and (max-width: 800px){
  .DataSiAutorBlogPage{
    text-align: start;
}}
/* Admin-Rezervari */


.filter-logo{
  filter: brightness(0) saturate(100%) invert(24%) sepia(39%) saturate(4024%) hue-rotate(132deg) brightness(92%) contrast(87%);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler:focus{
  box-shadow:none;
}

@media only screen and (max-width: 500px){
  .tabel{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 500px){
  .date-tabel{
    margin-right: 150px;
  }
}
@media only screen and (max-width: 544px){
  .sort-margin{
    margin-top:10px;
  }
}

.buton-rezervari-1{
  float:none !important; 
  margin: 10px 10px !important;
  height: auto !important;
}
@media only screen and (max-width: 818px){
  .buton-rezervari-1{
    margin: 10px 0px !important;
  }
}
.buton-rezervari-2{
  float:none !important; 
  margin: 10px 10px!important;
  height: auto !important;
}
@media only screen and (max-width: 1093px){
  .buton-rezervari-2{
    margin: 10px 0px !important;
  }
}
.buton-abonamente-1{
  float:none !important; 
  margin: 10px 10px !important;
  height: auto !important;
}
@media only screen and (max-width: 564px){
  .buton-abonamente-1{
    margin: 10px 0px !important;
  }
}
.buton-abonamente-2{
  float:none !important; 
  margin: 10px 10px !important;
  height: auto !important;
}
@media only screen and (max-width: 838px){
  .buton-abonamente-2{
    margin: 10px 0px !important;
  }
}
.login-container-custom{
    background-color: white;
    border-radius: 62px;
    padding: 50px;
    margin: auto;
    box-shadow: 14px 14px 10px #0000001a;
    transform: translate(0%, 50%);
    max-width: 350px;
}
.login-container-custom-1{
  background-color: white;
  border-radius: 62px;
  padding: 50px;
  margin: auto;
  box-shadow: 14px 14px 10px #0000001a;
  transform: translate(0%, 50%);
  max-width: 350px;
}
@media only screen and (max-height: 850px){
  .login-container-custom-1{
    transform: translate(0%, 25%);
  }
}
@media only screen and (max-height: 715px){
  .login-container-custom-1{
    transform: translate(0%, 5%);
  }
}
.login-container-custom-2{
  background-color: white;
  border-radius: 62px;
  padding: 50px;
  margin: auto;
  box-shadow: 14px 14px 10px #0000001a;
  transform: translate(0%, 25%);
  max-width: 350px;
}
@media only screen and (max-height: 800px){
  .login-container-custom-2{
    transform: translate(0%, 5%);
  }
}
/* Reset Password*/

.reset-container{
  background-color: white;
  border-radius: 62px;
  padding: 50px;
  margin: auto;
  box-shadow: 14px 14px 10px #0000001A;
  transform: translate(0%, 75%);
  max-width: 500px;
}
@media only screen and (max-width: 500px){
  .reset-container{
    transform: translate(0%, 50%);
  }
}
@media only screen and (max-width: 456px){
  .reset-container{
    padding: 30px;
  }
}
.reset-container-confirm{
  background-color: white;
  border-radius: 62px;
  padding: 50px;
  margin: auto;
  box-shadow: 14px 14px 10px #0000001A;
  transform: translate(0%, 50%);
  max-width: 500px;
}
@media only screen and (max-width: 400px){
  .reset-container-confirm{
    transform: translate(0%, 25%);
  }
}
@media only screen and (max-width: 456px){
  .reset-container-confirm{
    padding: 30px;
  }
}
.reset-main{
  background-image: url("../images/Login/Group73.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: -100px;
}
@media only screen and (max-width: 500px){
  .reset-main{
    padding: 0px 10px;
  }
}
.reset-main-confirm{
  background-image: url("../images/Login/Group73.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: -100px;
}
@media only screen and (max-width: 300px){
  .reset-main-confirm{
    height: 150vh;
  }
}
@media only screen and (max-width: 500px){
  .reset-main-confirm{
    padding: 0px 10px;
  }
}
.reset-img{
  height: 50%;
  margin-top: 35%;
  margin-right: 10px;
}
@media only screen and (max-width: 466px){
  .reset-img{
    display: none;
  }
}
.buton-rezervari-passComplete{
  float: none !important;
  height: auto !important;
}

/*Contact Page*/

.contact-container{
  margin-top:100px;
}

.contact-container-date{
  display: flex;
  justify-content: space-evenly;
  flex-wrap:wrap;
}
.container-date-individual{
  max-width: 250px;
  margin:20px;
}
.container-contact-poza{
  display: flex;
  justify-content: center;
}
.text-container{
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container-detalii-noi{
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.contact-text{
  font-size: medium;
  color: #107438;
  font-weight: 600;
}
.mh-buton-contact{
  background-color: #107438;
  border-radius: 35px;
  border-color: #107438;
  border-width: 3px;
  font-size: large;
  /* font-weight: 500; */
  color:white;
  width: 200px;
  transition: 300ms ease-in-out;
  padding: 0px;
  margin:25px 0px;
}
.mh-buton-contact:hover{
  color: #107438;
  background-color: white;
  transform: scale(1.1);
}
.conditii-btn-container{
  display: flex;
  justify-content: center;
}
/* RezervariTV */
.tabelTV{
  background-color: #107438;
  height: 100vh;
  width: 100vw;
  color: white;
  border-spacing: 5px;
    border-collapse: separate;
    
}
.dimensiuni{
  height: 50px;
}
.titluriTV{
  width: 16%;
  text-align: center;
  font-weight: bold;
  font-size: xx-large;
  
}
.ore{
  font-weight: 600;
  font-size: x-large;
}
.green-block{
  background-color:#1DAD48; 
  border-radius: 10px;
  font-size:xx-large;
  font-weight: 600;
  text-align: center;

}
.red-block{
  background-color:red;  
  border-radius: 10px;
  font-size:xx-large;
  font-weight: 600;
  text-align: center;
}
/* RezervariTV V2*/
.backgroundTV{
  height: 100vh;
  width: 100vw;
  background-color: #107438;
}
.container-titluri{
  width: 100%; 
  height:16%;
  display: flex;
}
.titluriTV-2{
  width: 15%;
  font-weight: bold;
  font-size: 2.5vw;
  color:white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ore-2{
  height:7%;
  color: white;
  font-size: 2vw;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.container-intervale{
  width: 90%; 
  height: 84vh;
  position: absolute;
  z-index: 999;
  left: 10%;
  display:flex;
}
.linii-container{
  height: 7%;
  display: flex;
  align-items: center;
}
.linie{
  height: 1px;
  width: 90vw;
  background-color: white;
  margin-left: -20px;
}
.coloana-intervale{
  width:15vw;
  margin: 28px 5px 0px 5px;
  margin-bottom: 44px;
  display: flex;
  flex-direction: column;
  gap:5px;
}
.element-coloana-liber{
  width: 100%;
  background-color: #1DAD48;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size:xx-large;
  font-weight: 600;
  text-align: center;
}
.element-coloana-ocupat{
  width: 100%;
  background-color: red;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size:xx-large;
  font-weight: 600;
  text-align: center;
}
