.SubscribeBellAnimation\#JX {
    align-items: center;
    display: flex;
    justify-content: center
}

.SubscribeBellAnimation__animate\#fN {
    animation: SubscribeBellAnimation__rotate\#uK 0 ease-in-out;
    animation: SubscribeBellAnimation__rotate\#uK var(--bell-animation-duration, 0) ease-in-out;
    animation-delay: 0;
    animation-delay: var(--bell-animation-delay, 0)
}

@keyframes SubscribeBellAnimation__rotate\#uK {

    0%,
    100% {
        transform: rotate(0deg)
    }

    15%,
    45%,
    73% {
        transform: rotate(-25deg)
    }

    30%,
    58%,
    86% {
        transform: rotate(25deg)
    }
}

.UnlikeContent_collapsed\#IX {
    cursor: pointer
}

.UnlikeContent__icon_off\#vX {
    transform: translateX(1px)
}

.PushNotificationWarningText__link_newLine\#x2 {
    display: block
}

.PWANotificationTooltipQrCode\#Xr {
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    border-radius: 8px;
    padding: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.PWANotificationTooltipQrCode__compact\#m4 {
    padding: 7px 7px 7px 11px;
    transition: 250ms
}

.PWANotificationTooltipQrCode__opened\#Ew {
    padding-bottom: 16px
}

.PWANotificationTooltipQrCode\#Xr:hover {
    background: #3b3b3b;
    border: 1px solid #2e2e2e
}

.PWANotificationTooltipQrCode__header\#oh {
    align-items: center;
    display: flex
}

.PWANotificationTooltipQrCode__button\#ue {
    align-items: center;
    cursor: pointer;
    display: flex
}

.PWANotificationTooltipQrCode__buttonIcon\#TD {
    color: rgba(248, 248, 248, .6)
}

.PWANotificationTooltipQrCode__buttonContent\#QX {
    align-items: center;
    display: flex;
    flex: 1
}

.PWANotificationTooltipQrCode__headerWrapper\#zh {
    cursor: pointer
}

.PWANotificationTooltipQrCode__title\#z7 {
    color: #f8f8f8;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.PWANotificationTooltipQrCode__description\#Yk {
    color: rgba(248, 248, 248, .6);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.PWANotificationTooltipQrCode__logo\#Ge {
    height: 40px;
    margin-right: 16px;
    width: 40px
}

.PWANotificationTooltipQrCode__logo__compact\#bz {
    height: 24px;
    margin-right: 12px;
    width: 24px
}

.PWANotificationTooltipQrCode__scanText\#wJ {
    color: #f8f8f8;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-align: center
}

.PWANotificationTooltipQrCode__body\#tI {
    align-items: center;
    display: flex;
    flex-direction: column
}

.PWANotificationTooltipQrCode__qrCode\#NC {
    border-radius: 8px;
    height: 128px;
    margin: 16px 0 8px;
    overflow: hidden;
    width: 128px
}

.PWANotificationTooltipQrCode__chevronIcon\#Ci {
    color: rgba(248, 248, 248, .6);
    height: 24px;
    transform: scale(1.2) translateX(3px);
    width: 24px
}

.PWANotificationTooltipQrCode__opened\#Ew .PWANotificationTooltipQrCode__chevronIcon\#Ci {
    transform: scale(1.2) translateX(3px) rotate(180deg)
}

.notifications-tooltip-content {
    width: 100%
}

.notifications-tooltip-content .switcher .switcher-label svg {
    color: #f8f8f8;
    height: 7.812px;
    margin-right: 0;
    width: 11px
}

.notifications-tooltip-content .switcher.default .switcher-switch {
    height: 16px;
    width: 16px
}

.notifications-tooltip-content .switcher.default .switcher-wrapper>.switcher-label {
    padding: 0 6px 0 0
}

.notifications-tooltip-content .switcher.medium .switcher-label:first-child {
    padding-left: 7px
}

.notifications-tooltip-content .switcher.medium .switcher-switch+.switcher-label {
    display: none
}

.notifications-tooltip-content .switcher.medium .switcher-switch {
    height: 22px;
    width: 22px
}

.notifications-tooltip-content .switcher.light.on {
    background-color: #6d913b
}

.notifications-tooltip-content__pwa {
    margin-top: 18px
}

.notifications-tooltip-content .visible-wrapper {
    background-color: #2e2e2e;
    border-radius: 12px;
    box-shadow: 0 0 13px rgba(0, 0, 0, .45);
    color: #f8f8f8;
    position: relative;
    transform: translateZ(0);
    width: 100%
}

.notifications-tooltip-content.expanded .visible-wrapper {
    transform: none
}

