.etiket-alici {
    background: #0a58ca !important;
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-red-600{
    background-color: red !important;
    color: white;
}

.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #326c3a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.story-bar {
    display: flex;
    overflow-x: auto;
    padding: 10px;
    gap: 15px;
    background: #fff;
}

.story-circle {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    border: 3px solid #326c3a;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.story-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-circle .plus-icon {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    background: white;
    color: #326c3a;
    border: 2px solid #326c3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.story-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1000;
}

.story-image {
    max-width: 100%;
    max-height: 90%;
    object-fit: contain;
}

.progress-bar {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
}

.progress-bar span {
    display: block;
    width: 0%;
    height: 100%;
    background: white;
    animation: fill 6000ms linear forwards;
}

@keyframes fill {
    to {
        width: 100%;
    }
}

.story-user-info {
    position: absolute;
    top: 15px;
    left: 20px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

.story-user-info img {
    width: 34px;
    height: 34px;
    border: 2px solid #2d6a31;
    border-radius: 50%;
    object-fit: cover;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

.viewer-count {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: white;
    text-align: center;
}

.left-arrow,
.right-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

.viewers-panel {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 50%;
    background: white;
    color: black;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px;
    transition: bottom 0.3s;
    overflow-y: auto;
    z-index: 10000;
}

.viewers-panel.active {
    bottom: 0;
}

#pauseBtn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 16px;
    padding: 6px 14px;
    cursor: pointer;
    z-index: 1003;
}

#hikayeLoader .dot {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #326c3a;
    border-radius: 50%;
    display: inline-block;
    animation: dot-bounce 1.4s infinite ease-in-out both;
}

#hikayeLoader .dot:nth-child(2) {
    animation-delay: -0.2s;
}

#hikayeLoader .dot:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes dot-bounce {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.profile-wrapper {
    height: 100%;
}

.story-bar {
    display: flex;
    overflow-x: auto;
    padding: 10px;
    gap: 15px;
    background: #fff;
}

.story-item {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
}

.story-circle {
    width: 70px;
    height: 70px;
    border: 3px solid #326c3a;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.story-name {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.story-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-circle.unseen {
    border: 3px solid #2ecc71;
    /* Yeşil */
}

.story-circle.seen {
    border: 3px solid #cccccc;
    /* Gri */
    opacity: 0.6;
}

#deleteBtn {
    position: absolute;
    top: 20px;
    right: 44px;
    z-index: 1003;
    display: block;
}
#reklam-alani {
    margin-top: 30px;
    /*padding: 20px;*/
}

.reklam-kutu {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reklam-kutu:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.reklam-kutu img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: inherit !important;
    transition: transform 0.3s ease;
}


.reklam-kutu.kucuk {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splide {
    flex: 1 1 100%;
    border-radius: 12px;
}

.splide__slide img {
    width: 100%;
    height: 100%;
}

.splide__arrow {
    background-color: rgb(255 254 254 / 80%);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.splide__arrow:hover {
    background-color: rgb(255 254 254 / 100%);
}

.splide__pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.splide__pagination__page {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.splide__pagination__page.is-active {
    background-color: rgba(0, 0, 0, 0.9);
}

.mobile-menu ul li {
    flex: 1;
    text-align: center;
}

.mobile-menu ul li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 4px;
    border-radius: 12px;
    transition: background 0.3s ease;
}

.mobile-menu ul li.active a {
    background-color: #d8fdde; /* Açık yeşil arka plan */
}

.mobile-menu ul li.active a span {
    color: #326c3a !important;
    font-weight: bold;
}

.mobile-menu ul li.active i {
    color: #326c3a;
}

.mobile-menu ul li a i {
    font-size: 18px;
    margin-bottom: 4px;
    color: #666;
}

.mobile-menu ul li a span {
    font-size: 13px;
    color: #444;
}

.weatherwidget {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 10px 20px;
    user-select: none;
    width: 100%;
    height: 130px;
    transition: height 0.3s ease;
    border: 2px solid #008001;
}
a .weatherwidget{
    color: black;
}
.weatherwidget .section {
    padding: 5px;
}

#city {
    font-size: 20px;
    font-weight: 600;
}

#district {
    font-size: 12px;
    color: #666;
}

.weather-icon-temp img {
    width: 50px;
    height: 50px;
}

#temp {
    font-size: 20px;
    font-weight: bold;
}

#desc {
    font-size: 10px;
    color: #666;
}

.weatherdaily div {
    font-size: 14px;
    line-height: 1.3;
}

@media (max-width: 767.98px) {
    .location{
        width: 39% !important;
        float: left;
    }
    .weather-icon-temp{
        width: 61% !important;
        float: left;
    }
    .weatherdaily{
        width: 100%;
        text-align: left !important;
        margin-top: 10px;
    }
    .weatherdaily #rainy{
        width: 24vw !important;
        float: left;
    }
    .weatherdaily #nem{
        width: 18vw !important;
        float: left;
    }
    .weatherdaily #windy{
        width: 34vw !important;
        float: left;
    }
}