﻿
html, body {
    height: 100%; /* Sayfanın tam yükseklikte olmasını sağlar */
    margin: 0; /* Varsayılan margin boşluklarını kaldırır */
    display: flex;
    flex-direction: column;
}

.content {
    flex:0; /* İçeriğin geri kalan alanı kaplamasını sağlar */
}

.darktogreen {
    background-color: black !important;
}

.admin-container {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.header-title h1 {
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 0.25rem;
}

.filter-section {
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.data-table {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    .data-table thead {
        background-color: var(--bs-light);
        border-bottom: 2px solid var(--bs-border-color);
    }

    .data-table th {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        color: var(--bs-secondary);
    }

    .data-table tr.archived {
        opacity: 0.7;
        background-color: rgba(0,0,0,0.02);
    }

.badge.bg-archived {
    background-color: rgba(var(--bs-danger-rgb), 0.1);
    color: var(--bs-danger);
}

.modal-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.bg-danger-bg {
    background-color: rgba(var(--bs-danger-rgb), 0.1);
}

    .darktogreen:hover {
        background-color:darkgreen !important;
        transition: color 0.5s ease-in;
    }

.pagination .page-link {
    border: none;
    color: #555;
    transition: all 0.3s ease;
}

    .pagination .page-link:hover {
        background-color: #f0f0f0;
    }

.pagination .active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

footer {
    background: #333; /* Arka plan rengi (isteğe bağlı) */
    color: white; /* Yazı rengi (isteğe bağlı) */
    text-align: center;
    padding: 10px;
    width: 100%;
}
.box {
    background: hsl(0, 0%, 100%);
    padding: 16px 24px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.01);
    &::after

{
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scale(0.9) translateZ(0);
    filter: blur(15px);
    background: linear-gradient( to left, #ff5770, #e4428d, #c42da8, #9e16c3, #6501de, #9e16c3, #c42da8, #e4428d, #ff5770 );
    background-size: 200% 200%;
    animation: animateGlow 1.25s linear infinite;
}

}

@keyframes animateGlow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

.Lacquer-Font {
    /*font-family: "Rock Salt", cursive;*/
    font-family: "Yellowtail", cursive;
    /*font-family: "Lacquer", system-ui;*/
    font-weight: 900;
    font-style: normal;
}

body {
    /*font-family: "Pirata One", serif;*/
    /*font-weight: 400;
    font-style: normal;*/
    /*font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: <200>;
    font-style: normal;*/
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

/*.nav-item{
    color:black !important;
    transition: color 0.3s ease-in;
}
.nav-item:hover
{
    color:red !important;
}*/
.login-item {
    color: black !important;
    transition: color 0.3s ease-in;
}

    .login-item:hover {
        color: black !important;
    }

.nav-item-under {
    color: black !important;
    transition: color 0.3s ease-in;
}

    .nav-item-under:hover {
        color: red !important;
    }

.blacktored {
    color: black !important;
    transition: color 0.3s ease-in;
}

.blacktored:hover {
    color: red !important;
}

.graytoblack {
    color: gray !important;
    transition: color 0.3s ease-in;
}

    .graytoblack:hover {
        color: black !important;
    }

.blacktogray {
    color: black !important;
    transition: color 0.3s ease-in;
}

    .blacktogray:hover {
        color: #555555 !important;
    }

.blacktograydark {
    color: black !important;
    transition: color 0.3s ease-in;
}

    .blacktograydark:hover {
        color: ButtonFace !important;
    }
.graytored {
    color:darkgray !important;
    transition: color 0.1s ease-in;
}

    .graytored:hover {
        color: red !important;
    }

.lightredtovividred {
    color: indianred !important;
    transition: color 0.1s ease-in;
}

    .lightredtovividred:hover {
        color: red !important;
    }


.whitetored {
    color: white !important;
    transition: color 0.3s ease-in;
}

    .whitetored:hover {
        color: red !important;
    }

.fa-brands:hover {
    color: red !important;
    transition: color 0.3s ease-in;
}
.fa-solid:hover {
    /*color: red !important;*/
    transition: color 0.3s ease-in;
}


/* Reklam alanları için stil */
.ad-left, .ad-right {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 180px; /* Reklam genişliği */
    height: 600px; /* Reklam yüksekliği */
    background-color: #f0f0f0; /* Reklam arka plan rengi */
    border: 1px solid #ccc; /* Reklam kenarlık */
    z-index: 1000; /* Diğer içeriklerin üzerinde görünmesi için */
    overflow: hidden; /* İçerik taşmasını engelle */
}



.ad-left {
    left: 1px; /* Sol kenardan boşluk */
}

.ad-right {
    right: 1px; /* Sağ kenardan boşluk */
}
.ad-left-full, .ad-right-full {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 180px; /* Reklam genişliği */
    height:600px; /* Reklam yüksekliği */
    background-color: #f0f0f0; /* Reklam arka plan rengi */
    border: 1px solid #ccc; /* Reklam kenarlık */
    z-index: 1000; /* Diğer içeriklerin üzerinde görünmesi için */
    overflow: hidden; /* İçerik taşmasını engelle */
}



.ad-left-full {
    left: 1px; /* Sol kenardan boşluk */
}

.ad-right-full {
    right: 1px; /* Sağ kenardan boşluk */
}

/* Video reklamı için stil */
.ad-video {
    width: 100%; /* Alanın genişliğini tamamen kapla */
    height: 100%; /* Alanın yüksekliğini tamamen kapla */
    object-fit: cover; /* Videoyu alanı tamamen kaplayacak şekilde ayarla */
    position: absolute; /* Konumu mutlak olarak ayarla */
    top: 0;
    left: 0;
}

.locationSuggestedUsers {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 180px; /* Reklam genişliği */
    height: 600px; /* Reklam yüksekliği */
    background-color: white; /* Reklam arka plan rengi */
    border: 1px solid #ccc; /* Reklam kenarlık */
    z-index: 1000; /* Diğer içeriklerin üzerinde görünmesi için */
    overflow: hidden; /* İçerik taşmasını engelle */
}



.locationSuggestedUsers-left {
    left: 1px; /* Sol kenardan boşluk */
}

.alocationSuggestedUsers-right {
    right: 1px; /* Sağ kenardan boşluk */
}

    .cover-photo {
    height: 300px;
    background-image: url('/img/ben3.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.profile-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px solid white;
    position: absolute;
    bottom: -75px;
    left: 50px;
    background-image: url('/img/ben2.jpg'); /* Profil fotoğrafı */
    background-size: cover;
    background-position: center;
}

.profile-info {
    margin-top: 90px; /* Profil fotoğrafının altında boşluk bırakır */
    padding: 20px;
}

    .profile-info h1 {
        font-size: 2.5rem;
    }

    .profile-info p {
        font-size: 1.2rem;
        color: #666;
    }

/* Karartma efekti */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2), transparent);
}

/* İçerik kutusu */
.content-box {
    position: absolute;
    bottom: 0px;
    left: 40%;
    transform: translateX(-50%);
    text-align: center;
    justify-content: center;
    max-width: 80%;
}

.custom-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 1050;
    pointer-events: none; /* Ekle bunu */
}

    .custom-alert.show-alert {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto; /* Görünürken tıklanabilsin */
    }


.alert-danger {
    background: linear-gradient(135deg, #ff4e50, #f9d423);
    color: white;
}

.alert-success {
    background: linear-gradient(135deg, #56ab2f, #a8e063);
    color: white;
}

.custom-alert i {
    font-size: 22px;
}

.show-alert {
    opacity: 1;
    transform: translateY(0);
}



/*asdsd*/

.admin-container {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.header-title h1 {
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 0.25rem;
}

.filter-section {
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.data-table {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    .data-table thead {
        background-color: var(--bs-light);
        border-bottom: 2px solid var(--bs-border-color);
    }

    .data-table th {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        color: var(--bs-secondary);
    }

    .data-table tr.archived {
        opacity: 0.7;
        background-color: rgba(0,0,0,0.02);
    }

.badge.bg-archived {
    background-color: rgba(var(--bs-danger-rgb), 0.1);
    color: var(--bs-danger);
}

.modal-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.bg-danger-bg {
    background-color: rgba(var(--bs-danger-rgb), 0.1);
}


.admin-container {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.header-title h1 {
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 0.25rem;
}

.filter-section {
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.data-table {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    .data-table thead {
        background-color: var(--bs-light);
        border-bottom: 2px solid var(--bs-border-color);
    }

    .data-table th {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        color: var(--bs-secondary);
    }

    .data-table tr.archived {
        opacity: 0.7;
        background-color: rgba(0,0,0,0.02);
    }

.badge.bg-archived {
    background-color: rgba(var(--bs-danger-rgb), 0.1);
    color: var(--bs-danger);
}

.text-gradient {
    background: linear-gradient(90deg, #0d6efd 0%, #6610f2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.modal-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.bg-danger-bg {
    background-color: rgba(var(--bs-danger-rgb), 0.1);
}

/* Original Alert Styles */
.custom-alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
}

    .custom-alert i {
        margin-right: 0.5rem;
    }

