
/* Style the container div */
.floorselector {
    position: relative;
    padding: 0px;
    background-color: white; /* Background color */
    border: none; /* Light border */
    
    box-shadow: 0 1px 5px rgba(0,0,0,0.3); /* Subtle shadow */
    
    min-height: 25px;
    
    width: 100%; 
    
}


.floorselector select {
    
    min-height: 15px;
    
    
    /* padding: 15px;  */
    border: none;
    
    background-color: #f9f9f9; 
    
    font-weight: bold;
    line-height: 15px;
    /* font-size: 17px; */
    


}

/* .floorselector select option {
    padding: 20px; 
    background-color: rgb(255, 255, 255); 
    min-height: 50px;
    height:20px; 
    font-size:17px;   
    border: 1px;
} */



select {
    appearance: none;
    
    -webkit-appearance: none;
    
    width: 100%;
    font-size: 1.15rem;
    padding: 0.675em 6em 0.675em 1em;
    background-color: #fff;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    color: #000;
    cursor: pointer;
  }
  
  /* .floorselector::before,
  .floorselector::after {
    --size: 0.3rem;
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
  } */
  
  /* .floorselector::before {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-bottom: var(--size) solid black;
    top: 40%;
  }
  
  .floorselector::after {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid black;
    top: 55%;
  } */
  