.notifications-tooltip-content .close {
    align-items: center;
    color: rgba(248, 248, 248, .4);
    cursor: pointer;
    display: flex;
    height: 16px;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 16px
}

.notifications-tooltip-content .close:hover {
    color: rgba(248, 248, 248, .8)
}

.notifications-tooltip-content .close .icon {
    margin: 0
}

.notifications-tooltip-content .main-settings {
    align-items: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    padding: 16px 32px 16px 24px
}

.notifications-tooltip-content .bell {
    align-items: center;
    background-color: rgba(255, 255, 255, .09);
    border-radius: 26px;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin-right: 14px;
    width: 48px
}

.notifications-tooltip-content .bell svg {
    color: #f8f8f8
}

.notifications-tooltip-content .notifications-tooltip-title {
    flex-grow: 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-right: 10px;
    min-width: 0
}

.notifications-tooltip-content .main-switcher {
    flex-shrink: 0;
    height: 32px;
    margin: 0;
    width: 56px
}

.notifications-tooltip-content.active .bell {
    background-color: rgba(109, 145, 59, .33)
}

.notifications-tooltip-content.active .bell svg {
    color: #97c02e
}

.notifications-tooltip-content .methods-wrapper {
    background-color: #262626;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 0;
    overflow: hidden
}

.notifications-tooltip-content .methods-wrapper.animated {
    transition: height .25s ease-in-out
}

.notifications-tooltip-content .methods {
    opacity: 0;
    padding: 16px 24px 24px;
    transform: translateY(-100%);
    transition: transform .25s ease-in-out, opacity .25s ease-in-out
}

.notifications-tooltip-content.expanding .methods-wrapper .methods {
    opacity: 1;
    transform: translateY(0)
}

.notifications-tooltip-content.expanded .methods-wrapper {
    height: auto !important
}

.notifications-tooltip-content.expanded .methods-wrapper .methods {
    opacity: 1;
    transform: none !important
}

.notifications-tooltip-content .methods-title {
    color: #f8f8f8;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 18px
}

.notifications-tooltip-content .method {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    justify-content: space-between;
    line-height: 20px
}

.notifications-tooltip-content .method .method__switcher {
    height: 24px;
    width: 44px
}

.notifications-tooltip-content .method .method__switcher.on .switcher-label .icon {
    margin-left: 4px
}

.notifications-tooltip-content .method:not(:last-child) {
    margin-bottom: 12px
}

.notifications-tooltip-content .method.method-disabled {
    cursor: pointer
}

.notifications-tooltip-content .method.method-disabled .switcher {
    opacity: .4;
    pointer-events: none
}

.notifications-tooltip-content .connect-link {
    color: inherit;
    display: inline-block;
    opacity: .6;
    text-decoration: underline
}

.notifications-tooltip-content .connect-link:hover {
    opacity: .8
}

.notifications-tooltip-content .notifications-tooltip-warning-hint {
    color: rgba(248, 248, 248, .6);
    display: inline-block;
    margin-left: 6px;
    position: relative
}

.notifications-tooltip-content .notifications-tooltip-warning-hint::before {
    content: "";
    height: 25px;
    left: -6px;
    position: absolute;
    top: -3px;
    width: 25px
}

.notifications-tooltip-content .notifications-tooltip-warning-hint a {
    color: inherit;
    text-decoration: underline
}

.notifications-tooltip-content .notifications-tooltip-warning-hint a:hover {
    opacity: .8
}

.notifications-tooltip-content .notifications-tooltip-warning-hint .icon-exclamation-circle {
    height: 13px;
    margin: 0;
    transform: translateY(-1px);
    width: 13px
}

.notifications-tooltip-content .method-email .notifications-tooltip-warning-hint .tooltip {
    white-space: nowrap
}

.notifications-tooltip-content .notifications-tooltip-content__badge-new {
    background: #af262f;
    display: inline-block;
    font-size: 8px;
    margin-left: 6px;
    transform: translateY(-1px)
}

.notifications-tooltip-content .switcher-wrapper {
    align-items: center;
    display: flex
}

.notifications-tooltip-content .switcher-wrapper .switcher-switch {
    flex-shrink: 0
}

.notifications-tooltip-content .switcher-wrapper .switcher-label {
    display: flex
}

.notifications-tooltip-content .switcher-wrapper .switcher-label .icon {
    margin-bottom: 0
}

