﻿/*body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #1e1e2e;
}

span.RadInput textarea {
    white-space: pre-wrap !important;
}

.temizle {
    clear: both;
}

.div_modul_baslik {
    color: #000;
    font-size: 16px;
    padding: 5px 0 5px 20px;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 5px 0;
    background: url(/Genel/bg_baslik.png) left center no-repeat;
}

.div_modul_icerik {
    padding: 5px;
    border: 1px solid #999999;
}

.div_content {
    padding: 5px 5px 5px 5px;
    width: 98%;
}

.formstyle1 {
    border: none;
    margin: 0 0 10px 0;
}

    .formstyle1 td {
        border-bottom: 1px #eeeeee solid;
        padding: 5px;
        vertical-align: middle;
    }

.form_adi {
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
}

.form_adi2 {
    background: #e2ecf1;
    color: #333333;
    font-weight: bold;
    width: auto;
    white-space: nowrap;
}

.form_adi2 {
    background: #e2ecf1;
    color: #333333;
    font-weight: bold;
    width: auto;
    white-space: nowrap;
}

.szorunlu {
    color: #990000;
}

.butadd {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 20px;
    background: url(../Images/Formlar/ButtonAdd.gif) repeat-x;
    color: #FFFFFF;
    cursor: pointer;
    width: 20px;
}

.cshidden {
    display: none;
}

.formbut {
    background-position: url(../Images/Formlar/but.gif) repeat-x;
    height: 30px;
    background: url(../Images/Formlar/but.gif) repeat-x;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
    min-width: 75px;
}

.kucuknot {
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
    color: #4F0000;
    text-align: left;
}

.kucuknotmetin {
    font-size: x-small;
    text-decoration: none;
    color: #2F1700;
    text-align: left;
}

button {
    cursor: pointer;
}

.pnlCevapKutusu {
    text-align: center;
    background-color: #FFFFFF;
    padding: 10px;
    margin: 10px;
    color: #CC0000;
    width: 400px;
}

.ta10 {
    background-image: url(../Images/Formlar/form_bg.jpg);
    background-repeat: repeat-x;
    border: 1px solid #d1c7ac;
    width: 230px;
    height: 100px;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
}

.fb8 {
    background: transparent url(../Images/Formlar/buttonround.gif) no-repeat;
    border: none;
    outline: none;
    width: 150px;
    height: 30px;
    cursor: pointer;
}

    .fb8:hover {
        background: transparent url(../Images/Formlar/buttonhover.gif) no-repeat;
        border: none;
        outline: none;
        cursor: pointer;
    }

.rgCollapse {
    background: transparent url(sicoKlasorKapa.png) no-repeat !important;
    cursor: hand !important;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
}

.rgExpand {
    background: transparent url(sicoKlasorAc.png) no-repeat !important;
    cursor: hand !important;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
}

.ScrolledDiv {
    overflow: auto;
}

.rbPrimary {
    cursor: hand;
    cursor: pointer;
}

.ruBrowse {
    background-position: 0 -46px !important;
    width: 122px !important;
}

.RadAsyncUpload input.ruFakeInput {
    display: none;
}

.msg {
    font-weight: bold;
    color: Blue;
}

.AutoShrink {
    width: auto !important;
    min-width: 400px !important;
}

div.AutoShrink {
    float: left;
}

.divDiagram {
    padding: 5px;
    overflow: auto;
    width: 99%;
    height: 300px;
    cursor: hand;
}

.standartbutonlar_class {
    bottom: 50px;
    position: absolute;
    z-index: 2000;
}

.div_butonayrac {
    margin: 0 5px;
    float: left;
}
*/

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #222;
    background-color: #f5f5f5;
    height: 100%;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px auto;
}

span.RadInput textarea {
    white-space: pre-wrap !important;
}

.temizle {
    clear: both;
}

.div_modul_baslik {
    color: #333;
    font-size: 16px;
    padding: 5px 0 5px 20px;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 5px 0;
    background: url(/Genel/bg_baslik.png) left center no-repeat;
}

.div_modul_icerik {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 6px;
}

.div_content {
    background-color: #ffffff;
    max-width: 950px;
    padding: 50px 20px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    width: 97%;
    position: relative;
}

