html, body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main-page {
    flex: 1;
}

h4 {
    color: var(--primary-color);
}

.password-input-container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.password-input-container .pass {
    width: 100%;
}
.password-input-container .show-password,
.password-input-container .hide-password {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: -1;
}
.password-input-container .show-password.active,
.password-input-container .hide-password.active {
    display: block;
    z-index: inherit;
}

/* Only on desktop */
.input {
    height: 40px;
    display: block;
    margin: 0 auto 15px;
    padding: 0 15px;
    border: none;
    border-bottom: 2px solid #ebebeb;
}
.input:focus {
    outline: none;
    border-bottom-color: var(--primary-color) !important;
}
.input:invalid {
    outline: none;
    border-bottom-color: red !important;
}
.input:hover {
    border-bottom-color: #dcdcdc;
}
.input:invalid {
    box-shadow: none;
}

.pass:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.inputButton {
    position: relative;
    width: 85%;
    height: 50px;
    display: block;
    margin: 30px auto 30px;
    color: white;
    background-color: var(--primary-color);
    border: none;
    -webkit-box-shadow: 0 5px 0 var(--primary-color);
    -moz-box-shadow: 0 5px 0 var(--primary-color);
    box-shadow: 0 5px 0 var(--primary-color);
}
.inputButton:hover {
    top: 2px;
    -webkit-box-shadow: 0 3px 0 var(--primary-color);
    -moz-box-shadow: 0 3px 0 var(--primary-color);
    box-shadow: 0 3px 0 var(--primary-color);
}

.inputButton:active {
    top: 5px;
    box-shadow: none;
}
.inputButton:focus {
    outline: none;
}

.captcha {
    margin-bottom: 15px;
    padding-left: 0px !important;
}

.agree {
    margin-bottom: 15px;
    padding-left: 0px !important;
}

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

.signin_instead {
    padding: 12px;
}

@media screen and (max-height: 575px) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.alert-registered {
    color: var(--primary-color) !important;
    background-color: #fff !important;
    border-color: var(--primary-color) !important;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 8px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-lgt {
    padding-left: 0px;
    padding-right: 0px;
}
.greeting {
    padding: 0px;
}
.social-padd {
    display: none;
}
.user-greet {
    display: none;
}

.user-signin {
    display: none;
}

.ui-corner-all {
    border-radius: 0px !important;
}

.modal-input {
    color: #000 !important;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: left;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover.active {
    background-color: var(--primary-color) !important;
    border: var(--primary-color) !important;
}

.progress-bar {
    background-color: var(--primary-color) !important;
}

#celebprogress {
    display: none;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0 !important;
    margin-right: 1.25rem;
}
.form-check {
    position: relative;
    padding-left: 1.25rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-label {
    color: #fff !important;
}

.form-check-label.foreign-modal {
    color: #333 !important;
}

.img-user-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    -o-object-fit: cover;
    margin: 4px;
}

.user-upload-item {
    margin-top: 8px;
    margin-bottom: 8px;
}

#updateProfile label {
    color: white;
}

/* upload */
.ui-menu .ui-menu-item div {
    text-decoration: none;
    display: flex;
    padding: 2px 0.4em;
    line-height: 1.5;
    zoom: 1;
    font-weight: normal;
}

.ui-menu-item-texts-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: none !important;
    background-color: var(--primary-color) !important;
}

.ui-menu-item-wrapper.ui-state-active {
    background-color: #111111;
}

.ui-menu .ui-menu-item:last-child {
    background-color: var(--primary-color) !important;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 16px;
}

.ui-menu .ui-menu-item:last-child i {
    margin-right: 5px;
    position: relative;
    top: 5px;
    font-size: 20px;
}

.btn-add-more-celeb {
    margin-bottom: 15px;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: bold;
}

.btn-add-more-celeb:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.celeb-name-input {
    visibility: initial;
}

.celeb-name-input-wrapper {
    width: 100%;
    float: left;
    min-height: 1px;
    position: relative;
}

.celeb-name-appearance-input {
    visibility: initial;
}

.celeb-name-first-input-wrapper {
    padding-left: 0 !important;
}

.celeb-name-second-input-wrapper {
    padding-right: 0 !important;
}

@media (max-width: 679px) {
    .celeb-name-first-input-wrapper,
    .celeb-name-second-input-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hide-input-mobile {
        display: none;
    }
}

input[disabled] {
    color: #d8d3d3;
}