.notifications-tooltip-content.mobile .methods-wrapper {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.notifications-tooltip-content.mobile .method {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px
}

.notifications-tooltip-content.mobile .methods {
    padding: 16px 24px
}

.notifications-tooltip-content.mobile .bell {
    display: none
}

.notifications-tooltip-content.mobile .notifications-tooltip-title {
    font-size: 13px;
    line-height: 18px
}

.notifications-tooltip-content.mobile .visible-wrapper {
    border-radius: 0;
    box-shadow: none
}

.notifications-tooltip-content.mobile .main-settings {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-right: 68px
}

.notifications-tooltip-content.mobile .methods-title {
    margin-bottom: 8px
}

.notifications-tooltip-content.mobile .close {
    height: 20px;
    right: 24px;
    top: 23px;
    width: 20px
}

.tooltip.left .notifications-tooltip-content.preserve-vertical-position,
.tooltip.right .notifications-tooltip-content.preserve-vertical-position {
    height: 800px;
    padding-top: 355px;
    pointer-events: none
}

.tooltip.left .notifications-tooltip-content.preserve-vertical-position .visible-wrapper,
.tooltip.right .notifications-tooltip-content.preserve-vertical-position .visible-wrapper {
    pointer-events: auto
}

.pre-moderation-note {
    align-items: center;
    background-color: #d19d00;
    color: #fff;
    display: flex;
    justify-content: center;
    line-height: 16px;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal
}

.pre-moderation-note__text {
    display: flex
}

.pre-moderation-note__icon {
    fill: currentColor;
    margin-right: 13px
}

.pre-moderation-note__link {
    color: currentColor;
    text-decoration: underline
}

.pre-moderation-note--adaptive {
    display: flex;
    justify-content: center;
    padding: 7px 0
}

.pre-moderation-note--tall {
    padding: 4px 0
}

.pre-moderation-note--tall .pre-moderation-note__text {
    flex-direction: column
}

.pre-moderation-note--error {
    background-color: #f14b57;
    color: #f8f8f8
}

.tooltip.notifications-tooltip {
    padding: 0;
    z-index: 311
}

.tooltip.notifications-tooltip>.tooltip-inner {
    background: 0 0;
    box-shadow: none;
    max-width: calc(100vw - 22px);
    padding: 0;
    width: 369px
}

.tooltip.notifications-tooltip>.tooltip-inner::before {
    display: none
}

.tooltip.notifications-tooltip.absolute {
    left: 8px;
    position: absolute
}

.tooltip.notifications-tooltip.absolute-top {
    bottom: 100%;
    padding: 0 0 3px
}

.tooltip.notifications-tooltip.absolute-bottom {
    bottom: 0;
    padding: 20px 0 0;
    top: 100%
}

.profile-cover-dropdown {
    bottom: 20px;
    position: absolute;
    right: 20px
}

.profile-cover-dropdown .profile-cover-dropdown__tooltip {
    width: -moz-max-content;
    width: max-content
}

.profile-cover-dropdown .profile-cover-dropdown__tooltip>.tooltip-inner {
    display: flex;
    flex-direction: column
}

.profile-cover-dropdown .profile-cover-dropdown__tooltip hr {
    background-color: #b9b9b9;
    margin: 10px;
    opacity: .6
}

.profile-cover-dropdown .profile-cover-dropdown__button {
    align-items: center;
    background-color: #404040;
    border: none;
    border-radius: 4px;
    color: rgba(248, 248, 248, .6);
    cursor: pointer;
    display: flex;
    padding: 7px 16px
}

.profile-cover-dropdown .profile-cover-dropdown__button .icon {
    fill: rgba(248, 248, 248, 0.6);
    margin-right: 10px
}

.profile-cover-dropdown .dropdown-content {
    display: flex;
    flex-direction: column
}

.profile-cover-dropdown .profile-cover-dropdown__action {
    align-items: center;
    background: 0 0;
    border: none;
    color: rgba(248, 248, 248, .6);
    cursor: pointer;
    display: flex;
    padding: 7px 22px 7px 15px;
    text-align: left;
    transition: .25s
}

.profile-cover-dropdown .profile-cover-dropdown__action .icon {
    fill: rgba(248, 248, 248, 0.6);
    margin-right: 10px
}

.profile-cover-dropdown .profile-cover-dropdown__action.profile-cover-dropdown__action--active,
.profile-cover-dropdown .profile-cover-dropdown__action:hover {
    background: rgba(0, 0, 0, .2);
    color: #fff
}

.profile-cover-dropdown .profile-cover-dropdown__hint {
    border-bottom: 1px solid rgba(248, 248, 248, .1);
    color: rgba(248, 248, 248, .6);
    margin: 7px 16px 10px 14px;
    padding-bottom: 10px;
    font-size: .75rem;
    line-height: 1rem
}

.profile-cover-dropdown--new .profile-cover-dropdown__tooltip {
    width: 265px
}

.profile-cover-dropdown--new .profile-cover-dropdown__action {
    color: #f8f8f8;
    width: 265px
}

.profile-cover-dropdown--new .profile-cover-dropdown__action .icon {
    fill: #f8f8f8
}

.user-avatar-editable .avatar-upload {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 50%;
    bottom: 6px;
    cursor: pointer;
    display: none;
    height: 136px;
    left: 7px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 136px
}

.user-avatar-editable .avatar-upload .icon {
    color: #fff;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    width: 100%
}

.user-avatar-editable .dropdown-content::after {
    display: none
}

.user-avatar-editable .avatar-wrapper:not(.is-loading):hover .avatar-upload {
    display: flex
}

.user-avatar-editable .dropdown-menu-item {
    align-items: center;
    background: 0 0;
    border: 0;
    color: rgba(248, 248, 248, .6);
    cursor: pointer;
    display: flex;
    margin: 5px 0;
    padding: 8px 15px;
    white-space: nowrap;
    width: 100%
}

.user-avatar-editable .dropdown-menu-item .icon {
    margin: 0 10px 0 0
}

.user-avatar-editable .dropdown-menu-item:hover {
    background: rgba(0, 0, 0, .2);
    color: #fff;
    fill: #fff
}

.user-avatar-editable .dropdown-menu-item-splitter {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    color: rgba(248, 248, 248, .6);
    margin: 5px 0;
    white-space: nowrap
}

.user-avatar-editable .dropdown-menu-item-splitter:hover {
    background: rgba(0, 0, 0, .2)
}

.user-avatar-editable .dropdown-menu-item-splitter:hover button {
    color: #fff;
    fill: #fff
}

.user-avatar-editable .dropdown-menu-item-splitter button {
    align-items: center;
    background: 0 0;
    border: 0;
    color: rgba(248, 248, 248, .6);
    cursor: pointer;
    display: flex;
    fill: rgba(248, 248, 248, 0.6);
    padding: 8px 15px;
    position: relative;
    width: 100%
}

.user-avatar-editable .dropdown-menu-item-splitter button .icon {
    margin: 0 10px 0 0
}

.user-avatar-editable .dropdown-menu-item-splitter button::before {
    background: rgba(255, 255, 255, .1);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -3px
}

.subscribe-button-container {
    display: inline-block;
    position: relative
}

.subscribe-button-container .subscribe-button {
    align-items: center;
    justify-content: center;
    margin-right: 0;
    text-shadow: none;
    display: flex;
    flex-direction: row
}

.subscribe-button-container .icon {
    margin-right: 7px
}

.user-action-buttons {
    flex-shrink: 0;
    margin: 10px 0;
    overflow: hidden;
    padding: 10px
}

.user-action-buttons.user .splitter {
    display: none
}

.user-action-buttons.user .action-buttons-container {
    justify-content: center
}

.user-action-buttons .splitter {
    align-self: center;
    background: #f8f8f8;
    height: 24px;
    margin: 0 8px;
    opacity: .4;
    width: 1px
}

.user-action-buttons .splitter:first-child {
    display: none
}

.user-action-buttons .action-buttons-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.user-action-buttons .action-buttons-container .btn {
    background: #5b5b5b;
    transition: 90ms ease-in-out;
    border-color: transparent
}

.user-action-buttons .action-buttons-container .btn>.icon {
    fill: #fdfdfd;
    transition: 90ms ease-in-out
}

.user-action-buttons .action-buttons-container .btn.focus,
.user-action-buttons .action-buttons-container .btn:focus {
    background: #5b5b5b;
    color: #fdfdfd;
    border-color: transparent
}

.user-action-buttons .action-buttons-container .btn.focus>.icon,
.user-action-buttons .action-buttons-container .btn:focus>.icon {
    fill: #fdfdfd
}

.user-action-buttons .action-buttons-container .btn.active,
.user-action-buttons .action-buttons-container .btn:active {
    background: #5b5b5b;
    color: #fdfdfd;
    border-color: transparent
}

.user-action-buttons .action-buttons-container .btn.active>.icon,
.user-action-buttons .action-buttons-container .btn:active>.icon {
    fill: #fdfdfd
}

.user-action-buttons .action-buttons-container .btn .btn-loader-overlay {
    background-color: #5b5b5b;
    color: #fdfdfd
}

.user-action-buttons .action-buttons-container .btn.favorited {
    background-color: rgba(248, 248, 248, .8);
    color: #cd494e
}

.user-action-buttons .action-buttons-container .btn.is-friend,
.user-action-buttons .action-buttons-container .btn.subscribed {
    background-color: rgba(248, 248, 248, .8);
    color: #5b5b5b
}

.user-action-buttons .action-buttons-container .btn.is-friend .icon,
.user-action-buttons .action-buttons-container .btn.subscribed .icon {
    fill: #5b5b5b
}

.user-action-buttons .action-buttons-container .btn,
.user-action-buttons .action-buttons-container .user-fan-club-status-btn {
    align-items: center;
    color: #f8f8f8;
    display: flex;
    height: 31px;
    justify-content: center;
    margin: 0 8px;
    padding: 0 19px;
    text-overflow: initial
}

.user-action-buttons .action-buttons-container .btn .IconV2__icon\#YR,
.user-action-buttons .action-buttons-container .btn .icon {
    margin: 0
}

.user-action-buttons .action-buttons-container .btn .IconV2__icon\#YR~span,
.user-action-buttons .action-buttons-container .btn .icon~span {
    margin-left: 8px
}

.user-action-buttons .btn-outline:active,
.user-action-buttons .btn-outline:focus {
    background-color: #f8f8f8;
    color: #5b5b5b
}

.user-action-buttons .user-action-buttons__model-additional-menu--margins {
    margin: 0 8px
}

.user-action-buttons__report-btn {
    align-items: center;
    border-radius: 4px;
    color: rgba(255, 255, 255, .6);
    display: inline-flex;
    height: 32px;
    justify-content: center;
    margin-left: 8px;
    width: 32px
}

.user-action-buttons__report-btn:hover {
    background: #3e3f42;
    color: #f8f8f8
}

.TopModelsAwardLabel\#zw {
    --angle: 180deg;
    --border-angle: 180deg;
    --main-color: 219, 219, 219;
    --second-color: 0, 0, 0;
    --main-offset: 0%;
    --first-opacity: 0.45;
    --second-opacity: 0.1;
    --border-opacity: 0.1;
    --border-radius: 8px;
    align-items: center;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: linear-gradient(var(--angle), rgba(var(--main-color), var(--first-opacity)) var(--main-offset), rgba(var(--second-color), var(--second-opacity)) 100%);
    border: 0 solid transparent;
    border-radius: var(--border-radius);
    display: flex;
    height: 32px;
    padding: 4px 16px 4px 8px;
    position: relative
}

