﻿.errortype {
    color: #D05454 !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

    .errortype:before {
        content: "\f071";
        display: inline-block;
        font-family: FontAwesome;
        margin-right: 4px;
    }

.errorband {
    background-color: #D05454;
    padding: 20px;
    text-align: center;
}

    .errorband p {
        font-family: var(--mainfont);
        font-weight: 700;
        line-height: 22px;
        font-size: 22px;
        color: #FFFF;
    }

.desktop {
    display: normal;
}

.mobil {
    display: none;
}

@media (max-width: 767px) {
    .desktop {
        display: none;
    }

    .mobil {
        display: block;
    }
}

@media (min-width: 400px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

body {
    background: #EEEEEE;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--kirmizi);
    font-size: 18px;
    margin-right: 10px;
    margin-top: 20px;
}

/*#region HEADER */

.logo img {
    max-width: 100%;
}

.header-area .main-header-area .main-menu ul li a {
    text-decoration: none;
}

/*#endregion */


/*#region MODALS */

.modal {
    z-index: 99999999;
}

.modal-backdrop {
    background-color: var(--turuncu);
    --bs-backdrop-opacity: 0.9;
    z-index: 9999999;
}

.modaltr .modal-content {
    background-color: unset;
    border: unset;
}

    .modaltr .modal-content .modal-header {
        border-bottom: unset;
    }

.modal .lead_result i {
    font-size: 120px;
    color: #35be51;
}

.modal .lead_result h4 {
    font-size: 20px;
    font-weight: 600;
}

.modal .lead_result p {
    font-size: 14px;
}

.modal label {
    margin-top: 20px;
}

/*#endregion */

/*#region BUTTONS */
.btn_trns_rnd {
    background: none;
    color: var(--turuncu);
    font-family: var(--mainfont);
    font-size: 14px;
    line-height: 16px;
    font-weight: 900;
    text-align: center;
    padding: 10px 120px;
    margin: 4px;
    text-decoration: none;
    border: 1px solid var(--turuncu);
    border-radius: 20px;
}

    .btn_trns_rnd:focus, .btn_trns_rnd:hover {
        color: #fff;
        background: var(--turuncu);
    }

.btn_trns_rnd_white {
    background: none;
    color: #fff;
    font-family: var(--mainfont);
    font-size: 14px;
    line-height: 16px;
    font-weight: 900;
    text-align: center;
    padding: 10px 120px;
    margin: 4px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 20px;
}

    .btn_trns_rnd_white:focus, .btn_trns_rnd_white:hover {
        color: var(--turuncu);
        background: #fff;
    }

.btn_upload {
    background: var(--koyugri);
    color: var(--turuncu);
    font-family: var(--mainfont);
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 0px 8px 8px 0px;
}

    .btn_upload:focus, .btn_upload:hover {
        color: var(--koyugri);
        background: var(--turuncu);
    }

.btn_delete {
    background: var(--koyugri);
    color: var(--turuncu);
    font-family: var(--mainfont);
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 8px;
}

    .btn_delete:focus, .btn_delete:hover {
        color: var(--koyugri);
        background: var(--turuncu);
    }

.btn_1 {
    background: var(--turuncu);
    color: #fff;
    font-family: var(--mainfont);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    margin: 4px;
    text-decoration: none;
    border-radius: 4px;
}

    .btn_1:focus, .btn_1:hover {
        color: var(--koyugri);
    }

.btn_kirmizi {
    background: var(--kirmizi);
    color: #fff;
    font-family: var(--mainfont);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 20px 40px;
    margin: 4px;
    text-decoration: none;
    border-radius: 4px;
}

    .btn_kirmizi:focus, .btn_kirmizi:hover {
        color: var(--koyugri);
    }


/*#endregion */

/*#region SELF-SERVICE */

.self_header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--acikgri);
    text-align: center;
}

.self_footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--koyugri);
    text-align: center;
}

    .self_footer p {
        font-family: var(--mainfont);
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        color: #fff;
        margin: 0px;
    }

.self_top {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    text-align: center;
    min-height: 100px;
}

    .self_top .steps {
        display: inline-block;
        vertical-align: top;
        margin: 6px;
        padding: 4px;
        text-align: center;
    }

        .self_top .steps .step_number {
            font-family: var(--mainfont);
            font-size: 24px;
            font-weight: 600;
            line-height: 38px;
            color: #fff;
            border-radius: 50%;
            border: 1px solid var(--koyugri);
            background-color: var(--koyugri);
            width: 40px;
            height: 40px;
            text-align: center;
            vertical-align: middle;
            margin: auto;
        }

        .self_top .steps .active_step {
            border: 1px solid var(--turuncu);
            background-color: #fff;
            color: var(--turuncu);
        }

        .self_top .steps .complete_step {
            border: 1px solid var(--turuncu);
            background-color: var(--turuncu);
            color: #fff;
        }

        .self_top .steps .step_exp {
            font-family: var(--mainfont);
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            color: var(--koyugri);
            margin-top: 10px;
        }

    .self_top img {
        display: inline-block;
        margin: 18px;
    }