.celeb-input-close-btn,
.movie-input-close-btn,
.series-input-close-btn {
    position: absolute;
    height: 25px;
    width: 25px;
    top: 5px;
    right: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.movie-input-close-btn,
.series-input-close-btn {
    top: 32px !important;
    right: -15px !important;
}

.celeb-input-close-btn > i,
.movie-input-close-btn > i,
.series-input-close-btn > i {
    color: #fff;
}

@media (max-width: 679px) {
    .celeb-input-close-btn {
        position: relative;
        top: 35px;
        right: -10px;
    }

    .movie-input-close-btn,
    .series-input-close-btn {
        position: relative;
    }

    .movie-input-close-btn,
    .series-input-close-btn {
        top: 5px !important;
        right: -10px !important;
        float: right;
    }
}

.countrypicker {
    padding-left: 10px !important;
}

.celeb-dob-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.celeb-dob,
.celeb-dob:focus {
    color: #000 !important;
    max-width: 250px;
}

.celeb-dob-unknown-input {
    position: relative;
    bottom: 4px;
}

.celeb-country-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.countrypicker {
    max-width: 250px;
    margin-bottom: 0 !important;
}

.celeb-country-unknown-input {
    position: relative;
    bottom: 4px;
}

@media (max-width: 480px) {
    .hidden-on-mobile {
        display: none;
    }
}

.modal-input {
    margin-bottom: 15px;
}

.fileinput {
    margin-bottom: 15px;
}

.recommended {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.required-star {
    color: red;
}

.form-group {
    margin-bottom: 0;
}

.input_label {
    color: white;
    float: left;
    margin-bottom: 8px;
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 10px;
    overflow-x: auto;
}

.tag-container,
.tag-container .tag {
    color: var(--primary-color);
}

.tag-container .tag {
    margin: 0px 5px 10px 5px;
    padding: 0.4rem 0.6rem;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    cursor: default;
    background-color: #3f3e3e;
    border-radius: 10px 0px 0px 10px;
}

.tag i {
    font-size: 0.8rem;
    font-style: normal;
    margin-left: 0.6rem;
    margin-top: 3px;
    transform: translateY(0.08rem);
}

.close::after {
    content: '✕';
    height: 24px;
    width: 24px;
}

.radio-input {
    min-height: 50px;
    margin: 0 auto 15px;
    padding: 0 15px;
    border: none;
}

.radio-input.foreign-modal {
    padding: 0;
}

.radio-label {
    float: left;
    color: #fff !important;
    width: 100%;
    text-align: left;
}

.radio-label.foreign-modal {
    color: #333 !important;
}

.radio_options {
    float: left;
    display: flex;
}

.radio_options label {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 5px;
    border: solid 2px #ccc;
    transition: all 0.3s;
    cursor: pointer;
}

.radio_options input[type='radio'] {
    display: none;
}

.radio_options input[type='radio']:checked + label {
    border: solid 2px var(--primary-color);
}

.checkbox-input {
    min-height: 50px;
    margin: 0 auto 5px;
    padding: 0 15px;
    border: none;
}

.checkbox-label {
    float: left;
    color: #fff !important;
    width: 100%;
    text-align: left;
}

.checkbox_options {
    float: left;
    display: flex;
}

.checkbox_options label {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 5px;
    border: solid 2px #ccc;
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: 10px;
}

.checkbox_options input[type='checkbox'] {
    display: none;
}

.checkbox_options input[type='checkbox']:checked + label {
    border: solid 2px var(--primary-color);
}

#dragandrophandler {
    border: 2px dotted var(--primary-color);
    width: 400px;
    color: var(--primary-color);
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    font-size: 200%;
}

#drop-zone {
    /* width: 360px; */
    height: 240px;
    text-align: center;
    padding: 86px 0 0;
    outline: 2px dashed var(--primary-color);
    outline-offset: -10px;
    -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    font-size: 1.25rem;
    background-color: #ffecd0;
    /* position: relative; */
    /* padding: 100px 20px; */
}

.btn-file input[type='file'] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

input[type='file'] {
    display: block;
}

#drop-zone .drop-zone-caption {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0 0 14px;
}

.btn.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

#preview-container {
    padding-top: 16px;
}

#preview-container .preview-box {
    height: 100px;
    width: 100px;
    margin: 8px;
    position: relative;
}

#preview-container .preview-remove {
    position: absolute;
    background: red;
    color: white;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    align-content: center;
    z-index: 2;
}
#preview-container .preview-done {
    position: absolute;
    background: green;
    color: white;
    top: -10px;
    right: -10px;
    width: 20px;

    height: 20px;
    border-radius: 10px;
    text-align: center;
    align-content: center;
    display: none;
    z-index: 3;
}

.preview-progress {
    width: 60px;
    height: 10px;
    margin: auto;
    color: green;
    display: none;
}

.preview-video {
    background-size: 50% !important;
}

