.flex {
    display: flex;
}

.category-box {
    margin-top: 10px;
    height: 150px;
    overflow: scroll;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 10px;
}

.category-box ul {
    margin: 0;
    padding: 0;
}

.category-box ul li {
    display: block;
    margin-bottom: 5px;
}

.category-box ul li label {
    margin: 0;
    cursor: pointer;
}

.btn-upload{
    position: relative;
}
.btn-upload input[type="file"]{    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ticket-dashboard {
    height: 100%;
    width: 100%;
}

.ticket-details {
    display: flex;
}

.ticket-details p {
    font-size: 0.8em;
}

.tickets-table p {
    font-size: 0.9em;
}

.tickets-table .badge {
    font-size: 1em;
}

.tickets-table td,
.tickets-table th {
    padding: 7.5px;
}

@media (max-width: 1024px) {
    .tickets-table-details-column {
        min-width: 200px !important;
    }

    .tickets-table-id-column {
        min-width: 70px !important;
    }

    .ticket-details p i {
        padding-right:5px !important;
    }

    .ticket-details p {
        display: flex;
        width: 100%;
        padding: 0 !important;
    }

    .ticket-details {
        flex-wrap: wrap;
    }
}

.contains-title {
    position: relative;
    height: 40px;
}

.contains-title hr {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    line-height: 40px;;
}

.contains-title p {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 30px;
    background: white;
    padding-right: 10px;
    font-weight: bolder;
}
