.botao_redondo_1 {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #00CED1;
    color: white;
    border: 0;
}

.botao_flutuante_inferior_direito {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.cad-page {
    background: linear-gradient(180deg, #f6fbfc 0%, #ffffff 100%);
    border-radius: 16px;
    padding: 18px;
}

.cad-card {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(21, 40, 69, 0.08);
}

.cad-title {
    font-weight: 700;
    color: #1b3556;
    margin-bottom: 4px;
}

.cad-subtitle {
    color: #5d6d81;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.cad-table thead th {
    border-bottom: 0;
    background-color: #eef4fb;
    color: #2b4666;
    font-size: 0.86rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

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

.cad-actions {
    display: flex;
    gap: 8px;
}

.cad-empty {
    text-align: center;
    color: #5d6d81;
    padding: 20px 12px;
}

.cad-form-wrap {
    background: linear-gradient(180deg, #f6fbfc 0%, #ffffff 100%);
    border-radius: 16px;
    padding: 18px;
}

.cad-form .form-label {
    font-weight: 600;
    color: #274666;
    margin-bottom: 0.35rem;
}

.cad-form .form-control,
.cad-form .form-select {
    border-radius: 10px;
    border-color: #d6e1ee;
}

.cad-form .form-control:focus,
.cad-form .form-select:focus {
    border-color: #7ea3d0;
    box-shadow: 0 0 0 0.15rem rgba(39, 70, 102, 0.12);
}

.cad-form .form-text {
    color: #61758b;
}

.cad-primary-btn {
    border: none;
    border-radius: 999px;
    padding: 9px 20px;
    font-weight: 600;
    background: linear-gradient(120deg, #1967a1 0%, #214f7a 100%);
    box-shadow: 0 10px 20px rgba(33, 79, 122, 0.2);
}