.tooltiptext {
    visibility: hidden;
    overflow-wrap: break-word;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    top: -1px;
    left: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

div:hover > .tooltiptext {
    visibility: visible;
}

#drop-add-more {
    display: none;
}

.ui-menu-item {
    cursor: pointer;
}

.ui-menu-item:hover {
    background-color: var(--primary-color) !important;
}

/* 
  upload end */

/* Profile */
/* Tabs */
#tabs {
    border-bottom: 1px solid var(--primary-color);
    height: 37px;
    margin: 0 0 10px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
}

#tabs a {
    float: left;
    margin-left: 2px;
    border-radius: 3px 3px 0 0;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    text-decoration: none;
    font-weight: bold;
}

#tabs a.disabled {
    pointer-events: none;
    background: var(--primary-color-30);
}

#tabs a:hover {
    background: #0f0f0f;
    color: #fff;
    border-color: var(--primary-color) var(--primary-color) #0f0f0f;
}

#tabs a.active {
    background: #0f0f0f;
    color: #fff;
    border-color: var(--primary-color) var(--primary-color) #0f0f0f;
}

#tabs a.active:hover {
    background: #0f0f0f;
    color: #fff;
    border-color: var(--primary-color) var(--primary-color) #0f0f0f;
}

@media (max-width: 768px) {
    #tabs {
        height: 58px;
    }

    #tabs a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        gap: 15px;
        line-height: 0px;
    }

    #tabs a span {
        font-size: 11px;
    }
}

@media (max-width: 610px) {
    #tabs {
        height: 44px;
    }

    #tabs a span {
        display: none;
    }
}

@media (min-width: 768px) {
    #tabs a i {
        display: none;
    }
}

/* @media (max-width: 768px) {
    .profile-entry #mainrow {
        display: flex;
        flex-direction: column;
    }

    #tabs {
        height: auto;
    }

    #tabs a {
        width: 100%;
        border-radius: 0;
    }

    #tabs_data fieldset {
        padding: 0 20px;
    }
} */

#tabs_data {
    padding-left: 20px;
    padding-right: 20px;
}

#tabs_data fieldset {
    display: none;
    border: 0;
}

/* Main Profile */
.main-page {
    margin-top: 20px;
}
.profile-header {
    font-family: 'open-extra-bold';
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
}

.profile-subheader {
    font-family: 'open-extra-bold';
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .profile-header {
        font-size: 26px;
    }

    .content_title {
        font-size: 18px;
    }

    .content-status {
        font-size: 14px;
    }
}

/* Profile */
.profile-container {
    margin-top: 10px;
}

.profile-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    -o-object-fit: cover;
    margin: 4px;
}

.profile-user-name {
    font-family: 'open-extra-bold';
    color: var(--primary-color);
    font-size: 30px;
}

/* Uploaded Contents */
.content-header {
    font-family: 'open-extra-bold';
    color: #fff;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.content_title a {
    text-decoration: underline;
}

.content_status {
    color: #fff;
    /* text-align: center; */
}

.content_images_videos {
    display: grid;
    grid-template-columns: repeat(auto-fill, 291px);
    grid-gap: 30px;
    justify-content: space-between;
    margin-top: 30px;
}

.content_image {
    max-width: 291px;
    max-height: 219px;
}

.content_video {
    width: 291px;
    height: 219px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
}

.content_video_wrapper {
    position: relative;
}

.content_video_wrapper_video_icon {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 3px 8px 0 8px;
}

.content_video_wrapper_video_icon i {
    color: var(--primary-color);
    font-size: 17px;
}

.content_video_wrapper_video_text {
    position: absolute;
    top: 0;
    left: 33px;
    min-width: 79px !important;
    line-height: 24px !important;
}

.content_video_wrapper_video_text p {
    background-color: rgba(0, 0, 0, 0.6) !important;
    min-height: 24px !important;
    text-transform: uppercase;
    font-size: 11px;
}

.content_video_wrapper_video_duration {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 57px !important;
    line-height: 24px !important;
}

.content_video_wrapper_video_duration p {
    background-color: rgba(0, 0, 0, 0.6) !important;
    min-height: 24px !important;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 0;
}

.swipe-video-text {
    display: block;
}

.content_createdOn {
    margin-left: 15px;
}

@media (max-width: 672px) {
    .content_images_videos {
        justify-content: center;
    }
}

/* Pagination */
.page-active,
.page-active-video,
.page-active-celeb,
.page-active-movie,
.page-active-story {
    display: block !important;
}

.favorites_container {
    max-width: 1440px;
    margin: 0 auto;
}

.favorites-empty {
    margin-top: 20px;
}

.favorites-empty p {
    font-size: 14px;
}

.favorites-empty a {
    color: var(--primary-color);
}

