.label{
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
#multipleSelect{
    max-width: 100%;
    margin-bottom: 20px!important;
}
.vscomp-toggle-button{
    color: #7a8a9e;
    border-radius: 5px;
    border: 1px solid #ced7e4;
    padding: 15px 15px 15px 20px;
    font-size: 15px;
    background-color: #f0f5fb;
    font-family:  'Poppins', sans-serif;
    
}

.vscomp-toggle-button:hover{
    border-color: #4747d7;
}
@media (max-width: 767px) {
    .col-md-2, .col-md-4 {
      float: left;
      width: 50%;
      
    }
    #enes {
        margin-right: 70px;
      }
    .deneme {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
  }
}
.deneme {
    border: 1px solid #ccc;
    border-radius: 3px;
  }
.dropdown-menu{
    max-height: 150px;
    overflow-y: scroll;
}
