﻿
html, body {
    height: 100%;
}

.full-height {
    min-height: 100vh;
}


.row-height {
    margin: 0;
}


.content-right #wizard_container {
    display: flex;
    align-items: center;
}


.container-fluid {
    padding-left: 0;
    padding-right: 0;
}


.content-left-wrapper figure img {
    max-width: 100%;
    height: auto;
    display: block;
}


@media (max-width: 991.98px) {
    .content-left,
    .content-right {
        padding: 20px;
    }
}


.sortable-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    margin-bottom: 8px;
    border-radius: 6px;
    cursor: grab;
    transition: box-shadow .2s;
}

    .sortable-item:hover {
        box-shadow: 0 2px 8px rgba(0,0,0,.1);
    }

    .sortable-item.dragging {
        opacity: .8;
        box-shadow: 0 2px 12px rgba(0,0,0,.15);
    }

.btn_1.forward:hover {
    background-color: #0069d9;
}

.btn_1.submit:hover {
    background-color: #28a745;
}






#mdlilceler .modal-dialog {
    max-width: 350px;
}

#mdlilceler .modal-content {
    padding: 10px;
}

#mdlilceler .modal-body {
    padding: 8px;
}

#mdlilceler .modal-body {
    max-height: 300px;
    overflow-y: auto;
}

#mdlilceler .modal-body {
    padding-top: 8px !important;
}

#mdlilceler .modal-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#mdlilceler .modal-header {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}




.sirala-liste {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sirala-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 44px 10px 12px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 8px;
    background: #fff;
    min-height: 44px;
}

.sirala-no {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #007bff;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    flex: 0 0 auto;
}

.sirala-text {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sirala-actions {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    gap: 6px;
}

.sirala-btn {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    color: #999;
    transition: all .15s ease;
}

    .sirala-btn:hover {
        color: #007bff;
        transform: translateY(-1px);
    }

    .sirala-btn:active {
        transform: scale(0.96);
    }

    .sirala-btn i {
        font-size: 18px;
        line-height: 1;
    }

    .sirala-btn .fallback {
        font-size: 16px;
        line-height: 1;
    }


.bi-ready .sirala-btn .fallback {
    display: none;
}







.row-height {
    display: flex;
}

.content-left {
    flex: 0 0 40%;
    max-width: 40%;
}

.content-right {
    flex: 0 0 60%;
    max-width: 60%;
}





html, body, * {
    font-family: 'Work Sans', sans-serif !important;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #333;
}

h1, h2, h3, h4, h5, h6, label, .form-label {
    font-weight: 500;
}







/*.main_question {
    color: #434bdf !important;
    font-weight: 700 !important;
}

label, .form-label {
    color: #434bdf;
}*/

.main_question, .d-block, .question-label {
    color: #434bdf !important; /* Mor */
    font-weight: bold;
}

label.container_check,
label.container_radio {
    color: #000000;
    font-weight: normal;
}

.sirala-text {
    color: #000000;
}

.sirala-no {
    /*color: #434bdf;*/
    font-weight: bold;
}

input[type="text"],
input[type="number"],
textarea {
    color: #000000;
}

.stars .star.active {
    color: #434bdf;
}

.stars .star {
    color: #ccc;
}



.zorunlu {
    color: #dc3545;
}
.was-validated input:required:invalid,
.was-validated select:required:invalid,
.was-validated textarea:required:invalid {
    outline: 2px solid #dc3545;
}






@media (max-width: 991.98px) {

    html, body {
        height: auto !important;
        margin: 0 !important;
        overflow-x: hidden;
    }

    .full-height,
    .container-fluid.full-height,
    .row-height,
    .content-left,
    .content-right {
        height: auto !important;
        min-height: 0 !important;
    }

    .row-height {
        display: block !important;
        margin: 0 !important;
    }

    .content-left,
    .content-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .content-left-wrapper {
        min-height: 30vh !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding-bottom: 16px !important;
    }

    .content-right #wizard_container {
        display: block !important;
        align-items: stretch !important;
        margin: 0 !important;
        padding: 0 16px !important;
        min-height: 0 !important;
    }

    #bottom-wizard,
    .container-fluid,
    .content-right > *:last-child,
    .add_bottom_30, .add_bottom_15, .margin_60_35, .copy, footer {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}



.content-left-wrapper figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .content-left-wrapper figure img {
        max-width: 160px;
        height: auto;
        margin-bottom: 10px;
    }

    .content-left-wrapper figure figcaption {
        text-align: center;
        font-size: 1rem;
    }

@media (max-width: 575.98px) {
    .content-left-wrapper figure img {
        max-width: 130px;
    }

    .content-left-wrapper figure figcaption {
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .main_question,
    .wizard-header .main_question,
    .question-label,
    .form-label {
        font-size: 0.9rem !important;
        line-height: 1.3;
    }

    
}