.TopModelsAwardLabel_1\#dM {
    --main-color: 255, 173, 34;
    --second-color: 0, 0, 0
}

.TopModelsAwardLabel_2\#pX {
    --main-color: 201, 231, 254;
    --second-color: 0, 0, 0
}

.TopModelsAwardLabel_3\#jv {
    --main-color: 222, 136, 74;
    --second-color: 0, 0, 0
}

.TopModelsAwardLabel_grande\#dl {
    --border-radius: 16px;
    height: 61px;
    padding: 8px 32px 8px 12px
}

.TopModelsAwardLabel\#zw::before {
    background: linear-gradient(var(--border-angle), rgb(var(--main-color)) 0%, rgba(var(--main-color), var(--border-opacity)) 100%) border-box;
    border: 1px solid transparent;
    border-radius: var(--border-radius);
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute
}

.TopModelsAwardLabel\#zw:active,
.TopModelsAwardLabel\#zw:focus,
.TopModelsAwardLabel\#zw:hover {
    --first-opacity: 0.55;
    --second-opacity: 0.25;
    --border-opacity: 0.25
}

.TopModelsAwardLabel__strong\#tR {
    color: #f8f8f8;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.TopModelsAwardLabel__text\#kR {
    color: rgba(248, 248, 248, .8);
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin-left: 12px;
    text-align: start
}

