﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.title-k {
    font-size: 5rem;
    font-weight: bold;
    text-align: left;
    color: #592380;
}

.k-h1 {
    text-align: left;
    padding-left: 40px;
    padding-right: 10px;
}

.workCard {
    padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 0px;
    width: 250px;
}

.workPlc {
    height: 225px;
    width: 400px;
    max-width: 400px;
    max-height: 225px;
}

/* Otomatik tamamlama listesi */
.autocomplete-list {
    position: absolute;
    margin-top: 36px;
    width: 100%;
    box-shadow: 0 1px 6px 0 rgba(2, 2, 2, .16);
    border-radius: 10px;
    padding-bottom: 10px;
    background-color: white;
    display: none;
    z-index: 1;
    margin-left: 16px;
    min-height: 33px;
    max-height: 200px;
    overflow-y: auto;
    cursor: pointer;
    opacity: 85%;
    margin-left: 2px;
    padding-left:30px;
    padding-top :10px;
}

.autocomplete-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.autocomplete-list ul li {
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    position: relative;
}

/* Arama yani search icon'un stili */
.autocomplete-list ul li::before {
    content: ''; /* Boş içerik ekleyerek bir arka plan oluşturuyoruz */
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('search-icon.png'); /* Arama ikonunun dosya yolunu belirtin */
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 5px; /* İkon ile metin arasına boşluk ekler */
    z-index: 2;
}

.autocomplete-list ul li:last-child {
    border-bottom: none;
}

.autocomplete-list ul li:hover {
    background-color: yellow;
}

.badge-first {
    color: #fff;
    background-color: #ffd302;
    margin-left: -10px;
}

.badge-k {
    position:absolute;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top:15px;
    margin-left:-5px;
}
.search__results {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    height: calc(100% - 61px);
    max-width: 555px;
}

    .header-advance-search {
    height:32px;
    border: none;
    padding: 3px;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: right;
}


    .header-advance-search .submit button i {
        line-height: 37px;
        display: block;
        font-size: 18px;
    }

.search-bg {
    display: flex;
    background-color: rgb(255, 211, 0);
    height: 32px;
    width: 70px;
    box-shadow: var(--shadow-xl) rgba(93,62,188,0.075);
    border-radius: 8px;
}

.search-bg0 {
    display: flex;
    background-color: white;
    height: 32px;
    width: 69px;
    box-shadow: var(--shadow-xl) rgba(93,62,188,0.075);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: transparent;
}


.icofont {
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.borderless td, .borderless th {
    border: none;
}




@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
    background-color: #eeeeee;
    font-family: 'Open Sans',serif;
    font-size: 14px;
}

.mt-100 {
    margin-top: 150px;
}

.filter-group {
    border-bottom: 1px solid #e4e4e4;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .5rem !important;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.filter-group .card-header {
    border-bottom: 0;
}

.icon-control {
    margin-top: 6px;
    float: right;
    font-size: 80%;
}

.list-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

    .list-menu a {
        color: #343a40;
    }

a {
    text-decoration: none !important;
    background-color: transparent;
}


.checkbox-btn {
    position: relative;
}

    .checkbox-btn input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }


        .checkbox-btn input:checked ~ .btn {
            border-color: #3167eb;
            background-color: #3167eb;
            color: #fff;
        }

.btn-light {
    display: inline-block;
    font-weight: 600;
    color: #343a40;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eee;
    border: 1px solid #eee;
    padding: 0.45rem 0.85rem;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 0.37rem;
}

    .btn-light:hover {
        background-color: #fff;
        border-color: #989898;
    }


.btn-medium {
    font-size: 12px;
    padding: 10px 22px;
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 2px;
    border: 1px solid #157af6;
    width: 100%;
}

