	@import url("/css/bg-img.css?3060737993");

    @import url("/css/dark.css?3060737993");
    :root {
    --theme-primary-rgb: 39,44,48;
    --theme-secondary-rgb: 108,117,125;

    --theme-bg-page-rgb: 34,34,34;
    --theme-bg-primary-rgb: 52,58,64;
    --theme-bg-secondary-rgb: 33,37,41;

            --theme-community-logo-url: url(https://i.ibb.co/pr1Y1ZVR/logo.png);
                --theme-bg-image-url: url(https://i.hizliresim.com/jxj265c.jpeg);
    }


    .page-header {
        background: var(--theme-gradient);
    }

    .page-header {
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                    padding-bottom: 70px;
            }

    .alternatebg:nth-child(2) {
        clip-path: polygon(0 0, 100% 87px, 100% 100%, 0 100%);
        padding-top: 8vh;
        margin-top: -11.5vh;
    }

    .title {
        font-weight: 900;
        text-transform: uppercase;
    }

    .page-header {
        text-align: center;
    }

    :root {
        --theme-border-radius: 0.73rem;
    }

    .btn, .badge, .card,
    div.table-responsive,
    .form-control, .form-select,
    .form-switch .form-check-input,
    .text-editor .toolbar-bubble .toolbar,
    .modal-content,
    .input-group-text,
    .page-item .page-link.page-link, .page-item span,
    .btn-group > .btn,
    .input-group > .form-control,
    .input-group > .form-select,
    .input-group > .input-group-text,
    .input-group > .btn,
    div.swal2-popup, button.swal2-styled.swal2-styled, .swal2-input, .swal2-select,
    .ace_editor {
        border-radius: var(--theme-border-radius);
    }

    .card-img-top {
        border-top-left-radius: calc(var(--theme-border-radius) - 1px);
        border-top-right-radius: calc(var(--theme-border-radius) - 1px);
    }

    .table {
        margin-bottom: 0;
    }

    .table-responsive {
        margin-bottom: 1rem;
    }

            .page-item .page-link {
            height: 35px;
            width: 35px;
            margin: 0 5px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    


	-----

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #222; 
}
::-webkit-scrollbar-thumb {
    background: #FD746C; 
    border-radius: 10px;
}

img, .card, .content-box {
    border-radius: 15px !important;
    transition: transform 0.2s;
}

img:hover {
    
    /* 1. Orijinal &quot;Satın Al&quot; butonunu tıklanamaz ve soluk yapıyoruz */
button.btn-primary.disabled, 
.modal-footer button,
#package-purchase-button { 
    pointer-events: none !important; 
    opacity: 0.5 !important;
}

/* 2. Senin eklediğin kırmızı yazıyı bir butona dönüştürüp tüm alanı kaplatıyoruz */
/* Bu kod o yazıyı büyük bir tıklama alanına çevirir */
div.modal-body p strong, 
span[style*=&quot;color: #ff0000&quot;] {
    display: block;
    background: #ff0000;
    color: white !important;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    transition: 0.3s;
    font-weight: bold;
}

div.modal-body p strong:hover {
    background: #cc0000;
    transform: scale(1.02);
}
    
    /* Menüdeki son eklenen (veya belirli) linki buton yapalım */
.navbar-nav .nav-item:last-child .nav-link {
    background: linear-gradient(45deg, #ff4e00, #ec2f4b) !important;
    color: white !important;
    padding: 8px 20px !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    box-shadow: 0 4px 15px rgba(255, 78, 0, 0.3);
    margin-left: 10px;
}

.navbar-nav .nav-item:last-child .nav-link:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 78, 0, 0.5);
}
    transform: translateY(-5px); /* Üzerine gelince hafifçe yukarı zıplar */
}

/* Kartlara modern dokunuş */
.server-card, .package-card, .card {
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    background: rgba(20, 20, 20, 0.8) !important;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.server-card:hover, .package-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: #ff4e00 !important;
}