.TopModelsAwardLabel__number\#H3 {
    color: #f8f8f8;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-left: 8px
}

.RatingPositionLabel\#e2 {
    background-color: #292929;
    border-radius: 3px;
    color: #fff;
    display: flex;
    height: 30px;
    margin-left: 4px;
    padding: 4px 10px 6px 7px;
    text-decoration: none
}

.RatingPositionLabel\#e2 .RatingPositionLabel__position\#qO {
    font-weight: 700;
    line-height: 21px;
    opacity: .8
}

.RatingPositionLabel__logoIcon\#zV {
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
    width: 16px
}

.RatingPositionLabel__icon\#xU {
    height: 18px;
    margin-right: 8px;
    opacity: .6;
    width: 18px
}

.RatingPositionLabel__boosted\#jF {
    background-color: #f4f4f4;
    color: #a2262f
}

.RatingPositionLabel__boosted\#jF .RatingPositionLabel__icon\#xU,
.RatingPositionLabel__boosted\#jF .RatingPositionLabel__position\#qO {
    opacity: 1
}

.RatingPositionLabel__transparent\#bM {
    background-color: transparent
}

.RatingPositionLabel__transparent\#bM .RatingPositionLabel__icon\#xU {
    opacity: 1
}

.flirting-icon {
    align-items: center;
    background-color: #000;
    border-radius: 4px;
    display: inline-flex;
    justify-content: flex-start;
    margin: 0 6px;
    padding: 6px 8px
}