.highlight-button:hover {
    background-color: #157af6;
    border: 2px solid #157af6;
    color: #fff;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

body {
    background: #eee
}

.ratings i {
    font-size: 16px;
    color: red
}

.strike-text {
    color: red;
    text-decoration: line-through
}

.product-image {
    width: 100%
}

.dot {
    height: 7px;
    width: 7px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 3px;
    background-color: blue;
    border-radius: 50%;
    display: inline-block
}

.spec-1 {
    color: #938787;
    font-size: 15px
}

h5 {
    font-weight: 400
}

.para {
    font-size: 16px
}

body {
    margin: 0;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #333;
    text-align: left;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem !important;
}

.card-img-actions {
    position: relative;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    text-align: center;
}

.card-img {
    width: 350px;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.star {
    color: red;
}

.bg-cart {
    background-color: #5B2480;
    color: #fff;
}

    .bg-cart:hover {
        color: #fff;
    }

.bg-buy {
    background-color: green;
    color: #fff;
    padding-right: 29px;
}

    .bg-buy:hover {
        color: #fff;
    }

a {
    text-decoration: none !important;
}

.thumbnailImage {
    height: 150px;
    width:250px;
}

.wBtn {
    background-color: #5B2480 !important;
}


body {
    background: #d1d5db;
}

.height {
    height: 100vh;
}

.form {
    position: relative;
}

    .form .fa-search {
        position: absolute;
        top: 20px;
        left: 20px;
        color: #9ca3af;
    }

    .form span {
        position: absolute;
        right: 90px;
        align-items:center;
        padding: 2px;
        border-left: white;
    }

.left-pan {
    padding-left: 7px;
}

    .left-pan i {
        padding-left: 10px;
    }

.form-input {
    height: 55px;
    text-indent: 33px;
    border-radius: 10px;
}

    .form-input:focus {
        box-shadow: none;
        border: none;
    }


.rounded-k {
    border-radius: .5rem !important;
}

.product-piece {
    position: relative;
    width: 141px;
    height: 60px;
    padding: 15px 0;
    text-align: center;
    border: solid 1px #e3e3e3;
    border-radius: 100px;
    background-color: #fff;
}
    product-piece .decrease, .product-piece .increase {
        position: absolute;
        top: 15px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }
    .product-piece .counter {
        display: inline-block;
        width: 42px;
        height: 100%;
        text-align: center;
        color: #490e6f;
        border: 1px solid #e3e3e3;
        border-top: none;
        border-bottom: none;
        font-size: 12px;
        line-height: 1;
    }
    .product-piece .decrease, .product-piece .increase {
        position: absolute;
        top: 15px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }
:visited {
    color: #490e6f;
}


* {
    box-sizing: border-box;
}

body {
    font-size: 14px;
}


/*Pages Loader Start*/


.loader {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 1s linear infinite;
    z-index: 9999;
    margin-top: -125px; /* Loader'ın yüksekliğinin yarısı kadar negatif margin vererek tam ortada konumlandırma */
    margin-left: -125px; /* Loader'ın genişliğinin yarısı kadar negatif margin vererek tam ortada konumlandırma */
}

.content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: white;
    font-size: 24px;
}

    .loader.hidden {
        display: none;
    }

.loader::before, .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 100%;
    border: 14px solid #ffd302;
    animation: prixClipFix 2s linear infinite;

}

.loader::after {
    border-color: #5b2480;
    animation: prixClipFix 2s linear infinite, rotate 0.4s linear infinite reverse;
    inset: 8px;
    
}

.blur {
    backdrop-filter: blur(5px);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); /* Renk değerlerini burada güncellenecek */
    filter: blur(); /* Bulanıklık efekti */
    z-index: 9999;
}

.custom-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*Loader  ortasinda bulunacak görselin stil ayarları */
}

    @keyframes rotate {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes prixClipFix {
        0% {
            clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);
        }

        25% {
            clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);
        }

        50% {
            clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);
        }

        75% {
            clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);
        }

        100% {
            clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);
        }
    }
    /*Pages Loader End*/
    /*Skeleton Loader*/
#skeleton-container {
    display: none; /* Başlangıçta gizle */
}

.skeleton-item {
    animation: pulse 1.5s infinite; /* Pulsing efekti */
}

@keyframes pulse {
    0% {
        background-color: #e0e0e0;
    }

    50% {
        background-color: #d0d0d0; /* Daha koyu bir ton */
    }

    100% {
        background-color: #e0e0e0;
    }
}



/*Skeleton Loader*/

/*Tooltip*/
.tooltip {
    position: relative; /* making the .tooltip span a container for the tooltip text */
    border-bottom: 1px dashed #000; /* little indicater to indicate it's hoverable */
}

.tooltip:hover:before {
    display: block;
}

.tooltip:before {
    content: attr(data-text); /* here's the magic */
    position: absolute;
    /* vertically center */
    top: 50%;
    transform: translateY(-50%);
    /* move to right */
    left: 100%;
    margin-left: 15px; /* and add a small left margin */
    /* basic styles */
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    display: none; /* hide by default */
}
    .tooltip.left:before {
        /* reset defaults */
        left: initial;
        margin: initial;
        /* set new values */
        right: 100%;
        margin-right: 15px;
    }

    .tooltip.left:before {
        /* reset defaults */
        left: initial;
        margin: initial;
        /* set new values */
        right: 100%;
        margin-right: 15px;
    }
/*Tooltip End*/

/**SEARHC*/
.search-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.autocomplete {
    position: relative;
    width: 50%;
}

#search-input {
    padding: 10px;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
}

.autocomplete-item {
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
}

    .autocomplete-item:hover {
        background-color: #e9e9e9;
    }

#search-btn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 16px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 16px;
}

    #search-btn:hover {
        background-color: #45a049;
    }
/*SEAARC*/
/*Comment Card*/
body {
    background-color: #f7f6f6
}

.card {
    border: none;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    border-radius: 4px;
}


