    #meeting-attendance h2{
        margin-top: 0;
    }
    #meeting-attendance .square-color-text::before{
        content: '';
        width: 20px;
        height: 20px; 
        display: block;
        margin: 4px 10px 0 0;
    }
    #meeting-attendance .square-color-text{
        font-weight: bold;
        display: flex;
        margin-right: 10px;
    }
    #meeting-attendance .square-color-text.square-33{
        color: #0b177b;
    }
    #meeting-attendance .square-color-text.square-33::before{
        background-color: #0b177b;
    }
    #meeting-attendance .square-color-text.square-26{
        color: #000000;
    }
    #meeting-attendance .square-color-text.square-26::before{
        background-color: #000000;
    }
    #meeting-attendance .square-color-text.square-24{
        color: #6275ee;
    }
    #meeting-attendance .square-color-text.square-24::before{
        background-color: #6275ee;
    }
    #meeting-attendance .square-color-text.square-17{
        color: #7a7a7a;
    }
    #meeting-attendance .square-color-text.square-17::before{
        background-color: #7a7a7a;
    } 
    #meeting-attendance .percentage-box{
        padding: 40px 0 65px;
    }
.fixed-search-buttons-wrapper {
    padding: 0px 0 0;
    background-color: #F1F3F5;
}
.fixed-search-buttons {
    display: flex;
    margin: 0 auto !important;
    border-top: 2px solid white;
    padding: 0 !important;
    justify-content: center !important;
}
.fixed-search-buttons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    max-width: 690px;
    width: 50%;
    background-color: #F1F3F5;
    justify-content: center !important;
    text-decoration: none;
    color: #353535;
}

.fixed-search-buttons a.active {
    background-color: white;
}
.fixed-search-buttons a img {
    margin-bottom: 10px;
}