.flirting-icon__text {
    color: #e0e0e0;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase
}

.xh-porn-star-button {
    font-size: .75rem;
    display: flex;
    overflow: hidden
}

.xh-porn-star-button:hover {
    text-decoration: none
}

.xh-porn-star-button:hover .pornstar-label,
.xh-porn-star-button:hover .pornstar-label:after {
    background-color: rgb(203.5175879397, 46.4824120603, 56.5326633166)
}

.xh-porn-star-button:hover .pornstar-name {
    border-color: rgb(203.5175879397, 46.4824120603, 56.5326633166)
}

.xh-porn-star-button .pornstar-label {
    align-items: center;
    background-color: #a2252d;
    border-radius: 4px 0 0 4px;
    color: #f8f8f8;
    display: flex;
    padding: 6px 1px 6px 8px;
    position: relative;
    z-index: 1
}

.xh-porn-star-button .pornstar-label:after {
    background-color: #a2252d;
    content: " ";
    display: block;
    height: 130%;
    position: absolute;
    right: -11px;
    top: -25%;
    transform: rotate(20deg);
    width: 17px;
    z-index: -1
}

.xh-porn-star-button .pornstar-star {
    margin-top: -2px
}

.xh-porn-star-button .pornstar-name {
    align-items: center;
    background-color: #f8f8f8;
    border: 2px solid #a2252d;
    border-radius: 4px;
    color: #000;
    display: flex;
    font-weight: 700;
    padding: 6px 8px 6px 17px
}

.username-panel {
    display: flex;
    padding: 16px 8px;
    white-space: nowrap
}

.username-panel__status-icons {
    align-items: center;
    display: flex;
    height: 36px
}

.username-panel__content {
    display: flex;
    flex-direction: column
}

.username-panel__subtitle,
.username-panel__title {
    align-items: center;
    display: flex
}

.username-panel__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0
}

.username-panel__position {
    margin-left: 0
}

.username-panel__icons {
    display: flex
}

.username-panel__stripchat-logo {
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
    width: 16px
}

.username-panel__ranking {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    opacity: .8
}

