.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.float-left {
    float: left;
}

.select2-container {
    z-index: 10000;
}

.select2-selection__choice__display,
.select2-selection__choice__remove
{
    color: #000;
}

/* Style for modal content */
#myModal .modal-body {
    max-height: 400px; /* Set a maximum height for the modal content */
    overflow-y: auto; /* Enable vertical scrolling */
}

/* Style for modal header (optional) */
.modal .modal-header {
    background-color: #f5f5f5; /* Change the background color as needed */
}

.commessa .bold {
    font-weight: bold;
}

.card.border-secondary.border {
    border-color: #ccc!important;
}

.labels {
    position: relative;
    font-size: 10px;
    font-width: bold;
}

.label {
    position: absolute;
}

.label.max {
    right: 0;
}

.progress {
    border: 1px solid #bbb;
}


.fc-event-past {
    background: blue;
}

.fc-event-past:hover {
    background: steelblue;
}

.progress-bar {
    font-size: 20px;
    color: #6C757D;
    font-weight: bold;
}