.formstyle1 {
    border: none;
    margin: 0 0 10px 0;
}

    .formstyle1 td {
        border-bottom: 1px solid #ccc;
        padding: 5px;
        vertical-align: middle;
    }

.form_adi {
    color: #555;
    font-weight: bold;
    white-space: nowrap;
}

.form_adi2 {
    background: #e0e0e0;
    color: #444;
    font-weight: bold;
    white-space: nowrap;
}

.szorunlu {
    color: #d00;
}

.butadd {
    border: none;
    height: 20px;
    background: url(../Images/Formlar/ButtonAdd.gif) repeat-x;
    color: #000;
    cursor: pointer;
    width: 20px;
}

.cshidden {
    display: none;
}

.formbut {
    background: url(../Images/Formlar/but.gif) repeat-x;
    height: 30px;
    color: #000;
    border: none;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 75px;
}

.kucuknot {
    font-size: x-small;
    font-weight: bold;
    font-style: italic;
    color: #cc0000;
    text-align: left;
}

.kucuknotmetin {
    font-size: x-small;
    color: #666;
    text-align: left;
}

button {
    cursor: pointer;
    color: #fff;
    background-color: #418af2;
    border: 1px solid #418af2;
}

    button:hover {
        background-color: #3066b3;
    }

.pnlCevapKutusu {
    text-align: center;
    background-color: #f0f0f0;
    padding: 10px;
    margin: 10px auto;
    color: #cc0000;
    width: 400px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.ta10 {
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #333;
    padding: 3px;
    width: 230px;
    height: 100px;
    font-family: Tahoma, Arial, sans-serif;
    margin-right: 4px;
    margin-bottom: 8px;
}

.fb8 {
    background: transparent url(../Images/Formlar/buttonround.gif) no-repeat;
    border: none;
    outline: none;
    width: 150px;
    height: 30px;
    cursor: pointer;
}

    .fb8:hover {
        background: transparent url(../Images/Formlar/buttonhover.gif) no-repeat;
    }

.rgCollapse {
    background: transparent url(sicoKlasorKapa.png) no-repeat !important;
    cursor: pointer !important;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
}

.rgExpand {
    background: transparent url(sicoKlasorAc.png) no-repeat !important;
    cursor: pointer !important;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
}

.ScrolledDiv {
    overflow: auto;
}

.rbPrimary {
    cursor: pointer;
}

.ruBrowse {
    background-position: 0 -46px !important;
    width: 122px !important;
}

.RadAsyncUpload input.ruFakeInput {
    display: none;
}

.msg {
    font-weight: bold;
    color: #0077cc;
}

.AutoShrink {
    width: auto !important;
    min-width: 400px !important;
    color: #222;
}

div.AutoShrink {
    float: left;
}

.divDiagram {
    padding: 5px;
    overflow: auto;
    width: 99%;
    height: 300px;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #222;
}

.standartbutonlar_class {
    bottom: 50px;
    position: absolute;
    z-index: 2000;
}

.div_butonayrac {
    margin: 0 5px;
    float: left;
}

.logo_kurum {
    max-height: 120px;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden; /* köşeleri gerçekten keser */
}

.logo_kurum img {
    width: 100%;
    height: auto;
    display: block;
}

.form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.form-left, .form-right {
    flex: 1 1 100%;
}

@media (min-width: 768px) {
    .form-left {
        flex: 0 0 30%;
    }

    .form-right {
        flex: 1;
    }
}

.form-group {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .form-group label {
        width: 100%;
        max-width: 200px;
        font-weight: 600;
        color: #333;
    }

    .form-group .form-input {
        flex: 1;
        min-width: 200px;
    }

.form-actions {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .form-actions {
        justify-content: center;
    }
}

#btnThemeToggle {
    position: absolute;
    top: -50px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 18px;
    cursor: pointer;
    z-index: 1000;
    padding: 5px 10px;
    border-radius: 6px;
    backdrop-filter: blur(3px);
    color: #fff;
    transition: all 0.2s ease-in-out;
}

body.light-theme #btnThemeToggle {
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #333;
}

#btnThemeToggle:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffd700;
    transform: scale(1.1);
}

.k-captcha {
    width: 100% !important;
}