/* .card {
    transition: height 0.5s ease;
    overflow-y: auto;
} */

.ticket_activity_feed {
    height: 400px !important;
    width: 100%;
    overflow-y: auto;
}

.serviceDelivery-card {
    max-height: 100%;
    max-width: 100%;
    height: 440px !important;
}

.openTicket-card {
    width: 100%;
    height: 770px !important;
    overflow-y: auto;
}

.card.minimized {
    height: 200px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.nav-tabs {
    padding-left: 0;
    padding-right: 0;
}

.ticket-timeline {
    width: 95%;
    margin: auto;
}

.form-check-input[type="checkbox"] {
    border: 1px solid black;
}

.btn-padding {
    height: 45px;
    width: 50px;
    margin-top: -30px;
}

#drop_area {
    width: 600px;
    height: 50px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    text-align: center;
    padding: 7px 0px 0px 0px;
    font-size: 18px;
    line-height: 200px;
    color: #ccc;
    margin: 0 auto;
}

#drop_area.dragover {
    border-color: #333;
    color: #333;
}

.a-btn:not(.collapsed) {
    background-color: #e9e5e5 !important;
}

.accordionApprovePost {
    border: 0.2px solid black;
}

.ticket-description {
    height: 190px;
    overflow-y: auto;
}

.pasted-text {
    max-width: 50%;
    font-size: 14px;
}


/* for billable itesm product info to show /hide
 */

.product-info {
    margin-top: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #f9f9f9;
}


/* for date time picker */

.highlight {
    background-color: blue;
    /* Highlight color */
    color: white;
    /* Text color to contrast with the background */
}

input.hide-cursor::selection {
    background-color: blue;
    /* Highlight color */
    color: white;
    /* Remove selection background */
}

input.hide-cursor:focus {
    color: transparent;
    text-shadow: 0 0 0 black;
    /* Makes the text visible while hiding the caret */
    caret-color: transparent;
    /* Hides the caret */
}


/* in service delivery ticket time entry for time line strip graph */

.timeline-strip-graph {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.timeline-slot {
    position: absolute;
    height: 100%;
    background-color: #ddd;
    border-right: 1px solid #ccc;
}

.timeline-label {
    position: absolute;
    top: 65px;
    font-size: 12px;
    text-align: center;
    color: #333;
    width: 4.1667%;
}


/* Optional: Add styles for the timeline slider */

input[type="time"] {
    margin-top: 10px;
}