.favorite-notfound-heart {
    margin: 0 1px;
}

.favorites-header {
    font-family: 'open-extra-bold';
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}

.favorites {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 30px;
    justify-content: center;
    align-content: flex-start;
    margin-top: 30px;
}

.favorite {
    max-width: 240px;
}

.favorite.favorite-celeb,
.favorite.favorite-movie {
    max-width: 140px;
}

.favorite.favorite-video {
    max-width: 200px;
}

@media (max-width: 500px) {
    .favorite.favorite-video {
        max-width: 140px;
    }
}

.favorite_img_wrapper {
    position: relative;
}

.favorite_remove {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 1px;
    padding-left: 7px;
    padding-right: 6px;
    box-shadow: 2px 2px 3px 0px #8978787d inset;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.favorite_remove:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.favorite_remove i {
    font-size: 13px;
    margin-bottom: 7px;
}

.favorite_remove i.glyphicon-refresh {
    -webkit-animation: custom-spin 0.8s infinite linear;
    -moz-animation: custom-spin 0.8s infinite linear;
    -o-animation: custom-spin 0.8s infinite linear;
    animation: custom-spin 0.8s infinite linear;
}
@-moz-keyframes custom-spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes custom-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes custom-spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@keyframes custom-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.favorite_img img {
    width: 100%;
}

.favorite_img img.celeb {
    width: 144px;
    height: 200px;
}

.favorite_img img.video {
    width: 100%;
}

.favorite_name {
    text-align: center;
    font-family: 'open-bold';
    margin-top: 10px;
    text-transform: uppercase;
}

.favorite_name a {
    color: white;
}

/* Payment */
.payments_data p {
    font-family: 'open-bold';
}

.payments_data p strong {
    color: var(--primary-color);
    font-family: 'open-bold';
}

.payments_table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.payments_table tr {
    background-color: #1b1b1b;
    border: 1px solid #ddd;
    padding: 0.35em;
}

.payments_table th,
.payments_table td {
    padding: 0.625em;
    text-align: center;
    color: var(--primary-color);
    font-family: 'open-bold';
}

.payments_table th {
    font-size: 0.85em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .payments_table {
        border: 0;
    }

    .payments_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .payments_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }

    .payments_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        text-align: right;
    }

    .payments_table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .payments_table td:last-child {
        border-bottom: 0;
    }
}

/* Pagination */
.glyphicon-refresh-animate {
    animation: spin 0.7s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.paginate_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    background-color: #212121;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    background-color: #212121;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #212121;
    color: var(--primary-color);
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: var(--primary-color);
    border-color: transparent;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    background-color: #212121;
}

.paginate_spinner {
    margin-left: 10px;
    padding-bottom: 7px;
}

.paginate_spinner i {
    color: white;
}

.pagination>li>a, .pagination>li>span {
    float: none;
    margin-inline-start: 5px;
    padding: 6px 5px;
}

.pagination .first a,
.pagination .last a {
    color: #fff;
    background-color: transparent !important;
    border: none;
    padding: 6px 5px;
    text-decoration: underline;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #fff;
}

/* Change Password */
.change-password-form {
    margin-top: 20px;
}

/* Delete Account */
.settings-form {
    display: none;
}

.delete-account-btn,
.disable-account-btn {
    background-color: #ff2e17;
    color: #fff;
    margin-top: 10px;
}

.delete-account-btn:hover,
.disable-account-btn:hover {
    color: #fff;
}

/* Single Celeb Page */
.videoButtons {
    width: 22.1% !important;
}

@media (max-width: 480px) {
    .videoButtons {
        width: 47% !important;
        margin-top: 10px;
    }
}

