.tags-block,
.ticket-estimation,
.custom-fields-header,
.detail-project,
.filters-cats ul li:last-of-type,
.card-estimation {
    display: none !important;
}

.detail-header .subheader {
    justify-content: end;
}

.detail .detail-header {
    flex-grow: 1;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.form-wrapper .main {
    padding-top: 0 !important;
}

.lightbox.open:not(.lightbox-add-member) {
    display: flex;
    width: max-content;
    height: max-content;
    padding: 30px;
    border-radius: 20px;
    margin: auto;
    box-shadow: 1px 2px 11px 0px #0000001c;
    z-index: 1000 !important;
}

.lightbox .close {
    right: 25px;
    top: 30px;
}

body:has(.lightbox.open:not(.lightbox-add-member))::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
