.wide-card {
    width: 100%;
}

.card-body {
    overflow-x: auto;
}

.text-xs {
    font-size: 12px;
}

.datagrid-col-filter-date-range .input-group-append {
    display: none!important;
}

.fa-remove {
    color: red;
}

/* Custom styles for Mesacne CRM */

/* Modal improvements */
.modal .close {
    border: none !important;
    background: none !important;
    padding: 0 !important;
}

/* Employee modal list */
#employeeList {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.employee-item {
    cursor: pointer;
}

.employee-item:hover {
    background-color: #f8f9fa;
}

.employee-item.selected {
    background-color: #e3f2fd;
}

/* Modal spacing improvements */
.modal-header .modal-title {
    margin-bottom: 0;
}

.form-label {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-group {
    margin-bottom: 1rem;
}

/* Employee item spacing */
.employee-item .rounded-circle {
    margin-right: 1.5rem;
}

.employee-item .font-weight-semibold {
    margin-bottom: 0.25rem;
}

/* Branch badges visibility */
.employee-item .badge-secondary {
    color: #495057;
    background-color: #e9ecef;
}

/* Placeholder styling for all form controls */
.form-control::placeholder,
input::placeholder,
textarea::placeholder,
select::placeholder {
    color: #868e96 !important;
    opacity: 1 !important;
}

/* Additional placeholder styling for different browsers */
.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #868e96 !important;
    opacity: 1 !important;
}

.form-control::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #868e96 !important;
    opacity: 1 !important;
}

.form-control:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #868e96 !important;
    opacity: 1 !important;
}