::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #BDBDBD;
}

::-webkit-scrollbar-thumb:hover {
    background: #9c9c9c;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--bs-gray-300) !important;
    opacity: 1; /* Firefox */
}

.form-control {
    padding: 0.7rem 1rem !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--bs-gray-300) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--bs-gray-300) !important;
}

/* CUSTOMIZED SELECT2 TO MYFANVIP */
.select2-container{
    width: auto !important;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #E997AF !important;
    box-shadow: 0 0 0 0.25rem #D32E5E40 !important;
}
.select2-dropdown.select2-dropdown--above {
    border-color: #E997AF !important;
    box-shadow: 0 0 0 0.25rem #D32E5E40 !important;
}
.select2-selection__rendered {
    line-height: 2.5rem !important;
}
.select2-container .select2-selection--single {
    height: 3rem !important;
    border: 1px solid #E6E6E6 !important;
}
.select2-selection__arrow {
    height: 3.438rem !important;
}
.select2-dropdown.select2-dropdown--below {
    border-color: #E997AF !important;
    box-shadow: 0 0 0 0.25rem #D32E5E40 !important;
}
.select2-results__option.select2-results__option--selectable.select2-results__option--selected{
    background: var(--bs-primary) !important;
}
.select2-search .select2-search__field:focus {
    border-color: #e997af !important;
    box-shadow: 0 0 0 0.25rem #d32e5e40 !important;
    width: 100% !important;
}
.select2-container--bootstrap-5 .select2-selection {
    font-size: 0.875rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
 padding: .01em .4em !important;
}