.dots {
    height: 4px;
    width: 4px;
    margin-bottom: 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.badge {
    padding: 7px;
    padding-right: 9px;
    padding-left: 16px;
    box-shadow: 5px 6px 6px 2px #e9ecef;
}

.user-img {
    margin-top: 4px;
}

.check-icon {
    font-size: 17px;
    color: #c3bfbf;
    top: 1px;
    position: relative;
    margin-left: 3px;
}

.form-check-input {
    margin-top: 6px;
    margin-left: -24px !important;
    cursor: pointer;
}


    .form-check-input:focus {
        box-shadow: none;
    }


.icons i {
    margin-left: 8px;
}

.reply {
    margin-left: 12px;
}

    .reply small {
        color: #b7b4b4;
    }


        .reply small:hover {
            color: green;
            cursor: pointer;
        }


/*Comment Card End*/

/*Comment Modal*/
.modal {
    display: none; /* Modal varsayılan olarak gizli olmalıdır */
    position: fixed; /* Modal, diğer öğelerin üzerinde kalacak şekilde sabitlenmelidir */
    z-index: 1; /* Modal, diğer öğelerin önünde olmalıdır */
    left: 0;
    top: 0;
    width: 100%; /* Modal tam ekran genişliğinde olmalıdır */
    height: 100%; /* Modal tam ekran yüksekliğinde olmalıdır */
    overflow: auto; /* Modal'ın içeriğinin tamamını görüntülemek için kaydırmalıdır */
    background-color: rgba(0,0,0,0.4); /* Geçiş efekti için arka plana yarı şeffaf bir siyah renk ekleyin */
}

/* Modal içeriği stili */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* Modal kutusu, ekranın üstünden ve altından 15% boşluk ile merkezlenmelidir */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Modal kutusu genişliği */
}

/* Kapatma butonunun stili*/
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/*Commennt Modal*/

.success-animation {
    margin: 50px auto;
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

/*Error Modal*/
/*
.crossmark__circle.animateElement {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #ff0000;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.crossmark.animateElement {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #ff0000;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #ff0000;
    animation: fillred .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.crossmark__check.animateElement {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.cross__path.animateElement {
    stroke: #ffffff;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    transform-origin: 50% 50% 0;
}

.cross__path--right.animateElement {
    animation: 0.3s ease 0.8s normal forwards 1 running stroke;
}

.cross__path--left.animateElement {
    animation: 1s ease 0.8s normal forwards 1 running stroke;
}

@keyframes fillred {
    100% {
        box-shadow: inset 0px 0px 0px 30px #ff0000;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}


.circular-loader {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 40px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.loader-path {
    stroke-dasharray: 150,200;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@-webkit-keyframes color {
    0% {
        stroke: #ffffff;
    }

    40% {
        stroke: #ffffff;
    }

    66% {
        stroke: #ffffff;
    }

    80%, 90% {
        stroke: #ffffff;
    }
}

@keyframes color {
    0% {
        stroke: #ffffff;
    }

    40% {
        stroke: #ffffff;
    }

    66% {
        stroke: #ffffff;
    }

    80%, 90% {
        stroke: #ffffff;
    }
}
    */

/*Google Maps*/
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
    height: 100%;
}

/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

input[type=text] {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    line-height: 40px;
    margin-right: 0;
    min-width: 25%;
}

input[type=button] {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    height: 40px;
    cursor: pointer;
    margin-left: 5px;
}

    input[type=button]:hover {
        background: rgb(235, 235, 235);
    }

    input[type=button].button-primary {
        background-color: #1a73e8;
        color: white;
    }

        input[type=button].button-primary:hover {
            background-color: #1765cc;
        }

    input[type=button].button-secondary {
        background-color: white;
        color: #1a73e8;
    }

        input[type=button].button-secondary:hover {
            background-color: #d2e3fc;
        }

#response-container {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    overflow: auto;
    max-height: 50%;
    max-width: 90%;
    background-color: rgba(255, 255, 255, 0.95);
    font-size: small;
}

#instructions {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    padding: 1rem;
    font-size: medium;
}

.show-location-button {
    background-color: #3498db;
    /*Google Maps End*/
}


/*Map Loader*/
/* Marker loader */
.markerbutton-primary {
    display: inline-block;
    padding: 10px; /* İstediğiniz boyuta uygun bir padding değeri ekleyebilirsiniz */
    position: relative; /* Eklediğimiz yeni stil */
    min-width: 38px;
    min-height: 25px;
    color: white !important;
    background-color: #5B2480 !important;
    border-color: #5B2480 !important;
}

.maploader-container {
    position: relative !important;
    display: inline-block; /* İçerideki buton ile aynı seviyede görüntülenmesi için */
}

.maploader {
    position: absolute !important;
    left: 12px !important;
    top: 18px !important;
}

    .maploader::after,
    .maploader::before {
        content: '';
        box-sizing: border-box;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        border: 2px solid #FFF;
        position: absolute;
        left: 0;
        top: 0;
        animation: animloader 2s linear infinite;
    }

    .maploader::after {
        animation-delay: 1s;
    }