.profile-cover {
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.profile-cover .profile-cover__pre-moderation-note {
    margin-bottom: -4px;
    position: relative;
    z-index: 1
}

.profile-cover .profile-cover__media,
.profile-cover .profile-cover__media-container,
.profile-cover .profile-cover__video-parent {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 364px;
    position: relative;
    width: 100%
}

.profile-cover .profile-cover__media {
    background-color: #222
}

.profile-cover .profile-cover__media img {
    height: 111%;
    margin: -2% -5%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: var(--intro-height-shift);
    object-position: var(--intro-height-shift);
    width: 111%
}

.profile-cover .profile-cover__media img.blured-image {
    filter: blur(20px)
}

.profile-cover .profile-cover__media .pattern-image {
    background-image: url(users/components/ui/Profile/ProfileCover/images/cover-pattern.png);
    background-size: 30%;
    filter: none;
    height: 100%;
    width: 100%
}

.profile-cover .profile-cover__media-container {
    overflow: hidden
}

.profile-cover .profile-cover__media-container::before {
    bottom: 0;
    box-shadow: inset 0 -200px 120px -77px rgba(0, 0, 0, .5);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.profile-cover .profile-cover__media-container.processing::before {
    background: rgba(0, 0, 0, .5)
}

.profile-cover .profile-cover__media-container.has-cover::before {
    cursor: pointer
}

.profile-cover .profile-cover__media-container .media-processing {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.profile-cover .profile-cover__media-container .media-processing .loader-text {
    color: #f8f8f8;
    margin-top: 10px;
    max-width: 210px;
    opacity: .6;
    text-align: center
}

.profile-cover .profile-cover__media-container .profile-cover__video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: var(--intro-height-shift);
    object-position: var(--intro-height-shift)
}

.profile-cover .profile-cover__reposition-indicator {
    background: rgba(0, 0, 0, .6);
    border-radius: 8px;
    color: #f8f8f8;
    font-weight: 500;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 1rem
}

.profile-cover .profile-cover__reposition-indicator .icon {
    fill: #f8f8f8;
    margin-right: 10px
}

.profile-cover .profile-cover__reposition-actions {
    align-items: baseline;
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    left: 0;
    padding-right: 20px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    z-index: 1
}

.profile-cover .profile-cover__reposition-actions button:not(:hover) {
    color: #f8f8f8
}

.profile-cover .profile-cover__reposition-description {
    color: #f8f8f8;
    font-weight: 500;
    padding-right: 20px;
    font-size: .938rem
}

.profile-cover .profile-cover-dropdown {
    bottom: auto;
    position: absolute;
    top: 318px;
    z-index: 3
}

.profile-cover .profile-cover__info {
    align-items: center;
    background-color: #222;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    flex: auto;
    justify-content: space-between;
    position: relative
}

.profile-cover .profile-cover__info .left-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row
}

.profile-cover .profile-cover__info .title {
    align-items: center;
    margin: 12px 20px;
    display: flex;
    flex-direction: row
}

.profile-cover .profile-cover__info .title .level-badge {
    display: none
}

.profile-cover .profile-cover__info .title .username-content-link.username-content-model {
    color: #f8f8f8
}

.profile-cover .profile-cover__info .title-text {
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0;
    font-size: 1.75rem
}

.profile-cover .profile-cover__info .title-text .icon-user-green {
    display: none
}

.profile-cover .profile-cover__info .username-role-icon.gender {
    margin: 0
}

.profile-cover .profile-cover__info .username-role-icon.gender .icon {
    margin: 0 8px
}

.profile-cover .profile-cover__info .xhamster-porn-star-button {
    height: 24px;
    margin-top: 8px
}

.profile-cover .profile-cover__info .xhamster-porn-star-button .pornstar-label {
    text-decoration: underline
}

.profile-cover .profile-cover__model-additional-menu {
    display: none;
    position: absolute;
    right: 8px;
    top: 8px
}

.profile-cover .profile-cover__avatar-wrapper {
    bottom: 80px;
    flex: 0 0 190px;
    left: 20px;
    margin-bottom: -50px;
    position: relative;
    z-index: 2
}

.profile-cover .profile-cover__avatar-wrapper .award-place {
    bottom: 100px;
    z-index: 1
}

.profile-cover .profile-cover__avatar-wrapper .avatar {
    display: flex;
    font-size: 6px;
    height: 150px;
    margin: 0 auto;
    width: 150px
}

.profile-cover .profile-cover__avatar-wrapper .avatar--clickable {
    cursor: pointer
}

.profile-cover .profile-cover__avatar-wrapper .avatar--clickable:hover::after {
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1
}

.profile-cover .profile-cover__avatar-wrapper .avatar--clickable .live-badge {
    z-index: 2
}

.profile-cover .profile-cover__fullscreen-button {
    cursor: pointer;
    opacity: .6;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: opacity .25s ease-in-out;
    z-index: 2
}

.profile-cover .profile-cover__fullscreen-button:hover {
    opacity: 1
}

.profile-cover .profile-cover__fullscreen-button .icon {
    fill: #fff;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7))
}

.profile-cover .dropdown-wrapper .dropdown-content {
    padding: 4px 0
}

.profile-navigation {
    background-color: transparent;
    border-bottom: 1px solid rgba(248, 248, 248, .2);
    height: 41px;
    margin-bottom: 20px;
    margin-top: 20px
}

.profile-navigation .navigation-container {
    height: 42px;
    overflow: hidden;
    padding: 0
}

.profile-navigation .navbar-item {
    white-space: nowrap
}

.profile-navigation .navbar-item:not(:last-child) {
    margin-right: 32px
}

.profile-navigation .visible-items {
    flex: 1
}

.profile-navigation .visible-items .navbar-item {
    margin-bottom: -7px
}

.view-cam-model-info-navigation .nav-scrollable {
    height: auto
}

.allow-using-content-indicator {
    display: inline-block;
    margin: 0 6px
}

.allow-using-content-indicator .icon {
    fill: #67a52c;
    margin: 0
}

.add-to-calendar-button__icon {
    margin: 0
}

@media screen and (min-width:1024px) {
    .TopModelsAwardLabel\#zw {
        --angle: 90deg;
        --border-angle: 94.49deg;
        --main-offset: 35%;
        --second-opacity: 0.05;
        --second-color: 255, 255, 255
    }

    .TopModelsAwardLabel\#zw.TopModelsAwardLabel__award_medium\#jW {
        --second-color: 127, 127, 127
    }

    .TopModelsAwardLabel_1\#dM {
        --second-color: 255, 255, 255
    }

    .TopModelsAwardLabel_1\#dM.TopModelsAwardLabel__award_medium\#jW {
        --second-color: var(--main-color)
    }

    .TopModelsAwardLabel_2\#pX {
        --second-color: 255, 255, 255
    }

    .TopModelsAwardLabel_2\#pX.TopModelsAwardLabel__award_medium\#jW {
        --second-color: 127, 127, 127
    }

    .TopModelsAwardLabel_3\#jv {
        --second-color: 255, 255, 255
    }

    .TopModelsAwardLabel_3\#jv.TopModelsAwardLabel__award_medium\#jW {
        --second-color: var(--main-color)
    }
}