.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding: 0 0.5rem;
    color: #5c5e65;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: 0.75rem 1rem;
    color: #5c5e65;
    font-size: 0.875rem;
}
/* END CUSTOMIZATION SELECT2 TO MYFANVIP */
#wrapper {
    padding-left: 0;
    transition: all 0.2s ease;
}
@media screen and (min-width: 992px) {
    #wrapper.keep-sidebar-open {
        padding-left: 315px;
    }
}
#wrapper.toggled {
    padding-left: 315px;
}
#wrapper.toggled #navbar-wrapper-mobile {
    margin-left: 315px;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 315px;
    width: 0;
    height: 100%;
    margin-left: -315px;
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    background: var(--bs-white);
    border-right: 1px solid var(--bs-gray-300);
    transition: all 0.2s ease;
}
#sidebar-wrapper #user-details .user-statistics {
    opacity: 0;
    transition: 0.2s ease;
}
#sidebar-wrapper:hover #user-details .user-statistics,
#wrapper.toggled #sidebar-wrapper #user-details .user-statistics,
#sidebar-wrapper.keep-sidebar-open #user-details .user-statistics {
    opacity: 1;
}
.keep-sidebar-open #keep-sidebar-open-btn #keep-sidebar-open__icon{
    transform: rotate(180deg);
}
#sidebar-wrapper::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
#sidebar-wrapper .list-group-item,
#sidebar-wrapper .btn {
    width: 270px;
}
#navbar-wrapper-mobile {
    height: 88px;
    width: 100%;
    background: var(--bs-white);
    transition: all 0.2s ease;
}
#navbar-wrapper-mobile .btn-side-menu {
    min-width: auto !important;
    border: unset;
}
#navbar-wrapper-mobile .btn-side-menu:active, .btn-side-menu:hover {
    opacity: 0.8;
}
#wrapper.toggled #sidebar-wrapper {
    width: 315px;
}
#page-content-wrapper {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    position: absolute;
    padding: 2rem;
    margin-top: 90px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -315px;
}
#my-fan-vip-logo {
    /*width: 124px;*/
}
/* Sidebar Styles */
.sidebar-logo {
    padding: 20px 20px 0px 20px;
    height: 50px;
}
.sidebar-nav {
    padding: 0 18px;
    margin-bottom: 64px;
}
.sidebar-nav .list-group {
    line-height: 32px;
}
.sidebar-nav .list-group a {
    border: 0 !important;
    color: var(--bs-gray-700);
}
.sidebar-nav .list-group a.text-muted {
    color: var(--bs-gray-500) !important;
}
.sidebar-nav .list-group a.active {
    background-color: transparent;
    color: var(--bs-primary);
}
@media (max-width: 992px) {
    #page-content-wrapper {
        padding: 2rem .5rem;
    }
    .card-body {
        padding: 1rem;
    }
}
@media (min-width: 1400px) {
    #page-content-wrapper {
        padding: 2.5rem 2.5rem;
    }
}
@media (min-width: 1200px) {
    #page-content-wrapper {
        padding: 2.5rem 1.5rem;
    }
}
@media (min-width: 992px) {
    #wrapper {
        padding-left: 88px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 88px;
        transition: all 0.5s ease;
    }
    #sidebar-wrapper:hover {
        width: 315px;
    }
    #sidebar-wrapper:hover #my-fan-vip-logo, .keep-sidebar-open #my-fan-vip-logo {
        display: block !important;
        -webkit-animation: fade-in 1s .2s forwards;
        animation: fade-in 1s .2s forwards;
    }
    #sidebar-wrapper #my-fan-vip-logo-icon {
        display: block  !important;
        padding-left: 10px;
        width: 45px;
    }
   .keep-sidebar-open #my-fan-vip-logo-icon {
        display: none  !important;
    }
    @media screen and (min-width: 992px) {
        #sidebar-wrapper.keep-sidebar-open {
            width: 315px;
        }
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #page-content-wrapper {
        padding: 2.5rem 1rem;
        position: relative;
        margin-top: 0;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    #navbar-wrapper-mobile {
        display: none;
    }
    main {
        max-width: 1700px;
        margin: 0 auto;
    }
}
main.backoffice {
}
main h2 {
    margin-bottom: 2.5rem !important;
}
h2 .badge {
    margin: 0.5rem;
}
.form-group {
    /*margin-bottom: 2rem !important;*/
}
.form-group .col-12, .form-group .col {
    margin-bottom: 2rem !important;
}
.backoffice label {
    margin-bottom: 0.75rem !important;
    /*margin-top: 1rem !important;*/
}
.btn {
    min-width: 7rem !important;
    padding: 0.5rem 1rem;
}
.btn.btn-sm {
    min-width: 6rem !important;
}
.btn.btn-xs {
    min-width: 2.25rem !important;
    padding: 0.15rem 0.5rem 0.2rem;
    border-radius: 8px;
}
.form-group-btn-filter {
    margin: 1.5rem 0 1rem;
    align-items: flex-end !important;
    justify-content: end !important;
    display: flex !important;
    margin-left: auto !important;
}
.form-group-btn-filter .btn {
    min-width: 5rem !important;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
}
.btn-circle {
    min-width: 1rem !important;
}
.btn-icon-circle {
    width: 2.5rem !important;
    height: 2.5rem !important;
}
.btn-icon {
    min-width: fit-content !important;
}
.btn-collapse {
    border: none;
    background: transparent;
    padding: 0 !important;
    min-width: fit-content !important;
}
@media screen and (max-width: 576px) {
    .btn-feed-filter-posts {
        min-width: 4.5rem !important;
    }
}
img.text-success {
    filter: invert(0.5) sepia(10) saturate(40) hue-rotate(430deg);
}
img.text-success:hover {
    filter: invert(1) sepia(0) saturate(40) hue-rotate(430deg);
}
.alert {
    border: 0 !important;
    border-left: 8px solid !important;
    background: var(--bs-white) !important;
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));
}
.alert-warning {
    border-color: var(--bs-warning) !important;
}
.alert-blue {
    border-color: #0F8FC9;
    color: #0F8FC9;
}
.borderless {
    border: 0 !important;
}
ol li::before {
    color: var(--bs-primary);
}
table.table {
    border-radius: 1rem;
    margin-bottom: 0;
}
.table > :not(caption) > * > * {
    box-shadow: none;
}
tr, td, th {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}
thead tr {
    border-radius: 1rem 1rem 0 0;
    background-color: transparent;
    font-size: 1rem;
}
table tbody tr {
    border-radius: 0 0 1rem 1rem;
}
table tbody tr:nth-child(odd) {
    background-color: var(--bs-gray-200);
}
.table-sm td, .table-sm th {
    padding: 1rem;
}
.table-bordered {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.text-bg-success {
    color: #FFFFFF !important;
}

.text-bg-gray {
    color: #FFFFFF !important;
    background-color: var(--bs-gray-400) !important;
}

.text-gray-500 {
    color: var(--bs-gray-500) !important;
}
@media (max-width: 992px) {
    #bd-docs-nav {
        position: fixed;
        left: -100vw;
        width: 100%;
        transition: all 0.5s ease;
    }
    #bd-docs-nav.open-sidebar {
        left: 0;
    }
}
.table .badge, .table .btn {
    margin: 0 .5rem .5rem 0;
}
.flex-grow-2 {
    flex-grow: 2 !important;
}
.flex-grow-3 {
    flex-grow: 3 !important;
}
.flex-grow-4 {
    flex-grow: 4 !important;
}

