﻿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-loader {
    background-color: #f3f3f3;
    animation: skeleton-loading 1s ease-in-out infinite;
}

@keyframes skeleton-loading {
    0% {
        opacity: 0.7;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.7;
    }
}



/*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
    }

/*Comments Modal End*/
/*Scroll sidebar*/
.sidebarr-a {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    display: block;
    z-index: 1;
    color: #ffffff;
    font-weight: 200;
    background: #ffffff;
    background-size: cover;
    background-position: center center;
    border-right: 1px solid #eee;
    box-shadow: 6px 1px 20px rgba(69, 65, 78, 0.1);
}

sidebarr-a a:hover {
    color: #3f5efb;
    background: #fff;
    outline: none;
    position: relative;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@supports ((position: -webkit-sticky) or (position: sticky)) dashboard.css:35.sidebarr-a-sticky {
    position: -webkit-sticky;
    position: sticky;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

/**

*/
#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.875rem 1.25rem;
        font-size: 1.2rem;
    }

    #sidebar-wrapper .list-group {
        width: 15rem;
    }

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;}
    /*Scroll sidebar end*/

    .info-text {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1;
    border-radius:12px;
}

.info-cell:hover .info-text {
    display: block;
}



/**ORDER LIST TABLLE*/

.table-container {
    overflow-x: auto; /* Yatay kaydırmayı aktif eder */
}

.table-scrollbar {
    display: block; /* Kaydırma çubuğunun görünmesini sağlar */
}

/**Dot Dropddown Button*/

/* Page */
.cd__main {
    position: relative;
    min-height: 640px;
}



.more-menu {
    width: 100px;
}

/* More Button / Dropdown Menu */

.more-btn,
.more-menu-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.more-dot {
    background-color: #aab8c2;
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.more-menu {
    position: absolute;
    top: 100%;
    z-index: 900;
    float: left;
    padding: 10px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ccd8e0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.more-menu-caret {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
}

.more-menu-item {
    display: block;
}

.more-menu-btn {
    min-width: 100%;
    color: #66757f;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 20px;
    position: relative;
    white-space: nowrap;
}

.more-menu-item:hover {
    background-color: #489fe5;
}

    .more-menu-item:hover .more-menu-btn {
        color: #fff;
    }

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
}

.show-more-menu .more-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}
/* Page */
.cd__main {
    position: relative;
    min-height: 640px;
}


.more-menu {
    width: 100px;
}

/* More Button / Dropdown Menu */

.more-btn,
.more-menu-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.more-dot {
    background-color: #aab8c2;
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.more-menu {
    position: absolute;
    top: 100%;
    z-index: 900;
    float: left;
    padding: 10px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ccd8e0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.more-menu-caret {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
}

.more-menu-item {
    display: block;
}

.more-menu-btn {
    min-width: 100%;
    color: #66757f;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 20px;
    position: relative;
    white-space: nowrap;
}

.more-menu-item:hover {
    background-color: #489fe5;
}

    .more-menu-item:hover .more-menu-btn {
        color: #fff;
    }

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
}

.show-more-menu .more-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}

.more-menu-1 {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
}

.more:hover .more-menu-1 {
    display: block;
}

/* More Button  Dropdown Menu End */

/* Modal Başlık Stili */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #5B2480;
    margin: 0; /* Başlık margin'ini sıfırla */
}

/* Kapat Butonu Stili */
.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: 0.5;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

    .close:hover {
        opacity: 1;
    }

/* Form Grupları Stili */
.form-group {
    margin-bottom: 1rem;
}

    .form-group label {
        font-weight: 500;
        margin-bottom: 0.5rem;
        display: block;
    }

/* Buton Stilleri */
.modal-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center; /* Butonları dikeyde ortala */
    padding: 15px;
    border-top: 1px solid #e9ecef;
}

.btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    margin-left: 0.5rem; /* Butonlar arası boşluk */
}

/* Güncelle Butonu */
/* Güncelle Butonu */
.modal-footer .btn-update {
    background-color: #5B2480; /* Belirttiğiniz renk */
    color: white; /* Normal durumda yazı rengi siyah */
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease; /* Renk geçiş efekti */
}

    .modal-footer .btn-update:hover {
        background-color: #4a1d66 !important; /* Hover rengi */
        color: white !important; /* Hover durumunda yazı rengi beyaz */
    }
.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; /* Kırmızı */
    color: white;
}

.badge-custom-warning {
    background-color: #ff5043; /* Sarı */
    color: black;
}

.badge-custom-success {
    background-color: #28a745; /* Yeşil */
    color: white;
}
.badge-custom-dark {
    background-color: #343a40b0; /* Yeşil */
    color: white;
}
.badge-custom-primary {
    background-color: #5B2480 !important;/* Mor */
}

/* Sayfanın tam yükseklikte olmasını sağlar */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Ana wrapper'ın flexbox yapısı */
#wrapper {
    display: flex;
    min-height: 100vh; /* Sayfanın tam yüksekliği */
    flex-direction: column;
}

