.dsg-form-wrapper {
    margin: 20px auto;
    background: #eff3ff;
    padding: 8px 30px 30px 30px;
}

.dsg-input,
.dsg-textarea,
.dsg-select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.dsg-form-wrapper .dsg-field {
    margin-bottom: 15px;
}
.dsg-system-step .dsg-field {
    margin-bottom: 15px;
}
.dsg-field > div {
    border: 1px dashed #000;
    border-radius: 5px;
    padding: 5px;
    background: #ffffff82;
}
.dsg-system-step .dsg-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #101828;
    font-size: 18px;
}
.dsg-system-step input:not([type="checkbox"]),
.dsg-system-step select,
.dsg-system-step textarea {
    box-sizing: border-box;
    height: 40px;
    padding-right: 12px;
    padding-left: 12px;
    background-color: #fff;
    border: 1px solid #d0d5dd;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, .1);
    border-radius: 6px;
    color: #344054;
    border-spacing: 0;
    width: 100%;
    clear: both;
    margin: 0;
}

.dsg-btn {
    background: #0059a8;
    color: #fff;
    padding: 8px 14px;
    border-radius: 4px;
    border: none;
}

.dsg-btn-submit {
    background: #2ecc71;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
}
/* Çıktı kutusu stili */
.dsg-output-box h1 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}
.dsg-form-wrapper h2,
.dsg-output-box h2 {
    font-size: 20px;
    margin-bottom: 38px;
    font-weight: bold;
}
.dsg-form-wrapper h3,
.dsg-output-box h3 {
    font-size: 18px;
    margin-bottom: 36px;
    font-weight: bold;
}
.dsg-form-wrapper h4,
.dsg-output-box h4 {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: bold;
}
.dsg-form-wrapper h5,
.dsg-output-box h5 {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: bold;
}
.dsg-form-wrapper h6,
.dsg-output-box h6 {
    font-size: 12px;
    margin-bottom: 2px;
    font-weight: bold;
}
.dsg-output-box p {
    font-size: 14px;
    margin: 0 0 10px 0 !important;

}
.dsg-output-box ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}
/* Çıktı kutusu stili */

.dsg-field span {
    font-size: 16px;
}