@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.2px;
}

@media (min-width: 1200px) {
    .sidebar {
        background-color: #26333B;
    }
}

@media (min-width: 1200px) {
    .sidebar__big {
        background-color: #233038;
    }
}

.sidebar__nav li a,
.sidebar__nav li.active a {
    margin-bottom: 10px;
    background-color: #2B3B44 !important;
    border-radius: 4px !important;
}

@media (min-width: 992px) {
    .header__search-btn {
        color: #A2BECE !important;
        background-color: #3C515E !important;

    }
}

.header__signup {
    background-image: none !important;
    background-color: #03FF85 !important;
    color: #000000 !important;
    box-shadow: none !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-weight: 700 !important;
}

.header__signup:before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 0 !important;
    height: 0 !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    transform: translate(-50%, -50%) !important;
    transition: width 0.6s ease, height 0.6s ease !important;
}

.header__signup:hover {
    background-color: #00e676 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(3, 255, 133, 0.3) !important;
}

.header__signup:hover:before {
    width: 300px !important;
    height: 300px !important;
}

.header__signin {
    background-color: #435A67 !important;
    width: 100px !important;
    justify-content: center !important;
    align-items: center !important;
    height: 46px !important;
    border-radius: 4px !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@media (max-width: 768px) {
    .header__signin {
        height: 40px !important;
        color: #fff !important;
    }
}

.header__signin:before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 0 !important;
    height: 0 !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    transform: translate(-50%, -50%) !important;
    transition: width 0.6s ease, height 0.6s ease !important;
}

.header__signin:hover {
    background-color: #536d7a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(67, 90, 103, 0.3) !important;
}

.header__signin:hover:before {
    width: 300px !important;
    height: 300px !important;
}