/* Sidebar'ın stil kuralları */
#sidebar-wrapper {
    flex: 0 0 250px; /* Sabit genişlik */
    background-color: #f8f9fa; /* Arka plan rengi */
    overflow-y: auto; /* İçerik taşarsa scroll çubuğu göster */
    height: 100vh; /* Sayfanın tam yüksekliği */
}

/* Ana içerik alanı */
#content-wrapper {
    flex: 1; /* Kalan alanı kapla */
    padding: 20px; /* İçerik padding'i */
}

/* Footer'ın stil kuralları */
footer {
    flex-shrink: 0; /* Footer'ın sabit kalmasını sağlar */
    background-color: #333; /* Arka plan rengi */
    color: white; /* Metin rengi */
    text-align: center; /* Metin hizalama */
    padding: 10px; /* İçerik padding'i */
}

/* Accordion içeriğinin scroll özelliği */
.accordion-body {
    max-height: 300px; /* İstediğiniz yüksekliği ayarlayın */
    overflow-y: auto; /* İçerik taşarsa scroll çubuğu göster */
}

/* Navbar içindeki tüm nav-item'lara sağ kenar çizgisi ekler (dropdown hariç) */
.navbar-nav .nav-item:not(.dropdown) {
    border-right: 1px solid rgba(255, 255, 255, 0.3); /* Beyaz transparan çizgi */
    padding: 0 15px; /* Çizgi ile metin arası boşluk */
}

    /* Son öğenin çizgisini kaldır */
    .navbar-nav .nav-item:not(.dropdown):last-child {
        border-right: none;
    }

/* Navbar köşelerini düzleştir */
.navbar {
    border-radius: 0 !important;
}

/* Navbar toggler (mobil menü butonu) köşelerini düzleştir */
.navbar-toggler {
    border-radius: 0 !important;
}

.custom-table {
    width: 80%; /* Tablonun genişliği %80 olacak */
    max-width: 900px; /* Maksimum 900px olacak */
    margin: auto; /* Ortalamak için */
    border : none !important;
}
.hide-second-navbar {
    display: none;
}

/*Education*/
.card-ed {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    border-radius: 13.5px;
}

    .card-ed:hover {
        transform: translateY(-5px);
    }

.card-img-top-ed {
    border-radius: 8px 8px 8px 8px;
    cursor: pointer;
}

.card-body-ed {
    padding: 1.5rem;
}

.card-title-ed {
    font-size: 1.25rem;
    font-weight: bold;
}

.card-text {
    color: #666;
}

.badge-ed {
    background-color: #5B2480;
    color: #ffff;
    margin-right: 0.5rem;
    border-radius: 0.4rem !important;
}

.modal-backdrop.show {
    z-index: 1050 !important;
}

.modal {
    z-index: 1060 !important;
}

#vimeoPlayer {
    border: none;
    min-height: 500px;
}
/*End*/

.btn-custom-outline {
    color: #5B2480;
    border-color: #5B2480;
    background-color: transparent;
    transition: all 0.15s ease-in-out;
}

    .btn-custom-outline:hover {
        color: #fff;
        background-color: #5B2480;
        border-color: #5B2480;
    }

    .btn-custom-outline:focus,
    .btn-custom-outline:active {
        box-shadow: 0 0 0 0.25rem rgba(91, 36, 128, 0.5);
        background-color: #5B2480;
        color: #fff;
    }

    .btn-custom-outline:disabled {
        color: #5B2480;
        background-color: transparent;
        opacity: 0.65;
    }

/* İsteğe bağlı padding ayarı */
.btn-custom-outline {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

/* Heartbeat animasyonu */
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Çember animasyonu */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* Animasyonlu ikon */
.heartbeat-icon {
    display: inline-block;
    width: 7.5px;
    height: 7.5px;
    background-color: #5B2480;
    border-radius: 50%;
    margin-right: 8px;
    position: relative; /* Çemberin pozisyonu için */
    opacity: 0; /* Başlangıçta gizli */
    top:  -7px;
}

    /* Çember efekti */
    .heartbeat-icon::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #9b46d4;
        border-radius: 50%;
        animation: pulse 1.5s infinite; /* Çember animasyonu */
        opacity: 0; /* Başlangıçta gizli */
    }

    /* Animasyonu aktif et */
    .heartbeat-icon.active {
        animation: heartbeat 13.5s infinite;
        opacity: 1; /* Görünür yap */
    }

        .heartbeat-icon.active::before {
            opacity: 1; /* Çemberi görünür yap */
        }


/* Başarılı mesajlar */
.toast-success {
    background-color: #28a745 !important; /* yeşil */
    color: #fff !important;
}

/* Hata mesajları */
.toast-error {
    background-color: #dc3545 !important; /* kırmızı */
    color: #fff !important;
}

/* Uyarı mesajları */
.toast-warning {
    background-color: #ffc107 !important; /* sarı */
    color: #000 !important;
}

/* Bilgilendirme mesajları */
.toast-info {
    background-color: #17a2b8 !important; /* mavi */
    color: #fff !important;
}

