
#header_container .mentions-search input {
    color: #7C45E9;
    border: 1px solid #D9D9DE;
    border-radius: 18px;
    background-color: #F6FAFD;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);

    &:not(:placeholder-shown),
    &:focus {
        border: 1px solid #7C45E9;
        background-color: rgb(184 105 245 / 8%);
    }
}

#header_container .mentions-search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    margin-right: 10px;
    width: 450px;
    height: 36px;
}


#header_right .request-historical-data {
    white-space: nowrap;
    border-radius: 5px;
}

#header_center {
    .calendar-widget-tooltip {
        width: 14px;
        height: 14px;
        margin-left: 10px;
        margin-right: 10px;
        svg {
            path {
                fill: currentColor;
                color:  rgba(122, 102, 255, 0.5);
            }
        }
    }
}

/* Responsiveness Header */

@media only screen and (max-width: 1550px) {
    #header_container .mentions-search {
        width: 280px;
    }
}

@media only screen and (max-width: 1400px) {
    #header__center_right {
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }
}