.favoriteButton {
    display: block;
    background: linear-gradient(0deg, #343434, #4b4b4b);
    border-radius: 5px;
    color: #fff;
    font-family: 'open-bold';
    font-size: 12px;
    float: left;
    cursor: pointer;
    padding: 10px;
    margin: 20px 0;
    min-width: 200px;
    text-align: center;
}

.signin-dialog-box {
    padding-top: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
}

/* Signin popover */
.popover {
    background-color: #555555;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #555555;
}
/* Single Video Page */

.password-strength {
    height: 5px;
    width: 100%;
    background: #ccc;
    margin-top: -7px;
    overflow: hidden;
    transition: height 0.3s;
}

.password-strength span {
    width: 0px;
    height: 7px;
    display: block;
    transition: width 0.3s;
}

.password-is-weak,
.min-8-chars {
    display: none;
    color: red;
    margin-top: 10px;
    margin-bottom: 0;
}

.ui-widget-content {
    z-index: 2;
}

.autocomplete-img {
    width: 50px;
    margin-right: 5px;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
}

/* Chats */
.manage-content-container {
    background-color: #272727;
}

.chat-container {
    padding: 0;
    background-color: #272727;
    padding-bottom: 50px;
}
.chat {
    width: 90%;
    margin: 0 auto;
}
.chat .messages-chat {
    height: 450px;
    overflow: auto;
    padding: 25px 35px;
}
.chat .messages-chat .message {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.chat .messages-chat .text {
    color: #fff;
    background-color: #0f0f0f;
    padding: 7px 15px;
    border-radius: 12px;
}

.time {
    font-size: 10px;
    color: #d3d3d3;
    margin-bottom: 10px;
    margin-left: 10px;
}
.response-time {
    float: right;
    margin-right: 10px !important;
}
.response {
    float: right;
    margin-right: 0 !important;
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.response .text {
    background-color: var(--primary-color) !important;
}
.footer-chat {
    position: relative;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border-top: 2px solid #eee;
}
.chat .footer-chat .icon {
    margin-left: 30px;
    color: silver;
    font-size: 14pt;
}
.chat .footer-chat .send {
    color: #fff;
    background-color: var(--primary-color);
    padding: 12px 12px 12px 12px;
    border-radius: 50px;
    font-size: 14pt;
}

.chat .footer-chat .send:hover {
    color: var(--primary-color);
    background-color: #fff;
}

.chat .footer-chat .send.disabled,
.chat .footer-chat .send.disabled:hover {
    color: #fff;
    background-color: #515151;
}

.chat .footer-chat .name {
    margin: 0 0 0 20px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 13pt;
    color: #515151;
}
.write-message {
    border: none !important;
    width: 100%;
    height: 100px;
    margin-top: 40px;
    padding: 10px;
    text-align: left;
}
.footer-chat ::-webkit-input-placeholder {
    color: silver;
    font-size: 13pt;
}
.footer-chat input :-moz-placeholder {
    color: silver;
    font-size: 13pt;
}
.footer-chat input ::-moz-placeholder {
    color: silver;
    font-size: 13pt;
    margin-left: 5px;
}
.footer-chat input :-ms-input-placeholder {
    color: silver;
    font-size: 13pt;
}
.clickable {
    cursor: pointer;
}

.recommended.recommended-manage-content {
    max-width: none;
}

.content_images_videos.content_images_videos_manage {
    grid-template-columns: repeat(auto-fill, 288px);
}

.moderator_requests_container {
    margin-top: 25px;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 25px;
}

.moderator_request {
    border: 1px solid #504c4c;
}

.moderator_request_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #272727;
}

.moderator_request_left a,
.moderator_request_left a:hover {
    color: var(--primary-color);
    text-decoration: none;
    margin-bottom: 0;
}

.moderator_request_left p {
    color: #fff;
    margin-bottom: 0;
}

.moderator_request_left span {
    font-size: 11px;
    color: #676666;
}

.moderator_request_btn_reply_mod,
.moderator_request_btn_reply_mod:hover,
.moderator_request_btn_reply_mod:focus {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    padding: 9px 12px;
    background: var(--primary-color);
    border-radius: 5px;
}

.moderator_request_btn_await_mod,
.moderator_request_btn_await_mod:hover,
.moderator_request_btn_await_mod:focus {
    text-decoration: none;
    color: #676666;
    font-weight: 700;
    padding: 9px 12px;
    background: #000;
    border-radius: 5px;
}

.user-settings-delete-account-container {
    margin-top: 25px;
}

.moderator_request_title {
    color: var(--primary-color) !important;
}

/* AZNude Live */
.btn-azlive-secondary,
.btn-azlive-secondary:hover,
.btn-azlive-secondary:focus {
    background-color: #c92e27;
    color: #fff;
    font-family: 'open-bold';
}

.az-live__hero {
    display: flex;
    align-items: center;
    padding: 0 10rem;
    min-height: 490px;
    margin-bottom: 4rem;
    height: fit-content;
    max-width: 1400px;
    margin-inline: auto;
}

.az-live__details {
    width: 50%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding: 2.5rem 5rem;
    background: rgb(201, 46, 39);
    background: linear-gradient(300deg, rgba(201, 46, 39, 0.25) 0%, rgba(0, 5, 6, 1) 100%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.az-live__hero-img {
    width: 50%;
    min-height: 500px;
    padding: 2.5rem 5rem;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.az-live__img-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.az-live__hero-logo {
    margin-block: 2rem;
    min-width: 200px;
    width: 25%;
}

.az-live__list {
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    font-family: inherit;
    font-size: 18px;
    list-style: none;
}

.az-live__list-item {
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-block: 1rem;
}

.az-live__list-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.az-live__hero .btn-azlive-secondary {
    padding: 1rem 2rem;
    min-width: 202px;
}

@media (max-width: 980px) {
    .az-live__hero {
        flex-direction: column-reverse;
        padding-inline: 2rem;
    }

    .az-live__details,
    .az-live__hero-img {
        width: 100%;
        min-height: 500px;
    }

    .az-live__hero-img {
        border-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .az-live__details {
        padding: 2.5rem 3.5rem;
        border-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .az-live__list {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .az-live__details,
    .az-live__hero-img {
        min-height: 400px;
    }
}
@media (max-width: 450px) {
    .az-live__details,
    .az-live__hero-img {
        min-height: 200px;
    }
}

.edit-profile-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

.edit-profile-submit-wrapper {
    margin-top: 20px;
}

.category_buttons_container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.category_button {
    border: none;
    padding: 10px 15px;
    border-radius: 2rem;
    cursor: pointer;
    background: var(--primary-color);
    color: white;
    font-weight: bold;
    outline: none;
}

.category_is_active {
    background: #fff;
    color: var(--primary-color);
}

.upload-blur-effect, .profile-blur-effect {
    filter: blur(5px);
    pointer-events: none;
}

.upload-blur-message, .profile-blur-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0);
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    z-index: 1000;
    color: #fff;
}

#upload-email-verification-response {
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.1;
}

#upload-email-verification-response.success {
    background-color: #4CAF50;
    color: white;
}

#upload-email-verification-response.error {
    background-color: #F44336;
    color: white;
}

.modal-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.signup-container {
    display: flex;
    gap: 36px;
    max-width: 1024px;
    margin: auto;
    padding-block: 100px;
}

.signup-content {
    max-width: 450px;
    margin-block: auto;
}

.signup-content h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 57.6px;
    word-spacing: 4.3px;
    max-width: 380px;
    font-family: 'open-bold';
    margin-bottom: 30px;
}
/* 
.signup-logo img {
    min-width: 200px;
    max-width: 300px;
} */

.signup-perks {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.signup-perks__item {
    display: flex;
    list-style: none;
    flex: 1;
    align-items: center;
    gap: 15px;
    color: white;
}

.signup-perks__item span {
    flex: 1;
    font-size: 16px;
    display: flex;
    max-width: min-content;
    white-space: nowrap;
    font-family: 'open-reg';
}

.signup-perks__item-icon {
    width: 30px;
}

.signup-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
}

.signup-form-wrapper {
    --padding-inline: 45px;
    --padding-block: 50px;
    position: relative;
    background-color: #000;
    padding: var(--padding-block) var(--padding-inline);
    min-width: 450px;
    /* min-height: 670px; */
    flex-grow: 1;
}

.signup-form-wrapper .alert {
    position: absolute;
    width: calc(100% - (2 * (var(--padding-inline))));
    top: -10%;
}

.signup-form-wrapper form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 15px;
}

.signup-form__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.signup-form-wrapper form>* {
    margin: 0;
}

.signup-form__header h1 {
    color: white;
    font-weight: bold;
    margin: 0;
    font-family: 'open-bold';
}


.signup-form__header p {
    font-family: 'open-reg';
}

.signup-form-wrapper input {
    width: 100%;
    margin: 0 auto;
}

.signup-form-wrapper .form-check-label {
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
    margin-block: 0px;
}

.signup-form-wrapper .form-check-label input {
    width: 20px;
    flex: 0 0 20px;
}

.signup-form-wrapper .form-check-label span {
    line-height: 100%;
    white-space: nowrap;
    font-family: 'open-reg';
}

.signup-form__buttons {
    margin-top: auto;
    height: min-content;
}

.signup-social-btns,
.signin-social-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.social-btn {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    border: none;
    outline: 2px solid transparent;
    transition: outline .2s;
}

.signup-social-btns button:focus,
.signup-social-btns button:focus-visible,
.signup-social-btns button:focus-within,
.signup-social-btns button:active,
.signin-social-btns button:focus,
.signin-social-btns button:focus-visible,
.signin-social-btns button:focus-within,
.signin-social-btns button:active {
    outline: 2px solid var(--primary-color) !important;
}

.social-btn img {
    max-width: 100%;
}

.signup-form__divider,
.signin-form__divider {
    display: flex;
    gap: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0px 10px;
}


.signin-form__divider  {
    padding-block: 24px;
}
.signup-form__divider::before,
.signup-form__divider::after,
.signin-form__divider::before,
.signin-form__divider::after   {
    content: '';
    flex-grow: 1;
    height: 2px;
    background-color: white;
}


.signup-modal {
    padding-right: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.signup-modal .modal-dialog,
.signup-modal .modal-content {
    color: #f0f0f0;
    background-color: black;
}

.signup-modal .modal-body,
.signup-modal .modal-footer {
    border: none;
}

.signup-modal .modal-body p {
    font-size: 16px;
    margin-left: 40px;
    font-family: 'open-reg';
}

.signup-modal .modal-body p b {
    font-family: 'open-extra-bold';
}

.signup-modal .modal-provider-logo {
    width: 40px;
    margin-right: 20px;
}

.signup-modal .btn {
    font-family: 'open-bold';
}

.signup-modal .modal-header {
    display: flex;
    border: none;
}

.signup-modal .modal-header h4 {
    font-family: 'open-extra-bold';
}

.signup-modal .modal-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
}

.signup-modal .modal-body .input {
    width: calc(100% - 20px);
    color: #3f3e3e;
    margin-bottom: 0;
}

.signup-modal .modal-body .input::placeholder {
    color: #676666;
}

.signup-modal .modal-dialog {
    outline: 1px solid rgba(255, 255, 255, .4);
    border-radius: 10px;
}

.btn.btn-cancel {
    background-color: #343a40;
    transition: background-color .2s;
}

.btn.btn-cancel:focus,
.btn.btn-cancel:hover,
.btn.btn-cancel.focus {
    color: white;
}

.btn.btn-cancel:hover {
    background-color: #1f2022;
}

.signup-modal .btn {
    position: relative;
}

.modal-footer__legal {
    margin-top: 20px;
    font-size: 13.3px;
}

.signup-modal .btn-primary:hover {
    background-color: white;
    color: var(--primary-color);
}


.signup-modal .btn-primary[disabled]:hover {
    background-color: var(--primary-color);
    border-color: transparent;
}

.signup-modal .btn.loading span, .signin-modal .btn.loading span {
    opacity: 0;
}
.signup-modal .btn.loading .modal-loader, .signin-modal .btn.loading .modal-loader {
    opacity: 1;
}


.loader-spinner {
    position: absolute;
    width: 25px;
    opacity: 0;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .4);
    border-right-color: white;
    animation: l2 1s infinite linear;
    top: 50%;
    left: 50%;
    --original-transform: translate(-50%, -50%);
    transform: var(--original-transform);
}

