.v-pagination {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.v-pagination.v-pagination {
    padding-left: 0;
}

.v-pagination>li {
    align-items: center;
    display: flex;
}

.v-pagination__item {
    text-align: center;
    line-height: 2.2em;
    background: transparent;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2),
        0 2px 2px 0 rgba(0, 0, 0, .14),
        0 1px 5px 0 rgba(0, 0, 0, .12);
    font-size: 1rem;
    height: 34px;
    margin: .3rem;
    min-width: 34px;
    padding: 0 5px;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: .3s cubic-bezier(0, 0, .2, 1);
    width: auto;
}


.active .v-pagination__item {
    background-color: #fdd835 !important;
    border-color: #fdd835 !important;
    color: #1e1e1e;
}


.statusdropdwn .nl-item {
    position: absolute;
    top: 0;
    width: 100%
}

.statusdropdwn {
    position: relative;
}

.custom-select {
    width: 100%;
    padding: 5px;
    text-indent: -999px;
    color: #fff;
    cursor: pointer;
}


.custom-select option {
    background-color: #222222
}

.custom-select option:hover {
    background-color: #333333
}

.btn.btn-sm.btn-radius.btn-filter-item.f-genre-item {
    border: 1px solid #575656;
    margin: 4px 8px 4px 0;
    color: #fff;
    background-color: transparent;
    padding: 1px 7px;
    border-radius: 50px;
}

.btn.btn-sm.btn-radius.btn-filter-item.f-genre-item.active,
.btn.btn-sm.btn-radius.btn-filter-item.f-genre-item:hover {
    color: #fdd835 !important;
    background-color: #302d20 !important;
}
.year_popup label {
    border: 1px solid #575656;
    margin: 4px 8px 4px 0;
    color: #fff;
    background-color: transparent;
    padding: 1px 7px;
    border-radius: 50px;
    font-size: 12px;
    cursor: pointer; /* Add pointer cursor for better UX */
    transition: all 0.3s ease; /* Smooth transition for color change */
}

.year_popup input {
    display: none;
}

/* Style for when radio button is checked */
.year_popup input:checked + label {
  color: #fdd835 !important;
    background-color: #302d20 !important;
}

/* Optional: Hover effect */
.year_popup label:hover {
    background-color: #333; /* Darker background on hover */
}

.genre_popup, .year_popup{
    border: 1px solid rgb(86 71 2);
    border-radius: 10px;
    padding: 15px;
}


.is-selected .theme--dark.v-sheet{
        background-color: #fdd835 !important;
    border-color: #fdd835 !important;
}