﻿li.yanyana {
    display: inline;
    list-style: none;
    margin-inline: 5px;
   /* font-size: 1rem;*/
}

li.baslik {
    list-style: none;
    padding: 5px;
}

.hdd {
    display: none;
}

.yazi {
    font-family: 'Bookman Old Style';
    font-weight: bold;
    font-size: large;
}

.kyazi {
    font-family: 'Bookman Old Style';
    font-weight: bold;
    font-size: large;
}

.syazi {
    font-family: 'Bookman Old Style';
    font-weight: bold;
    font-size: medium;
}
.nNoti {
    background-color: #5a9292;
}

.nMessages {
    background-color: #5a9292;
}

.nRMessages {
    background-color: #ff6a00;
}

.box--end {
    background: transparent;
    -webkit-transition: background 2s; /* For Safari */
    transition: background 2s
}

.btn-login {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-login:hover {
        background: rgba(255,255,255,0.15);
        border-color: #fff;
        transform: translateY(-1px);
    }

.btn-register {
    background: linear-gradient(45deg, #4facfe, #00f2fe);
    color: #fff;
    border: none;
    padding: 6px 18px;
    border-radius: 20px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

    .btn-register:hover {
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 6px 18px rgba(0,0,0,0.25);
        color: #fff;
    }

.star-rating {
    font-size: 28px;
    cursor: pointer;
}

.star {
    color: #ccc;
}

    .star.selected {
        color: gold;
    }
.swal2-container {
    z-index: 99999 !important;
}

.form-select {
    background-image: url('../../images/white-arrow-png-41944.png');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    background-color: transparent;
    color: #ffffff;
}

    .form-select:disabled {
        background-image: url('../../images/white-arrow-png-41944.png');
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        background-size: 16px 12px;
        background-color: transparent;
        color: #ffffff;
    }

select option {
    background-color: #394243;
    color: #ffffff;
}
/* .card {
            position: inherit;
        }*/
.rating-star {
    font-size: 1.4rem;
    margin-right: 4px;
    position: relative;
    display: inline-block;
    color: #ccc; /* boş yıldız */
}

    .rating-star .fill {
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        overflow: hidden;
        color: gold;
    }
.star-rating-premium {
    display: flex;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

/* STAR */
.star {
    width: 34px;
    height: 34px;
    position: relative;
    transition: transform 0.15s ease;
}

    /* BACK */
    .star::before {
        content: "★";
        position: absolute;
        font-size: 34px;
        color: #ddd;
    }

    /* FRONT */
    .star::after {
        content: "★";
        position: absolute;
        font-size: 34px;
        left: 0;
        top: 0;
        width: var(--fill, 0%);
        overflow: hidden;
        background: linear-gradient(45deg, #FFD700, #FFB300);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* HOVER EFFECT */
    .star:hover {
        transform: scale(1.2);
    }

    /* CLICK ANIMATION */
    .star.clicked {
        animation: pop 0.25s ease;
    }

@keyframes pop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.35);
    }

    100% {
        transform: scale(1);
    }
}

/* TEXT */
.rating-text {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    color: white;
}
.comment-section {
    max-height: 400px;
    overflow-y: auto;
}
.skeleton {
    background: linear-gradient(90deg, #eee 25%, #f5f5f5 37%, #eee 63%);
    background-size: 400% 100%;
    animation: shimmer 1.2s ease infinite;
    border-radius: 6px;
}

@keyframes shimmer {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

.skeleton-line {
    height: 12px;
    margin-bottom: 8px;
}

.new-comment {
    animation: fadeSlide 0.5s ease;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.thank-you {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #111;
    color: #fff;
    padding: 12px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 99999;
}

    .thank-you.show {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

.edit-star {
    font-size: 1.4rem;
    margin-right: 4px;
    position: relative;
    display: inline-block;
    color: #ccc;
}

.edit-star.active {
    color: #ffc107;
    transform: scale(1.1);
}

.edit-star.hover {
        color: #ffda6a;
       
        transform: scale(1.2)
    }


.erating-star {
    font-size: 1.4rem;
    margin-right: 4px;
    position: relative;
    display: inline-block;
    color: #ccc; /* boş yıldız */
}

    .erating-star .fill {
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        overflow: hidden;
        color: gold;
    }

.estar-rating-premium {
    display: flex;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

/* STAR */
.estar {
    width: 34px;
    height: 34px;
    position: relative;
    transition: transform 0.15s ease;
}

    /* BACK */
    .estar::before {
        content: "★";
        position: absolute;
        font-size: 34px;
        color: #ddd;
    }

    /* FRONT */
    .estar::after {
        content: "★";
        position: absolute;
        font-size: 34px;
        left: 0;
        top: 0;
        width: var(--fill, 0%);
        overflow: hidden;
        transition: width 0.2s ease;
        background: linear-gradient(45deg, #FFD700, #FFB300);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* HOVER EFFECT */
    .estar:hover {
        transform: scale(1.2);
    }

    /* CLICK ANIMATION */
    .estar.clicked {
        animation: pop 0.25s ease;
    }

@keyframes pop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.35);
    }

    100% {
        transform: scale(1);
    }
}