.avatar-card {
    max-width: 50px;
}
.card-z-index {
    z-index: 1000;
}
.profile-card-img {
    max-width: 100px;
}
.profile-card-actions.dropdown-menu {
    transform: translate3d(-44px, -10px, 0px) !important;
}
.card-darken {
    background: rgba(0, 0, 0, 0.2);
    height: 80px;
}
.object-fit-contain {
    object-fit: contain;
}
.opacity-hover-75:hover {
    opacity: 0.75;
}
.heart-filled {
    color: var(--bs-primary);
    fill: var(--bs-primary);
}
.pin-filled {
    color: var(--bs-primary);
    fill: var(--bs-primary);
}
.pin-icon-rotate{
    transform: rotate(45deg);
}
.favorite-filled {
    color: var(--bs-warning);
    fill: var(--bs-warning);
}
/* --------------- Style Emoji Content ---------------*/
.emojikb-hidden {
    display: none !important;
}
#emojikb-maindiv {
    display: flex;
    flex-direction: column;
    height: 400px;
    min-width: 270px;
    max-width: 320px;
}
#emojikb-maindiv.resizable:after {
    content: " ";
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    cursor: ew-resize;
}
#emojikb-searchdiv {
    display: flex;
}
#emojikb-searchdiv .search_container {
    width: 100%;
    display: flex;
    border: 1px solid var(--bs-border-color-translucent);
    border-radius: 0.5rem;
}
#emojikb-searchdiv svg {
    fill: rgb(114, 118, 125);
    width: 24px;
    height: 24px;
    margin-right: 6px;
    align-self: center;
}
#emojikb-searchdiv input {
    flex-grow: 1;
    height: 30px;
    padding: 0;
    border: 0;
}
#emojikb-searchdiv input:focus {
    outline: none;
}
#emojikb-div2 {
    display: flex;
    flex-direction: column;
    height: 85%;
}
#emojikb-div3 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: scroll;
}
#emojikb-leftlist {
    display: flex;
}
#emojikb-leftlist > div:not(.opacity-50) {
    cursor: pointer;
}
#emojikb-leftlist div > svg {
    width: 19px;
    height: 19px;
    stroke: #D32E5E;
    align-self: center;
    transition: all .1s ease-in-out;
}
#emojikb-leftlist div:hover,
#emojikb-leftlist div.selected {
    background: #D32E5E;
}
#emojikb-leftlist div:hover > svg,
#emojikb-leftlist div.selected > svg {
    stroke: #FFFFFF;
}
#emojikb-show {
    scrollbar-color: #222427 transparent;
    scrollbar-width: thin;
    position: relative;
    flex-grow: 1;
}
#emojikb-show svg {
    width: 16px;
    height: 16px;
    fill: #D32E5E;
    stroke: #FFFFFF;
}
.emojikb-categ {
    background-color: #D32E5E;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.emojikb-categname {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    padding: 0.5rem;
    align-items: center;
    display: flex;
    height: 32px;
}
.btn-clear-recently-used {
    cursor: pointer;
    margin-right: 1rem;
    padding: 2px 20px;
    color: #FFFFFF;
    font-size: 0.775rem !important;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 50rem;
    text-align: center;
}
.btn-clear-recently-used:hover {
    background: rgba(29, 155, 240, 0.1);
}
.emojikb-categname span {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 8px;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
}
.emojikb-emoji {
    height: 28px;
    width: 28px;
    border-radius: 4px;
    cursor: pointer;
    padding: 4px;
    margin: 0 0.06rem
}
.emojikb-emoji.selected, .emojikb-categ .emojikb-emoji.lazy {}
#emojikb-info {
    width: 100%;
    flex-basis: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    border-radius: 0 0 0.5rem 0.5rem;
}
#emojikb-info-icon {
    height: 24px;
    width: 24px;
}
#emojikb-info-name {
    margin-left: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    color: #D32E5E;
    max-width: 220px;
}
/* --------------- Style Emoji Content ---------------*/
/* --------------- Custom css profile edit ---------------*/
.bg-image {
    max-height: 269.2px;
}
.no-bg-photo {
    height: 64px;
    margin: auto;
}
.edit-bg-icon {
    height: 30px;
    width: 30px;
    cursor: pointer;
    transition: 1s;
}
.edit-bg-icon:hover {
    filter: initial;
    transform: scale(1.1);
}
.profile-image {
    margin-top: -65px;
    height: 110px;
}
.profile-image img {
    height: 120px;
    width: 120px;
}
.at-sign {
    color: #989AA3;
}
/* --------------- End css profile edit ------------------*/
.form-group label {
    margin: 1rem 0 .5rem;
}
.form-check-label{
    margin: 0!important;
}

