
.newGaleria-content{
    padding-left: 97px;
    padding-right: 97px;
    margin-bottom: 300px;
    
}

.newGaleria-title{
    
    font-size: 30px;
    color: white;
    padding-top: 100px;
    font-weight: 700;
    margin-bottom: 30px;
}

.newGaleria-subtitle{
    padding-top: 50px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    
}

.newGaleria-desc{
    padding-top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: white;
    opacity: 0.8;
    
}

.newGaleria-date{
    padding-top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: white;
    opacity: 0.5;
}

.newGaleria-form{
   margin-bottom: 100px;
}

.photo-container{
    padding-left: 50px;
}

.photo-img{

}

.photo-upload{

}

.photo-div{
    margin-bottom: 30px;
    
}

.mainGaleria-photo{
    border-radius: 10px;
    float: left;
    width:  280px;
    height: 170px;
    object-fit: cover;
    transition: 0.5s;   
    cursor: pointer;
    
}

.mainGaleria-photo:hover{
    border-radius: 0px;
    transition: 0.5s;
    transform:scale(1.01);
}

.mainGaleria-title{
    font-size: 15px;
    width:  280px;
    clear:both;
    padding-top: 10px;
    
}



.mainGaleria-title:first-letter{
    text-transform: capitalize;
}

.mainGaleria-date{
    font-size: 11px;
    opacity: 0.5;
}

.description-textarea{
    background-color: #2f2f2f;
    color: white;
}


.profile__newbtn{
    
    background-color: #d0850f;
    border-radius: 5px;
    padding: 10px 17px 10px 10px;
    border: none;
    color: white;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    transition: 0.3s;
 
 }

 .profile__newbtn:hover{
    
    background-color: black;
   transition: 0.3s;
 
 }

 .svg__text,
.svg__icon{
 vertical-align: middle;
 display: inline-block;

}


.profile__schbar{
    background-color: #1F1F23;
    width: 360px;
    border-radius: 5px;
    font-size: 13px;
   
 }
 
 .profile__schbar_svg{
    vertical-align: middle;
    display: inline-block;
 
   
 }
 
 .profile__schbar_btn{
   cursor: pointer;
   padding: 10px 22px 10px 22px;
   background-color: #18181B;
   border: none;
   border-bottom-right-radius: 5px;
   border-top-right-radius: 5px;
  
 }
 
 
 .profile__schbar_btn:hover{
 
   background-color: #393a3f;
 
   transition: 0.5s ease;
 }
 
 
 
 .profile__schbar_input{
   padding: 10px 0px 10px 0px;
    margin-left: 15px;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border: none;
    background-color: #1F1F23;
    color: white;
    margin-right: auto;
 
    width: 277px;
    
 }

.newGaleira_postREF{
 
    border-radius: 10px;
}

.newGaleira_postREF:hover .mainGaleria-title {
    color: #d0850f;
    transition: 0.5s;
 }

 .newGaleira_postREF:hover  .mainGaleria-photo {
    border-radius: 0px;
    transform: scale(1.01);
    transition: 0.5s;
 }

.mainGaleria-POS{
    font-weight: 700;
    color: #d0850f;
}


  /* Styles for the modal */
  .modal {
    display: none;
    position: fixed;
    z-index: 99999999;
    padding-top: 100px;
    text-align: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.close:hover {
    color: red;
}