﻿* {
    font-family: 'Roboto', sans-serif !important;
}



.plus-shape {
    position: absolute;
    top: 126px;
    width: 420px; /* Adjust as needed */
    height: 470px; /* Adjust as needed */
    overflow: hidden;
    clip-path: polygon( 25% 0%, 75% 0%, 75% 25%, 100% 25%, 100% 75%, 75% 75%, 75% 100%, 25% 100%, 25% 75%, 0% 75%, 0% 25%, 25% 25% );
    z-index: -1;
    left: 25px;
}

    .plus-shape img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.sepet-text-color {
    color: #1d1d1d;
}

.footer-display-none {
    display: none;
}
/*ERROR PAGE CSS*/
.error-page-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-page-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.error-page-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    > h3

{
    color: #000;
    text-align: center;
    font-family: Aeonik;
    font-size: 28.377px;
    font-style: normal;
    font-weight: 500;
    line-height: 35.471px; /* 125% */
}

> span {
    color: var(--Alphas-8, rgba(0, 0, 0, 0.64));
    text-align: center;
    font-family: Aeonik;
    font-size: 15.962px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.282px; /* 133.333% */
    letter-spacing: -0.032px;
}

}

.error-page-button-wrapper {
    > a

{
    display: flex;
    padding: 10.641px 21.282px 10.641px 14.188px;
    justify-content: center;
    align-items: flex-start;
    gap: 7.094px;
    border-radius: 8866.777px;
    background: var(--Core-Colours-03, #80C776);
}

}
/*ERROR PAGE CSS*/
/*PROJE BASLAT CSS KODLARI BURADAN BASLIYOR*/
.projeBaslatContainer {
    margin: 0;
    padding: 80px 96px 0px 0px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    height: 100vh;
}

    .projeBaslatContainer .projeBaslatBanner {
        grid-column-start: 1;
        grid-column-end: 5;
        display: flex;
        padding: 0 0;
        background: url(../images/dot.svg), linear-gradient(175deg, rgba(28, 0, 71, 0.00) 20.71%, #4F00C1 106.98%), #1C0047;
        position: relative;
        z-index: -2;
    }




.proje-baslat-right-side-container {
    grid-column-start: 6;
    grid-column-end: 13;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px 200px;
}

.proje-baslat-first-wrapper {
    display: inline-flex;
    flex-direction: column;
    gap: 72px;
    align-items: center;
    width: 100%;
}

.projeBaslatContainer .projeBaslatBanner .text-group {
    padding: 80px 12px 0px 46px;
}

    .projeBaslatContainer .projeBaslatBanner .text-group h3 {
        color: var(--Neutrals-White, #FFF);
        font-size: 52px;
        font-style: normal;
        font-weight: 400;
        line-height: 56px; /* 107.692% */
    }

.proje-baslatright-side-button-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    .proje-baslatright-side-button-group > h4 {
        color: #000;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 100% */
    }

.proje-baslar-right-side-wrapper {
    width: 100%;
    padding: 94px 0px 78px 0px;
}

.proje-baslatright-side-button-group hr {
    flex: 1;
    border: none;
    height: 1px;
    background: var(--Stroke-Color, #D9D9D9);
}

.proje-baslatright-side-button-group span {
    margin: 0 10px;
    font-weight: bold;
}

.projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer .wrongPassText {
        color: red;
        margin: 0;
        margin-top: 10px;
        padding: 0;
        text-align: left;
    }

    .projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer .OtherFormDiv {
        margin-top: 30px;
    }

        .projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer .OtherFormDiv a {
            color: #85c57b;
            font-weight: 700;
        }

    .projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer form {
        width: 60%;
        padding: 20px;
        /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
        border-radius: 20px;
    }

        .projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer form h3 {
            color: #4609bf;
            font-weight: 700;
            font-size: 1.4rem;
            margin: 10px 0;
        }

    .projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer .form-group {
        display: block;
        margin: 10px 0;
    }

    .projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer form .checkbox-group {
        display: flex;
        align-items: center;
        text-align: left;
        margin-bottom: 10px;
        user-select: none;
    }

        .projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer form .checkbox-group input {
            height: 20px !important;
            width: 20px !important;
            margin-right: 10px;
        }

    .projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer .form-group label {
        display: block;
        width: 100%;
        font-weight: 600;
        text-align: left;
    }

    .projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer .form-group input {
        width: 100%;
        height: 40px;
        border-radius: 30px;
        border: 1px solid #8f7db8;
        padding: 20px;
    }

    .projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer button {
        width: 100%;
        height: 40px;
        border-radius: 30px;
        background-color: #85c57b;
        color: #fff;
        transition: .3s all ease-in-out;
    }

        .projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer button:hover {
            background-color: #4609bf !important;
        }

    .projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer .clearBoth {
        clear: both;
    }

.prodigmaContainer {
    /*    margin: 10px auto !important;
    padding: 128px 96px;
    position: relative;*/

    width: 100% !important;
    margin: 80px auto 80px auto;
    padding: 80px 96px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /*height: 100vh;*/
}



.userNavbarContainer {
    margin-top: 10px;
    padding: 16px;
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 99999px;
    border: 1px solid #D9D9D9;
}


    .userNavbarContainer .userNavbarLeft {
        width: 100%;
    }

        .userNavbarContainer .userNavbarLeft ul {
            display: flex;
            gap: 24px;
        }

            .userNavbarContainer .userNavbarLeft ul li {
                text-align: center;
                display: flex;
                padding: 16px 24px;
                justify-content: center;
                align-items: center;
                border-radius: 99999px;
                border: 1px solid #D9D9D9;
                background: #F6F6F6;
                transition: .1s all ease-in-out;
                flex-grow: 1;
            }


                .userNavbarContainer .userNavbarLeft ul li a {
                    color: #1D1D1D;
                    font-family: Aeonik;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 24px; /* 133.333% */
                    letter-spacing: -0.2px;
                }

                .userNavbarContainer .userNavbarLeft ul li.active {
                    border-radius: 99999px;
                    background: #80C776;
                    color: #000;
                    font-family: Aeonik;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 24px; /* 133.333% */
                    letter-spacing: -0.2px;
                }



                .userNavbarContainer .userNavbarLeft ul li:hover {
                    background-color: #80C776;
                    color: #fff;
                }

            .userNavbarContainer .userNavbarLeft ul.teklifOlusturUserNavbar li {
                padding: 24px 24px;
            }

    .userNavbarContainer .userNavbarRight {
        position: relative;
    }

        .userNavbarContainer .userNavbarRight .userArea:hover .userMenu {
            display: block;
        }

        .userNavbarContainer .userNavbarRight .userArea span {
            cursor: pointer;
        }

        .userNavbarContainer .userNavbarRight .userArea .userMenu {
            display: none;
            position: absolute;
            left: 0;
            width: 100% !important;
            top: 0;
            padding-top: 40px;
        }

            .userNavbarContainer .userNavbarRight .userArea .userMenu .menu {
                width: 100% !important;
                background-color: #fff;
                border: 1px solid #808080;
            }

                .userNavbarContainer .userNavbarRight .userArea .userMenu .menu ul li {
                    padding: 5px 10px;
                    width: 100% !important;
                }

                    .userNavbarContainer .userNavbarRight .userArea .userMenu .menu ul li a {
                        padding: 5px 10px;
                        width: 100% !important;
                    }

@media only screen and (max-width: 1200px) {
    /*Tablets [601px -> 1200px]*/
    .projeBaslatContainer .projeBaslatBanner {
        display: none !important;
    }

    .projeBaslatContainer .projeBaslatForm {
        width: 100% !important;
    }
}

.siparisOlusturContainer {
    /*display: flex;*/
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 32px;
}


    .siparisOlusturContainer .siparisOlusturPart1 {
        /*width: 50%;*/
        grid-column-start: 1;
        grid-column-end: 5;
    }



        .siparisOlusturContainer .siparisOlusturPart1 .siparisOlusturStlPart {
            margin-top: 0px;
        }

        .siparisOlusturContainer .siparisOlusturPart1 .siparisOlusturStlPart {
            margin-top: 0px;
        }

            .siparisOlusturContainer .siparisOlusturPart1 .siparisOlusturStlPart .stlPrewiewContainer {
                border: 1px solid #85c57b;
                height: 500px;
            }

        .siparisOlusturContainer .siparisOlusturPart1 .form-group {
            width: 100% !important;
            margin-bottom: 10px;
        }

        .siparisOlusturContainer .siparisOlusturPart1 .siparisOlusturStlPart input {
            border: 1px solid #808080;
            cursor: default;
            border-radius: 10px 0px 0px 10px;
            padding: 5px 10px;
            width: 60%;
        }

        .siparisOlusturContainer .siparisOlusturPart1 .siparisOlusturStlPart button {
            border: 1px solid #808080;
            margin-left: -5px;
            border-radius: 0 10px 10px 0;
            background-color: #85c57b;
            color: #fff;
            width: 40%;
            padding: 5px 10px;
        }

    .siparisOlusturContainer .siparisOlusturPart2 {
        /*       width: calc(50% - 10px);
        padding-left: 10px;*/
        grid-column-start: 5;
        grid-column-end: 13;
        border-radius: 16px;
    }

        .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartHeader {
            margin-top: 5px;
            padding: 5px 0px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartHeader div:last-child {
                display: flex;
                align-items: center;
            }

.siparisOlusturSiparisPart {
    padding: 24px;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid #D9D9D9;
}

.siparisOlusturSiparisPartBody {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 24px;
}

.siparisOlusturSiparisPartBodyLeft {
    grid-column-start: 1;
    grid-column-end: span 4;
}

.siparisOlusturSiparisPartBodyRight {
    grid-column-start: 5;
    grid-column-end: span 9;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.altToplamTextPart2 {
    border-radius: 8px;
    background: #F9F5FF;
    padding: 16px;
}

.siparisOlusturSiparisPartProductInformation {
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 8px;
    > h5

{
    color: #1C0047;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

> span {
    color: #1C0047;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

}


.file-name-especification > span:last-child {
    font-size: 14px !important;
}


.siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart div h3 {
    font-size: 24px !important;
    font-weight: bold;
}

.siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartHeader div:last-child span {
    font-weight: bold;
    margin-right: 10px;
}

.siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartHeader div:last-child .btn {
    min-height: 40px !important;
}

.siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody {
    /*max-height: 900px !important;*/
    /*overflow-y: auto;*/
}

    .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .headerP {
        margin: 10px 0;
        font-weight: bold;
    }

    .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .materyalDiv {
        width: 100% !important;
    }

    .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .technologyDiv {
    }

        .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .technologyDiv div {
            width: 100% !important;
        }

            .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .technologyDiv div ul {
                list-style: none;
                display: inline-flex;
            }

                .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .technologyDiv div ul li {
                    border-bottom: 1px solid #4609bf;
                    border-top: 1px solid #4609bf;
                    padding: 5px 10px;
                    cursor: pointer;
                    transition: .2s all ease-in-out;
                }

                    .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .technologyDiv div ul li:first-child {
                        border-left: 1px solid #4609bf;
                        border-radius: 10px 0px 0px 10px;
                    }

                    .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .technologyDiv div ul li:last-child {
                        border-right: 1px solid #4609bf;
                        border-radius: 0 10px 10px 0;
                    }

                    .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .technologyDiv div ul li.active {
                        background-color: #4609bf;
                        color: #fff;
                    }

    .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .materyalDiv {
    }

        .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .materyalDiv .materyalListBody {
            max-height: 300px;
            overflow-x: auto;
        }


    .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .materyalListBody ul li {
        display: flex;
        border-bottom: 1px solid #4609bf;
        align-items: center;
        cursor: pointer;
        transition: .2s all ease-in-out;
        border-left: 1px solid #4609bf;
        border-right: 1px solid #4609bf;
    }


        .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .materyalListBody ul li:first-child {
            border-radius: 10px 10px 0px 0px;
        }


        .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .materyalListBody ul li:last-child {
            border-radius: 0px 0px 10px 10px;
        }

        .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .materyalListBody ul li.active {
            background-color: #4609bf;
        }

        .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .materyalListBody ul li.active {
            color: #fff
        }

        .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .materyalListBody ul li:first-child {
            border-top: 1px solid #4609bf;
        }

        .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .materyalListBody ul li div:first-child {
            width: 15%;
        }

            .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .materyalListBody ul li div:first-child h4 {
            }

            .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .materyalListBody ul li div:first-child img {
                width: 100%;
            }

        .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .materyalListBody ul li div:last-child {
            width: 85%;
        }

    .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .renkDiv {
    }

        .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .renkDiv ul {
            display: flex;
        }

            .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .renkDiv ul li {
                height: 40px;
                width: 40px;
                border-radius: 100% !important;
                transition: .2s all ease-in-out;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
            }

                .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .renkDiv ul li.active {
                    border: 3px solid #4609bf;
                }

                .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .renkDiv ul li div {
                    height: 30px;
                    width: 30px;
                    border-radius: 100% !important;
                }

    .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody select, .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody input {
        width: 100%;
        border: 1px solid #f1f1f1;
        padding: 4px 10px;
        background-color: #f8f8f8;
        font-size: 20px;
        border-radius: 10px;
    }

.customInput {
    width: 100%;
    background-color: transparent;
    border-radius: 10px;
}

.siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .altToplamDiv {
    width: 100% !important;
    margin-top: 15px;
}

    .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .altToplamDiv .altToplamText {
        display: flex;
        border-bottom: 1px solid #d5d5d5;
        border-top: 1px solid #d5d5d5;
    }

    .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .altToplamDiv .altToplamTextPart1 {
        width: 30%;
    }

    .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .altToplamDiv .altToplamTextPart2 {
        width: 70%;
        text-align: right;
    }

.mesajDosya {
    float: right;
    text-align: right !important;
    width: 40% !important;
    margin-top: 10px;
    margin-bottom: 10px;
}


.siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .altToplamDiv .altToplamButon {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d5d5d5;
}

.burgerButton {
    display: none;
}

    .burgerButton i {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: bold;
        --tw-text-opacity: 1;
        color: #85c57b;
    }

.backgroundWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    opacity: .3;
    z-index: 3;
    display: none;
}

    .backgroundWrapper.active {
        display: block;
    }

@media only screen and (max-width: 1024px) {
    .burgerButton {
        display: block;
    }



    .userNavbarContainer {
        position: relative;
    }

    .userNavbarLeft ul {
        z-index: 5;
        display: none !important;
        position: absolute;
        background-color: #fff;
        width: 0%;
        height: 100vh !important;
        top: -30px;
        left: -20px;
        transition: 1s all ease-in-out !important;
        -webkit-box-shadow: 7px 0px 20px -13px rgba(0,0,0,0.7);
        -moz-box-shadow: 7px 0px 20px -13px rgba(0,0,0,0.7);
        box-shadow: 7px 0px 20px -13px rgba(0,0,0,0.7);
    }

        .userNavbarLeft ul.active {
            display: block !important;
            width: 60% !important;
            transition: 1s all ease-in-out !important;
        }

        .userNavbarLeft ul li {
            border-bottom: 1px solid #85c57b;
            text-align: left !important;
        }

    .siparisOlusturPart1 {
        display: block;
        width: 100% !important;
    }

    .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartHeader {
        display: block !important;
    }

    .siparisOlusturPart2 {
        display: block;
        width: 100% !important;
    }

    .siparisOlusturContainer {
        display: block !important;
    }

        .siparisOlusturContainer .siparisOlusturPart1 .form-group {
            display: flex;
        }

        /*   #technologyList {
        display: block;
    }*/

        .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .technologyDivMobile div ul li {
            border-top: none !important;
            border-left: 1px solid #4609bf !important;
            border-right: 1px solid #4609bf !important;
        }

            .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .technologyDivMobile div ul li:first-child {
                border-top: 1px solid #4609bf !important;
                border-radius: 10px 10px 0px 0px;
            }

            .siparisOlusturContainer .siparisOlusturPart2 .siparisOlusturSiparisPart .siparisOlusturSiparisPartBody .technologyDivMobile div ul li:last-child {
                border-radius: 0px 0px 10px 10px;
            }
}

@media only screen and (max-width: 600px) {
    /*Big smartphones [426px -> 600px]*/
    .projeBaslatContainer .projeBaslatForm .projeBaslatFormContainer form {
        width: 100% !important;
    }
}

@media only screen and (max-width: 425px) {
    /*Small smartphones [325px -> 425px]*/
}

.siparisOlusturBannerContainer h4 {
    width: 100% !important;
    color: #1D1D1D;
    text-align: center;
    font-family: Aeonik;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 144.444% */
    letter-spacing: -0.36px;
}

.start-project-input-file-text > p > span {
    color: #4F00C1 !important;
}

.siparisOlusturBannerContainer {
    padding: 30px 0;
}


    .siparisOlusturBannerContainer .btn {
        width: 20% !important;
    }

    .siparisOlusturBannerContainer .btn-div {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.projelerDiv table {
    margin-top: 20px;
    width: 100% !important;
}

    .projelerDiv table .btn-red {
        background-color: red;
    }

    .projelerDiv table .btn {
        min-height: 30px !important;
        width: 30px !important;
    }

    .projelerDiv table thead {
        background-color: #e0e0e0;
        text-align: left !important;
    }

        .projelerDiv table thead th {
            border: 1px solid #808080;
            padding: 10px;
        }

    .projelerDiv table tbody td {
        padding: 10px;
        border: 1px solid #808080;
    }

    .projelerDiv table tr td div {
        display: flex;
    }

    .projelerDiv table tr td button {
        margin: 0 auto !important;
    }

.cstmModal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgb(0,0,0,0.1);
}

    .cstmModal .cstmModal-container {
        position: fixed;
        top: 30%;
        left: 30%;
        max-width: unset !important;
        width: 40% !important;
        background-color: #fff;
        z-index: 3;
        border-radius: 24px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    }

    .cstmModal .cstmModal-header {
        display: flex;
        padding: 10px 20px;
        justify-content: end;
    }

        .cstmModal .cstmModal-header i {
            cursor: pointer;
            font-size: 20px !important;
        }

.hesabimContainer {
    gap: 32px;
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    /*padding:96px 0px;*/
}

    .hesabimContainer .KullaniciMenu {
        border: 1px solid #85c57b;
        width: calc(20% - 2px);
        height: 100% !important;
    }

    .hesabimContainer .KullaniciContent {
    }

.my-account-heading {
    color: #1D1D1D;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 144.444% */
    letter-spacing: -0.36px;
}

.hesabimContainer .KullaniciMenu ul li {
    padding: 10px 20px;
}

    .hesabimContainer .KullaniciMenu ul li.active {
        background-color: #85c57b;
        color: #fff;
    }

.kullaniciBilgileriForm {
    padding: 10px;
    border: 1px solid #85c57b;
    display: flex;
    flex-wrap: wrap;
}

    .kullaniciBilgileriForm button {
        margin: 10px;
        float: right;
        margin-top: 20px !important;
    }

    .kullaniciBilgileriForm .form-group-1 {
        margin: 10px;
        width: calc(50% - 20px);
    }

        .kullaniciBilgileriForm .form-group-1 div {
            padding: 10px !important;
        }

    .kullaniciBilgileriForm .form-group-2 {
        margin: 10px;
        width: calc(50% - 20px);
    }

        .kullaniciBilgileriForm .form-group-2 div {
            padding: 10px !important;
        }

#stlInfoContainer table {
    margin-top: 10px;
    text-align: left;
    width: 40%;
}

    #stlInfoContainer table th, td {
        padding: 5px 10px;
        border: 1px solid #85c57b;
    }
/*HEADER KODLARININ BAZILARI BURADAN BAŞLIYOR*/
.header-left {
    display: flex;
    gap: 32px;
    align-items: center;
}
.site-header.sticky {
    /*    position: sticky;*/
    background: var(--Core-Colours-01, #4F00C1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* İstenirse görsellik için gölge eklenebilir */
    transition: 0.2s ease-in;
}

.menu-icon {
    display: flex;
    padding: 16px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 99999px;
    border: 1px solid var(--Neutrals-White, #FFF);
}

    .menu-icon:hover {
        background-color: #fff;
        transition: ease-in-out 0.3s;
    }

        .menu-icon:hover svg path {
            stroke: #4F00C1;
            transition: ease-in-out 0.3s;
        }

.line {
    width: 80%;
    height: 2px;
    background-color: #fff;
    margin: 2px 0;
}

.ikon {
    margin-left: 4px;
}

.logdin-icon {
    display: flex;
    padding: 14px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 99999px;
    border: 1px solid var(--Neutrals-White, #FFF);
}

    .logdin-icon:hover {
        background-color: #fff;
        transition: ease-in-out 0.3s;
    }

        .logdin-icon:hover svg path {
            stroke: #4F00C1;
            transition: ease-in-out 0.3s;
        }


/*HEADER AÇILIR MENU BURADAN BAŞLIYOR*/
.lt-menu {
    color: var(--Core-Colours-02, #1C0047);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
    font-family: Aeonik;
}

.header-nw-box-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
}

.header-nw-box-right {
    > a, > svg

{
    color: var(--Core-Colours-02, #1C0047);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    stroke: var(--Core-Colours-02, #1C0047);
    width: fit-content;
}

}

.header-nw-box-right {
    > a:hover, > svg:hover

{
    background: #1C0047;
    stroke: var(--Neutrals-White, #FFF);
    color: var(--Neutrals-White, #FFF);
}

}













    .header-nw-box-left > nav > ul {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

        .header-nw-box-left > nav > ul > li {
            color: var(--Core-Colours-02, #1C0047);
            /* Heading 04 */
            font-size: 42px;
            font-style: normal;
            width: fit-content;
            font-weight: 500;
            display: inline-block;
            margin-right: 20px;
            position: relative;
            font-family: Aeonik;
            line-height: 48px; /* 114.286% */
        }




    .header-nw-box-left > nav ul li a {
        text-decoration: none;
        color: #1C0047;
        font-weight: 500;
    }

        .header-nw-box-left > nav ul li a::after {
            content: '';
            display: block;
            width: 0;
            height: 2.5px;
            background: #4F00C1;
            transition: width 0.3s;
            position: absolute;
            bottom: -8px;
            left: 0;
        }

    .header-nw-box-left > nav > ul > li > a:hover::after,
    .header-nw-box-left > nav > ul > li > a.active::after {
        width: 100%;
        bottom: -8px;
    }

    .header-nw-box-left > nav ul li a.active {
        /*color: #1C0047;*/
        color: rgb(70 0 196 / var(--tw-bg-opacity))
    }

    .header-nw-box-left > nav ul li a:hover {
        /*color: #1C0047;*/
        color: #4F00C1;
        transition: ease-in-out 0.2s;
    }

@keyframes slideSubmenuIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideSubmenuOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-50px);
    }
}

.submenu-container {
    display: none;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

    .submenu-container.active {
        display: block;
        animation-name: slideSubmenuIn;
    }

    .submenu-container.inactive {
        display: block;
        animation-name: slideSubmenuOut;
        animation-duration: 0.5s;
        animation-fill-mode: both;
    }


    .submenu-container .lt-menu a {
        text-decoration: none;
        color: #1C0047;
        position: relative;
        display: inline-block;
    }

        .submenu-container .lt-menu a::after {
            content: '';
            display: block;
            width: 0;
            height: 2.5px;
            background: #4F00C1;
            transition: width 0.3s;
            position: absolute;
            bottom: -8px;
            left: 0;
        }

        .submenu-container .lt-menu a:hover::after {
            width: 100%;
            bottom: -8px;
        }

        .submenu-container .lt-menu a:hover {
            color: #4F00C1;
        }

        .submenu-container .lt-menu a.active {
            color: #4F00C1;
        }

.toggle-menu-social {
    display: flex;
    gap: 16px;
}

.toggle-menu-language {
    display: flex;
    gap: 16px;
}

.toggle-menu-language-header {
    display: flex;
    gap: 16px;
}

.language-box-header {
    display: flex;
    /* padding: 12px; */
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 9999px;
    border: 1px solid #fff;
    color: #fff;
}

    .language-box-header.selected {
        border-radius: 6665.651px;
        border: 0.667px solid #B2B2B2;
        background: #fff !important;
        color: #4F00C1 !important;
    }


    .language-box-header > span {
        color: #fff;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: Aeonik;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
    }

    .language-box-header:hover {
        background: #fff !important;
        transition: ease-in-out 0.3s;
        color: #4F00C1 !important;
        border-radius: 6665.651px;
    }

.site-header-logo svg.changeColor {
    /*    --tw-bg-opacity: 1;
    background-color: rgb(70 0 196 / var(--tw-bg-opacity));
    mask: url(../src/assets/img/logo.svg) no-repeat center/cover;
    -webkit-mask: url(../src/assets/img/logo.svg) no-repeat center/cover;*/
    color: #4F00C1;
    fill: #4F00C1;
}

.site-header-logo a.WhiteColor {
  /*  --tw-bg-opacity: 1;
    background-color: rgb(255 255 255);
    mask: url(../src/assets/img/logo.svg) no-repeat center/cover;
    -webkit-mask: url(../src/assets/img/logo.svg) no-repeat center/cover;*/
  fill:#fff;
}
/*.site-header-logo a.whiteColor {
    --tw-bg-opacity: 1;
    background-color: rgb(70 0 196 / var(--tw-bg-opacity));
    mask: url(../src/assets/img/logo.svg) no-repeat center/cover;
    -webkit-mask: url(../src/assets/img/logo.svg) no-repeat center/cover;
}*/
.menu-icon {
    cursor: pointer;
}

.menu-icon.border-purple {
    border: 1px solid #4F00C1;
}

    .menu-icon svg.purple path {
        stroke: #4F00C1;
        border: 1px solid black;
    }

.logdin-icon.border-purple {
    border: 1px solid #4F00C1;
}

.logdin-icon svg.purple path {
    stroke: #4F00C1;
    border: 1px solid black;
}

@keyframes slideMenuIn {
    from {
        left: -100%;
    }

    to {
        left: 0px;
    }
}

@keyframes slideMenuOut {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}
.social-box {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 13.714px;
    justify-content: center;
    align-items: center;
    border-radius: 8570.571px;
    background: var(--Core-Colours-02, #1C0047);
}

.toggle-menu-social a:hover .social-box {
    background: #4F00C1 !important;
    transition: ease-in-out 0.3s;
}

.footer-social-item:hover {
    background: #4F00C1 !important;
    transition: ease-in-out 0.3s;
}

    .footer-social-item:hover svg path {
        fill: white !important;
    }

.language-box {
    display: flex;
    width: 31.998px;
    height: 31.998px;
    padding: 0px 7.998px 0px 8px;
    justify-content: center;
    align-items: center;
}

    .language-box.selected {
        border-radius: 6665.651px;
        border: 0.667px solid #B2B2B2;
    }


    .language-box > span {
        color: var(--Core-Colours-02, #1C0047);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: Aeonik;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
    }

    .language-box:hover {
        background: #4F00C1;
        transition: ease-in-out 0.3s;
        color: #fff;
        border-radius: 6665.651px;
    }

/*HEADER AÇILIR MENU BURADA BİTİYOR*/
/*HEADER KODLARININ BAZILARI BURADA BİTİYOR*/



/* Ana stil */
ul.dropdown li {
    display: inline-block;
    position: relative;
}


    ul.dropdown li a {
        text-decoration: none;
        padding-bottom: 2px;
        position: relative;
    }


        ul.dropdown li a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 1.5px;
            display: block;
            margin-top: 2px;
            right: 0;
            background: #FFF;
            transition: width .3s ease;
        }

        ul.dropdown li a:hover::after {
            width: 100%;
            left: 0;
            background: #FFF;
        }


.site-footer-bottom-menu > ul > li {
    display: flex;
    gap: 40px;
    position: relative;
}

    .site-footer-bottom-menu > ul > li > a {
        text-decoration: none;
        padding-bottom: 2px;
        color: var(--Neutrals-White, #FFF);
        font-family: Aeonik;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        position: relative;
    }

        .site-footer-bottom-menu > ul > li > a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 1.5px !important;
            display: block;
            margin-top: 2px;
            right: 0;
            background: #FFF;
            transition: width .3s ease;
        }

        .site-footer-bottom-menu > ul > li > a:hover::after {
            width: 100%;
            left: 0;
            background: #FFF;
        }
/*FOOTER ACTIVE LINE */
/*PROJE LOGİN CSS KOD */
.proje-baslat-first-wrapper,
.login-signup-select-form-wrapper {
    transition: all 0.5s ease-in-out;
}

.login-signup-select-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.login-signup-tabs {
    display: flex;
    width: 100%;
    padding: 4px;
    height: auto;
    align-items: flex-start;
    border-radius: 999px;
    background: #F3EBFF;
}

@keyframes slide-right {
    0% {
        transform: translateX(-20%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-left {
    0% {
        transform: translateX(20%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}





.ls-tab {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 99999px;
}

    .ls-tab.active {
        border-radius: 99999px;
        background: var(--Alphas-12, #000);
        color: #ffffff;
    }

    .ls-tab:not(.active) {
        animation: slide-right 0.5s forwards;
    }

.login-signup-select-form-wrapper > form > .input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}


input[type="email"],
input[type="password"],
input[type="text"] {
    display: flex;
    padding: 12px 24px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 999px;
    background: #F6F6F6;
    width: 100%;
}

.project-password-wrapper {
    width: 100%;
    position: relative;
}

.passwordEye {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%)
}

.forgot-password {
    text-align: right;
    margin-bottom: 20px;
}

    .forgot-password a {
        color: #000000;
        text-decoration: none;
    }

.start-project-login-btn {
    border-radius: 99999px;
    margin: 0 auto;
    width: 216px;
}

.or-divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

    .or-divider span {
        background-color: #ffffff;
        padding: 0 10px;
        position: relative;
        z-index: 1;
    }

    .or-divider::before {
        content: "";
        display: block;
        height: 1px;
        background-color: #ccc;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        background: var(--Stroke-Color, #D9D9D9);
        z-index: 0;
    }

.social-login button {
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
    color: #1D1D1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.social-login-buttons {
    background: #F6F6F6;
    border-radius: 999px;
}





/*PROJE LOGİN CSS KOD */

/*PROJE UPLOAD INPUT*/



.start-proje-input-file-container.dragover {
    background-color: #f0f0f0;
}

.start-proje-input-file-container .start-project-input-file-text {
    text-align: center;
}

.start-proje-input-file-container .hidden {
    display: none;
}

#file-name {
    margin-top: 10px;
    font-weight: bold;
}

.start-proje-input-file-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 34px 0;
    border-radius: 16px;
    border: 1px dashed #B2B2B2;
    background: #F6F6F6;
    cursor: pointer;
    height: 480px;
}

    .start-proje-input-file-container .start-project-input-file-text {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
/*PROJE UPLOAD INPUT*/


.order-review-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*width: 400px;*/
    border-radius: 16px;
}

.order-header {
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    background: var(--Core-Colours-02, #1C0047);
    padding: 12px 24px;
    /*width:400px;*/
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

    .order-header > h2 {
        color: white;
    }

.order-review-wrapper {
    width: 100%;
    padding: 24px;
}

.order-review-container h2 {
    color: white;
}


.file-upload {
    width: 100%;
}

.file-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #B2B2B2;
    margin-bottom: 20px;
}

    .file-info > stlPrewiewContainer {
        padding: 4px;
    }

.start-project-specification-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
}

.file-info-especification {
    width: 100%;
    height: 220px;
    display: flex;
    width: 100%;
    padding: 37px 0px 48px 0px;
    justify-content: center;
    align-items: center;
}

.material-image {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    vertical-align: middle;
}

.file-name-especification {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 8px;
    background: #F9F5FF;
}

.file-image {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
}

.file-name {
    flex-grow: 1;
    margin-left: 10px;
}

.delete-button {
    background: none;
    border: none;
    cursor: pointer;
    color: red;
    font-size: 18px;
}


/*SİPARİS BODY PART*/
.SiparisPartBodyRightPrice {
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: #F9F5FF;
}

    .SiparisPartBodyRightPrice > span {
        color: #1C0047;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 120% */
    }

.thickness-resulution-wrapper {
    display: flex !important;
    width: 100%;
    gap: 16px;
}

.kalinlikDiv {
    width: 100%;
}

.resolutionDiv {
    width: 100%;
}



.siparis-olustur-summary-wrapper {
    margin-top: 24px;
}

.altToplamDiv {
    display: flex;
    width: 100%;
    padding: 24px;
    gap: 32px;
    border: 1px solid var(--Stroke-Color, #D9D9D9);
    border-radius: 0px 0px 16px 16px;
}

.altToplamText {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.altToplamTextPart2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fiyat-wraps {
    display: flex;
    justify-content: space-between;
}

.altToplamButon {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .altToplamButon > button {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        color: #1D1D1D;
    }

        .altToplamButon > button:last-child:hover {
            background: #1D1D1D;
            color: #fff;
        }

.btn-third {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: 0.750rem !important;
    padding-bottom: 0.750rem !important;
}

.btn-summary-message {
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 99999px;
    border: 1px solid #B2B2B2;
    text-align: center;
}

#file-upload-siparis {
    display: none;
}

.custom-file-upload-siparis {
    cursor: pointer;
}

.siparisOlusturProductHeadingContainer {
    width: 100%;
    display: flex;
    grid-column-start: 1;
    grid-column-end: 13;
    justify-content: end;
    padding: 16px 32px;
    border-radius: 32px;
    border: 1px solid #D9D9D9;
    margin-top: 16px;
    background: var(--Neutrals-White, #FFF);
}
    .siparisOlusturProductHeadingContainer.teklifOlusturProductHeadingContainer {
        width: 100%;
        display: flex;
        grid-column-start: 1;
        grid-column-end: 13;
        justify-content: end;
        padding: 16px 32px;
        border-radius: 32px;
        border: 1px solid #D9D9D9;
        margin-top: 16px;
        background: var(--Neutrals-White, #FFF);
    }

.siparisOlusturProductHeadingLeft {
    display: flex;
    gap: 4px;
}

.siparisOlusturProductHeadingRight {
    display: flex;
    gap: 4px;
    align-items: center;
}
/*.siparis-button{
    display:block !important;
}*/
/*SİPARİS BODY PART*/

/*ACCOUNT CSS KOD BURADAN BAŞLIYOR*/
.account-information-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 16px;
}

.account-address-content {
    border-radius: 0px 0px 16px 16px;
    border: 1px solid var(--Stroke-Color, #D9D9D9);
}

.account-address-information-item {
    position: relative;
    padding-bottom: 10px;
}


    .account-address-information-item::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        opacity: 0.3;
        background-color: #B2B2B2;
        margin-top: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .account-address-information-item:last-child::after {
        content: none;
    }

.account-information-box-third {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

    .account-information-box-third.collapsed {
        max-height: 60px;
        opacity: 1;
    }

.account-input-area-mobil input:disabled,
.account-input-area input:disabled {
    background-color: none !important;
}

.btn-account-update {
    display: none;
    transition: display 0.5s ease-out;
}

.account-input-area > button:hover {
    background-color: #1C0047;
    color: #fff;
    transition: ease-in-out 0.2s;
}


.eyeAccountClose {
    right: 10px !important;
}

.eyeAccountOpen {
    right: 10px !important;
}

.sepet-address-information-filling-containerForm > button {
    transition: background-color ease-in-out 0.3s;
}

    .sepet-address-information-filling-containerForm > button:hover {
        background-color: #1C0047;
        color: #fff;
    }

.sepet-payment-credit-card-information-box > button {
    transition: background-color ease-in-out 0.3s;
}

    .sepet-payment-credit-card-information-box > button:hover {
        background-color: #1C0047;
        color: #fff;
    }

.bank-transfer-info-container {
    transition: background-color ease-in-out 0.3s;
}

    .bank-transfer-info-container > button:hover {
        background-color: #1C0047;
        color: #fff;
    }

.account-information-items {
    padding: 24px;
    border: 1px solid var(--Stroke-Color, #D9D9D9);
    border-radius: 0px 0px 16px 16px;
}

.account-address-information-item {
    padding: 24px;
    display: flex;
    justify-content: space-between;
}

.order-header > span {
    color: white;
    font-size: 18px !important;
    font-weight: 400;
}

.sepet-detail-summary-item-box > div {
    font-size: 18px;
}

.account-information-box-first > span {
    font-size: 18px;
}
/*.account-information-box {
    display: flex;
    justify-content: space-between;
    align-items: center;

}*/
.siparislerim-box div {
    font-size: 18px !important;
}

    .siparislerim-box div:nth-of-type(2) span {
        font-size: initial; /* or whatever the original size should be */
    }

.account-information-box {
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(3,1fr);
}

.account-information-box-first {
    gap: 4px;
    align-content: start;
}

.account-information-box-second {
    align-content: center;
    justify-self: end;
}

.account-information-info {
    display: none;
}

.account-information-box-line {
    width: 100%;
    background: #D9D9D9;
    height: 1px;
    margin: 16px 0px;
    opacity: 0.5 !important;
}

.account-edit-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 99999px;
    border: 1px solid #B2B2B2;
}

.add-new-adress-btn {
    display: flex;
    justify-content: center;
    padding: 24px;
    position: relative;
}

    .add-new-adress-btn::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        opacity: 0.3;
        background-color: #B2B2B2;
        margin-top: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .add-new-adress-btn > button {
        gap: 4px;
        padding: 12px 24px !important;
        width: 300px;
        color: #000;
    }




.add-new-adress-btn {
    > button, > svg

{
    color: var(--Core-Colours-02, #1C0047);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    stroke: var(--Core-Colours-02, #1C0047);
    width: fit-content;
}

}

.add-new-adress-btn {
    > button:hover, > svg:hover

{
    background: #1C0047;
    stroke: var(--Neutrals-White, #FFF);
    color: var(--Neutrals-White, #FFF);
    transition: ease-in-out 0.2s;
}

}

.account-address-information-box-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .account-address-information-box-left > div {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

.account-input-area {
    gap: 32px;
    display: flex;
    flex-direction: column;
    width: 124px;
    position: relative;
    width: 100%;
    > button

{
    width: fit-content;
}

}

.account-input-area-mobil {
    display: none;
}

.account-input-area > input[disabled] {
    background-color: #fff;
    color: #000;
    width: 350px;
}

.account-input-area > input:not([disabled]) {
    background-color: #fff;
    border: 1px solid #000;
    /*width: 350px;*/
    color: #000;
    /*margin-top: 80px;*/
    margin-right: 120px;
}

.account-information-items-forms {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.btn-account-update {
    padding: 12px 24px;
    border-radius: 99999px;
    background: #80C776;
    display: none;
}

.account-disedit-btn {
    display: none;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 99999px;
    border: 1px solid #B2B2B2;
}


/*ACCOUNT CSS KOD BURADA BİTİYOR*/
/*SEPETIM SAYFASI CSS KODU BURADAN BAŞLIYOR*/
.my-order-container {
    margin-top: 32px;
    display: flex;
    gap: 32px;
    flex-direction: column;
}

.proje-order-wrapper {
    border-radius: 16px;
}

.my-order-heading-wrapper {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    width: 100%;
}

.my-order-heading-wrapper-mobil {
    display: none;
}

.my-order-image {
    width: 140px;
    display: flex;
    padding: 24px 20px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: var(--Neutrals-White, #FFF);
}

.proje-order-contain-mobil {
    display: none;
}

.proje-order-contain > div > a:hover {
    background-color: #80C776;
    transition: ease-in-out 0.3s;
    color: #fff !important;
}

.proje-order-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-radius: 16px;
}

.my-order-heading-wrapper > div {
    color: #fff;
    display: flex;
    width: 100%;
    font-size: 18px;
}

.siparis-detay-product-order-heading > dialog {
    font-size: 18px;
}

.siparis-detay-product-order-heading > div > span {
    color: #1D1D1D;
    font-family: Aeonik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.proje-order-contain {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    padding: 24px;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid var(--Stroke-Color, #D9D9D9);
    background: #F6F6F6;
    justify-items: center;
    align-items: center;
}

    .proje-order-contain > div {
        font-size: 18px;
    }

        .proje-order-contain > div > span:first-child {
            display: none;
        }

.proje-order-status {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    /*        background: #B9FEE2;*/
    mix-blend-mode: multiply;
}

    .proje-order-status > span:first-child {
        display: none;
    }

.order-container-heading > h1 {
    color: #1D1D1D;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 144.444% */
    letter-spacing: -0.36px;
}
/*SEPETIM SAYFASI CSS KODU BURADA BİTİYOR*/
/*SİPARİŞLERİM SAYFASI CSS KODU BURADAN BAŞLIYOR*/
.siparislerim-container {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.my-project-heading-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.my-order-heading-wrapper > div {
    display: flex;
    justify-content: center;
}

.siparislerim-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-radius: 16px !important;
}

.siparislerim-item-box {
    border-radius: 16px !important;
}

.siparislerim-heading {
    display: flex;
    justify-content: space-between;
}

    .siparislerim-heading > h1 {
        color: #1D1D1D;
        font-family: Aeonik;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 52px; /* 144.444% */
        letter-spacing: -0.36px;
    }

.siparislerimProductHeadingRight span:last-child {
    display: none;
}

.siparislerim-search-mobil {
    display: none;
}

.siparislerim-search-mobil-input {
    display: none;
}

.siparislerim-search {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .siparislerim-search > input {
        position: relative;
        display: flex;
        width: 294px;
        padding: 16px 24px;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: 999px;
        border: 1px solid var(--Stroke-Color, #D9D9D9);
    }

    .siparislerim-search > svg {
        position: absolute;
        right: 120px;
    }

.siparislerim-contain {
    padding: 24px;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid #D9D9D9;
    border-radius: 0px 0px 16px 16px;
}

.siparislerim-box {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    justify-items: center;
    align-items: center;
}

.siparislerimProductHeadingContainer {
    width: 100%;
    display: flex;
    border: 1px solid black;
    border-radius: 16px 16px 0px 0px;
    grid-column-start: 1;
    grid-column-end: 13;
    justify-content: space-between;
    padding: 16px 32px;
    margin-top: 16px;
    background: var(--Neutrals-White, #FFF);
}

.siparislerimProductHeadingLeft {
    display: flex;
    gap: 4px;
}

.siparislerimProductHeadingRight {
    display: flex;
    gap: 4px;
}

.siparislerim-detail-information-second {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-column: 1 / span 12;
    gap: 32px;
    margin-top: 32px;
}

.siparislerim-detail-information-second-left {
    grid-column-start: 1;
    grid-column-end: 8;
}

.siparislerim-detail-information-second-right {
    grid-column-start: 8;
    grid-column-end: 13;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 16px;
}

.siparislerim-detail-summary-items {
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid var(--Stroke-Color, #D9D9D9);
    gap: 16px;
}

    .siparislerim-detail-summary-items > div {
        display: flex;
        justify-content: space-between;
    }

.siparislerim-order-header {
    width: 100%;
    background: var(--Core-Colours-02, #1C0047);
    padding: 12px 24px;
    border-radius: 16px 16px 0px 0px;
    /*width:400px;*/
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

    .siparislerim-order-header > h2 {
        color: white;
    }

.siparislerim-line {
    background: #D9D9D9;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.siparislerim-box-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

    .siparislerim-box-image > img {
        display: flex;
        width: 140px;
        padding: 5px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        border: 1px solid #D9D9D9;
        background: var(--Neutrals-White, #FFF);
    }

.siparislerim-box > div > span:first-child {
    display: none;
}

.siparislerim-box-btn-edit {
    display: none;
}



.siparislerim-line-mobil {
    display: none;
}

.line-number {
    display: none;
}
/*SİPARİŞLERİM SAYFASI CSS KODU BURADA BİTİYOR*/
/*SİPARİS DETAY CSS KODLARI BURADAN BAŞLIYOR*/
.siparis-detay-container {
    padding: 0px;
    /*margin-top: 56px !important;*/
}

.siparis-detay-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 13;
    /*    margin-top:36px;*/
}

.proje-back a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    font-size: 14px;
    transition: color 0.3s;
}

    .proje-back a:hover {
        color: black;
    }

    .proje-back a svg {
        transition: transform 0.3s;
    }

    .proje-back a:hover svg {
        transform: translateX(6px);
    }


.altToplamButon > button:last-child {
    transition: background-color 0.3s ease-in-out;
    background-color: #80C776;
}

    .altToplamButon > button:last-child:hover {
        background-color: #1C0047;
        color: #fff;
    }

.siparislerim-payment-button > a {
    transition: background-color 0.3s ease-in-out;
    background-color: #80C776;
}

    .siparislerim-payment-button > a:hover {
        background-color: #1C0047;
    }


.siparis-detay-product-order-heading {
    display: flex;
    justify-content: space-between;
    padding: 16px 32px;
    border-radius: 32px;
    border: 1px solid #D9D9D9;
    background: var(--Neutrals-White, #FFF);
    align-items: center;
}

.order-detail-tracking {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px 0px;
}

.order-detail-information-wrapper {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(2,1fr);
    gap: 10px;
    width: 100%;
    margin-top: 32px;
    border-radius: 16px;
}

.order-detail-information-first {
    grid-column: 1 / span 12;
    border-radius: 16px;
}

.order-detail-information-second {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-column: 1 / span 12;
    gap: 32px;
    margin-top: 32px;
}

.order-detail-information-second-left {
    grid-column-start: 1;
    grid-column-end: 8;
    border-radius: 16px;
}

.order-detail-information-second-right {
    grid-column-start: 8;
    grid-column-end: 13;
    border-radius: 16px;
}



.order-detail-summary-items {
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid var(--Stroke-Color, #D9D9D9);
    gap: 16px;
}

    .order-detail-summary-items > div {
        display: flex;
        justify-content: space-between;
    }

.order-detail-information-items {
    padding: 24px;
    border: 1px solid var(--Stroke-Color, #D9D9D9);
    border-radius: 0px 0px 16px 16px;
}


.iban-copy-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}



.order-detail-information-items-mobil {
    display: none;
}

.order-detail-information-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
}

.order-detail-sepet-price-mobil {
    display: flex !important;
    gap: 4px;
    width: 100%;
    justify-content: end;
}

.order-detail-information-box > div:last-child > span:first-child {
    display: none;
}

.order-detail-information-box > div:last-child > span:last-child {
    display: block;
}

.order-detail-images-text {
    display: flex;
    gap: 16px;
    /*width:100%;*/
}

.order-detail-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #1d1d1d;
}

    .order-detail-text > span:first-child {
        font-size: 16px;
        text-transform: uppercase;
        color: #1d1d1d;
    }

    .order-detail-text > span:last-child {
        font-size: 14px;
        color: #1d1d1d;
    }

.order-detail-address-items {
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid var(--Stroke-Color, #D9D9D9);
    gap: 16px;
}

.order-detail-address-box {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #B2B2B2;
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    width: 100%;
    > h3

{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.3px;
    text-transform: uppercase;
}

> span {
    color: #1D1D1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.48px;
}

}


/*SİPARİS DETAY CSS KODLARI BURADA BİTİYOR*/

/*SEPET CSS KODLARI BURADAN BAŞLIYOR*/
.sepet-container {
    /*padding:24px 96px !important;*/
    /*margin-top:56px;*/
}

.userNavbarContainerSome {
    display: none;
}

.sepet-wrapper {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    margin-top: 32px;
    gap: 32px;
}

.sepet-wrapper-left {
    grid-column-start: 1;
    gap: 24px;
    display: flex;
    flex-direction: column;
    grid-column-end: span 8;
    border-radius: 16px;
}

.sepet-wrapper-right {
    grid-column-start: 9;
    grid-column-end: span 12;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 16px;
}

.order-review-items {
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    border: 1px solid var(--Stroke-Color, #D9D9D9);
    border-radius: 0px 0px 16px 16px;
}

.sepet-item-information-box {
    display: grid;
    padding: 12px 24px 12px 12px;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #B2B2B2;
    width: 100%;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
    justify-content: center;
    > div

{
    width: 100%;
    display: flex;
}

}

.sepet-item-information-box > div:nth-child(2) {
    justify-content: center;
}

.sepet-item-information-box > div:nth-child(3) {
    justify-content: end;
}

.order-span-detail {
    width: 250px;
}

.sepet-product-img {
    display: flex;
    height: 56px;
    padding: 5px 16px 6px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.sepet-address-container {
    border-radius: 16px;
    width: 100%;
}

.sepet-address-items {
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid var(--Stroke-Color, #D9D9D9);
    gap: 16px;
}

.sepet-address-box {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #B2B2B2;
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    width: 100%;
    > div > div > h3

{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.3px;
    text-transform: uppercase;
}

> span {
    color: #1D1D1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.48px;
}

}

.sepet-adress-box-heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sepet-address-information-filling-box {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

    .sepet-address-information-filling-box.show {
        max-height: 1400px;
        opacity: 1;
    }

    .sepet-address-information-filling-box.hide {
        max-height: 0;
        opacity: 0;
    }

.sepet-address-close-btn {
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 99999px;
    display: none;
    border: 1px solid #B2B2B2;
}



.sepet-address-information-filling-containerForm {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}


.sepet-address-first-box {
    display: flex;
    flex-direction: column;
}

.sepet-address-second-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bill-address-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sepet-address-information-filling-containerForm label::after {
    content: "*";
    color: #BC1B06 !important;
    margin-left: 2px;
}

.pcontact-form label::after {
    content: "*";
    color: #BC1B06 !important;
    margin-left: 2px;
}

.startProjectLoginform label::after {
    content: "*";
    color: #BC1B06 !important;
    margin-left: 2px;
}

.startProjectPersonalSignUpform label::after {
    content: "*";
    color: #BC1B06 !important;
    margin-left: 2px;
}

.startProjectStudentSignUpform label::after {
    content: "*";
    color: #BC1B06 !important;
    margin-left: 2px;
}

.startProjectBusinessAccount label::after {
    content: "*";
    color: #BC1B06 !important;
    margin-left: 2px;
}


.sepet-address-form-dual {
    display: flex;
    width: 100%;
    gap: 16px;
    > div

{
    width: 50%;
    flex-direction: column;
    display: flex;
    gap: 12px;
}

}

.sepet-address-form-single {
    display: flex;
    flex-direction: column;
    gap: 12px;
    > textarea

{
    resize: none;
    display: flex;
    height: 120px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 133px;
    border-radius: 16px;
    background: #F6F6F6;
}

}



.sepet-address-corporate-wrapper {
    display: none;
}

.sepet-address-choose-tabs {
    display: flex;
    width: 100%;
    padding: 4px;
    height: auto;
    align-items: flex-start;
    border-radius: 999px;
    background: #F3EBFF;
}

.sepet-ac-tab {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 99999px;
}

    .sepet-ac-tab.active {
        border-radius: 99999px;
        background: var(--Alphas-12, #000);
        color: #ffffff;
    }







.sepet-address-line {
    border: 1px solid #D9D9D9;
    height: 1px;
}

.sepet-address-billing-check {
    display: flex;
    gap: 8px;
    align-items: center;
    > input

{
    display: flex;
    width: 20px;
    height: 20px;
    padding: 3px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid var(--Alphas-12, #000);
    background: var(--Primary-50, #F9F5FF);
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

> input:checked {
    background-color: #fff;
    border: 1px solid #000;
}

    > input:checked:after {
        content: '✓';
        color: #000;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
    }

> label {
    color: #1D1D1D;
    font-family: Aeonik, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    cursor: pointer; /* Pointer cursor for label */
}

    > label:after {
        content: ' ';
    }

}













.shipping-method-container {
    width: 100%;
}

.shipping-method-wrapper-item {
    border: 1px solid var(--Stroke-Color, #D9D9D9);
    border-radius: 0px 0px 16px 16px;
}

.shipping-items {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    /*    border: 1px solid var(--Stroke-Color, #D9D9D9);
    border-radius: 0px 0px 16px 16px;*/
}

.shipping-items-box {
    display: flex;
    gap: 16px;
}

    .shipping-items-box > div {
        display: flex;
        gap: 16px;
        align-items: center;
    }

.shipping-items-box-bill {
    display: flex;
    gap: 16px;
    flex-direction: column;
    > div

{
    display: flex;
    gap: 16px;
    align-items: center;
}

}



.shipping-items-box-text {
    display: flex;
    flex-direction: column;
    > span

{
    color: #808080;
    font-family: Aeonik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

}

.bill-adress-box-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.bill-address-box {
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
}

.slide-down {
    max-height: 500px; /* Adjust according to content */
    display: flex;
    gap: 24px;
}

#address-change-close-btn {
    display: none;
}


.shipping-items-box {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #B2B2B2;
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    width: 100%;
    > div > h3

{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.3px;
    text-transform: uppercase;
}

> span {
    color: #1D1D1D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.48px;
}

}

.shipping-special-text {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .shipping-special-text > h5 {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        display: block;
    }

    .shipping-special-text > textarea {
        display: flex;
        height: 160px;
        resize: none;
        width: 100%;
        padding: 16px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 133px;
        border-radius: 8px;
        background: #F6F6F6;
    }

.sepet-detail-summary-items {
    padding: 24px;
    row-gap: 24px;
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid var(--Stroke-Color, #D9D9D9);
}

.sepet-detail-summary-item-box {
    background-color: #F9F5FF;
    border-radius: 0px 0px 16px 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
}

    .sepet-detail-summary-item-box > div {
        display: flex;
        justify-content: space-between;
    }




.sepet-order-summary-discount {
    display: flex;
    gap: 8px;
    > button

{
    padding: 12px 24px;
    color: var(--Core-Colours-02, #1C0047);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    width: fit-content;
}

}

.sepet-order-summary-discount {
    > button:hover

{
    background: #1C0047;
    stroke: var(--Neutrals-White, #FFF);
    color: var(--Neutrals-White, #FFF);
    transition: ease-in-out 0.2s;
}

}

.sepet-payment-container {
    border-radius: 16px;
    width: 100%;
}

.sepet-payment-items {
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid var(--Stroke-Color, #D9D9D9);
    gap: 16px;
}

.sepet-payment-box {
    gap: 16px !important;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #B2B2B2;
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
}



    .sepet-payment-box > div > div > h3 {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        letter-spacing: -0.3px;
        text-transform: uppercase;
    }

    .sepet-payment-box > span {
        color: #1D1D1D;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        letter-spacing: -0.48px;
    }



@keyframes slideDown {
    from {
        max-height: 0;
        opacity: 0;
    }

    to {
        max-height: 1400px;
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        max-height: 1400px;
        opacity: 1;
    }

    to {
        max-height: 0;
        opacity: 0;
    }
}

.bank-transfer-info-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
}

    .bank-transfer-info-container.open {
        max-height: 1400px;
        opacity: 1;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .bank-transfer-info-container.hide {
        max-height: 0;
        opacity: 0;
    }

/*.sepet-payment-close-btn {
    display: none;
    margin-top: 10px;
}*/
#bank-transfer-close-btn.visible {
    display: inline-block;
}

#sepet-payment-box-item {
    display: flex;
    justify-content: space-between;
}

    #sepet-payment-box-item > div > span {
        color: #808080;
        font-family: Aeonik;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }

.sepet-payment-credit-card-box {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    > div > span

{
    color: #808080;
    font-family: Aeonik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

}

.bank-transfer-info-table {
    margin-top: 20px;
}

    .bank-transfer-info-table > th, td {
        padding: 16px 10px;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        border-left: none;
        border-right: none;
    }

.sepet-payment-credit-card-information-box {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    display: none;
}

    .sepet-payment-credit-card-information-box.open {
        /*      max-height: 1000px;*/
        display: block;
        animation: slideDown 0.5s forwards;
    }

    .sepet-payment-credit-card-information-box.close {
        animation: slideUp 0.5s forwards;
    }


.sepet-payment-close-btn {
    display: none;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 99999px;
    border: 1px solid #B2B2B2;
}

    .sepet-payment-close-btn.show {
        display: inline-flex;
    }



.sepet-payment-credit-card-information-containerForm {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
    > div

{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

}


.sepet-payment-credit-card-information-containerForm label::after {
    content: "*";
    color: #BC1B06;
    margin-left: 2px;
}

.sepet-payment-creditcard-expiration {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row !important;
    gap: 8px;
    > div

{
    flex-grow: 1;
}

}
/*SEPET CSS KODLARI BURADA BİTİYOR*/
.select2-container--default .select2-selection--single {
    padding: 12px 24px !important;
    border-radius: 999px !important;
    background: #F6F6F6 !important;
    border: none;
    height: 48px !important;
}

.select-p {
    padding: 12px 24px !important;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    display: none !important; /* Hide default arrow */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0; /* Adjust if needed */
}

.select2-selection {
    border: none !important;
}

.select2-container--default .select2-results__options {
    border-radius: 32px !important;
    background: white !important;
    padding: 8px !important;
}

.select2-dropdown {
    height: auto !important;
    border-radius: 16px !important;
}

.select-input {
    border-radius: 999px;
    background: #F6F6F6;
    padding: 16px 24px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-input-for-account {
    width: 100% !important;
}

.custom-arrow {
    position: absolute;
    right: 20px;
    pointer-events: none;
    display: flex;
    align-items: center;
    bottom: 15px;
}

.custom-select-container {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    gap: 8px;
    > label

{
    color: var(--Base-Colours-Dark, #000);
    /* Body Medium 02 */

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

}

.custom-select-container > label {
    font-weight: 400 !important;
    color: #000 !important;
}


.custom-select {
    position: relative;
    width: 100%;
    display: inline-block;
    /*display: flex;*/
}

.custom-select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    background: #f5f5f5;
    border-radius: 25px;
    cursor: pointer;
    /*    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/
}

.custom-select-content {
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1;
    height: auto;
    display: none;
    padding: 16px;
    flex-direction: column;
    border-radius: 10px 0px 10px 10px;
    overflow: auto;
}

.custom-select-material {
    height: 300px !important;
}

.custom-select-content.show {
    display: flex;
    top: 40px;
}

.custom-select-content input {
    padding: 12px 16px;
    font-size: 16px;
    outline: none;
    border-radius: 10px;
    border: 1px solid #454745;
    box-sizing: border-box;
}

    .custom-select-content input:focus {
        border-radius: 10px;
        border: 3px solid var(--Core-Colours-01, #4F00C1) !important;
    }

.custom-select-content div {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}


.custom-option.selected {
    background-color: #f0f0f0;
    font-weight: bold;
}

.custom-select-content div:hover {
    background-color: #f1f1f1;
}

.custom-select-content img {
    display: flex;
    width: 85px;
    height: 85px;
    padding: 5px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: var(--Neutrals-White, #FFF);
}


.custom-select-content::-webkit-scrollbar {
    width: 8px;
}

.custom-select-content::-webkit-scrollbar-thumb {
    height: 12px;
    border-radius: 4px;
    background: var(--Alphas-6, rgba(0,0,0,0.32));
}

.custom-select-content::-webkit-scrollbar-track {
    background: #fff;
}

/*UPDATE PASSWORD CSS KODLARI BURADAN BAŞLIYOR*/

.update-password-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.update-password-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.update-password-icon-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.update-password-icon {
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 9999px;
    background: var(--Background-Colours-Overlay, #F9F5FF);
}

.update-password-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    > button

{
    margin-top: 12px;
    display: flex;
    width: 100%;
}

}

.update-password-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    span: first-child

{
    color: #1D1D1D;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 112.5% */
}

span:nth-child(2) {
    color: var(--Alphas-8, rgba(0, 0, 0, 0.64));
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.036px;
}

}

.back-to-login-text {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    > span

{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.3px;
}

}


.screen {
    display: none;
}

    .screen:not(.hidden) {
        display: block;
    }

.update-project-password-wrapper {
    width: 100%;
    position: relative;
}
/*UPDATE PASSWORD CSS KODLARI BURADA BİTİYOR*/



.dropdown-mobil {
    display: none;
}

.user-navbar-mobil {
    display: none;
}


/* Checkbox stillemesi */

.sepet-tamamla-fatura-info {
    position: relative !important;
    padding-bottom: 10px;
}

    .sepet-tamamla-fatura-info::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        opacity: 0.3;
        background-color: #B2B2B2;
        margin-top: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.shipping-items-box {
    cursor: pointer;
}




.kargo-checkbox input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

    .kargo-checkbox input[type="radio"]:checked {
        background-color: transparent;
    }

        .kargo-checkbox input[type="radio"]:checked::after {
            content: "\2714";
            font-size: 16px;
            color: #000;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

.shipping-items-box-text span.iban {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    position: relative;
}

.popover {
    display: none; /* Başlangıçta gizli */
    width: 120px;
    height: 30px;
    background-color: rgb(130 197 118 / var(--tw-bg-opacity));
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 100%;
    transform: translate(10%, -50%);
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
}

    .popover.show {
        display: block;
        opacity: 1;
        transform: translate(0%, -50%);
    }

    .popover::after {
        position: absolute;
        top: 50%;
        left: -5px;
        transform: translateY(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #333;
    }







@keyframes slideDown {
    from {
        max-height: 0;
        opacity: 0;
    }

    to {
        max-height: 1400px;
        opacity: 1;
    }
}

.account-address-information-filling-box {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

    .account-address-information-filling-box.show {
        animation: slideDown 0.5s forwards;
        padding: 0px 96px;
    }

/*   .account-address-information-filling-box.hide {
        max-height: 0;
        opacity: 0;
    }*/
.account-address-information-filling-containerForm {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 60px;
}

.account-address-form-dual {
    display: flex;
    width: 100%;
    gap: 16px;
    > div

{
    width: 50%;
    flex-direction: column;
    display: flex;
    gap: 12px;
}

}

.account-address-form-single {
    display: flex;
    flex-direction: column;
    gap: 12px;
    > textarea

{
    resize: none;
    display: flex;
    height: 120px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 133px;
    border-radius: 16px;
    background: #F6F6F6;
}

}

.account-address-information-box-right {
    position: relative;
    display: inline-block;
}

.dropdown-menu-account {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 50px;
}

    .dropdown-menu-account a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-menu-account a:hover {
            background-color: #f1f1f1;
        }


.quantity-input {
    width: 52px;
    height: 52px;
    border-radius: 24px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

/* Remove the default number input arrows (spinners) */
.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-arrows {
    -moz-appearance: textfield; /* For Firefox */
}
