.transfer-box {
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.transfer-tabs {
    border-bottom: none;
    display: flex;
    width: 100%;
}

.transfer-tabs .nav-link {
    border: none;
    background: #f1f3f5;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: #6c757d;
    padding: 6px 16px;
    border-radius: 6px;
    width: 100%;
    text-align: center;
}

.transfer-tabs .nav-link.active {
    background: #fff;
    border: 2px solid #dee2e6;
    color: #6c757d;
}

.form-section-content {
    padding-left: 1rem;
}
