.socialaudit-conatiner{
    /* border: 2px solid red;    */
    display: flex;
 margin-top: 130px;
 padding-left: 30px;
}
.socialaudit-content{
    /* border: 2px solid black; */
    width: 60%;
}
.socialaudit-images{
    /* border: 2px solid blue; */
    width: 40%;
}
.socialaudit-images img{
    /* border: 2px solid blue; */
    width: 100%;
 
}

.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: baseline;     */
}
.filter {
    margin: 10px;
    width: 45%;
   /* border: 2px solid red; */
  
}

.filter label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="text"],
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

/* Adjustments for responsiveness */
@media screen and (min-width: 768px) {
    .filters {
        display: flex;
        flex-wrap: wrap;
 
    }
    
    .filter {
        flex: 0 0 45%; /* Adjust width to fit two filters per row */
        margin: 0 2.5%; /* Add margin between filters */
    }
}

/* Add these styles to enhance the appearance of buttons, inputs, and other elements */

/* Button styling */
button[type="submit"] {
    /* outline: 2px solid red; */
    background-color: #4CAF50; /* Green */
    color: white;
    padding: 15px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    /* width: 230px; */
    font-size: 13px;
    /* height: 70px; */
  
}

button[type="submit"]:hover {
    background-color: #45a049; /* Darker green on hover */
}
@media screen and (max-width: 768px) {
    .socialaudit-conatiner{
        flex-direction: column-reverse;
        margin-top: 80px;
        padding-left: 0px;
        justify-content: center;
        align-items: center;
    }
    .socialaudit-content{
        /* border: 2px solid black; */
        width: 100%;
        padding: 20px;
    }
    .socialaudit-images{
        /* border: 2px solid blue; */
        width: 90%;
        height: 80vh;
    }

    .filter {
        margin: 10px;
        width: 45%;
       /* border: 2px solid red; */
      
    }
    
}
@media screen and (max-width: 427px) {
    .socialaudit-images{
        /* border: 2px solid blue; */
        height: 60vh;
    }
    
}
@media screen and (max-width: 340px) {
    .socialaudit-images{
        /* border: 2px solid blue; */
        height: 50vh;
    }
    
}
#pop-ul-social{
    /* border: 2px solid red; */
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}
#pop-ul-social li{
    font-size: 18px;
    color: #673de6;
}
#pop-ul-social li a{
    color: #673de6;
}
select#district {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add your other styling here */
}
.side-body,
.side-body .feedback-container{
    /* border: 2px solid red; */
}
.side-body .feedback-container .feedback-data{
    display: flex;
    margin-top: 200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.side-body .feedback-container .feedback-data .data-iteam{
    border: 2px solid #673de6;
    /* padding: 10px; */
    border-radius: 10px;
    margin: 10px;
    width: 300px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s ease;
}
.side-body .feedback-container .feedback-data .data-iteam h5{
   font-size: 13px;
   text-align: center;
}
.side-body .feedback-container .feedback-data .data-iteam p{
   font-size: 12px;
   text-align: center;
   text-align: center;
}
.feedback-phases{
    display: flex;
    justify-content: center;
    /* width: 80%; */
    padding: 0px;
    flex-wrap: wrap;

}
.feedback-phases .feedback-images{

    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: 60px;
    margin-bottom: 50px;

}
.feedback-phases .feedback-images img{
    width: 170px;
}
.feed-footer{
    text-align: center;
    background-color: #000;
    padding: 20px;
    color: #fff;
    margin-bottom: 50px;
}
.feed-footer a{
    color: #fff; 
    font-size: 20px;
    padding: 10px;
}
.feed-footer a:hover{
    color: #9e9e9e; 
}
.side-body .feedback-container .feedback-data .data-iteam:hover{
    transform: scale(1.1);
}
@media (max-width:740px){
    .feed-footer a{
        color: #fff; 
        font-size: 12px;
        padding: 5px;
    }
    .side-body .feedback-container .feedback-data .data-iteam{
        transform: scale(0.8);
    }
    .side-body .feedback-container .feedback-data .data-iteam:hover{
        transform: scale(0.9);
    }
}