@media screen and (max-width:1200px) and (min-width:1024px) {

    .user-action-buttons .action-buttons-container .btn,
    .user-action-buttons .action-buttons-container .user-fan-club-status-btn {
        margin: 0 6px;
        padding: 0 12px
    }

    .user-action-buttons .user-action-buttons__model-additional-menu--margins {
        margin: 0 6px
    }
}

@media screen and (max-width:1023px) {
    .user-action-buttons .user-action-buttons__model-additional-menu {
        display: none
    }

    .username-panel__subtitle,
    .username-panel__title {
        justify-content: center
    }

    .username-panel__title {
        flex-direction: column
    }

    .username-panel__name {
        margin-bottom: 12px
    }

    .profile-cover .profile-cover__media,
    .profile-cover .profile-cover__media-container,
    .profile-cover .profile-cover__video-parent {
        height: 204px
    }

    .profile-cover .profile-cover__media-container .media-processing {
        top: 32%
    }

    .profile-cover .profile-cover-dropdown {
        top: 158px
    }

    .profile-cover .profile-cover__info,
    .profile-cover .profile-cover__info .left-wrapper {
        flex-direction: column
    }

    .profile-cover .profile-cover__info .title-text {
        line-height: 40px;
        margin-bottom: 12px;
        text-align: center;
        width: 100%
    }

    .profile-cover .profile-cover__info .xhamster-porn-star-button {
        height: 30px;
        justify-content: center;
        margin-top: 0
    }

    .profile-cover .profile-cover__info .title {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 0 20px;
        padding: 0 10px;
        width: 99%
    }

    .profile-cover .profile-cover__info .profile-cover__avatar-wrapper {
        left: 0
    }

    .profile-cover .profile-cover__model-additional-menu {
        display: flex
    }

    .profile-cover .profile-cover__avatar-wrapper {
        margin-bottom: -80px
    }

    .profile-cover .profile-cover__fullscreen-button {
        right: 20px;
        top: 20px
    }

    .profile-cover .profile-cover__fullscreen-button .icon {
        height: 19px !important;
        width: 19px !important
    }
}

@media screen and (max-width:639px) {
    .pre-moderation-note--adaptive {
        padding: 4px 0
    }

    .pre-moderation-note--adaptive .pre-moderation-note__text {
        flex-direction: column
    }

    .profile-cover-dropdown .profile-cover-dropdown__button {
        padding: 10px
    }

    .profile-cover-dropdown .profile-cover-dropdown__button .icon {
        margin-right: 0
    }

    .profile-cover-dropdown .profile-cover-dropdown__button span {
        display: none
    }

    .user-action-buttons {
        padding: 10px 20px;
        width: 100%
    }

    .user-action-buttons.user {
        padding: 0
    }

    .user-action-buttons.user .btn {
        flex-basis: auto
    }

    .user-action-buttons .action-buttons-container .user-fan-club-status-btn {
        height: 31px;
        justify-content: center;
        margin: 0 0 20px;
        width: 100%
    }

    .user-action-buttons .splitter {
        display: none
    }

    .profile-cover .profile-cover__media,
    .profile-cover .profile-cover__media-container,
    .profile-cover .profile-cover__video-parent {
        height: 188px
    }

    .profile-cover .profile-cover-dropdown {
        top: 142px
    }

    .profile-navigation .navbar-item:not(:last-child) {
        margin-right: 26px
    }
}

@media screen and (max-width:639px) and (max-width:479px) {
    .user-action-buttons .action-buttons-container {
        justify-content: space-between
    }

    .user-action-buttons .action-buttons-container .btn {
        margin: 0;
        padding: 0 12px
    }

    .user-action-buttons .action-buttons-container__model-additional-menu {
        margin: 0
    }
}

@media screen and (max-width:479px) {
    .user-action-buttons.user .action-buttons-container {
        justify-content: space-between;
        padding: 0 20px
    }

    .user-action-buttons.user .action-buttons-container .btn>span {
        display: none
    }

    .user-action-buttons__report-btn {
        margin: 0
    }

    .profile-cover .profile-cover__info .title-text {
        margin-right: 0;
        width: 100%
    }

    .profile-cover .profile-cover__info .xhamster-porn-star-button {
        width: auto
    }

    .profile-cover .profile-cover__info .username-content {
        font-size: 22px;
        margin-left: 8px
    }
}

@media (pointer:fine) {

    .user-action-buttons .action-buttons-container .btn.hover,
    .user-action-buttons .action-buttons-container .btn:hover {
        background: #fff;
        color: #414141;
        border-color: transparent
    }

    .user-action-buttons .action-buttons-container .btn.hover>.icon,
    .user-action-buttons .action-buttons-container .btn:hover>.icon {
        fill: #414141
    }
}