.hide {
    display: none;
}
.detailticket_wrapper {
    display: flex;
    justify-content: space-between;
}

.detailticket_main {
    width: 80%;
}
  
.detailticket_sidebar {
    width: 15%;

    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.ticketdetail_header{
    display: flex;
    justify-content: space-between;
}

.absenden {
    height: 44.22px!important;
}

.absendeZeile {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.file_button {
    text-align: start;
    width: 50%;
}

.close_button {
    text-align: center;
    width: 35%;
}
.submit_button {
    text-align: end;
    width: 15%;
}


.label_header {
    display: flex;
    justify-content: space-between;
}

ul li a:hover {
    background-color: #f3f4fa;
}

.badge {
    padding: 3.5px!important;
}

.badgeTicketdetail {
    margin: 3px;
}

.badgeTicketdetailKL {
    color: black;
}

.dellabel {
    cursor: pointer;
}