﻿.form-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.card-custom {
    border-radius: 0.6rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e5;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.section-header {
    background: linear-gradient(90deg, #0d6efd, #2563eb);
    color: white;
    padding: 0.9rem 1.1rem;
    border-radius: 0.6rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
}

.subsection-band {
    background: #f1f5ff;
    border: 1px solid #dbe6ff;
    color: #0d47a1;
    padding: .6rem .9rem;
    border-radius: .5rem;
    font-weight: 600;
    margin: 1rem 0 .8rem 0;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.form-group {
    margin-bottom: 1.1rem;
}

.input-row {
    display: flex;
    gap: .5rem;
    align-items: flex-end;
}

.btn-gap {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.actions-right {
    text-align: right;
}

.help-text {
    font-size: .85rem;
    color: #6c757d;
    margin-top: .3rem;
}

#form-section-extra {
    display: none;
    animation: fadeInSlide 0.25s ease forwards;
}

.inclusao-card {
    position: fixed;
    top: 15px;
    right: 20px;
    background-color: #0d6efd; /* cor primária Bootstrap */
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.9rem;
    z-index: 1050;
    display: flex;
    align-items: center;
}