.dropdownContainer{

    position: relative;
}

.dropdownbtn {
    margin-bottom: 0;
    min-width: 100%;
}

.label {
    color: #FFFFFF;
}  

span.label {line-height: 33px;display: block;}

.dropdown-content {
    display: none;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);
    margin-top: 1px;
    line-height: 1.5;
    text-align: center;
    background: white;        
    width: 100%;    
    position: absolute;
    z-index: 1; 
    border-radius:4px;
}   



.dropdown-content a {
    color: #000000;
    display:block;
}

.dropdown-content li:hover, .dropdown-content li:focus {
    background: #E6FCFF;
    text-decoration: none;
    border: none;            
    color: #075782;
}

.dropdown-content a:hover, .dropdown-content a:focus {
        text-decoration: none;
}

.show {
        display: block;
    }

.hidden {
        display: none;
    }    

.dropdown-content li {
    padding: 10px 15px; 
    text-align: left;
}

.button.dropdownbtn {
    width: 100%;
    text-align: left !important;
    border-radius: 4px;
    background-color: #165dba;
    min-height: 33px;
    padding: 0 20px;
    height: 33px;
    min-width: max-content;
}

.button.dropdownbtn:hover {
        background-color: #114284;
}

.icon-toggle {float: right;padding-top: 5px;}