@media (max-width: 767px) {
    .self_top {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        text-align: center;
        min-height: 100px;
    }

        .self_top .steps {
            display: inline-block;
            vertical-align: top;
            margin: 0px;
            padding: 4px;
            text-align: center;
        }

            .self_top .steps .step_number {
                font-size: 12px;
                font-weight: 600;
                line-height: 20px;
                width: 20px;
                height: 20px;
                margin: auto;
            }

            .self_top .steps .step_exp {
                font-size: 10px;
                font-weight: 400;
                line-height: 12px;
                margin-top: 10px;
            }

        .self_top img {
            display: inline-block;
            margin: 2px;
        }
}

.self_bread_bar {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: var(--koyugri);
    text-align: left;
    min-height: 40px;
}

    .self_bread_bar .container {
        position: relative;
    }

    .self_bread_bar .bread_bar {
        position: absolute;
        top: -10px;
    }

    .self_bread_bar p {
        display: inline-block;
        text-align: center;
    }

    .self_bread_bar .bread_number {
        font-family: var(--mainfont);
        font-size: 24px;
        font-weight: 600;
        line-height: 38px;
        color: #fff;
        border-radius: 50%;
        border: 10px solid #fff;
        background-color: var(--turuncu);
        width: 56px;
        height: 56px;
    }

    .self_bread_bar .bread_exp {
        font-family: var(--mainfont);
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
        color: #fff;
        margin-left: 10px;
    }


@media (max-width: 767px) {
    .self_bread_bar .bread_exp {
        font-size: 16px;
        line-height: 32px;
        margin-left: 10px;
    }
}

.self_content {
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: #fff;
    text-align: center;
}

    .self_content .self_button {
        margin-top: 0px;
    }

    .self_content .back_button {
        margin-top: 60px;
    }

        .self_content .back_button a {
            border: 0px;
            font-size: 12px;
            font-weight: 600;
            line-height: 20px;
        }

            .self_content .back_button a:hover, .self_content .back_button a:focus {
                background: none;
                color: var(--turuncu);
            }

            .self_content .back_button a i {
                margin-right: 20px;
            }

    .self_content .self_step {
        position: relative;
        padding: 20px;
        padding-top: 20px;
        padding-bottom: 60px;
        text-align: left;
        border: 1px solid var(--acikgri);
        border-top: 0px;
        border-radius: 0px 0px 8px 8px;
        -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.4);
    }

        .self_content .self_step .table {
            width: 100%;
            margin-top: 10px;
        }

            .self_content .self_step .table thead tr td {
                color: #606060 !important;
                cursor: pointer;
                font-size: 14px;
                font-weight: 600;
            }

            .self_content .self_step .table tbody tr td {
                color: #7e7e7e !important;
                cursor: pointer;
                font-size: 14px;
                font-weight: 400;
            }

            .self_content .self_step .table tbody tr i {
                color: var(--kirmizi);
                cursor: pointer;
                font-size: 20px;
                font-weight: 400;
                margin: 6px 10px;
            }

        .self_content .self_step h4 {
            font-family: var(--mainfont);
            font-size: 20px;
            font-weight: 500;
            line-height: 32px;
            color: var(--koyugri);
            border-bottom: 1px solid var(--koyugri);
        }

        .self_content .self_step label {
            margin-top: 20px;
        }

        .self_content .self_step .form-control {
            /*margin-bottom: 20px;*/
        }

        .self_content .self_step span {
            margin-bottom: 20px;
        }

        .self_content .self_step img {
            position: absolute;
            bottom: -10px;
            right: -10px;
        }

@media (max-width: 767px) {
    .self_content .self_step img {
        position: absolute;
        bottom: -10px;
        right: -10px;
        max-width: 200px;
    }
}

.self_content .self_step .step_iletisim label {
    font-family: var(--mainfont);
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: var(--koyugri);
}

.self_content .self_step .step_sabitleme label {
    font-family: var(--mainfont);
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: var(--koyugri);
}

.self_content .self_step .step_afetcanta label {
    font-family: var(--mainfont);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--koyugri);
}

.self_content .self_step .step_afetcanta .afetcanta_box {
    padding: 20px;
    margin-bottom: 60px;
    border: 1px solid var(--acikgri);
    border-radius: 8px;
}

.page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
    width: 21cm;
    height: 29.7cm;
    padding: 10px;
}

    .page .pagebox {
        border: 1px solid var(--acikgri);
        padding: 2px 6px;
        margin-bottom: 6px;
    }

        .page .pagebox .pagetitle {
            font-family: var(--mainfont);
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            color: var(--koyugri);
            margin-bottom: 6px;
        }

        .page .pagebox p {
            color: #7e7e7e !important;
            cursor: pointer;
            font-size: 10px;
            font-weight: 400;
            margin-bottom: 4px;
            line-height: 14px;
        }

        .page .pagebox h5 {
            font-family: var(--mainfont);
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
            color: var(--koyugri) !important;
            margin-bottom: 4px;
            border-bottom: 1px solid var(--koyugri);
        }

        .page .pagebox ul li {
            color: #7e7e7e !important;
            cursor: pointer;
            font-size: 10px;
            font-weight: 400;
            margin-bottom: 4px;
            line-height: 14px;
        }

        .page .pagebox .table thead tr td {
            color: #606060 !important;
            cursor: pointer;
            font-size: 10px;
            font-weight: 600;
            line-height: 14px;
            padding: 2px;
        }

        .page .pagebox .table tbody tr td {
            color: #7e7e7e !important;
            cursor: pointer;
            font-size: 10px;
            font-weight: 400;
            line-height: 14px;
            padding: 2px;
        }

/*#endregion */
