.form-control:focus {
    box-shadow: none !important;
}

.ui-timepicker-container {
    top: 288px !important;
}

.ck-editor__editable {
    min-height: 200px;
}

.login-block {
    background: none;
    background: #99a5b952;
}

.error {
    color: red;
}

.form-control.error {
    border-color: red;
    color: #495057;
    ;
}

.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-wrapper .unit {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #666;
    background: white;
    pointer-events: none;
    white-space: nowrap;
    z-index: 3;
}

.input-wrapper .form-control {
    width: 100%;
    padding-left: 140px;
    /* Default, overridden by JS */
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

label.error {
    margin-top: 4px;
    /* reduce spacing */
    font-size: 0.875rem;
    /* optional: match Bootstrap small text */
    color: red;
}

/* .form-group .error {
    margin-bottom: 2px;
    font-size: 0.875rem;
    color: red;
    top: 17px !important;
} */

.table th a {
    color: #fff;
}

.table th a:hover {
    color: #fff;
}

.dd-item {
    position: relative;
}

.dd-item a {
    position: absolute;
    right: -20px;
    top: 5px;
}

.disabled {
    pointer-events: none;
}

.decription-review p {
    font-size: 17px;
}




.review img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.review {
    display: flex;
    align-items: self-start;
    gap: 15px;
    margin: 1rem 0rem;
}

.review .review-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review .review-author,
.riviews .review-time {
    color: #151618;
    font-size: 16px;
    font-weight: 500;
}

.review .review-text {
    margin-top: 3px;
    font-size: 14px;
    color: #363a41;
    margin-bottom: 3px;
}

.review .review-content {
    width: 100%;
}

.review .review-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review .review-actions button {
    font-size: 14px;
    color: #363a41;
}

.review .review-actions button:hover {
    text-decoration: underline;
}

.review.reply {
    margin-left: 4rem;
}

.review-editor {
    display: none;
}

.reply-editor {
    display: none;
}

.start-time-container {
    z-index: 99999999999 !important;
    top: 260px !important;
    /* Bootstrap modal is z-index 1050 */
}

.end-time-container {
    z-index: 99999999999 !important;
    top: 340px !important;
    /* Bootstrap modal is z-index 1050 */
}

.test {
    z-index: 1500;
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
}

.custom-modal-content {
    background: white;
    margin: 10% auto;
    padding: 20px;
    width: 500px;
    border-radius: 8px;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/* dropzone styling */

.dropzone-area {
    border: 2px dashed #4a90e2;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    color: #666;
    background: #fafafa;
    transition: background 0.3s ease;
}

.dropzone-area.dragover {
    background: #e6f0ff;
}

#fileList {
    margin-top: 10px;
    font-size: 14px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.fasting-check .form-check-input {
    border-radius: 0;
    border: 2px solid #01a9ac !important;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 0.5em;
    position: relative;
    width: 20px;
    margin-top: 0;
}

.fasting-check .form-check {
    align-items: center;
    display: flex;
}

.fasting-check {
    height: 100%;
    display: flex;
    align-items: center;
}

/* Wrapper for scrolling */
.order-timeline-wrapper {
    max-height: 350px;
    /* adjust as needed */
    overflow-y: auto;
    padding: 20px;
}

/* Timeline base */
.timeline {
    position: relative;
    list-style: none;
    padding-left: 35px;
    margin-bottom: 0;
}

/* Vertical line */
.timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dee2e6;
}

/* Timeline item */
.timeline-item {
    position: relative;
    margin-bottom: 25px;
}

/* Circle */
.timeline-item::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 3px solid #6c757d;
    border-radius: 50%;
}

/* Active state */
.timeline-item.active::before {
    background: #28a745;
    border-color: #28a745;
}

/* Date */
.timeline-date {
    display: block;
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 6px;
}

/* Content */
.timeline-content {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 4px;
}