body{
    background-color: #fff7ec !important;
}
.bg-theme{
    background-color: #fff7ec !important;

}
@media(min-width:768px){
    body{
      margin-left: 40% !important;
        border: 1px solid black;
        width: 400px;
    }
}
.searchbar_venue{
     width: 53dvw;
}
@media(min-width:362px){
    .searchbar_venue{
        width: 60dvw;
   }   
}
th,td{
    background-color: transparent !important;
}
.venue_description{
font-size: 12px ;
}

.social-icon{
width: 50px !important;
height: 50px !important;
border: 0.5px solid rgb(211, 207, 207) !important;
}

label{
    font-size: 14px;
}
.hero_venue{
    height: 250px;
    background-size: cover;
    background-position: center;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    /* filter: brightness(50%); */
     
}
.user-venue{
    width:300px !important; height: 130px;
     
    position: relative;
    background-size: cover;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    /* filter: brightness(50%); */
     
}
.user-venue-text{
    width:300px !important; height: 130px;
   position: absolute;
   z-index: 11111 !important;
   backdrop-filter: brightness(50%);
}
.register-radio-btn{
    background-color: transparent !important;
    color: #32312D;
margin: 3px !important;
margin-right:6px !important;
scale: 1.3 !important;
mix-blend-mode: darken;
}
.register-radio-btn:checked{
    background-color: black !important;
    color: black;
    accent-color: #32312D !important;
margin: 3px !important;
margin-right:6px !important;

scale: 1.3 !important;
}

.image-uploader{
    width: 100% !important;
    min-height: 180px;
    border:2px  dashed  black!important;
    background-size: cover;
    background-position: center;
  }
.image-formats{
    font-size: 12px;
}

.text-shadow{
    text-shadow: 1px 1px 3px #ccc;
}
.text-details{
   font-size: 16px; 
   color: #7C7C7C;
    
}

.text-heading{
    font-size: 18px;
    color:#32312D;
}
.event-icons{
transform: translateY(-2px);
}

.top-radius{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.bottom-radius{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.right-radius{
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.left-radius{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.dark{
    filter: brightness(0);
}

.bg-btn{
    background-color: #32312D !important;
    color: white !important;
}

.no-image{
    background-image: url("/images/no-image.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}