#invoice-filter-form #div_id_date fieldset {
    width: 100%;
    color: white;
}

#invoice-filter-form #div_id_date fieldset legend {
    font-size: 16px;
    color: rgba(33, 37, 41, 1);
}

#invoice-filter-form #div_id_date fieldset .form-control {
    width: 48%;
    display: inline;
}

#invoice-send-form #div_id_send_to_aeat {
    margin-top: 10px;
}

div.hardware-software {
    margin: 5px 0 5px 20px;
}

div#djhj.djhj {
    position: absolute;
    right: 5px;
    top: 5px;
    left: unset;
    bottom: unset;
    transform: unset;
    max-width: 275px;
    border-color: rgb(241, 174, 181);
    border-radius: 23px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

div#djhj.djhj .djhj-notification {
    margin:3px 5px;
    border-radius: 20px;
    background-color: rgb(248, 215, 218);
    border-color: rgb(241, 174, 181);
}

div#djhj.djhj .djhj-notification .djhj-message, div#djhj.djhj .djhj-notification button {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    color:rgb(88, 21, 28);
}

div#djhj.djhj .djhj-notification button {
    background-color: rgb(108, 117, 125);
    border: none;
    color: white;
    cursor: pointer;
    font-size:11px;
    margin-left:10px;
    border-radius:10px;
    font-weight: bold;
}