.lucide {
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}
.btn .lucide {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
}
.action-buttons .lucide {
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}
.lucide-icon-2xs {
    width: 0.625em;
    height: 0.625em;
}
.lucide-icon-xs {
    width: 0.75em;
    height: 0.75em;
}
.lucide-icon-sm {
    width: 0.875em;
    height: 0.875em;
}
.lucide-icon-md {
    width: 1.05em;
    height: 1.05em;
}
.lucide-icon-lg {
    width: 1.25em;
    height: 1.25em;
}
.lucide-icon-lg-xl {
    width: 1.5em;
    height: 1.5em;
}
.lucide-icon-2xl {
    width: 2em;
    height: 2em;
}
.space-icons {
    height: 2rem;
    width: 2rem;
    background-color: #FFFFFF;
    transition: 1s;
    align-items: center;
    justify-content: center;
}
.space-icons:hover {
    background-color: #EBEBEB;
}
.edit-profile-btn {
    border-radius: 20px;
    font-weight: 400;
    background-color: #FFFFFF;
}
.edit-profile-btn:hover {
    background-color: #EBEBEB;
}
.text-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-gray-900);
}
.text-subtitle {
    font-size: 12px;
    color: var(--bs-gray-500);
}
.btn-carousel-profile-cards {
    color: #5C5E65;
    opacity: 1;
    min-width: fit-content !important;
}
.btn-carousel-profile-cards:hover,
.btn-carousel-profile-cards:focus {
    color: #5C5E65;
}
.carousel-indicators.carousel-profile-cards [data-bs-target] {
    background: #707279;
    background-clip: padding-box;
}
/* ------------------- Style Cards Page ------------------- */
.no-card-registered-message {
    width: fit-content;
}
.no-card-registered-message > .bg-danger {
    width: 10px;
}
.cards-available-credits label {
    margin-bottom: 0 !important;
}
@media (max-width: 1450px) {
    .btn-change-card-order {
        /*margin-bottom: 0.5rem !important;*/
    }
}
.modal-payment-method-pix p, .modal-payment-method-pix span, .modal-payment-method-pix a {
    font-size: 0.75rem;
}
.modal-payment-method-pix p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.btn-change-card-status:checked + .btn {
    color: #FFFFFF !important;
}
/* ------------------- Style Cards Page ------------------- */
/* CSS LOADER GENERAL */
.my-fan-loading {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
}
.my-fan-loading div {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background: var(--bs-link-color);
    animation: in-cube-one 1s infinite forwards;
}
.my-fan-loading div:nth-child(2) {
    animation: in-cube-two 1s infinite;
}
.my-fan-loading div:nth-child(3) {
    animation: in-cube-four 1s infinite;
}
.my-fan-loading div:nth-child(4) {
    animation: in-cube-three 1s infinite;
}
@keyframes in-cube-one {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    20%,
    40%,
    60%,
    80% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.1);
        opacity: 0;
    }
}
@keyframes in-cube-two {
    0%,
    20% {
        transform: scale(0.1);
        opacity: 0;
    }
    40%,
    60%,
    80% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.1);
        opacity: 0;
    }
}
@keyframes in-cube-three {
    0%,
    20%,
    40% {
        transform: scale(0.1);
        opacity: 0;
    }
    60%,
    80% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.1);
        opacity: 0;
    }
}
@keyframes in-cube-four {
    0%,
    20%,
    40%,
    60% {
        transform: scale(0.1);
        opacity: 0;
    }
    80% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.1);
        opacity: 0;
    }
}
/* END LOADER GENERAL */
.cursor-pointer {
    cursor: pointer;
}

