﻿
body {
    font-family: "Rubik", sans-serif;
    font-family: "Mulish", sans-serif;
    font-family: "Poppins", sans-serif;
    min-height: 100vh;
    position: relative;
    background: var(--back);
}

:root {
    --renk: #f65321;
    --renk: #de2b14;
    --yesil: #3db88f;
    --back: #eaeae5;
    --beyaz: #f9f8f8;
    --border: #dddddd;
}

.grs1 {
    padding: 0;
}

.grs4 {
    /*height:100vh;*/ height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .grs4 img {
        max-height: 50vh;
        padding: 25px;
    }

.grs2 {
    background: var(--renk);
    height: 50vh;
    padding: 50px 50px;
    border-radius: 50px 50px 0 0;
}

.grs3 {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

    .grs3 h3 {
        font-size: 30px;
        margin-bottom: 0;
        padding-right: 15px;
    }

.grs5 {
    text-align: center;
    width: 350px;
}

    .grs5 a {
        display: block;
        border-radius: 50px;
        padding: 10px 15px;
        /*margin-top: 20px;*/
        font-size: 18px;
        font-weight: 600;
    }

.grsmail1 {
    color: #3db88f;
    background: #fff;
    /*margin-bottom:25px;*/
}

.grstel {
    color: #fff;
    background: #ffffff36;
}

.grs7 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grs6 {
    margin-top: 25px;
    color: #fff;
    font-weight: 500;
    /*display:flex;*/
}

    .grs6 span {
        padding-right: 50px;
    }

    .grs6 a {
        color: #fff !important;
        cursor: pointer;
    }

.login1 {
    /*background: var(--back);*/
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login3 {
    text-align: center;
    background: #fff;
    padding: 50px 25px 75px 25px;
    position: relative;
    border-radius: 15px;
    box-shadow: 3px 3px 3px #d5d5d5;
    border: 1px solid #d5d5d5;
}

.login4 {
    margin: 25px 0;
}

    .login4 label {
        width: 100%;
        text-align: start;
        font-size: 14px;
        font-weight: 500;
    }
.login5 {
    background: #fff;
    box-shadow: 0 0 3px 0px #d5d5d5;
    display: inline-block;
    margin: 0px auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border-top: 2px solid #d5d5d5;
}

    .login5 img {
        max-height: 85px;
        padding: 5px;
    }

.login6 {
    background: #de2b14;
    border-color: #e12906;
    padding: 5px 50px;
    border-radius: 9999px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.login7 {
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
    left: 0;
}

.login8 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

    .login8 a {
        background: #fbfbfb;
        padding: 5px 25px;
        border-radius: 999px;
        color: #3db88f !important;
        /* text-shadow: 0 0 BLACK; */
        font-weight: 600;
        box-shadow: 3px 3px 3px #d5d5d5;
        border: 1px solid #f1f1f1;
    }

.login9 {
    padding-bottom: 25px;
    padding-top: 15px;
    color: var(--renk);
    font-weight: 600;
    font-size: 18px;
}

.kayit1 {
    /*background: var(--back);*/
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.kayit2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kayit3 {
    text-align: center;
    background: #fff;
    padding: 75px 50px;
    position: relative;
    border-radius: 15px;
    box-shadow: 3px 3px 3px #d5d5d5;
    border: 1px solid #d5d5d5;
}

.kayit4 {
    margin: 25px 0;
}

.kayit5 {
    background: #fff;
    box-shadow: 0 0 3px 0px #d5d5d5;
    display: inline-block;
    margin: 0px auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border-top: 2px solid #d5d5d5;
}

    .kayit5 img {
        max-height: 85px;
        padding: 5px;
    }

.kayit6 {
    background: #f65321;
    border-color: #f65321;
    padding: 5px 50px;
    border-radius: 9999px;
    margin-top: 25px;
}

.kayit7 {
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
    left: 0;
}

.kayit8 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

    .kayit8 a {
        background: #fbfbfb;
        padding: 5px 25px;
        border-radius: 999px;
        color: #3db88f !important;
        /* text-shadow: 0 0 BLACK; */
        font-weight: 600;
        box-shadow: 3px 3px 3px #d5d5d5;
        border: 1px solid #f1f1f1;
    }

.kayit9 {
    padding-bottom: 25px;
    padding-top: 15px;
    color: var(--renk);
    font-weight: 600;
    font-size: 18px;
}

.login11 {
    color: var(--renk);
    border-radius: 0;
}

    .login11:hover {
        color: var(--renk);
        border-radius: 0;
    }

    .login11.active {
        background-color: var(--renk) !important;
        color: #fff !important;
        border-radius: 0;
    }

.login10 ul {
    border: none;
}

.login10 li {
    border: 1px solid #efefef;
    flex: 1
}

.ft2 {
    width: 20.5%;
}

    .ft2 a {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #000;
        position: relative;
    }

    .ft2 p {
        position: absolute;
        color: #fff;
        background: var(--renk);
        padding: 3px 8px;
        font-size: 10px;
        border-radius: 50%;
        right: 10px;
        top: -4px;
        margin-bottom: 0;
    }

    .ft2 i {
        font-size: 26px;
    }

    .ft2.active a {
        color: var(--renk);
    }

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    background: #fff;
    z-index: 555;
}

.ft4 i {
    background: var(--renk);
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    border: 1px solid var(--yesil);
    font-size: 26px;
}

.ft3 {
    margin-top: -45px;
    background: #fff;
    /*padding: 15px 30px;*/
    border-radius: 50%;
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    /*width: 80px;*/
}

.kategori3 {
    margin-bottom: 25px;
}

.kategori4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .kategori4 a {
        padding: 2px 8px;
        border-radius: 50%;
        background: var(--border);
    }

    .kategori4 i {
        font-size: 12px;
        color: #000;
    }

.kategori1 {
    background: var(--renk);
    padding: 15px;
    border-radius: 50%;
}

.kategori3 h2 {
    font-size: 16px;
    margin-top: 15px;
}

.kategori1 img {
    max-height: 50px;
}

.kategori2 h2 {
    font-size: 16px;
}

.horizontal-scroll {
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth; /* Smooth scrolling effect */
    gap: 1rem;
    padding: 15px 0;
    scrollbar-width: none; /* Firefox için kaydırma çubuğunu gizle */
}

    .horizontal-scroll::-webkit-scrollbar {
        display: none; /* Chrome/Safari için kaydırma çubuğunu gizle */
    }

.card {
    /* min-width: 300px;
    height: 200px;*/
    background-color: var(--beyaz);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    padding: 15px 20px;
    color: #333;
    flex-shrink: 0; /* Kartların sıkışmasını engeller */
}

.ustbar1 {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

    .ustbar1 i {
        font-size: 21px;
        color: #fff;
    }

    .ustbar1 a {
        position: relative;
    }
    .ustbar1 img {
        max-height: 40px;
    }
    .ustbar1 span {
        position: absolute;
        background: var(--renk);
        border: 1px solid #fff;
        padding: 2px 5px;
        border-radius: 50%;
        right: -6px;
        font-size: 9px;
        color: #fff;
        line-height: 10px;
    }

.overlay1 {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 15000;
    left: 0;
    top: 0;
    /*background-color: #fff;*/
    overflow-x: hidden;
    transition: 0.5s;
    display: block;
    background: #00000061;
}

.overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    /*margin-top: 30px;*/
}

.ovr6 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 460px;
    box-sizing: border-box;
    padding: 15px 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    /*background-color: rgba(17, 10, 4, 0.7);*/
    /*background: linear-gradient(88deg, rgba(0, 0, 0,90%), rgba(6, 62, 78, 90%), rgba(0, 0, 0, 50%));*/
    background: var(--back);
    /*font-family: Goldenbook;*/
    font-size: 25px;
    /* transform: translateY(-100%); */
    transition: 0.3s ease;
    width: 90%;
}

.overlay1 .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 27px;
    color: var(--mavi);
}

.ovr1 {
    min-height: 50vh;
}

.ovr2 {
    flex-direction: column;
    height: 100%;
    text-align: start;
    padding: 0 15px;
    /*display: flex;*/
    justify-content: center;
    font-size: 16px;
    margin-top: 25px;
}

.ovr3 {
    /*width: 35%;*/
    /*background: #0000006e;*/
    color: #000;
    height: 100%;
}

.ovr4 {
    width: 65%;
    background: #fff;
    height: 100%;
}

.ovr5 {
    height: 100%;
}

.ustmenu2 {
    display: flex;
    align-items: center;
    background: var(--beyaz);
    padding: 5px 10px;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #000;
}

.ustmenu3 {
    /*border: 1px solid gray;*/
    /*padding: 10px;*/
    border-radius: 50%;
}
.ustmenu03{
    /*padding:10px 13px;*/

}
.ustmenu3 img{
    max-width:38px;
}
.ustmenu3 i {
    font-size: 38px;
    color: #8d8d8d;
}

.ustmenu4 {
    flex: 1;
    padding-left: 15px;
}

    .ustmenu4 p {
        margin-bottom: 0;
        font-weight: 600;
    }

    .ustmenu4 span {
        font-size: 12px;
    }

.ustmenu5 span {
    font-size: 25px;
}

.hesap1 {
    margin-top: 25px;
    border-radius: 15px 15px 0 0;
    background: var(--beyaz);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .hesap1 li {
        padding: 10px;
        border-bottom: 1px solid var(--border);
    }

    .hesap1 ul {
        list-style: none;
    }

    .hesap1 a {
        display: flex;
        justify-content: space-between;
        font-weight: 600;
        color: #000 !important
    }

.hesap2 {
    background: var(--renk);
    padding: 5px 10px !important;
    border-radius: 15px 15px 0 0;
}

    .hesap2 span {
        color: #fff;
    }

    .hesap2 a > i {
        padding-right: 5px;
    }

    .hesap2 a > span {
        font-weight: 600;
    }

.bildirim1 {
    margin-top: 25px;
    border-radius: 15px 15px 0 0;
    background: var(--beyaz);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

    .bildirim1 li {
        padding: 10px;
        border-bottom: 1px solid var(--border);
    }

    .bildirim1 ul {
        list-style: none;
    }

    .bildirim1 a {
        display: flex;
        justify-content: space-between;
        font-weight: 600;
    }

.bildirim2 {
    background: var(--renk);
    padding: 5px 10px !important;
    border-radius: 15px 15px 0 0;
}

    .bildirim2 span {
        color: #fff;
    }

    .bildirim2 a > i {
        padding-right: 5px;
    }

    .bildirim2 a > span {
        font-weight: 600;
    }

.bildirim3 {
    display: flex;
    justify-content: space-between;
    background: #c7c7c7;
    /*border-radius: 0 0 15px 15px;*/
}

    .bildirim3 a {
        display: flex;
        align-items: center;
        text-align: center;
    }

.bildirimfirst {
    padding-right: 15px;
}

    .bildirimfirst i {
        font-size: 21px;
    }

.bildirimsecond p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
}

.bildirimsecond span {
    font-size: 12px;
    font-weight: 600;
    color: #6d6d6d;
}

.form-check-input:checked {
    background-color: var(--renk);
    border-collapse: var(--renk);
}

.form-switch .form-check-input {
    width: 3em;
    height: 100%;
}

.form-check-input {
    border: none;
}

.back1 {
    background: var(--renk);
    /*padding-bottom: 75px;*/
}

.ustbar3 {
    background: var(--renk);
}

.ustbar2 {
    padding: 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .ustbar2 p {
        font-size: 14px;
        margin-bottom: 0;
        padding-right:15px;
    }

    .ustbar2 img {
        max-width: 75px;
    }

.sayfa1 {
    background: var(--back);
    padding: 15px;
    border-radius: 25px 25px 0 0;
    min-height: calc(100vh - 68px);
}


.populer3 h2 {
    font-size: 16px;
}

.populer1 {
    /*background: var(--renk);*/
    padding: 10px;
    /*border-radius: 50%;*/
}

.populer4 {
    border-radius: 15px;
    text-align: center;
    color: #fff;
    background: var(--renk);
    margin-bottom: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.populer1 img {
    /*max-height: 60px;*/ border-radius: 15px 0 15px 0;
}

.populer5 h2 {
    font-size: 16px;
    /*margin-top: 25px;*/
}

.populer5 p {
    font-size: 12px;
    margin-bottom: 0;
}

.populer5 {
    padding: 15px;
}

    .populer5 span > i {
        color: #fbbc04;
        font-size: 10px;
    }

.adres1 a {
    display: flex;
    align-items: center;
    background: var(--beyaz);
    border-radius: 9995px;
    padding: 0 10px;
}

.adres1 {
    margin-bottom: 25px;
}

.adres3 {
    flex: 1;
}

    .adres3 span {
        font-size: 11px;
        color: #333;
    }

    .adres3 p {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        margin-bottom: 5px;
    }

.adres2 {
    padding-right: 15px;
}

    .adres2 i {
        color: var(--renk);
    }

.adres4 i {
    color: #000;
}

.populer6 {
    padding: 15px 0;
}

.talepadres1 {
    text-align: center;
    /*background:var(--beyaz);*/ margin-top: 25px;
}

    .talepadres1 h1 {
        font-size: 18px;
        color: var(--renk);
        font-weight: 600;
        padding: 10px;
        position: relative;
    }

        .talepadres1 h1 > a {
            position: absolute;
            top: 10px;
            left: 0;
            font-size: 18px;
            color: var(--renk);
        }

.talepadres2 {
    background: var(--back);
}

.talepadres3 {
    background: var(--beyaz);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    margin-top: 25px;
}

.talepadres6 a {
    text-align: center;
    padding: 5px 45px;
    font-size: 12px;
    background: var(--renk);
    border-radius: 999px;
    color: #fff !important;
    display: inline-block;
}

    .talepadres6 a > i {
        padding-right: 15px;
        font-size: 16px;
    }

.talepadres7 {
    display: flex;
    align-items: flex-start;
    padding: 15px 10px;
    color: #000;
}

.talepadres4 {
    background: #f65321d6;
    border-radius: 50%;
    padding: 0 3px;
}

    .talepadres4 i {
        background: var(--renk);
        color: #fff;
        border-radius: 50%;
        padding: 0px 3px;
        line-height: 0;
        font-size: 12px;
    }

.talepadres5 {
    padding-left: 15px;
    flex: 1;
    color: #000;
}

    .talepadres5 p {
        margin-bottom: 5px;
    }

    .talepadres5 span {
        color: #6d6d6d;
    }

.talepadres8 a {
    padding: 2px 7px;
    border-radius: 50%;
    background: var(--renk);
}

.talepadres8 i {
    font-size: 12px;
    color: #fff;
}

.talepadresEkle1 {
    text-align: center;
    position: relative;
}

    .talepadresEkle1 h1 {
        font-size: 18px;
        color: var(--renk);
        font-weight: 600;
        padding: 10px;
        position: relative;
        background: var(--beyaz);
    }

        .talepadresEkle1 h1 > a {
            position: absolute;
            top: 10px;
            left: 0;
            font-size: 18px;
            color: var(--renk);
        }

.talepadresekle6 {
    position: absolute;
    right: 5px;
    top: 10px;
}

    .talepadresekle6 button {
        text-align: center;
        padding: 0px 15px;
        font-size: 18px;
        background: var(--renk);
        border-radius: 999px;
        color: #fff !important;
        display: inline-block;
        font-weight: 500;
        border: none;
    }

    .talepadresekle6 a > i {
        padding-right: 15px;
        font-size: 16px;
    }

.talepadresekle2 {
    padding: 15px 25px;
}

.talepadresekle3 {
    background: var(--beyaz);
    padding: 20px 10px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    min-height: calc(65vh - 43px);
}

.adresekle1 input {
    background: #efefef;
    border-radius: 999px !important;
    margin-bottom: 10px;
}

    .adresekle1 input::placeholder {
        font-size: 14px;
    }

.adresekle1 textarea {
    background: #efefef;
    border-radius: 20px !important;
}

    .adresekle1 textarea::placeholder {
        font-size: 14px;
    }

.adresekle1 a {
    background: #efefef;
    border-radius: 999px !important;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}

.adresekle1 p {
    margin-bottom: 0;
    color: #5f5f5f;
    font-size: 15px;
    padding-left: 15px;
}

.adresekle1 a > input {
    margin: 0;
    margin-right: 15px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.talepadresekle4 {
    margin-top: 25px;
    min-height: calc(35vh - 68px);
}

    .talepadresekle4 iframe {
        width: 100%;
        height: 100%;
        border-radius: 15px;
    }

.talepgonder1 {
    text-align: center;
}

    .talepgonder1 h1 {
        font-size: 18px;
        color: var(--renk);
        font-weight: 600;
        padding: 10px;
        position: relative;
    }

        .talepgonder1 h1 > a {
            position: absolute;
            top: 10px;
            left: 0;
            font-size: 18px;
            color: var(--renk);
        }

.talepgonder2 {
    background: var(--back);
}

.talepgonder3 h2 {
    font-size: 18px;
    font-weight: 600;
}

.talepgonder3 p {
    font-size: 14px;
}

.talepgonder4 {
    background: var(--beyaz);
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 25px 15px;
    min-height: calc(100vh - 120px);
}

.talepgonder5 {
    margin-top: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 5px;
    padding: 0 5px;
}

    .talepgonder5 span {
        border-bottom: 1px solid var(--border);
        display: block;
        font-size: 12px;
    }

    .talepgonder5 textarea {
        border: none;
    }

.talepgonder6 {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 90px;
}

    .talepgonder6 button {
        text-align: center;
        padding: 5px 40px;
        font-size: 18px;
        background: var(--renk);
        border-radius: 999px;
        color: #fff !important;
        display: inline-block;
        font-weight: 500;
        border: none;
    }

.talepgecmis1 {
    background: var(--back);
    padding: 15px;
    border-radius: 25px 25px 0 0;
    min-height: calc(100vh - 68px);
    padding-bottom: 75px;
}

.talepgecmis2 {
    text-align: center;
}

    .talepgecmis2 h1 {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        padding: 10px;
        position: relative;
    }

        .talepgecmis2 h1 > a {
            position: absolute;
            top: 10px;
            left: 15px;
            font-size: 18px;
            color: #fff;
        }

.talepgecmis10 {
    display: flex;
    justify-content: center;
    border: none;
}

.talepgecmis11 {
    color: var(--renk);
    border-radius: 0;
    font-weight: 600;
}

    .talepgecmis11:hover {
        color: var(--renk);
        border-radius: 0;
    }

    .talepgecmis11.active {
        background-color: var(--renk) !important;
        color: #fff !important;
        border-radius: 15px;
    }

.talepgecmis13 {
    padding: 15px 0;
    padding-bottom: 0;
}

.talepgemis9 a {
    background: var(--beyaz);
    display: block;
    padding: 10px;
    border-radius: 15px;
    color: #000;
}

.talepgemis9 button {
    background: var(--beyaz);
    display: block;
    padding: 10px;
    border-radius: 15px;
    color: #000;
    border: none;
    width: 100%;
    text-align: start;
}

.talepgecmis5 {
    display: flex;
    justify-content: space-between;
}

    .talepgecmis5 p {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .talepgecmis5 span {
        font-size: 12px;
        color: #6d6d6d;
    }

.talepgecmis6 span {
    color: #6d6d6d;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.talepgecmis6 h4 {
    color: #6d6d6d;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.talepgecmis6 p {
    font-size: 14px;
    margin-bottom: 5px;
}

.talepgecmis7 {
    flex: 1;
    /*padding:0 5px;*/
}

.talepgecmis8 {
    padding-left: 15px;
}

.talepgecmis14 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border);
}

.talepgecmis15 {
}

    .talepgecmis15 p {
        margin-bottom: 0;
        padding-top: 10px;
        font-size: 14px;
        font-weight: 500;
        color: var(--renk);
        opacity: 0.8;
    }

.talepgemis9 {
    margin-bottom: 15px;
}

.talepm6 {
    display: flex;
    justify-content: center;
    margin-top: -30px;
}

    .talepm6 span {
        font-size: 27px;
        background: #fff;
        padding: 3px 9px;
        border-radius: 50%;
    }

    .talepm6 i {
        color: var(--renk)
    }

.talepm8 {
    padding: 25px 50px;
}

.talepm7 {
    text-align: center;
    padding: 10px;
}

    .talepm7 h2 {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .talepm7 p {
        font-size: 14px;
        color: gray;
        font-weight: 500;
    }

    .talepm7 button {
        display: block;
        width: 100%;
        border-radius: 5px;
        padding: 5px;
        font-size: 14px;
        background: var(--renk);
        border: 1px solid var(--renk);
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px
    }

    .talepm7 a {
        display: block;
        width: 100%;
        border-radius: 5px;
        padding: 5px;
        font-size: 14px;
        background: var(--border);
        border: 1px solid var(--border);
        color: var(--renk);
        font-weight: 600;
    }
.talepdzn1 {
   /* background: var(--renk)!important;
    color: #fff!important;*/
    /*margin-bottom: 10px;*/
    margin-right:5px;
}
.talepdzn2 {
    background: var(--renk) !important;
    color: #fff !important;
    margin-top: 10px;
    /*margin-right: 5px;*/
}
.taleponay1 {
    position: fixed;
    bottom: 0;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    z-index: 99999;
    background: #000000b0;
    width: 100%;
    backdrop-filter: blur(5px);
}

.taleponay2 {
    width: 100%;
    min-height: 30vh;
    background: var(--beyaz);
    text-align: center;
    padding: 10px;
}

    .taleponay2 i {
        color: var(--renk);
        font-size: 30px;
        margin-top: 0;
        display: block;
    }

    .taleponay2 p {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }

.taleponay3 {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    border: 1px solid var(--border);
    border-radius: 10px;
    margin-bottom: 25px;
}

    .taleponay3 img {
        max-height: 50px;
        border-radius: 5px;
    }

.taleponay4 {
    text-align: start;
    padding-left: 10px;
    font-size: 14px;
}

    .taleponay4 p {
        margin-bottom: 5px;
        font-weight: 600;
    }
.taleponay5 {
    display: flex;
    justify-content: space-between;
}
.taleponay5 a {
    display: inline-block;
    background: var(--renk);
    width: 48%;
    border-radius: 999px;
    margin-bottom: 15px;
    padding: 5px;
    color: #fff !important;
    font-weight: 500;
    border: 1px solid var(--renk);
}

.sepet1 {
    text-align: center;
}

    .sepet1 h1 {
        font-size: 18px;
        color: var(--renk);
        font-weight: 600;
        padding: 10px;
        position: relative;
    }

        .sepet1 h1 > a {
            position: absolute;
            top: 10px;
            left: 0;
            font-size: 18px;
            color: var(--renk);
        }

.bslk1 {
    text-align: center;
    background: var(--beyaz)
}

    .bslk1 h1 {
        font-size: 18px;
        color: var(--renk);
        font-weight: 600;
        padding: 10px;
        position: relative;
    }

        .bslk1 h1 > a {
            position: absolute;
            top: 10px;
            left: 10px;
            font-size: 18px;
            color: var(--renk);
        }

    .bslk1 span {
        position: absolute;
        background: var(--renk);
        border: 1px solid #fff;
        padding: 2px 4px;
        border-radius: 50%;
        right: -6px;
        font-size: 9px;
        color: #fff;
        line-height: 10px;
    }

.sepet2 {
    background: var(--back);
}

.sepet3 {
    padding: 10px;
}

.sepet4 {
    background: var(--beyaz);
    border-radius: 10px;
    padding: 5px;
    list-style: none;
}

    .sepet4 h2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .sepet4 li {
        padding: 10px;
        border-bottom: 1px solid var(--border);
    }

.sepet5 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    /*border: 1px solid var(--border);*/
    /*border-radius: 10px;*/
    /*margin-bottom: 25px;*/
}

    .sepet5 img {
        max-height: 50px;
        border-radius: 5px;
    }

.sepet6 {
    text-align: start;
    padding-left: 10px;
    font-size: 14px;
    flex: 1;
    color:#000;
}

    .sepet6 p {
        margin-bottom: 5px;
        font-weight: 600;
    }

.sepet7 a {
    padding: 2px 8px;
    border-radius: 50%;
    background: var(--border);
}

.sepet7 i {
    font-size: 12px;
    color: #000;
}

.sepet07 {
    padding-right: 15px;
}

    .sepet07 a {
        padding: 2px 7px;
        border-radius: 50%;
        background: var(--renk);
    }

    .sepet07 i {
        font-size: 12px;
        color: #fff;
    }

.sepet8 {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    padding: 10px;
    background: var(--back);
    padding-bottom: 15px;
    height: 155px;
}

    .sepet8 a {
        background: var(--renk);
        padding: 5px 85px;
        border-radius: 999px;
        color: #fff !important;
        font-weight: 500;
    }

    .sepet8 button {
        background: var(--renk);
        padding: 5px 85px;
        border-radius: 999px;
        color: #fff !important;
        font-weight: 500;
        border: 1px solid var(--renk);
    }

.talepozeti2 {
    padding: 15px 25px;
}

    .talepozeti2 ul {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }

    .talepozeti2 li {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .talepozeti2 li:before {
            content: "";
            position: absolute;
            width: 43px;
            height: 1px;
            background: #dddddd;
            top: 28%;
            right: -19px;
        }

.sonli1:before {
    display: none;
}

.talepozeti2 li > p {
    display: inline-block;
    padding: 5px 11px;
    border-radius: 50%;
    background: var(--border);
    font-size: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.talepozeti2 > ul > .active p {
    background: var(--renk);
    padding: 5px 10px;
}

.talepozeti2 > ul > .active2 p {
    background: var(--renk);
    padding: 5px 8px;
}

.talepozeti2 > ul > .activetext {
    color: var(--renk);
}

.talepozeti2 span {
    font-size: 12px;
    color: #333;
}

.talepozeti2 strong {
    width: 12vw;
    background: #bfbfbf;
    height: 2px;
    margin-bottom: 20px;
}

.talepozeti3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0px;
    /*border-radius:10px;*/
    border-bottom: 1px solid var(--border)
}

    .talepozeti3 img {
        max-height: 50px;
        border-radius: 5px;
    }

.talepozeti4 {
    text-align: start;
    padding-left: 10px;
    font-size: 14px;
    flex: 1;
}

    .talepozeti4 p {
        margin-bottom: 5px;
        font-weight: 600;
    }
        .talepozeti4 b{
            font-weight:500;
        }

        .talepozeti5 {
            margin-top: 25px;
            padding-bottom: 170px;
        }

.talepozeti6 {
    background: var(--beyaz);
    padding: 0 10px;
    padding-bottom: 10px;
}

.talepozeti7 {
    border: 1px dashed;
    padding: 15px;
}

.tarihsaat4 {
    position: relative;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.tarihsaat3 {
    display: inline-flex;
    gap: 0px;
    padding: 0;
    list-style: none;
    flex-direction: row;
}

    .tarihsaat3 li {
        padding: 5px 10px;
    }

    .tarihsaat3 span {
        display: block;
    }

    .tarihsaat3 p {
        padding: 5px 15px;
        border-radius: 10px;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        border: 1px solid var(--border)
    }

    .tarihsaat3 li.active p {
        background: #10a18e;
        color: #fff;
        border: none;
    }

    .tarihsaat3 span {
        font-size: 12px;
        font-weight: 400;
    }

.tarihsaat5 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    gap: 10px;
}

.tarihsaat5 li {
    background: #fde5d5;
    color: var(--renk);
    text-align: center;
    border-radius: 10px;
    padding: 3px;
}

.adresform2 {
    background: var(--beyaz);
    border-radius: 10px;
    padding: 10px;
}

.adresform3 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    padding-bottom: 5px;
}

    .adresform3 a {
        background: #333;
        padding: 0 15px;
        border-radius: 999px;
        color: #fff;
        font-weight: 300;
    }

.adresform4 {
    padding: 15px 0;
}

.adresform5 {
    display: flex;
    /*align-items: center;*/
}

.adresform6 {
    padding-right: 15px;
}

    .adresform6 i {
        color: var(--renk);
    }

.talephazir1 {
    padding-bottom: 170px;
}

.talephazir2 {
    background: var(--beyaz);
    border-radius: 10px;
    padding: 10px;
}

    .talephazir2 h2 {
        font-size: 12px;
        font-weight: 400;
    }

.talephazir3 {
    list-style: none;
    font-size: 14px;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    /*border: 1px solid var(--border)*/
}

    .talephazir3 i {
        color: var(--renk);
        font-size: 12px;
    }

    .talephazir3 li {
        padding: 5px 10px;
        border-bottom: 1px solid var(--border)
    }

.taleponay6 {
    display: flex;
    justify-content: center;
    margin-top: -30px;
}

    .taleponay6 span {
        font-size: 27px;
        background: #fff;
        padding: 3px 9px;
        border-radius: 50%;
    }

    .taleponay6 i {
        color: var(--renk)
    }

.taleponay8 {
    padding: 25px;
}

.taleponay7 {
    text-align: center;
    padding: 10px;
}

    .taleponay7 h2 {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .taleponay7 p {
        font-size: 14px;
        color: gray;
        font-weight: 500;
    }

    .taleponay7 button {
        display: block;
        width: 100%;
        border-radius: 5px;
        padding: 5px;
        font-size: 14px;
        background: var(--renk);
        border: 1px solid var(--renk);
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px
    }

    .taleponay7 a {
        display: block;
        width: 100%;
        border-radius: 5px;
        padding: 5px;
        font-size: 14px;
        background: var(--border);
        border: 1px solid var(--border);
        color: var(--renk);
        font-weight: 600;
    }

.hizmetkat3 {
    margin-bottom: 25px;
}

.hizmetkat1 {
    background: var(--renk);
    padding: 15px;
    border-radius: 50%;
}

    .hizmetkat1 img {
        max-height: 40px;
    }

.hizmetkat2 {
    padding: 15px 20px;
}

    .hizmetkat2 h2 {
        font-size: 16px;
        margin-top: 15px;
    }

.hizmetkat4 {
    padding-top: 25px;
}


.hizmetler3 h2 {
    font-size: 16px;
}

.hizmetler1 {
    /*background: var(--renk);*/
    padding: 10px;
    /*border-radius: 50%;*/
}

.hizmetler4 {
    border-radius: 15px;
    text-align: center;
    color: #fff;
    background: var(--renk);
    margin-bottom: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.hizmetler1 img {
    /*max-height: 60px;*/ border-radius: 15px 0 15px 0;
}

.hizmetler5 h2 {
    font-size: 16px;
    /*margin-top: 25px;*/
}

.hizmetler5 p {
    font-size: 12px;
    margin-bottom: 0;
}

.hizmetler5 {
    padding: 15px;
}

    .hizmetler5 span > i {
        color: #fbbc04;
        font-size: 10px;
    }

.hizmetler6 {
    padding-top: 25px;
}

.hesabim3 {
    background: var(--back);
    padding: 15px;
    border-radius: 25px 25px 0 0;
    min-height: calc(100vh - 40px);
}

.hesabim4 input {
    background: #efefef;
    border-radius: 999px !important;
    margin-bottom: 10px;
    padding-top: 20px;
}

    .hesabim4 input::placeholder {
        font-size: 14px;
    }

.hesabim4 textarea {
    background: #efefef;
    border-radius: 20px !important;
}

    .hesabim4 textarea::placeholder {
        font-size: 14px;
    }

.hesabim4 a {
    background: #efefef;
    border-radius: 999px !important;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}

.hesabim4 p {
    margin-bottom: 0;
    color: #5f5f5f;
    font-size: 15px;
    padding-left: 15px;
}

.hesabim4 a > input {
    margin: 0;
    margin-right: 15px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hesabim4 label {
    position: absolute;
    font-size: 10px;
    color: gray;
    z-index: 55;
    left: 15px;
    top: 5px;
}

.hesabim6 {
    text-align: center;
    margin-top: 25px;
}

    .hesabim6 button {
        background: var(--renk);
        padding: 5px 85px;
        border-radius: 999px;
        color: #fff !important;
        font-weight: 500;
        border: 1px solid var(--renk);
    }

.talepizleme2 {
    padding: 15px;
    background: var(--back);
    border-radius: 25px 25px 0 0;
    min-height: calc(100vh - 68px);
}

.talepizleme4 {
    padding: 10px;
    /*background: var(--beyaz);*/
    border-radius: 10px;
}

.talepizleme3 {
    display: flex;
    justify-content: center;
    background: var(--border);
    border-radius: 10px;
    padding: 15px;
    font-weight: 600;
}

    .talepizleme3 p {
        margin-bottom: 0;
    }

    .talepizleme3 span {
        color: var(--renk);
    }

.list-container {
    position: relative;
}

.talepizleme5 {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 70vh;
    padding: 25px 0px;
}

    .talepizleme5 li {
        display: flex;
        align-items: center;
        position: relative;
        margin-bottom: 20px;
        min-height: 10vh;
    }

        .talepizleme5 li:not(:last-child)::after {
            content: "";
            position: absolute;
            width: 2px;
            height: 11vh;
            background-color: var(--renk);
            left: 11px;
            top: 57%;
            z-index: 22;
        }

        .talepizleme5 li::before {
            content: "";
            width: 25px;
            height: 25px;
            background-color: #fff;
            border: 2px solid var(--renk);
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 33;
        }

        .talepizleme5 li.active:before {
            background: var(--renk);
            content: "\2713";
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .talepizleme5 .text {
        margin-left: 45px;
        font-size: 16px;
        color: #333;
        font-weight: 600;
    }
.talepiz1{
    margin-top:25px;
}
.talepiz2 {
    background: var(--beyaz);
    display: block;
    padding: 10px;
    border-radius: 15px;
    color: #000;
    margin-bottom:15px;
}
    .talepiz2 h4 {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 15px;
        color: var(--renk);
    }
.talepiz3 {
    display: flex;
    justify-content: space-between;
}
    .talepiz3 p {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .talepiz3 span {
        font-size: 14px;
        color: #6d6d6d;
    }
.talepiz4 {
    font-size: 14px;
    margin-bottom: 5px;
}
.talepiz4 b{
    font-weight:600;
}
.talepiz5 {
    font-size: 15px!important;
    color: var(--renk)!important;
    font-weight: 600;
}
.bildirimd2 {
    padding: 15px 0;
}

.bildirimd3 {
    text-align: center;
}

    .bildirimd3 h1 {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        padding: 10px;
        position: relative;
    }

        .bildirimd3 h1 > a {
            position: absolute;
            top: 10px;
            left: 15px;
            font-size: 18px;
            color: #fff;
        }

.bildirimd03 h1 > a {
    position: relative;
    top: auto;
    left: auto;
    color: var(--renk);
}

.bildirimd03 h1 {
    margin-bottom: 0;
    padding: 9px;
}

.bildirimd4 {
    background: var(--back);
    padding: 15px;
    border-radius: 25px 25px 0 0;
    min-height: 100vh;
}

.bildirimd5 ul {
    list-style: none;
    padding: 10px 0;
}

.bildirimd5 a {
    color: #000;
}

.bildirimd5 h2 {
    font-size: 16px;
    font-weight: bolder;
}
.bildirimd5 span {
    font-weight: 400;
}
.bildirimd5 h3 {
    font-size: 14px;
    font-weight: 500;
}

.bildirimd5 li {
    border-bottom: 1px solid var(--border);
    padding: 10px;
    background: var(--beyaz);
    margin-bottom: 10px;
    
}

.bildirimd5 button {
    color: #000;
    display: flex;
    justify-content: space-between;
    border: none;
    background: transparent;
    width: 100%;
}

.bildirimd05 button.okundu {
    opacity: .5;
}

.bildirimd05 li.onaylandi {
    background: #1da9438c;
    color: #fff;
}

    .bildirimd05 li.onaylandi a {
        color: #fff;
    }

        .bildirimd05 li.onaylandi a.okundu {
            opacity: 1;
        }

.bildirimd5 p {
    margin-bottom: 0;
    font-size: 14px;
}

.bildirimd6 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.bildirimd6 li {
    border: 1px solid #efefef;
    flex: 1
}

.bildirimd6 a {
    color: var(--renk);
    border-radius: 0;
}
.bildirimd6 a:hover {
    color: var(--renk);
    border-radius: 0;
}

    .bildirimd6 a.active {
        background-color: var(--renk) !important;
        color: #fff !important;
        border-radius: 0;
    }

.bildirimd7 {
    /*background: var(--beyaz);*/
    border-radius: 15px;
    min-height: calc(100vh - 180px);
    overflow: hidden;
}

.bildirimd9 {
    border-top: 1px solid var(--border);
}

    .bildirimd9 p {
        margin-bottom: 0;
        padding-top: 10px;
        font-size: 14px;
        font-weight: 500;
        color: var(--renk);
        opacity: 0.8;
    }

.bildirimd10 {
    flex: 1;
    text-align: start;
}

.bildirimd011 {
    color: var(--renk);
    border-radius: 0 !important;
    border: 1px solid #efefef;
    border: none !important;
    padding: 5px;
    /*background: var(--renk);*/
    /*flex: 1*/
}

    .bildirimd011:hover {
        color: var(--renk);
        border-radius: 0;
    }

    .bildirimd011.active {
        background-color: #fff !important;
        color: var(--renk) !important;
        border-radius: 0;
        border-color: transparent;
        font-weight: 700;
    }

.bildirimd012 {
    display: flex;
    /*grid-template-columns: repeat(2,1fr);*/
    border-radius: 0;
    border: none;
    background: #fff;
}

    .bildirimd012 li {
        border-radius: 0;
        flex: 1;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .bildirimd012 li > p {
            /*position: absolute;*/
            color: #fff;
            background: var(--renk);
            padding: 3px 8px;
            font-size: 10px;
            border-radius: 50%;
            /*  right: 10px;
        top: -4px;*/
            margin-bottom: 0;
        }

.bildirimmodal1 {
    text-align: center;
    padding: 10px;
}

    .bildirimmodal1 a {
        display: block;
        width: 100%;
        border-radius: 5px;
        padding: 5px;
        font-size: 14px;
        background: var(--border);
        border: 1px solid var(--border);
        /*color: var(--renk);*/
        font-weight: 600;
    }

    .bildirimmodal1 p {
        margin-bottom: 15px;
        font-size: 17px;
        font-weight: 600;
        color: var(--renk);
    }

.bildirimmodal2 h2 {
    font-weight: 500;
}

.bildirimmodal2 {
    display: flex;
    justify-content: center;
    margin-top: -35px;
}

    .bildirimmodal2 span {
        font-size: 35px;
        background: #fff;
        padding: 3px 9px;
        border-radius: 50%;
        display: block;
    }

    .bildirimmodal2 i {
        color: var(--renk);
    }

.bildirimmodal3 {
    padding: 25px 25px;
}

.bildirimmodal4 {
    text-align: start;
    padding: 15px 0;
}

    .bildirimmodal4 h4 {
        font-size: 14px;
        font-weight: 400;
    }

    .bildirimmodal4 span {
        font-weight: 600;
    }

.fiyatteklif3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0px;
    /*border-radius:10px;*/
    border-bottom: 1px solid var(--border)
}

    .fiyatteklif3 img {
        max-height: 50px;
        border-radius: 5px;
    }

.fiyatteklif4 {
    text-align: start;
    padding-left: 10px;
    font-size: 14px;
    flex: 1;
}

    .fiyatteklif4 p {
        margin-bottom: 5px;
        font-weight: 600;
    }
    .fiyatteklif4 span {
        display: block;
    }

.fiyatteklif5 {
    margin-top: 25px;
    padding-bottom: 170px;
}

.fiyatteklif6 {
    background: var(--beyaz);
    padding: 0 10px;
    padding-bottom: 10px;
}

    .fiyatteklif6 b {
        padding-top: 10px;
        font-weight: 600;
        font-size: 14px;
        display: block;
    }
.fiyatteklif4 b {
    display: inline-block;
}
.fiyatteklif7 {
    border: 1px dashed;
    padding: 15px;
}

.fiyatteklif9 {
    text-align: center;
}

    .fiyatteklif9 button {
        background: var(--renk);
        padding: 5px 85px;
        border-radius: 999px;
        color: #fff !important;
        font-weight: 500;
        border: 1px solid var(--renk);
    }

.teklifdetay2 {
    padding: 15px 0;
}

.teklifdetay3 {
    text-align: center;
}

    .teklifdetay3 h1 {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        padding: 10px;
        position: relative;
    }

        .teklifdetay3 h1 > a {
            position: absolute;
            top: 10px;
            left: 0;
            font-size: 18px;
            color: #fff;
        }

.teklifdetay4 {
    background: var(--back);
    padding: 15px;
    border-radius: 25px 25px 0 0;
    min-height: calc(100vh - 68px);
}

.teklifdetay5 {
    border-radius: 15px;
    min-height: calc(100vh - 180px);
    overflow: hidden;
}

.teklifdetay6 li {
    border-bottom: 1px solid var(--border);
    padding: 10px;
    background: var(--beyaz);
    margin-bottom: 10px;
}

.teklifdetay6 ul {
    list-style: none;
    padding: 10px 0;
}

.teklifdetay6 button {
    color: #000;
    display: flex;
    justify-content: space-between;
    border: none;
    background: transparent;
    width: 100%;
}
.tklfdetay1 {
    color: #000;
    display: flex;
    justify-content: space-between;
    border: none;
    background: transparent;
    width: 100%;
}
    .tklfdetay1 a {
        color: var(--renk);
        font-weight: 600;
        font-size: 14px;
        margin-top: 10px;
        display: block;
    }

.teklifdetay7 {
    flex: 1;
    text-align: start;
}

    .teklifdetay7 h2 {
        font-size: 16px;
        font-weight: bolder;
    }

.teklifdetay8 p {
    margin-bottom: 0;
    font-size: 14px;
}

.pbar2 {
    padding: 15px 0;
}

.pbar3 {
    text-align: center;
}

    .pbar3 h1 {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        /*padding: 10px;*/
        position: relative;
        margin-bottom: 0;
        padding: 9px;
    }

        .pbar3 h1 > a {
            position: relative;
            top: auto;
            left: auto;
            color: var(--renk);
            font-size: 18px;
        }

.pbar4 {
    display: flex;
    /* grid-template-columns: repeat(2, 1fr); */
    border-radius: 0;
    border: none;
    background: #fff;
}

    .pbar4 li {
        border-radius: 0;
        flex: 1;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .pbar4 li > p {
            color: #fff;
            background: var(--renk);
            padding: 3px 8px;
            font-size: 10px;
            border-radius: 50%;
            margin-bottom: 0;
        }

.pbar5 {
    color: var(--renk);
    border-radius: 0 !important;
    border: 1px solid #efefef;
    border: none !important;
    padding: 5px;
    font-size: 14px;
}
    .pbar5:hover{
        color:var(--renk);
    }

    .pbar5.active {
        background-color: #fff !important;
        color: var(--renk) !important;
        border-radius: 0;
        border-color: transparent;
        font-weight: 600;
    }

.tust2 {
    padding: 15px 0;
    padding-bottom: 0;
}

.tust3 {
    text-align: center;
}

    .tust3 h1 {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        padding: 10px;
        position: relative;
    }

        .tust3 h1 > a {
            position: absolute;
            top: 10px;
            left: 15px;
            font-size: 18px;
            color: #fff;
        }

.bsvr1 {
    background: var(--back);
    padding: 15px;
    border-radius: 25px 25px 0 0;
    min-height: calc(100vh - 68px);
}

    .bsvr1 ul {
        list-style: none;
    }

    .bsvr1 li {
        margin-bottom: 10px;
    }

    .bsvr1 a {
        background: var(--beyaz);
        display: block;
        padding: 10px;
        border-radius: 15px;
        color: #000;
    }

    .bsvr1 p {
        /*font-size: 14px;*/
        font-weight: 600;
        margin-bottom: 5px;
    }

    .bsvr1 span {
        display: block;
        color: #6d6d6d;
    }

    .bsvr1 strong {
        font-weight: 600;
        color: #000;
    }

.bsvrb1 {
    position: relative;
}

    .bsvrb1 p {
        /*position: absolute;*/
        color: #fff;
        background: var(--renk);
        padding: 3px 8px;
        font-size: 10px;
        border-radius: 50%;
        display: inline-block;
        margin-bottom: 0;
    }

.firmahizmet1 th {
    font-size: 14px;
    font-weight: 500;
    text-align:center;
}
.firmahizmet2 {
    background: var(--back);
    padding: 15px;
    border-radius: 25px 25px 0 0;
    min-height: calc(100vh - 68px);
   
}
.firmahizmet2 td{
    background:transparent;
}
.firmahizmet3 {
    text-align: center;
}
    .firmahizmet3 input {
        text-align: center;
        padding: 5px 40px;
        font-size: 18px;
        background: var(--renk);
        border-radius: 999px;
        color: #fff !important;
        display: inline-block;
        font-weight: 500;
        border: none;
    }
    .talepduzenle3{
        padding-bottom:15px;
        padding-top:10px;
    }

.talepduzenle3 h2 {
    font-size: 18px;
    font-weight: 600;
}

.talepduzenle3 p {
    font-size: 14px;
}

.talepduzenle4 {
    background: var(--beyaz);
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 25px 15px;
    min-height: calc(100vh - 120px);
}

.talepduzenle5 {
    margin-top: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 5px;
    padding: 0 5px;
}

    .talepduzenle5 span {
        border-bottom: 1px solid var(--border);
        display: block;
        font-size: 12px;
    }

    .talepduzenle5 textarea {
        border: none;
    }

.talepduzenle6 {
    margin-top: 25px;
    text-align: center;
}

    .talepduzenle6 button {
        text-align: center;
        padding: 5px 40px;
        font-size: 18px;
        background: var(--renk);
        border-radius: 999px;
        color: #fff !important;
        display: inline-block;
        font-weight: 500;
        border: none;
    }

.talepduzform2 {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-top: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.talepduzform3 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    padding-bottom: 5px;
}

.talepduzform3 a {
    background: #333;
    padding: 0 15px;
    border-radius: 999px;
    color: #fff;
    font-weight: 300;
}

.talepduzform4 {
    padding: 15px 0;
}

.talepduzform5 {
    display: flex;
    /*align-items: center;*/
}

.talepduzform6 {
    padding-right: 15px;
}

.talepduzform6 i {
    color: var(--renk);
}
.btntalepduz{
    display:flex;
}
.personel1 {
    background: var(--back);
    padding: 15px;
    border-radius: 25px 25px 0 0;
    min-height: calc(100vh - 68px);
}
.personel1 ul{
    list-style:none;
}
    .personel1 li {
        background: var(--beyaz);
        display: block;
        padding: 10px;
        border-radius: 5px;
        color: #000;
        margin-bottom:10px;
    }
    .personel1 a{
        color:#000;
    }
.gorevmodal1 {
    padding: 25px;
    text-align: center;
    font-weight: 600;
}
.ana3{
    padding:5px;
    margin-bottom:100px;
}
    .ana3 a {
        background-color: var(--beyaz);
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 18px;
        padding: 15px 20px;
        color: #333;
        flex-shrink: 0;
        position:relative;
    }
    .ana3 p {
        position:relative;
        margin-bottom:0;  
    }
.ana3 span {
    position: absolute;
    color: #fff;
    background: var(--renk);
    padding: 3px 8px;
    font-size: 10px;
    border-radius: 50%;
    right: -25px;
    top: -4px;
    margin-bottom: 0;
}
.yn5 {
    padding-top: 25px;
    text-align:center;
}
.yn2 {
    background: var(--renk);
    padding: 5px 45px;
    border-radius: 999px;
    color: #fff !important;
    font-weight: 500;
    border: 1px solid var(--renk);
}
.yn10{
    padding-top:25px;

}
    .yn10 button {
        background: var(--renk);
        padding: 5px 45px;
        border-radius: 999px;
        color: #fff !important;
        font-weight: 500;
        border: 1px solid var(--renk);
    }
    .sil{
        background:var(--renk)
    }
.sliderana1 {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}
.mesajlar1 {
    background: var(--back);
    padding: 15px;
    border-radius: 25px 25px 0 0;
    min-height: calc(100vh - 68px);
    position:relative;
}
.mesajkisiler1 {
    position: fixed;
    bottom: 90px;
    right: 25px;
}
    .mesajkisiler1 a {
        
        background: var(--renk);
        border-color:var(--renk);
        padding: 7px 11px;
        border-radius: 50%;
    }
.mesajkisiler1 i{
    font-size:18px;
    color:#fff;
}
.kisi2 {
    display: flex;
    align-items: center;
    background: var(--beyaz);
    padding: 5px 10px;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #000;
    margin-bottom:15px;
}

.kisi3 {
    /*border: 1px solid gray;*/
    /*padding: 10px;*/
    border-radius: 50%;
}
.kisi03{
    /*padding:10px 13px;*/
}

    .kisi3 img {
        max-width: 38px;
    }

    .kisi3 i {
        font-size: 30px;
        color: #8d8d8d;
    }

.kisi4 {
    flex: 1;
    padding-left: 15px;
}

    .kisi4 p {
        margin-bottom: 0;
        font-weight: 600;
    }

    .kisi4 span {
        font-size: 12px;
    }

.kisi5 span {
    font-size: 25px;
}


.mesajana1 a {
    display: flex;
    align-items: center;
    background: var(--beyaz);
    border-radius: 9995px;
    padding: 5px 10px;
    margin-bottom:5px;
}
.mesajana1 button {
    display: flex;
    align-items: center;
    background: var(--beyaz);
    border-radius: 9995px;
    padding: 5px 10px;
    margin-bottom: 5px;
    width: 100%;
    border: none;
}
.mesajana1 {
    margin-bottom: 25px;
}

.mesajana3 {
    flex: 1;
    text-align: start;
    padding-left:10px;
}

.mesajana3 span {
    font-size: 12px;
    color: #333;
}

.mesajana3 p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.mesajana2 {
    padding-right: 15px;
}

.mesajana2 i {
    /*color: var(--renk);*/
}

.mesajana4 i {
    color: #000;
}

.talepsilmodal1 {
    text-align: center;
    padding: 10px;
}

    .talepsilmodal1 a {
        display: block;
        width: 100%;
        border-radius: 5px;
        padding: 5px;
        font-size: 14px;
        background: var(--border);
        border: 1px solid var(--border);
        /*color: var(--renk);*/
        font-weight: 600;
        color: #000 !important;
    }

.talepsilmodal1 p {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
    color: var(--renk);
}

.talepsilmodal2 h2 {
    font-weight: 500;
}

.talepsilmodal2 {
    display: flex;
    justify-content: center;
    /*margin-top: -35px;*/
}

.talepsilmodal2 span {
    font-size: 35px;
    background: #fff;
    padding: 3px 9px;
    border-radius: 50%;
    display: block;
}

.talepsilmodal2 i {
    color: var(--renk);
}

.talepsilmodal3 {
    padding: 25px 25px;
}

.talephizmetg1 h4 {
    background: #ddddd9;
    padding: 10px 15px;
    font-weight: 600;
    color: var(--renk);
    margin-bottom: 0;
    font-size: 16px;
    margin-bottom:5px;
}
.talephizmetg2 {
    background: #efefef;
}

.talephizmetg2 ul {
    list-style: none;
    padding: 5px 10px;
}
.teklifgor1 {
    background: var(--back);
    padding: 15px;
    border-radius: 25px 25px 0 0;
    min-height: calc(100vh - 68px);
    padding-bottom: 75px;
}
    .teklifgor1 ul {
        list-style: none;
        padding: 10px 0;
    }
    .teklifgor1 li {
        border-bottom: 1px solid var(--border);
        padding: 10px;
        background: var(--beyaz);
        margin-bottom: 10px;
    }
    .teklifgor1 a > h2 {
        font-size: 16px;
        font-weight: bolder;
    }
    .teklifgor1 a > span {
        display: block;
        margin-bottom: 0;
        font-size: 14px;
    }
    .teklifgor1 a > p {
        margin-bottom: 0;
        font-size: 14px;
        color: gray;
        font-weight: 500;
    }

        .prs1 {
            background: #ffffff;
            padding: 5px 85px;
            border-radius: 999px;
            color: var(--renk) !important;
            font-weight: 500;
            border: 1px solid var(--renk);
            margin-top: 15px;
            display: inline-block;
        }
.tklf1 {
    background: rgba(0, 0, 0, 0.38)!important;
}
.tklf2{
    text-align:start;
    font-size:14px;
}
    .tklf2 p {
        color: #000;
        font-weight: 600;
        font-size: 15px;
        margin-bottom:5px;
    }
.tklf3 {
    padding-bottom: 15px;
}
    .tklf3 b{
        margin-bottom:5px;
        display:inline-block;
    }
    .duztalep1{

    }
        .duztalep1 p {
            font-weight: 500;
            /* font-size: 14px; */
            margin-bottom: 5px;
        }
        .duztalep1 img {
            max-width: 35%;
            padding-bottom: 15px;
        }
.duyuru1{
    padding:25px 0;
}
    .duyuru1 h2 {
        width: 100%;
        text-align: start;
        font-size: 16px;
        font-weight: 600;
    }
.blog2 a {
    text-decoration: none;
    color: #000;
}

.blog3 {
    overflow: hidden;
}

.blog2 a:hover .blog3 img {
    transform: scale(1.1);
    transition: .5s all;
}

.blog4 {
    padding: 15px 0;
}

    .blog4 h5 {
        font-size: 16px;
        /*margin-bottom: 10px;*/
        /*font-weight: 600;*/
    }

    .blog4 p {
        /*font-weight: 300;*/
        color: #333;
        margin-bottom: 25px;
    }

    .blog4 span {
        text-decoration: underline;
    }
#owl-carouselslide .owl-nav, #owl-carouselslide .owl-dots {
    display: none;
}
.hzm1 {
    padding: 10px;
    padding-bottom: 100px;
}
    .hzm1 p {
        background: #ddddd9;
        padding: 5px 15px;
        font-weight: 600;
        color: var(--renk);
        margin-bottom: 10px;
    }
.firmahizmetadmin7 {
    /*margin-bottom: 25px;*/
    /*background: #fff;*/
    padding: 10px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .firmahizmetadmin7 input {
        background: var(--renk);
        border-color: var(--renk);
        border-radius: 999px;
        padding: 6px 25px;
        min-width: 70vw;
        margin-bottom:15px;
    }
.uyelik1 {
    padding: 0 10px;
}
.uyelik2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.uyelik3 {
    border-radius: 50%;
    padding: 5px;
    background: var(--back);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    width: 80px;
    height: 80px;
}
    .uyelik3 .avatar,
    .uyelik3 .avatar-icon {
        position: relative;
        z-index: 2;
        border-radius: 50%;
        transition: transform .2s ease, opacity .2s ease;
    }
    .uyelik3 .logo-badge {
        position: absolute;
        right: -6px;
        bottom: -6px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 2px solid var(--back);
        z-index: 1;
        opacity: .65;
        transition: transform .2s ease, opacity .2s ease, z-index .2s ease;
        object-fit: cover;
        background: #000;
    }
    .uyelik3.swapped .avatar,
    .uyelik3.swapped .avatar-icon {
        z-index: 1;
        opacity: .6;
        transform: scale(.92);
    }

    .uyelik3.swapped .logo-badge {
        z-index: 3;
        opacity: 1;
        transform: scale(1.05);
    }
        .uyelik3 img {
            max-height: 75px;
        }
        .uyelik3 i:before{
            font-size:65px;
        }
.uyelik2 h2 {
    margin-top: 15px;
    font-size: 18px;
    /*padding: 0 25px;*/
}
.uyelik4 {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 14px;
    padding: 10px;
    display: grid;
    /*gap: 10px;*/
    /*padding: 0 25px;*/
}
.uyelik5 {
    /*gap: 5px;*/
    padding: 10px 8px;
    /*border-radius: 10px;*/
    border-bottom: 1px solid #e6e9f2;
    display: flex;
    align-items: center;
}
    .uyelik6 {
        width: 32px;
        height: 32px;
        border-radius: 9px;
        display: grid;
        place-items: center;
        background: #eef2ff10;
        /*color: var(--renk);*/
    }
.uyelik7 span {
    font-size: 12px;
    color: var(--renk);
    line-height: 1;
    font-weight: 500;
}
.uyelik7 h2 {
    font-weight: 500;
    font-size: 15px;
    word-break: break-word;
}
.uyelik8 {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e6e9f2;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    padding-bottom: 25px;
    overflow: hidden;
}
.uyelik9 {
    background: #d8dad9;
    padding:5px 15px;
    margin-bottom:25px;
}
.uyelik9 img{
    max-height:50px;
    float:left
}
.uyelik10{
    padding-left:65px;
}
.uyelik11{
    padding:0 10px;
}
.uyelik12 {
    background: var(--back);
    padding: 15px;
    border-radius: 25px 25px 0 0;
    min-height: 100vh;
    margin-bottom: 50px;
}