#search-settings-button{
    font-size: 0;

    margin-top: -14px;
    margin-left: -14px;
}
#search-settings-icon{
    font-size: 28px;

    color: rgb(74, 77, 80);
}
[data-bs-theme=dark] 
#search-settings-icon{
    color: rgb(156, 158, 160);
}

.dashed{
    border-bottom: 1px rgba(75, 162, 202, 0.479) dashed;
}

@media only screen and (hover: none) and (pointer: coarse){
    .dashed{
        border-bottom: 0;
    }
    .dashed .col-sm-4, .col-sm-6{
        margin-bottom: 50px
    }
}

#overview-search{
    border-radius: 0 20px 20px 0;
}

@media only screen and (hover: none) and (pointer: coarse){
    #overview-search{
        border-radius: 0 50px 50px 0;

        margin-top: 20px;
    }

    .searchbar-icon{
        margin-top: 20px;
    }

    .col-sm-4{
        width: 100%;
    }
}