/* CHECKOUT*/
.box-sale-type-enum {
    border-radius: 0.25rem;
    border: 1px solid #E6E6E6;
    padding: 1.5rem;
}
.btn-checkout {
    padding: 1.5rem 4rem;
    gap: 8px;
    border-radius: 0.25rem;
    background-color: #FFF;
    color: var(--bs-body-color);
    width: 100%;
    border: 1px solid #E6E6E6;
}
.btn-checkout.active {
    background-color: #E532660C !important;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
@media (max-width: 768px) {
    .box-payment-container .box-payment:nth-child(2) {
        border: unset !important;
        border-top: 1px solid #e5e5e5 !important;
        border-bottom: 1px solid #e5e5e5 !important;
    }
    .card-wrapper {
        max-width: 65vw !important;
    }
    .card-wrapper .jp-card-container {
        transform: scale(0.75) !important;
    }
}
.modal {
    /*background: linear-gradient(135deg, hsl(300, 40%, 20%),hsl(300, 40%, 5%));*/
    background: rgba(0, 0, 0, 0.7)
}
#modal-social-sharing {
    z-index: 100000;
}
.btn-feed-filter-posts {
    margin-right: 8px;
}
.width-fit-content {
    width: fit-content;
}

.break-word {
    word-break: break-word;
}

#sidebar-wrapper .dropdown-toggle::after {
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
}

#sidebar-wrapper .dropdown-toggle.rotate::after {
    transform: translateY(-50%) rotate(180deg);
}

.border-input-span {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.border-input {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cursor-na{
    cursor: not-allowed !important;
}

.midia-icon-content-lock {
    position: absolute !important;
    color: #ffffff80 !important;
    z-index: 1 !important;
    width: 50px !important;
    height: 50px !important;
}


.midia-icon-content-lock-heart {
    position: absolute !important;
    color: #ffffff80 !important;
    z-index: 1 !important;
    width: 40% !important;
    margin-top: -5% !important;
    object-fit: cover;
}

.midia-preview-opacyt{
    position: relative;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    filter: blur(20px);
    object-fit: cover;
}

.midia-video-preview-opacyt{
    position: absolute;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    object-fit: cover;
    filter: blur(20px);
}

a.disabled {
    pointer-events: none;
    opacity: 0.7;
}

.object-fit-cover{
    object-fit: cover !important;
}

.post-comment-like-action,
.post-comment-pinch-action {
    width: 22px !important;
    min-width: 0px !important;
}
.fw-500 {
    font-weight: 500;
}

.w-20 {
    width: 20% !important;
}

.w-35 {
    width: 35% !important;
}
.doc-img-fluid {
    width: 95%;
    height: 207px;
    object-fit: cover; /* corta o excesso e mantém o centro da imagem */
    border-radius: 8px;
    margin: 0 auto;
}

/** file input **/
.file-drop-zone-title,
.kv-fileinput-caption {
    cursor: pointer;
    color: #282d3c !important;
}

.file-drop-zone-title {
    padding: 40px 10px !important;
}

.sub-caption {
    color: #707279 !important;
}

.myfan-dropzone .btn {
    margin-top: 0.5rem;
    padding: 0.5rem 1.2rem;
}

.file-drop-zone {
    border: 0px !important;
    margin: 0 !important;
    min-height: 200px !important;
}

.file-preview{
    border: 0px !important;
    background-color: #f3f3f3;
}

/**lixeira**/
.btn-kv.btn.btn-sm {
    min-width: 0 !important;
    padding: .25rem .5rem;
    border-radius: .2rem;
    border: 0px !important;
}

.kv-upload-progress, .file-upload-indicator {
    display: none !important;
}