.signup-modal .btn.loading .loader-spinner, .signin-modal .btn.loading .loader-spinner {
    opacity: 1;
}

@keyframes l2 {
    to {
        transform: var(--original-transform) rotate(1turn) 
    }
}


.parsley-error + .parsley-errors-list {
    display: block;
}

.parsley-errors-list {
    background-color: #de2500;
    color: white;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
    margin-top: 2px;
    display: none;
}

.parsley-errors-list::after {
    --size: 10px;
    content: "";
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    
    border-bottom: calc(var(--size) * 1.2) solid #de2500;
    bottom: 100%;
    right: 6px;
}

.input-container {
    position: relative;
}

.input-container .reset-validation {
    display: none;
    position: absolute;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    right: 10px;
    top: 13px;
    color: #de2500;
}

.input-container .parsley-error+ul+.reset-validation {
    display: block;
}

#signupbtn, #signinbtn {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}

#signupbtn span {
    opacity: 1;
}

#signupbtn.loading .loader-spinner, #signinbtn.loading .loader-spinner {
    opacity: 1;
}
#signupbtn.loading span, #signinbtn.loading span {
    opacity: 0;
}

@media (max-width: 1024px) {
    .signup-wrapper {
        padding: 44px;
    }

    .signup-container {
        flex-direction: column-reverse;
    }

    .signup-content h2 {
        font-size: 24px;
        line-height: 150%;
        word-spacing: initial;
    }

    .signup-perks__item {
        white-space: initial;
        gap: 5px;
    }

    .signup-form-wrapper {
        --padding-inline: 16px;
        --padding-block: 25px;
        min-width: initial;
        min-height: 634px;
    }

    .signup-form-wrapper h1 {
        font-size: 26px;
    }

    .signup-form-wrapper .form-check-label {
        margin-bottom: 13px;
    }

    .signup-form-wrapper .form-check-label span {
        white-space: inherit;
        line-height: inherit;
        font-size: 13px;
    }

    .signup-form-wrapper .signup-form__divider {
        margin-block: 13px 26px;
    }

    .signup-form-wrapper .signup-form__buttons {
        margin-top: 13px;
    }

    .signup-content,
    .signup-content h2 {
        max-width: initial;
    }

    .signup-container {
        padding-block: 0;
        max-width: 350px;
    }

    .social-btn {
        width: 40px;
        height: 40px;
    }

}

