.ust-bilgi {
    background-color: #94cdff;
    color: #000;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    z-index: 3000;
    position: fixed;
    top: 0;
    width: 100%;
}

.duyuru-blok {
    flex: 1;
    margin: 0 10px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    height: 25px;
    padding-left: 90px;
}

.uyelik-bolumu {
    height: 25px;
    white-space: nowrap;
    padding-right: 100px;
}

.duyuru-metin {
    display: none;
}

@media (max-width: 768px) {
    .ust-bilgi {
        flex-direction: row;
        justify-content: space-between;
        padding: 5px;
    }

    .duyuru-blok {
        margin-left: 10px;
        padding-left: 0;
    }

    .uyelik-bolumu {
        margin-right: 10px;
        padding-right: 0;
    }
}
 
.yukariBak {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4384f9, #4384f9);
    color: white;
    border: none;
    outline: none;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .yukariBak:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

    .yukariBak span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Arial, sans-serif;
        font-weight: bold;
    }
 
    .yukariBak.show {
        display: block;
        animation: fadeIn 0.5s ease;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.kutu-duzeni {
    align-items: flex-start;
    border: 1px solid #e9ecef;
    border-radius: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding: 2.2rem;
}

    .kutu-duzeni img {
        max-width: 100%;
        height: auto;
    }

@media (max-width: 576px) {
    .kutu-duzeni {
        flex-direction: row;
        gap: 1rem;
        padding: 1rem;
    }

        .kutu-duzeni img {
            max-width: 50px;
            height: auto;
        }

        .kutu-duzeni strong {
            font-size: 1rem;
        }

    .kutu-duzeni {
        font-size: 0.9rem;
    }
}

.kayitOl {
    z-index: 9000 !important;
}

.yeniAdres {
    z-index: 9000 !important;
}
