.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgb(25, 68, 32) !important;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.side-by-side-inputs {
    display: flex;
    gap: 10px;
}

.side-by-side-inputs .form-control {
    flex: 1;
}


.side-by-side-inputs {
    display: flex;
    gap: 10px;
}

.side-by-side-inputs input[type="text"] {
    flex: 1;
}

.side-by-side-inputs input[type="file"] {
    flex: 2;
}

.existing-document {
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-content {
    border-radius: 8px;
}

.card-header {
    background-color: #f8f9fa;
}

.btn-close-white {
    filter: invert(1);
}
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

/* .container {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
} */

.header {
    background-color: #f8d7da;
    padding: 10px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.header h2 {
    margin: 0;
    color: #721c24;
}

.license-item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.license-item:last-child {
    border-bottom: none;
}

.license-item p {
    margin: 5px 0;
}

.button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #007bff;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
}

.footer {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #777;
}

.flatpickr-months {
    background-color: #4b8357 !important; 
    border-radius: 6px 6px 0 0; 
}

.flatpickr-current-month {
    color: #fff !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    color: #fff !important;
    fill: #fff !important;
}


.compliance-table {
    font-size: 0.9rem;
}

.compliance-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    vertical-align: middle;
}

.compliance-table td {
    vertical-align: middle;
}

.icon-btn {
    cursor: pointer;
    transition: transform 0.2s;
}

.icon-btn:hover {
    transform: scale(1.1);
}

.document-row {
    padding: 4px 0;
}

.document-row .bg-light {
    font-size: 0.85rem;
}

.document-row .badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
}