@keyframes animloader {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.text-container {
    display: inline-block;
    vertical-align: top;
}

.loading-text {
    margin-left: 10px;
}

/* Datepicker Stil özellikleri */
.datepicker-container {
    position: relative;
    display: inline-block;
}

.datepicker-input {
    padding: 5px;
}

.datepicker-calendar {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 5px;
    z-index: 1;
}

    .datepicker-calendar table {
        width: 100%;
    }

    .datepicker-calendar td {
        text-align: center;
        padding: 5px;
        cursor: pointer;
    }

/*Store Brands*/
.liste label {
    display: flex;
    align-items: center;
    margin-bottom: 5px; /* İstediğiniz boşluk miktarını ayarlayabilirsiniz */
}

.moria-Checkbox-bSmeLS {
    margin-left: 10px; /* İstediğiniz boşluk miktarını ayarlayabilirsiniz */
}
/*Store Brands End*/

/*Basvuru Sayfasi css kodlari 1000 satir kadar*/
.v1_2 {
    width: 100%;
    height: 1360px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.v1_3 {
    width: 100%;
    height: 1118px;
    background: url("../assets/Pictures/v1_3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.v1_4 {
    width: 100%;
    height: 1176px;
    background: url("../assets/Pictures/v1_4.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.v1_5 {
    width: 100%;
    height: 1117px;
    background: url("../assets/Pictures/v1_5.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.v1_6 {
    width: 559px;
    height: 1117px;
    background: url("../assets/Pictures/v1_6.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.v1_105 {
    width: 559px;
    height: 100%;
    background: rgba(102,26,134,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.v3_106 {
    width: 559px;
    height: 100%;
    background: url("../assets/Pictures/v3_106.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 1px;
    overflow: hidden;
}

.v1_104 {
    width: 429px;
    height: 87px;
    background: url("../assets/Pictures/v1_104.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 121px;
    left: 80px;
    overflow: hidden;
}

.v1_8 {
    width: 442px;
    height: 267px;
    background: url("../assets/Pictures/v1_8.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 24px;
    opacity: 1;
    position: absolute;
    top: 349px;
    left: 91px;
    overflow: hidden;
}

.v1_9 {
    width: 372px;
    color: rgba(255,211,0,1);
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 38px;
    opacity: 1;
    text-align: left;
}

.v1_11 {
    width: 952px;
    height: 1117px;
    background: rgba(250,250,250,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 559px;
    overflow: hidden;
}

.v1_12 {
    width: 952px;
    height: 1117px;
    background: rgba(250,250,250,1);
    padding: 60px 112px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.v1_13 {
    width: 728px;
    height: 1057px;
    background: url("../assets/Pictures/v1_13.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 32px;
    opacity: 1;
    position: absolute;
    top: 60px;
    left: 112px;
    overflow: hidden;
}

.v1_14 {
    width: 666px;
    height: 43px;
    background: url("../assets/Pictures/v1_14.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 7px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.v1_15 {
    width: 180px;
    color: rgba(105,116,136,1);
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Open Sans;
    font-weight: SemiBold;
    font-size: 14px;
    opacity: 1;
    text-align: left;
}

.v1_16 {
    width: 573px;
    color: rgba(62,62,62,1);
    position: absolute;
    top: 26px;
    left: 0px;
    font-family: Open Sans;
    font-weight: SemiBold;
    font-size: 12px;
    opacity: 1;
    text-align: left;
}

.v1_17 {
    width: 728px;
    height: 739px;
    background: url("../assets/Pictures/v1_17.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 75px;
    left: 0px;
    overflow: hidden;
}

.v1_18 {
    width: 728px;
    height: 64px;
    background: url("../assets/Pictures/v1_18.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 4px 4px;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.v1_19 {
    width: 357px;
    height: 56px;
    background: url("../assets/Pictures/v1_19.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    overflow: hidden;
}

.v1_20 {
    width: 357px;
    height: 56px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.v1_21 {
    width: 85px;
    color: rgba(131,130,135,1);
    position: absolute;
    top: 18px;
    left: 18px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
}

.v1_22 {
    width: 357px;
    height: 56px;
    background: url("../assets/Pictures/v1_22.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 4px;
    left: 369px;
    overflow: hidden;
}

.v1_23 {
    width: 357px;
    height: 56px;
    background: rgba(255,255,255,1);
    padding: 3px 2px;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.v1_24 {
    width: 317px;
    height: 50px;
    background: url("../assets/Pictures/v1_24.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    overflow: hidden;
}

.v1_25 {
    width: 7px;
    color: rgba(128,128,128,1);
    position: absolute;
    top: 15px;
    left: 16px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
}

.v1_26 {
    width: 20px;
    height: 20px;
    background: url("../assets/Pictures/v1_26.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 18px;
    left: 327px;
    overflow: hidden;
}

.v1_27 {
    width: 20px;
    height: 20px;
    background: url("../assets/Pictures/v1_27.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.v1_28 {
    width: 11px;
    height: 6px;
    background: rgba(102,26,134,1);
    opacity: 1;
    position: absolute;
    top: 7px;
    left: 4px;
    border: 0px solid rgba(204,204,204,1);
}

.v1_29 {
    width: 728px;
    height: 64px;
    background: url("../assets/Pictures/v1_29.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 4px 4px;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 64px;
    left: 0px;
    overflow: hidden;
}

.v1_30 {
    width: 357px;
    height: 56px;
    background: url("../assets/Pictures/v1_30.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    overflow: hidden;
}

.v1_31 {
    width: 357px;
    height: 56px;
    background: rgba(245,245,245,1);
    padding: 2px 2px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.v1_32 {
    width: 317px;
    height: 50px;
    background: rgba(245,245,245,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    overflow: hidden;
}

.v1_33 {
    width: 22px;
    height: 28px;
    background: rgba(245,245,245,1);
    opacity: 1;
    position: absolute;
    top: 11px;
    left: 16px;
    overflow: hidden;
}

.v1_34 {
    width: 22px;
    color: rgba(131,130,135,1);
    position: absolute;
    top: 4px;
    left: 0px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
}

.v1_35 {
    width: 36px;
    height: 52px;
    background: rgba(245,245,245,1);
    padding: 8px 0px;
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 319px;
    overflow: hidden;
}

.v1_36 {
    width: 36px;
    height: 36px;
    background: rgba(245,245,245,1);
    padding: 8px 8px;
    opacity: 1;
    position: absolute;
    top: 8px;
    left: 0px;
    overflow: hidden;
}

.v1_37 {
    width: 20px;
    height: 20px;
    background: url("../assets/Pictures/v1_37.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 8px;
    left: 8px;
    overflow: hidden;
}

.v1_38 {
    width: 20px;
    height: 20px;
    background: url("../assets/Pictures/v1_38.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.v1_39 {
    width: 11px;
    height: 6px;
    background: rgba(102,26,134,1);
    opacity: 1;
    position: absolute;
    top: 7px;
    left: 4px;
    border: 0px solid rgba(131,130,135,1);
}

.v1_40 {
    width: 357px;
    height: 56px;
    background: url("../assets/Pictures/v1_40.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 4px;
    left: 369px;
    overflow: hidden;
}

.v1_41 {
    width: 357px;
    height: 56px;
    background: rgba(245,245,245,1);
    padding: 2px 2px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.v1_42 {
    width: 317px;
    height: 50px;
    background: rgba(245,245,245,1);
    opacity: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    overflow: hidden;
}

.v1_43 {
    width: 90px;
    height: 28px;
    background: rgba(245,245,245,1);
    opacity: 1;
    position: absolute;
    top: 11px;
    left: 16px;
    overflow: hidden;
}

.v1_44 {
    width: 90px;
    color: rgba(131,130,135,1);
    position: absolute;
    top: 4px;
    left: 0px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
}

.v1_45 {
    width: 36px;
    height: 52px;
    background: rgba(245,245,245,1);
    padding: 8px 0px;
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 319px;
    overflow: hidden;
}

.v1_46 {
    width: 36px;
    height: 36px;
    background: rgba(245,245,245,1);
    padding: 8px 8px;
    opacity: 1;
    position: absolute;
    top: 8px;
    left: 0px;
    overflow: hidden;
}

.v1_47 {
    width: 20px;
    height: 20px;
    background: url("../assets/Pictures/v1_47.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 8px;
    left: 8px;
    overflow: hidden;
}

.v1_48 {
    width: 20px;
    height: 20px;
    background: url("../assets/Pictures/v1_48.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.v1_49 {
    width: 11px;
    height: 6px;
    background: rgba(102,26,134,1);
    opacity: 1;
    position: absolute;
    top: 7px;
    left: 4px;
    border: 0px solid rgba(131,130,135,1);
}

.v1_57 {
    width: 214px;
    color: rgba(102,26,134,1);
    position: absolute;
    top: 215px;
    left: 4px;
    font-family: Open Sans;
    font-weight: SemiBold;
    font-size: 20px;
    opacity: 1;
    text-align: left;
}

.v1_58 {
    width: 720px;
    height: 49px;
    background: url("../assets/Pictures/v1_58.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 255px;
    left: 4px;
    overflow: hidden;
}

.v1_59 {
    width: 667px;
    color: rgba(62,62,62,0.5);
    position: absolute;
    top: 1px;
    left: 0px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 12px;
    opacity: 1;
    text-align: left;
}

.v1_60 {
    width: 728px;
    height: 64px;
    background: url("../assets/Pictures/v1_60.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 4px 4px;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 320px;
    left: 0px;
    overflow: hidden;
}

.v1_61 {
    width: 357px;
    height: 56px;
    background: url("../assets/Pictures/v1_61.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    overflow: hidden;
}

.v1_62 {
    width: 357px;
    height: 56px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.v1_63 {
    width: 107px;
    color: rgba(131,130,135,1);
    position: absolute;
    top: 18px;
    left: 18px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
}

.v1_64 {
    width: 357px;
    height: 56px;
    background: url("../assets/Pictures/v1_64.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 4px;
    left: 369px;
    overflow: hidden;
}

.v1_65 {
    width: 357px;
    height: 56px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.v1_66 {
    width: 47px;
    color: rgba(131,130,135,1);
    position: absolute;
    top: 18px;
    left: 18px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
}

.v1_67 {
    width: 728px;
    height: 108px;
    background: url("../assets/Pictures/v1_67.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 4px 4px;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 384px;
    left: 0px;
    overflow: hidden;
}

.v1_68 {
    width: 357px;
    height: 84px;
    background: url("../assets/Pictures/v1_68.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 7px;
    opacity: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    overflow: hidden;
}

.v1_69 {
    width: 357px;
    height: 56px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.v1_70 {
    width: 78px;
    color: rgba(102,26,134,1);
    position: absolute;
    top: 7px;
    left: 18px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 12px;
    opacity: 1;
    text-align: left;
}

.v1_71 {
    width: 238px;
    color: rgba(131,130,135,1);
    position: absolute;
    top: 63px;
    left: 0px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 12px;
    opacity: 1;
    text-align: left;
}

.v1_72 {
    width: 357px;
    height: 84px;
    background: url("../assets/Pictures/v1_72.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 7px;
    opacity: 1;
    position: absolute;
    top: 4px;
    left: 369px;
    overflow: hidden;
}

.v1_73 {
    width: 357px;
    height: 56px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.v1_74 {
    width: 95px;
    color: rgba(131,130,135,1);
    position: absolute;
    top: 18px;
    left: 18px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
}

.v1_75 {
    width: 228px;
    color: rgba(131,130,135,1);
    position: absolute;
    top: 63px;
    left: 0px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 12px;
    opacity: 1;
    text-align: left;
}

.v1_76 {
    width: 247px;
    color: rgba(102,26,134,1);
    position: absolute;
    top: 515px;
    left: 4px;
    font-family: Open Sans;
    font-weight: SemiBold;
    font-size: 20px;
    opacity: 1;
    text-align: left;
}

.v1_77 {
    width: 728px;
    height: 64px;
    background: url("../assets/Pictures/v1_77.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 4px 4px;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 555px;
    left: 0px;
    overflow: hidden;
}

.v1_78 {
    width: 357px;
    height: 56px;
    background: url("../assets/Pictures/v1_78.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    overflow: hidden;
}

.v1_79 {
    width: 357px;
    height: 56px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.v1_80 {
    width: 107px;
    color: rgba(131,130,135,1);
    position: absolute;
    top: 18px;
    left: 18px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
}

.v1_81 {
    width: 357px;
    height: 56px;
    background: url("../assets/Pictures/v1_81.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 4px;
    left: 369px;
    overflow: hidden;
}

.v1_82 {
    width: 357px;
    height: 56px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.v1_83 {
    width: 47px;
    color: rgba(131,130,135,1);
    position: absolute;
    top: 18px;
    left: 18px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
}

.v1_84 {
    width: 728px;
    height: 80px;
    background: url("../assets/Pictures/v1_84.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 4px 4px;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 619px;
    left: 0px;
    overflow: hidden;
}

.v1_85 {
    width: 357px;
    height: 56px;
    background: url("../assets/Pictures/v1_85.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    overflow: hidden;
}

.v1_86 {
    width: 357px;
    height: 56px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.v1_87 {
    width: 78px;
    color: rgba(102,26,134,1);
    position: absolute;
    top: 7px;
    left: 18px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 12px;
    opacity: 1;
    text-align: left;
}

.v1_88 {
    width: 357px;
    height: 56px;
    background: url("../assets/Pictures/v1_88.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 4px;
    left: 369px;
    overflow: hidden;
}

.v1_89 {
    width: 357px;
    height: 56px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.v1_90 {
    width: 95px;
    color: rgba(131,130,135,1);
    position: absolute;
    top: 18px;
    left: 18px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: left;
}

.v1_91 {
    width: 308px;
    height: 22px;
    background: url("../assets/Pictures/v1_91.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 708px;
    left: 9px;
    overflow: hidden;
}

.v1_92 {
    width: 22px;
    height: 22px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid rgba(196,196,196,1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.v1_93 {
    width: 277px;
    color: rgba(62,62,62,1);
    position: absolute;
    top: 2px;
    left: 31px;
    font-size: 12px;
    opacity: 1;
    text-align: left;
}

.v1_94 {
    width: 728px;
    height: 211px;
    background: url("../assets/Pictures/v1_94.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 32px;
    opacity: 1;
    position: absolute;
    top: 846px;
    left: 0px;
    overflow: hidden;
}

.v1_95 {
    width: 720px;
    height: 33px;
    background: url("../assets/Pictures/v1_95.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 4px;
    overflow: hidden;
}

.v1_96 {
    width: 638px;
    color: rgba(62,62,62,0.5);
    position: absolute;
    top: 1px;
    left: 0px;
    font-family: Open Sans;
    font-weight: Regular;
    font-size: 12px;
    opacity: 1;
    text-align: left;
}

.v1_97 {
    width: 728px;
    height: 146px;
    background: url("../assets/Pictures/v1_97.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 65px;
    left: 0px;
    overflow: hidden;
}

.v1_98 {
    width: 469px;
    color: rgba(62,62,62,1);
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 14px;
    opacity: 1;
    text-align: left;
}

.v1_99 {
    width: 233px;
    height: 50px;
    background: rgba(162,162,162,1);
    opacity: 1;
    position: absolute;
    top: 4px;
    left: 490px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
}

.v1_100 {
    width: 65px;
    color: rgba(255,255,255,1);
    position: absolute;
    top: 15px;
    left: 84px;
    font-family: Open Sans;
    font-weight: Bold;
    font-size: 14px;
    opacity: 1;
    text-align: center;
}

.v1_101 {
    width: 100%;
    height: 59px;
    background: rgba(245,245,245,1);
    opacity: 1;
    position: absolute;
    top: 1117px;
    left: 0px;
    overflow: hidden;
}

.v1_102 {
    width: 125px;
    height: 22px;
    background: url("../assets/Pictures/v1_102.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 18px;
    left: 103px;
    overflow: hidden;
}
/*Basvurru sayfasi Css kodari End*/

/*Comments Modal*/

.cross {
    padding: 10px;
    color: #262626;
    cursor: pointer;
    font-size: 23px;
}

    .cross i {
        margin-top: -5px;
        cursor: pointer;
    }


.comment-box {
    padding: 5px
}

.comment-area textarea-k {
    resize: none;
    border: 1px solid #ffd301
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(255, 0, 0) !important
}

.send {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}

    .send:hover {
        color: #fff;
        background-color: #ffffff;
        border-color: #ffffff
    }

.rating {
    display: inline-flex;
    margin-top: -10px;
    flex-direction: row-reverse;
}

    .rating > input {
        display: none
    }

    .rating > label {
        position: relative;
        width: 28px;
        font-size: 35px;
        color: #ffd301;
        cursor: pointer;
    }

        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important
        }

    .rating > input:checked ~ label:before {
        opacity: 1
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4
    }

    /*Store Comment modal Text*/
.text_jGLUJ {
    font-size: 12px; /* Yazının boyutunu küçültmek için */
    font-weight: 300; /* Yazının kalınlığını azaltmak için */
}
/*Comments Modal End*/

/*Store Loader*/
/* HTML: <div class="storeLoader"></div> */
.storeLoader {
    width: 15px;
    aspect-ratio: 1;
    position: relative;
}

    .storeLoader::before,
    .storeLoader::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: #000;
    }

    .storeLoader::before {
        box-shadow: -25px 0;
        animation: l8-1 1s infinite linear;
    }

    .storeLoader::after {
        transform: rotate(0deg) translateX(25px);
        animation: l8-2 1s infinite linear;
    }

@keyframes l8-1 {
    100% {
        transform: translateX(25px);
    }
}

@keyframes l8-2 {
    100% {
        transform: rotate(-180deg) translateX(25px);
    }
}

/*Store Looaderr End*/
/*.loaderStore-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
}*/

.loaderStore-container {
    position: relative; /* Varsayılan 'static' konumunu 'relative' olarak değiştiriyoruz */
    width: 100%;
    display: grid;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
}


.loaderStore {
    color: #592380;
}



.loaderStore,
.loaderStore div,
.loaderStore div:after {
    box-sizing: border-box;
}

.loaderStore {
    color: #592380;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

    .loaderStore div {
        transform-origin: 20px 20px;
        animation: loaderStore-animation 1.2s linear infinite;
    }

        .loaderStore div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 1.6px;
            left: 18.4px;
            width: 3.2px;
            height: 8.8px;
            border-radius: 20%;
            background: currentColor;
        }

        .loaderStore div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .loaderStore div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .loaderStore div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .loaderStore div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .loaderStore div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .loaderStore div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .loaderStore div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .loaderStore div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .loaderStore div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .loaderStore div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .loaderStore div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .loaderStore div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes loaderStore-animation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* HTML: <div class="loaderStore"></div> */
/*.loaderStore {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #0000;
    border-right-color: #ffa50097;
    position: relative;
    animation: l24 1s infinite linear;
}

.loaderStore-container {
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);*/ /* Hafif bir arka plan ekleyerek görünebilirliği arttırabiliriz */
    /*padding: 10px 0;
    z-index: 1000;
}

    .loaderStore:before,
    .loaderStore:after {
        content: "";
        position: absolute;
        inset: -8px;
        border-radius: 50%;
        border: inherit;
        animation: inherit;
        animation-duration: 2s;
    }

    .loaderStore:after {
        animation-duration: 4s;
    }

@keyframes l24 {
    100% {
        transform: rotate(1turn)
    }
}*/
/*end*/

/**StoreSearcSticky*/
.sticky-ready {
    transition: top .2s ease-in-out 0s;
    animation: sticky-transition-show .2s forwards linear;
    background: #fff;
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
}
/**StoreSearcSticky End*/

.sticky-filter {
    position: -webkit-sticky; /* Safari için */
    position: sticky;
    top: 10px; /* Üstten 10px yapışık olacak */
    z-index: 100; /* Diğer elemanların önüne geçmesi için */
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1; /* Arka planın resmin üstünde kalmasını sağlıyoruz */
    object-fit: none; /* Resmin doğru şekilde hizalanması için */
}


.favbtn_main{
    width: 50px;
    height: 30px;
    border-radius: 100px;
    background-color: #fff;
    border: solid 2px #490e6f;
    text-align: center;
    display: block;
    position: relative
}

.favbtn {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pdetailsCardMain {
    margin-top: -950px;
    margin-left: 1141px;
    position: sticky;
    top: 5px;
    margin-bottom: 3rem;
}
.pdetailsCard {
    height: 350px;
    width: 155px;
}
.pdetailsImg {
    width: 153px;
    height: 155px;
    margin-top: -17px;
}


.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7); /* Arka planın rengini koyulaştır */
    z-index: 9999; /* Modal pencereyi en üstte göster */
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-modal-content {
    background: rgb(255 255 255 / 91%);
    color: black;
    border-radius: 10px;
    padding: 20px;
    width: 80%;
    max-width: 500px; /* Modal genişliğini sınırlamak */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.badge-xs {
    padding: 0.1em 1em !important; /* Küçük boyut */
    border-radius: 0.20rem !important;
}

.badge-sm {
    padding: 0.25em 0.5em !important; /* Küçük boyut */
    border-radius: 0.25rem !important;
}

.badge-md {
    padding: 0.4em 0.8em !important; /* Orta boyut */
    border-radius: 0.3rem !important;
}

.badge-lg {
    padding: 0.4em 3em !important;
    border-radius: 0.4rem !important;
}

.badge-lg-custom {
    padding: 0.4em 3em !important;
    border-radius: 0.4rem !important;
}

.badge-custom-danger {
    background-color: #dc3545; 
    color: white;
}

.badge-custom-warning {
    background-color: #ff5043; 
    color: black;
}

.badge-custom-success {
    background-color: #28a745; 
    color: white;
}

.badge-custom-dark {
    background-color: #343a40b0; 
    color: white;
}

.badge-custom-primary {
    background-color: rgb(151, 149, 149);
    position: absolute;
}

#progressbar {
    margin-bottom: 3vh;
    overflow: hidden;
    color: white;
    padding-left: 0px;
    margin-top: 3vh;
}

    #progressbar li {
        list-style-type: none;
        font-size: 0.8rem;
        width: 15%;
        float: left;
        position: relative;
        font-weight: 400;
        color: black;
    }

    #progressbar #step1:before {
        content: "";
        color: #5b2481;
        width: 20px;
        height: 20px;
        margin-left: 0px !important;
        background: #5b2481; /* İlk noktanın rengi */
        z-index: 3; /* Noktanın çizginin üstünde olmasını sağlar */
        position: relative; /* Noktanın pozisyonunu belirler */
    }

    #progressbar #step2:before {
        content: "";
        color: #fff;
        width: 20px;
        height: 20px;
        margin-left: 32%;
    }

    #progressbar #step3:before {
        content: "";
        color: #fff;
        width: 20px;
        height: 20px;
        margin-right: 32%;
    }

    #progressbar #step4:before {
        content: "";
        color: rgb(151, 149, 149, 0.651);
        width: 20px;
        height: 20px;
        margin-right: 0px !important;
    }

    #progressbar #step5:before {
        content: "";
        color: rgb(151, 149, 149, 0.651);
        width: 20px;
        height: 20px;
        margin-right: 0px !important;
    }

    #progressbar #step6:before {
        content: "";
        color: rgb(151, 149, 149, 0.651);
        width: 20px;
        height: 20px;
        margin-right: 0px !important;
    }

    #progressbar li:before {
        line-height: 29px;
        display: block;
        font-size: 12px;
        background: rgb(151, 149, 149);
        border-radius: 50%;
        margin: auto;
        z-index: 3; /* Noktanın çizginin üstünde olmasını sağlar */
        position: relative; /* Noktanın pozisyonunu belirler */
        margin-bottom: 1vh;
    }

    #progressbar li:after {
        content: '';
        height: 3px;
        background: rgb(151, 149, 149, 0.651);
        position: absolute;
        left: 0%;
        right: 0%;
        margin-bottom: 2vh;
        top: 8px;
        z-index: 1; /* Çizginin noktanın altında olmasını sağlar */
    }

.progress-track {
    padding: 0 8%;
}

#progressbar li:nth-child(2):after {
    margin-right: auto;
}

#progressbar li:nth-child(1):after {
    margin: auto;
}

#progressbar li:nth-child(3):after {
    float: left;
    width: 68%;
}

#progressbar li:nth-child(4):after {
    margin-left: auto;
    width: 132%;
}

#progressbar li:nth-child(5):after {
    margin-left: auto;
    width: 132%;
}

#progressbar li:nth-child(6):after {
    margin-left: auto;
    width: 132%;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #5b2481;
}

#three {
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    #three {
        font-size: 1rem;
    }
}