h3 {
    font-size: 20px;
    font-weight: 600;
}
h6 {
    font-size: 18px;
    font-weight: 600;
}
label.form-label {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}
label.form-check-label {
    font-size: 17px;
    font-weight: 400;
}
.form-check-label {
    font-size: 17px;
    font-weight: 400;
}
input {
    margin-bottom: 0;
}
.form-check {
    height: auto;
    min-height: 30px;
    margin-bottom: 0;
    padding-right: 15px;
}
.invalid-feedback {
    margin-top: -10px;
}
@media (min-width: 992px) {
    .gb-row {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .gb-col {
        flex: 0 0 calc((100% - 4rem) / 3); 
    }
}
.background-row {
    background-color: #f3f3f3; padding: 0 50px;
}
@media (max-width: 767px) {
    .background-row {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .gb-col {
        margin-bottom: 30px;
    }
}
.popOverText {
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff !important;
}

/* 2 kolonlu row (lg+) */
.gb-row.two-cols .gb-col {
    width: 100%;
}

@media (min-width: 992px) {
    .gb-row.two-cols .gb-col {
        flex: calc((100% - 2rem) / 2);
    }
}

/* full width col helper (hangi row olursa olsun) */
.gb-col.full {
    flex: 1;
}
.gb-col.full full {
    font-size: 17px;
}
.row.g-3 {
    padding-bottom: 50px;
}
[data-field-id*="divider"] {
    padding: 0 !important;
    margin: 0 !important;
}

.fu-wrapper { margin-top: 8px; }
.fu-title { font-weight: 600; font-size: 1rem; margin-bottom: 10px; }
.fu-box { border: 1px dashed #aaa; border-radius: 6px; background: #f0f4f7; overflow: hidden; }
.fu-file-list { }
.fu-item { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-bottom: 1px solid #dde3e8; background: #fff; }
.fu-item-error { background: #fff5f5; }
.fu-item-thumb { width: 48px; height: 48px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: #e8edf2; border-radius: 4px; overflow: hidden; }
.fu-thumb-placeholder { width: 48px; height: 48px; background: #dde3e8; border-radius: 4px; }
.fu-thumb-err { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: #fdecea; border-radius: 4px; border: 1px solid #e74c3c; }
.fu-thumb-pdf { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: #eef2ff; border-radius: 4px; }
.fu-item-info { flex: 1; min-width: 0; }
.fu-item-name { font-size: 0.9rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fu-item-size { font-size: 0.8rem; color: #888; }
.fu-item-errmsg { font-size: 0.8rem; color: #c0392b; margin-top: 2px; }
.fu-progress { height: 3px; background: #dde3e8; border-radius: 2px; margin-top: 6px; overflow: hidden; }
.fu-progress-bar { height: 100%; width: 0; background: #1a3a5c; border-radius: 2px; transition: width 0.1s linear; }
.fu-remove { background: none; border: none; font-size: 1.2rem; color: #888; cursor: pointer; padding: 0 4px; line-height: 1; flex-shrink: 0; }
.fu-remove:hover { color: #333; }
.fu-drop { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 24px; }
.fu-drop.fu-drag-over { background: #ddeeff; }
.fu-btn { display: inline-block; background: #1a3a5c; color: #fff; border: none; border-radius: 4px; padding: 10px 20px; font-size: 0.9rem; cursor: pointer; white-space: nowrap; }
.fu-btn:hover { background: #14304e; }
.fu-drop-text { color: #666; font-size: 0.9rem; }
.fu-hint { font-size: 0.8rem; color: #666; margin-top: 8px; }
.fu-error { margin-top: 6px; border: 1px solid #e74c3c; border-radius: 4px; padding: 10px 14px; font-size: 0.88rem; color: #333; background: #fff; }