.grecaptcha-badge {
    visibility: hidden;
}

.social-container {
    margin-top: 20px;
}
.social-panel {
    background-color: #333;
    border-color: #444;
    margin-bottom: 20px;
}
.social-panel-heading {
    background-color: #444 !important;
    border-color: #555 !important;
    color: var(--primary-color) !important;
}
.social-panel-body {
    background-color: #333;
    color: #ccc;
}
.social-icons-body {
    justify-content: flex-start;
}
.social-alert {
    background-color: #444;
    color: var(--primary-color);
    border-color: #555;
}
.social-table {
    color: #ccc;
}
.social-table th, .social-table td {
    border-top: none;
}
.social-table th {
    color: var(--primary-color);
}
.social-table td {
    color: #ccc;
}

.panel-body:before {
    content: '';
    display: none;
}

.manage-socials-google.loading img, .manage-socials-x.loading img {
    opacity: 0.3;
}

.manage-socials-google.loading .loader-spinner, .manage-socials-x.loading .loader-spinner {
    opacity: 1;
    border-right-color: #000
}

.celeb-unknown {
    margin-left: 10px;
    display: inline;
}

.celeb-unknown label {
    color: #fff;
}

@media(max-width: 480px){
    .celeb-unknown {
        display: inline-block;
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 679px) {
    .hide-input-desktop {
        display: none;
    }
}

@media (max-width: 679px) {
    .celeb-input-close-btn.celeb-input-close-btn-first {
        top: 60px;
    }
}


/*  */
/* Social media section container */
#socials-container {
    margin-bottom: 15px;
}

