#matcal-category a {
    color: black; 
    text-decoration: none;
}
#matcal-category a:hover {
    color: #93cd16; 
    font-size: 20px;
}
#matcal-info-button {
    background-color: white;
    border: none;
    color: #55a846;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 50%;
}
#select-style {
    border-radius: 10px; 
    height: 20px; 
    width: 100px; 
    background-color: gainsboro; 
    float: right;
    padding: 0px 10px;
}
#select-span {
    float: right;
}
#input-span {
    float: right;
}
/*MEGA-MENU @ GALAXY FOLD*/
@media screen and (max-width:992px){
}
@media screen and (max-width:575px){
    #select-span {
    float: left;
    }
    #input-span {
    float: left;
    margin-top: 7px;
    }
}