.sidebar__nav li.active a {
    color: #fff !important;
    stroke: #fff !important;
    border-color: transparent !important;
    background: #435A67 !important;
    border-left: 4px solid #03FF85 !important;
    padding-left: 16px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.sidebar__nav li a {
    padding-left: 20px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.sidebar__nav li a:hover {
    background: #435A67 !important;
    opacity: 1 !important;
}

.sidebar__nav li a svg {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.sidebar__link--casino span {
    text-shadow: none !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

@media (min-width: 768px) {
    .sidebar__big {
        padding: 20px 16px !important;
    }
}

.sidebar__nav li.active a svg {
    color: #03FF85 !important;
}

.sidebar__nav a {
    font-weight: 600 !important;
}

.sidebar__nav a:hover {
    color: #03FF85 !important;
}

a:hover .svg-icon {
    color: #03FF85 !important;
    fill: none !important;
}

.casino-button.passive .sidebar__link-small.passive,
.sidebar__link-small--purple.passive,
.sidebar__link.passive {
    filter: none !important;
}

@media (min-width: 768px) {
    .sidebar__small {
        padding: 15px 0 40px 17px !important;
    }
}

.section__view {
    background: #435A67 !important;
    font-weight: 600 !important;
}

.section__view:hover {
    color: #03FF85 !important;
}

@media (min-width: 768px) {
    .table-wrap__head {
        padding: 0 0px !important;
    }
}

.tabs-nav {
    background: none !important;
    border: none !important;
    padding: 4px 0px !important;
}

.table-wrap__select {
    background: #435A67 !important;
}

.table-wrap {
    background-color: #233038 !important;
    border: none !important;
}

.tabs-nav__btn.active {
    background: none !important;
    border: none !important;
    border-bottom: 2px solid #03FF85 !important;
    color: white !important;
}

.tabs-nav__btn:hover {
    color: #03FF85 !important;
}

.nav-item button {
    color: #798A94 !important;
}

.tabs-nav__btn.active::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 6px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.5);
    filter: blur(10px);
    z-index: -1;
}

.section__title {
    text-transform: capitalize !important;
    font-weight: 700 !important;
}

.header__signin span {
    font-weight: 700 !important;
}

.sidebar__title {
    font-weight: 800 !important;
    color: #728A99 !important;
    padding-left: 0px !important;
}

.table-wrap:before {
    background: none !important;
}

.footer__content:before {
    background: none !important;
}

.footer {
    border-top: none !important;
    background: #233038 !important;
}

.form__btn {
    background-image: none !important;
    box-shadow: none !important;
    color: black !important;
    font-weight: 700 !important;
}

.form__btn:hover {
    background-color: #2dbd77 !important;
    color: black !important;
}

.form__label {
    font-weight: 500 !important;
    color: #728A99 !important;
}

.sidebar__nav--collapse {
    background: none !important;
    border: none !important;
}

.active .svg-icon {
    color: white !important;
    fill: white !important;
}

.xtable thead th {
    font-weight: 800 !important;
}

.post {
    background-color: #28363E !important;
    border-radius: 10px !important;
}

.post__cover {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.post__meta {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.post__title {
    padding: 10px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.post__text {
    padding: 10px !important;
    font-weight: 600 !important;
    padding-bottom: 20px !important;
}

.post__date {
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-weight: 600 !important;
    font-weight: 700 !important;
}

@media (min-width: 768px) {
    .post__title {
        font-size: 24px;
        line-height: 30px;
    }
}

.sidebar__btn {
    background-color: transparent !important;
    border: none !important;
}

@media (min-width: 768px) {
    .sidebar__btn svg {
        stroke: #728D9D !important;
    }
}

.dropdown-menu.show {
    border: none !important;
}

.header__wallet-dropdown-btn.show {
    border: none !important;
}

.header__wallet-dropdown-btn {
    background-color: #455F6F !important;

}

.header__wallet-btn {
    background-color: #3C515E !important;
    background-image: none !important;
}

.header__wallet-btn svg {
    color: #03FF85 !important;
}

.header__wallet-dropdown-btn svg {
    width: 18px !important;
    height: 18px !important;
}

@media (min-width: 1200px) {
    .header__action {
        background-color: #455F6F !important;
        border: none !important;
    }
}

.header__action svg {
    fill: #C4D7E2 !important;
    color: #C4D7E2 !important;
    stroke: none !important;
}

.sidebar__nav a svg,
.sidebar__nav a .svg-icon {
    color: #B1BAD3 !important;
}

.header__dropdown-btn {
    background-image: none !important;
    border: none !important;
    background-color: #435A67 !important;
}

.header__dropdown-btn .svg-icon {
    fill: #C4D7E2 !important;
}

.vip:before {
    background: none !important;
}

/* VIP Levels Row Styles */
.section__title--center + .row {
    display: flex;
    flex-wrap: nowrap !important; /* Grid yapısını override et */
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 20px;
    padding: 20px 40px;
    margin: 0 -20px;
}

.section__title--center + .row::-webkit-scrollbar {
    display: none;
}

/* VIP Level Cards */
.section__title--center + .row > [class*="col-"] {
    flex: 0 0 calc(33.333% - 20px) !important;
    max-width: calc(33.333% - 20px) !important;
    width: calc(33.333% - 20px) !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .section__title--center + .row > [class*="col-"] {
        flex: 0 0 calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        width: calc(100% - 20px) !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section__title--center + .row > [class*="col-"] {
        flex: 0 0 calc(50% - 20px) !important;
        max-width: calc(50% - 20px) !important;
        width: calc(50% - 20px) !important;
    }
}

/* Container styles */
.vip-slider-container {
    position: relative;
    padding: 0 40px;
    overflow: hidden;
}

/* Navigation Buttons */
.vip-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(42, 81, 75, 0.5);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.3s ease;
}

.vip-slider-nav:hover {
    background: rgba(42, 81, 75, 0.8);
}

.vip-slider-prev {
    left: 0;
}

.vip-slider-next {
    right: 0;
}

.post__date {
  display: none;
}

.welcome-inner.container {
  padding: 0px 20px!important;
}