/* Individual social media entry */
.social-entry {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

/* Remove button for social entries */
.remove-social {
    height: 30px;
    width: 30px;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.2s ease, cursor 0.2s ease;
}

.remove-social:hover:not(:disabled) {
    opacity: 0.7 !important;
}

.remove-social:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.remove-social span {
    font-size: 14px; /* Ensures the '✕' is visible and matches the image */
}

/* Ensure select element matches input styling */
.social-entry select.modal-input {
    height: 40px;
    width: 120px;
    max-width: 150px;
    border: none;
    border-bottom: 2px solid #ebebeb;
    padding: 0 10px !important;
    color: #000 !important;
    background-color: transparent;
    margin-bottom: 0;
}

.social-entry select.modal-input:focus {
    outline: none;
    border-bottom-color: var(--primary-color) !important;
}

.social-entry select.modal-input:hover {
    border-bottom-color: #dcdcdc;
}

/* Input styling for URL */
.social-entry input.modal-input {
    height: 40px;
    flex: 1;
    border: none;
    border-bottom: 2px solid #ebebeb;
    padding: 0 10px;
    color: #000 !important;
    margin-bottom: 0;
}

.social-entry input.modal-input:focus {
    outline: none;
    border-bottom-color: var(--primary-color) !important;
}

.social-entry input.modal-input:hover {
    border-bottom-color: #dcdcdc;
}

/* Responsive adjustments */
@media (max-width: 679px) {
    .social-entry {
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .social-entry select.modal-input {
        max-width: 100%;
        width: 100%;
    }
    
    .social-entry input.modal-input {
        width: 100%;
    }
    
    .remove-social {
        margin-left: auto;
    }
}

@media (max-width: 480px) {
    .social-entry {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .remove-social {
        margin-left: 0;
        align-self: flex-end;
    }
}


/* New CSS */
.video-remove-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #B00020;
    color: #fff;
    font-weight: 600;
    font-size: 0.6rem;
    padding: 2px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 0 8px var(--primary-color-30);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    user-select: none;
    cursor: pointer;
}

.video-remove-label:hover {
    box-shadow: 0 0 12px var(--primary-color);
}

.media-list-five-columns .video-remove-label {
    font-size: 0.55rem;
}

@media (max-width: 480px) {
    .media-list.media-list-double-mobile .video-remove-label {
        font-size: 0.55rem;
        padding: 3px 6px;
        top: 8px;
        left: 8px;
    }
}

.favorites-content-container {
    justify-content: center;
    align-items: center;
    width: 100%;
}

.favorites-wrapper {
    width: 100%;
}

.main-content-title {
    font-size: 1.5em;
}

.favorites-list-host {
    min-height: 310px;
}

@media(max-width: 450px) {
    .favorites-list-host {
        min-height: 500px;
    }
}

.favorites-title-row {
    margin: 20px 0;
}

@media(max-width: 950px){
    .browse-filters-wrapper-favorites {
        display: block !important;
    }
}

@media(min-width: 450px) {
    .video-remove-label {
        display: none;
    }

    .video-list-item:hover .video-remove-label, .vertical-list__item:hover .video-remove-label {
        display: block;
    }
}

