.aside {
    background-color: #ffffff;
    top: 120px;
}

.header .header-brand {
    background-color: #ffffff;
}

.aside-menu .menu .menu-item .menu-link.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    background-color: #eeeeee;
    color: #000;
}

.aside-menu .menu-title {
    color: #000 !important;
}

.container-xxl {
    max-width: none;
}

.header .header-brand {
    height: 87px;
}

.landing-dark-bg {
    background-color: #e36255;
}

.landing-dark-color {
    color: #e36255;
}

.landing-dark-bg-footer {
    background-color: #1c1919;
}

.btn-cu-dark {
    background-color: #1c1919;
    color: #fff;
}

.btn-cu-dark:hover {
    color: #aaaaaa;
}

.text-cu-dark {
    color: #1c1919;
}

.text-cu-dark:hover {
    color: #5c5050;
}

.height-su-la {
    max-height: 210px !important;
}

.footer-links {
    list-style-type: none;
    padding: 0;
    margin: 0;

}

.footer-links a {
    color: #fff;
    font-size: 14px;
}

.footer-links li {
    margin-bottom: 12px;
}

.aside-menu .menu-item .menu-link {
    margin: 10px 0;
}

.btn-fr-bg {
    background-color: #E36255;
    color: #fff;
}

.btn-fr-bg:hover {
    background-color: #d3564b;
    color: #fff;
}

.cu-table-line {
    border-bottom: 1px solid #e0e0e0 !important;
}

.btn-fr-bg-light {
    background-color: #fcf1f0;
    color: #E36255;
}

.btn-fr-bg-light:hover {
    background-color: #f8cbc7;
    color: #E36255;
}

.cu-form-design {
    border-radius: 20px;
    padding: 12px 10px;
}

.image-upload-cu {
    position: relative;
    width: 200px;
    height: 200px;
}

.image-upload-cu input {
    display: none;
}

.image-preview-cu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fcf1f0;
}

.image-preview-cu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay-cu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 4px;
    transition: opacity 0.3s ease;
}

.image-overlay-cu:hover {
    opacity: 1;
}

.edit-icon-cu,
.delete-icon-cu {
    color: #fff;
    background-color: #000;
    padding: 7px;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.edit-icon-cu:hover,
.delete-icon-cu:hover {
    background-color: #333;
    transform: scale(1.2);
}

.edit-icon-cu {
    background-color: #007bff;
    margin-right: 4px;
}

.delete-icon-cu {
    background-color: #dc3545;
    margin-left: 4px;
}

.image-overlay-cu .edit-icon-cu {
    left: auto;
    right: -10px;
}

.image-overlay-cu .delete-icon-cu {
    left: -10px;
    right: auto;
}

.page-item.active .page-link {
    color: #FFFFFF;
    background-color: #dc3545;
}

.page-link:hover {
    color: #000;
    background-color: #fcf1f0;
}

.page-link:focus {
    color: #000;
    background-color: #fcf1f0;
}

.swal-button,
.swal-title,
.swal-text {
    font-weight: normal !important;
}

.status-capsule {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.active-capsule {
    background-color: #61b161;
    color: white;
}

.not-active-capsule {
    background-color: #dc3545;
    color: white;
}

.hide-spinner::-webkit-outer-spin-button,
.hide-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hide-spinner {
    -moz-appearance: textfield;
}

.cu-light-bg {
    background-color: #fcf1f0;
}

.cu-min-page-h {
    height: 100vh;
}

.cu-target-slider {
    height: 450px;
}

.cu-target-slider img {
    width: 100%;
    height: 100%;
    background-image: url('path/to/your/image.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
}

.dots {
    display: flex;
    padding: 10px 0;
    justify-content: center;
}

.dot {
    border: none;
    width: 10px;
    height: 10px;
    background: #ffd6d2;
    border-radius: 5px;
    margin: 0 5px;
    padding: 5px;
    cursor: pointer;
    width: 40px;
}

.dot:focus {
    outline: none;
}

.dot--active {
    background: #E36255;
}

.cu-card {
    display: flex;
    align-items: center;
}

.cu-left {
    margin-right: 10px;
}

.cu-right {
    display: flex;
    flex-direction: column;
}

.cu-border-grey {
    border: 1px solid #dfdfdf !important;
}

.cu-border-rad-20 {
    border-radius: 20px;
}

.cu-text-black {
    color: #000 !important;
}

.cu-text-light {
    color: #5e5e5e !important;
}

.cu-green-bg {
    background-color: #0BBA65 !important;
}

.btn-dark-bg {
    background-color: #242424 !important;
    color: #fff !important;
}

.cu-text-light-black {
    color: #242424 !important;
}

.cu-text-white {
    color: #fff !important;
}

.noborder-nobg {
    border: 0 !important;
    background-color: transparent !important;
}

.cu-red-bg {
    background-color: #E36255 !important;
}

.cu-redish-bg {
    background-color: #685ceb !important;
}

.cu-yellow-bg {
    background-color: #F3C262 !important;
}

.cu-text-fr-redish {
    color: #E36255 !important;
}

.bg-fr-light {
    background-color: #fcf1f0 !important;
}

.landing-header .menu .menu-link.active {
    color: #E36255;
}

.landing-header .menu .menu-link {
    color: #242424;
}

[data-kt-sticky-landing-header=on] .landing-header .menu .menu-link.active {
    color: #E36255;
    background-color: transparent;
}

.cu-justify-end-middle {
    justify-content: flex-end;
}

.cu-grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}

.cu-player-box {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.cu-player-box.selected {
    border-color: #E36255;
}

.width-cu-mb {
    width: 10%;
}

.width-cu-mb2 {
    width: 20%
}

.cu-width-20 {
    width: 20%
}

.cu-width-100 {
    width: 100%
}

.cu-new-btn-st {
    background-color: #e5e5e5;
    border-radius: 2px;
}

/* Crown Styles */
.crown {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}

.gold {
    background-image: url('../custom/main_page/crown.svg');
}

.silver {
    background-image: url('../custom/main_page/crown.svg');
}

.bronze {
    background-image: url('../custom/main_page/crown.svg');
}

/* Ranking Styles */
.ranking {
    display: inline-block;
    font-weight: bold;
    color: #333;
}

.ranking-number {
    margin-left: 5px;
}



@media (max-width: 768px) {

    .cu-hide-mobile {
        display: none !important;
    }

    .cu-target-slider {
        height: auto;
    }

    .cu-target-slider img {
        border-radius: 10px;
    }

    .cu-mb-center {
        align-items: center;
    }

    .cu-justify-end-middle {
        justify-content: center;
    }

    .cu-justify-middle-only {
        justify-content: center;
    }

    .cu-mt-10 {
        margin-top: 20px;
    }

    .cu-mob-center {
        align-items: center !important;
        flex-direction: column !important;
        display: flex !important;
    }

    .cu-mob-text-center {
        text-align: center !important;
    }

    .cu-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .cu-player-box {
        padding: 19px;
    }

    .width-cu-mb {
        width: auto;
    }

    .cu-width-20 {
        width: 100%
    }
    .cu-mar-minus {
        margin-left: auto;
    }
}
