#calendar {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
}

.fc-col-header-cell {
    background-color: #2b3d51 !important;
    color: white !important;
    padding: 10px 0 !important;
}

.fc-daygrid-day-number {
    color: #333;
    text-decoration: none !important;
    padding: 10px !important;
}

.status-disponivel {
    background-color: #d1fae5 !important;
}

.status-indisponivel {
    background-color: #fee2e2 !important;
}

.status-limitado {
    background-color: #fef3c7 !important;
}

.fc-toolbar-title {
    text-transform: capitalize;
}

.btn-info {
    color: #fff;
    background-color: #192C53;
    border-color: #192C53;
}

.btn-buscar {
    background-color: #192C53;
    color: white;
    padding: 8px 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-limpar {
    background-color: #192C53;
    color: #ffffff;
    padding: 7px 5px;
    border: 1px solid #192C53;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 0.8rem;
    text-decoration: none;
}

.filtros-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.filtro-input {
    padding: 4px 8px !important;
    font-size: 0.75rem !important;
    border-radius: 6px !important;
    min-width: 100px !important;
    max-width: 110px !important;
    border: 1px solid #ccc !important;
    text-align: left;
}

.new {
    background: #192C53;
    color: #fff;
    border: none;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    margin-left: auto;
    margin-top: 15px;
    display: block;
    margin-bottom: 10px;
}

.cadastrar {
    background: #192C53;
    color: #fff;
    border: none;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 12px;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

.btn-default,
.btn-default2 {
    border: none;
    background: #f1f1f1;
    color: #000000;
    padding: 6px 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.btn-default i,
.btn-default2 i {
    color: var(--primary-color);
}

.btn-edit:hover {
    background-color: blue !important;
    color: white !important;
}

.btn-default2:hover {
    background-color: red !important;
    color: white;
}

.btn-default2:hover i {
    color: white;
}

.btn-default:hover i {
    color: white;
}

.ibox {
    position: relative;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.ibox-head {
    background-color: #192C53;
    color: white;
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 600;
}

.ibox .ibox-head {
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.ibox .ibox-head .ibox-title {
    font-size: 16px;
    font-weight: 600;
}

.ibox .ibox-body {
    padding: 15px 20px 20px 20px;
}

.content-wrapper {
    position: relative;
    background-color: #FCFCFC;
    margin-left: 220px;
    max-width: 100%;
    padding: 0 15px 60px 15px;
    transition: margin .2s ease-in-out;
}

.filtros-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px auto;
    width: 100%;
}

.calendar-table td {
    height: 90px;
    vertical-align: top;
    cursor: pointer;
    font-weight: 500;
}

.fc-available {
    background-color: #d4edda;
    color: #155724;
}

.fc-limited {
    background-color: #fff3cd;
    color: #856404;
}

.fc-full {
    background-color: #f8d7da;
    color: #721c24;
    cursor: not-allowed;
}

.fc-disabled {
    background-color: #f2f2f2;
    color: #aaa;
    cursor: not-allowed;
}

.modal-md-custom {
    max-width: 400px;
}

.status-group .status-card {
    display: block;
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease;
    height: 100%;
}

.status-card input {
    display: none;
}

.status-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
}

.status-desc {
    font-size: 13px;
    color: #6c757d;
}

.status-card.active {
    border-color: #007bff;
    background-color: #f0f6ff;
}

.status-card.active .status-title {
    color: #007bff;
}

.modal-header {
    background-color: #1C2B57;
    color: #ffffff;
    border-bottom: none;
}

.modal-header .modal-title {
    color: #ffffff;
    font-weight: 500;
}

.modal-header .close {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.modal-header .close:hover {
    color: #ffffff;
    opacity: 0.8;
}

.calendar-table td {
    position: relative;
    height: 90px;
    /* tamanho fixo */
    vertical-align: top;
    padding: 6px;
    cursor: pointer;
}

.day-number {
    font-weight: 600;
    font-size: 14px;
}

.badge-agendamento {
    position: absolute;
    bottom: 6px;
    right: 6px;
    font-size: 11px;
    padding: 4px 6px;
    border-radius: 8px;
    line-height: 1;
}

.badge-coleta {
    right: 30px;
}