.btn--brand {
    background-color: var(--base-three);
    padding: 7px 16px;
    border-color: var(--base-three);
}

.btn--ugc {
    background-color: var(--base-color);
    padding: 7px 16px;
}

.btn-upgrade {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 14px;
    font-size: 18px;
    padding: 6px 8px;
    white-space: nowrap;
    margin-inline-end: 9px;

}

.btn-upgrade span {
    color: #fff !important;
}

.btn-upgrade .las {
    border-radius: 9px;
    color: #fff;
    fill: #fff;
    font-size: 29px;
    padding: 4px 6px;
}

.btn--ugc.btn-upgrade .las {
    background: #59b958ad;
}

.btn--brand.btn-upgrade .las {
    background: #28afe754;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .btn-upgrade:hover span {
    color: hsl(var(--base)) !important;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

@media screen and (max-width: 600px) {
    .mb-sm-5 {
        margin-bottom: 3rem;
    }
}

.progress-bar-custom {
    background-color: var(--base-three);
}

.btn-rounded {
    border-radius: 15px;
}

/**
 * Bootstrap navbar toggle slide
 */
@media (max-width: 768px) {
    .navbar-collapse {
        position: fixed;
        left: 0;
        top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 500ms ease-in-out;
        width: 100%;
        background: #fff;

    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    .rtl .navbar-collapse {
        right: 0;
        left: auto;
    }

    .rtl .navbar-collapse {
        right: -75%;
        left: auto;
    }

    .rtl .navbar-collapse.show {
        right: 0;
        left: auto;
        transition: right 500ms ease-in-out;
    }

    .rtl .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out;
    }
}

.upload-box {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 400px) {
    .videos-wrapper {
        flex-wrap: wrap;
    }

    .upload-box {
        width: 100%;
    }
}

.upload-box .make-default {
    color: hsl(var(--dark));
    opacity: 0.6;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 13px;
    cursor: pointer;
}

.upload-box .make-default.active {
    color: var(--base-color);
    opacity: 1;
}

.upload-box .upload-drop-area {
    height: 230px;
    background: #c0ccca;
    border-radius: 15px;
    padding: 31px 10px;
    cursor: pointer;
}

.upload-box .upload-drop-area .drop-area-inner {
    height: 100%;
    border: 2px dashed #494b4d;
    border-radius: 15px;
    padding: 10px 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.upload-box .upload-drop-area .upload-icon {
    font-size: 32px;
    opacity: 0.7;
}

.upload-box .upload-drop-area p {
    font-size: 11px;
    line-height: 22px;
    font-weight: bold;
}

.upload-box .upload-btn {
    border-radius: 27px;
    box-shadow: 0.2px 2px var(--base-three), -0.2px 2px var(--base-three);
    border: 1px solid #fff;
    padding: 5px 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 6px;
    padding-inline-start: 17px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.upload-box .upload-btn span {
    text-transform: uppercase;
    font-size: 12px;
}

.upload-box .upload-btn i {
    background: #fff;
    color: hsl(var(--base-h) var(--base-s) var(--base-l));
    border-radius: 20px;
    padding: 3px;
    font-size: 11px;
}

.upload-box .selected_file {
    font-size: 12px;
}

.upload-box .upload-btn:hover,
.upload-box .upload-btn:focus {
    box-shadow: none;
    border: 1px solid hsl(var(--base));
    border-radius: 7px;
}

.upload-box .video-wrapper {
    position: relative;
    height: 230px;
    background: #c0ccca;
    border-radius: 12px;
    padding: 6px 6px;
}

.upload-box .video-wrapper .play-btn {
    position: absolute;
    top: 42%;
    left: 34%;
    font-size: 28px;
    color: var(--base-color);
    background: #959292b0;
    border-radius: 38px;
    padding: 11px 17px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.upload-box .video-wrapper .btn-change-video {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    font-size: 12px;
    border-radius: 0;
    padding: 0px 3px;
    cursor: pointer;
    z-index: 999;
}

@media screen and (max-width: 400px) {
    .upload-box .video-wrapper .play-btn {
        left: 43%;
    }
}

.upload-box.has-video video {
    width: 100%;
    object-fit: initial;
    height: 100%;
    border-radius: 15px;
}

.ugc-videos-page .upload-box .video-wrapper {
    height: 270px;
}

.ugc-videos-page .upload-box .upload-drop-area {
    height: 270px;
}

.videos-wrapper-dimmed {
    position: relative;
    gap: .5rem;
}

.videos-wrapper-dimmed .overlay-box {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: blur(9px);
    z-index: 999;
}

.videos-wrapper-dimmed .free-video-box {
    height: 270px;
    width: 25%;
    background-color: #777;
    border-radius: 12px;
    z-index: 1;
    opacity: 0.7;
    filter: blur(10px);
}

.videos-wrapper-dimmed .upgrade-notice {
    position: absolute;
    top: 40%;
    left: 30%;
    background-color: #fff;
    z-index: 9999;
    border: 1px solid var(--base-color);
    border-radius: 16px;
    padding: 8px 9px;
    text-align: center;
}

.videos-wrapper-dimmed .upgrade-notice h4 {
    border-bottom: 1px solid #777;
    font-weight: bold;
    font-size: 18px;
}

.videos-wrapper-dimmed .upgrade-notice strong {
    color: #000
}

@media screen and (max-width: 600px) {
    .videos-wrapper-dimmed {
        gap: 2px;
    }

    .videos-wrapper-dimmed .upgrade-notice {
        top: 39%;
        left: 0;
    }

    .videos-wrapper-dimmed .free-video-box {
        width: 48%;
        height: 200px;
    }
}

.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

#notice-ugc-creators-modal .modal-body ul {
    margin-bottom: 20px;
}

#notice-ugc-creators-modal .modal-body ul li, #notice-ugc-creators-modal .modal-body p {
    margin-bottom: 5px;
}

.video-item {
    border: 1px solid #efeef0;
    /*padding: 8px 8px 16px 8px;*/
    display: flex;
    gap: 2px;
    /*height: 528px;*/
    position: relative;
}

.video-item .video-canvas {
    position: relative;
    height: 400px;
}

.video-item .video-canvas .video-thumb, .video-item .video-canvas .video-placeholder {
    display: none;
    width: 100%;
    object-fit: initial;
    height: 100%;
    border-radius: 6px;
}

.video-item .video-canvas .video-placeholder video {
    width: 100%;
    object-fit: initial;
    height: 100%;
    border-radius: 6px;
}

.video-item .video-canvas .play-btn {
    position: absolute;
    top: 42%;
    left: 39%;
    font-size: 28px;
    color: var(--base-color);
    background: #959292b0;
    border-radius: 38px;
    padding: 11px 17px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.video-item .profile-info {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 5px;
    margin-inline-start: 5px;
}

.video-item .profile-info img {
    border-radius: 25px;
    height: 43px;
}

.video-item .profile-info .profile-name h5 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
}

.video-item .profile-info .verified-star, .influencer-slider .verified-star {
    color: #000;
}

.video-item .profile-info .profile-name .location {
     font-size: 14px;
}

.video-item .video-top-badge {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
}

.video-item .video-top-badge .video-top-badge-inner {
    position: relative;
}

.video-item .video-top-badge .video-top-badge-inner .top-triangle {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    z-index: -1;
    border-left: 120px solid transparent;
    border-bottom: 120px solid transparent;
    border-right: 120px solid #fff;
}

.video-item .video-top-badge img {
    width: 60px;
    height: 60px;
    position: static;
    margin-right: 7px;
    margin-top: 5px;
}

@media screen and (max-width: 500px) {
    .video-item .video-top-badge img {
        width: 45px;
        height: 45px;
        margin: 0;
    }

    .video-item .video-top-badge .video-top-badge-inner .top-triangle {
        border-left: 80px solid transparent;
        border-bottom: 80px solid transparent;
        border-right: 80px solid #fff;
    }

    .video-item .profile-info {
        margin-inline-start: 0px;
    }

    .video-item .profile-info .verified-star {
        font-size: 13px;
    }
}

.ugc-page .categories {
    background-color: hsl(var(--white));
    box-shadow: 0px 4px 111px 0px hsl(var(--base) / 0.1);
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.ugc-page .card {
    border: none;
    box-shadow: 0px 4px 111px 0px hsl(var(--base) / 0.1);
    background-color: hsl(var(--white));
    padding: 10px;
    border-radius: 8px;
}

.profile_photo:hover::before {
    visibility: visible;
    opacity: 0.7;
}


.profile_photo:hover .photo_upload i {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 400px) {
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .video-item .video-canvas {
        height: 266px;
    }

    .video-item .video-canvas .play-btn {
        top: 42%;
        left: 35%;
    }

    .video-item {
        padding: 5px !important;
    }
}

.pricing-plans {
    position:relative;
}
.pricing-plans .pricing_plan {
    position: relative;
    margin: 0px 15px;
}
.pricing-plans .pricing_plan .single-pricing
{
    background: var(--base-color);
    padding: 60px 20px;
    border-radius:30px;
    box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
    position: relative;
    z-index: 1;
}
.pricing-plans  .pricing_plan .single-pricing:before{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 190px 18px;
    border: 1px solid #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.pricing-plans .pricing_plan .price-head h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
}
.pricing-plans .pricing_plan .price-head h1 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px;
}

.pricing-plans .pricing_plan .single-pricing ul {list-style:none;margin-top: 30px;}
.pricing-plans .pricing_plan .single-pricing ul li {
    line-height: 23px;
    margin-bottom: 12px;
}
.pricing-plans .pricing_plan .single-pricing ul li i {
    background: var(--base-color);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    margin-right: 6px;
}

.pricing-plans .pricing_plan .price_btn {
    background: var(--base-color);
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pricing-plans .pricing_plan .price_btn:hover
{
    background: var(--secondary-d-300)
}

@media screen and (max-width: 600px) {
    .pricing-plans .col-lg-4:not(:first-child) {
        margin-top: 6px;
    }
}

.profile-photo {
    position: relative;
}

.profile-photo .verified-badge {
    position: absolute;
    bottom: -4px;
    right: 74px;
}

.profile-photo .verified-badge img {
    width: 93px !important;
    height: auto !important;
    border-radius: 0 !important;
}

.video-item .verified-badge {
    position: absolute;
    top: 25px;
    right: -7px;
    z-index: 999;
}

.info .profile .profile-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 3px;
}

.info .profile .profile-name img.verified-img {
    width: 25px;
    height: 25px;
}


.info .profile .profile-name h5 {
    display: inline;
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
}

.info .profile .verified-star {
    font-size: 20px;
}

.info .profile .verified-star .plan-name {
    font-weight: 700;
    color: #000
}

.social-disabled .lock-icon {
    opacity: 0.4;
}

.offer-card {
    border-radius: 15px;
    border: 1.6px solid #ccc;
    position: relative;
}

.offer-card.premuim-plan {
    border-top-left-radius: 0;
}

.offer-card.premuim-plan .verified-cornor {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: var(--base-color);
    color: #fff;
    font-size: 13px;
    border-bottom-right-radius: 24px;
}

.offer-card .offer-profile {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.offer-card .offer-profile .offer-details .profile-name a {
    color: hsl(var(--dark)/0.8);
    font-size: 13px;
}

.offer-card .offer-profile .profile-img a {
    position: relative;
}

.offer-card .offer-profile .profile-img img.brand-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.offer-card .offer-profile .profile-img .brand-verified-badge {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.offer-card .offer-profile .offer-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /*align-items: center;*/
}

.offer-card .offer-profile .offer-details .verified-star {
    margin-inline-start: 11px;
    color: #000;
    font-size: 15px;
}

.offer-card .offer-profile .offer-details .offer-title {
    margin-bottom: 0;
    font-size: 17px;
    color: hsl(var(--dark)/0.8);
}

.offer-card  .offer-meta {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;
    color: hsl(var(--dark)/0.8);
    font-size: 14px;
}

.offer-card .btn-add-comment {
    font-size: 14px;
    display: none;
}

.offers-page .main-content .offer-col:not(:first-child) {
    margin-top: 16px;
}

@media screen and (max-width: 700px) {
    .offer-card .offer-meta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        justify-content: center;
        justify-items: center;
        text-align: center;
        margin-top: 12px;
    }

    .offer-card .offer-meta li {
        font-size: 12.3px;
    }

    .offer-card .offer-meta .offer-last-comment-date {
        grid-column: span 2;
    }

    .offer-card .btn-add-comment {
        display: inline-block;
    }
}

.framegroup-section {
    border-bottom: 1px solid rgba(47, 47, 47, 0.56);
    border-left: 1px solid rgba(47, 47, 47, 0.56);
    border-right: 1px solid rgba(47, 47, 47, 0.56);
    padding-inline-start: 24px;
    padding-bottom: 11px;
}

.framegroup-section .section-title {
    position: relative;
    font-size: 18px;
    color: rgba(5, 5, 5, 0.56);
    font-weight: bold;
}

.framegroup-section .section-title:after {
    content: '';
    width: 40%;
    border-bottom: solid 1px rgba(47, 47, 47, 0.56);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 0px;
}

.influencer-profile .skill a {
    color: inherit;
}

.influencer-profile .top-ugc-videos {
    position: relative;
    border: 2px solid rgba(47, 47, 47, 0.56);
    border-radius: 6px;
    padding: 3px 2px;
}

.influencer-profile .top-ugc-videos .section-title {
    font-size: 18px;
    color: rgba(5, 5, 5, 0.56);
    font-weight: bold;
    position: absolute;
    top: -34px;
    background-color: #f6fcf9;
    width: auto;
}

@media screen and (max-width: 600px) {
    .framegroup-section {
        margin-inline-start: 10px;
    }

    .influencer-profile .top-ugc-videos {
        margin-inline-start: 2px;
        margin-inline-end: 2px;
    }
}

.offer-detail-page {
    background-color: hsl(var(--base) / 0.03);
}

.offer-detail-page .offer-content {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 20px;
    padding: 10px 16px;
}

.offer-detail-page .offer-comments-box {
    background-color: #fff;
    border: 2px dashed #ccc;
    border-radius: 20px;
    padding: 10px 16px;
}

.offer-detail-page .offer-profile-section {
    display: flex;
    gap: 3px;
}

.offer-detail-page .offer-profile-section .offer-creator-avatar {
    position: relative;
}

.offer-detail-page .offer-profile-section .offer-creator-avatar img.creator-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.offer-detail-page .offer-profile-section .brand-verified-badge {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
}

.offer-detail-page .offer-profile-section .offer-creator-budget {
    margin-inline-start: 5px;
}

.offer-detail-page .offer-profile-section .offer-creator-name h5 {
    display: inline-block;
}

.offer-detail-page .offer-profile-section .offer-creator-name .verified-star {
    font-size: 19px;
}

.offer-detail-page .offer-profile-section .offer-creator-budget .offer-budget-info .budget-amount {
    color: hsl(var(--base));
}

.offer-detail-page .offer-profile-section .offer-creator-budget .offer-budget-info .proposals {
    color: hsl(var(--dark) / 0.7);
}

.offer-comments {
    margin-top: 15px;
}

.offer-comments h5, .add-offer-box h5 {
    margin-bottom: 15px;
}

.offer-comments .comment {
    display: flex;
    margin-top: 30px;
    border-bottom: 1px solid hsl(var(--dark) / 0.1);
    padding-bottom: 30px;
    justify-content: space-between;
}

.offer-comments .comment .profile {
    display: flex;
}

.offer-comments .comment .profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}

.offer-comments .profile h6 {
    margin-bottom: 0;
}

.offer-comments .comment .comment-time {
    font-size: 14px;
}

@media screen and (max-width: 600px) {
    .offer-detail-page .offer-content, .offer-detail-page .offer-comments-box {
        margin-inline-start: 3px;
        margin-inline-end: 3px;
        padding-inline-start: 3px;
        padding-inline-end: 3px;
    }
}

.add-offer-box {
    margin-top: 50px;
}

.add-to-fav-btn i {
    border-radius: 26px;
    background: #fff;
    padding: 4px;
    color: hsl(var(--primary));
    font-size: 11px;
}

.influencer-data-page .custom-body, .user-data-page .custom-body {
    border: 1px solid #777;
    border-radius: 17px;
}

.multistepper-btn {
    border-radius: 20px;
    padding: 1px 13px;
    font-size: 19px;
    line-height: 1.5;
    padding-top: 2px;
}

.multistepper-btn .fa {
    padding: 4px 5px;
    background: #fff;
    border-radius: 18px;
    color: #777;
    font-size: 9px;
    width: 17px;
    height: 17px;
}

.multistepper-btn.next .fa {
    color: var(--base-color);
}

@media screen and (max-width: 600px) {
    .multistepper-btn {
        font-size: 13px;
    }
}

.sect-border {
    border: 4px solid hsl(0deg 1.29% 88.03% / 70%);
    border-radius: 17px;
}

/**
 ----- Chat --------
 */
.chat-app {
    display: flex;
    flex-direction: row;
    border-radius: 12px;
}

.chat-app #toggle-chat-friends {
    display: none;
    position: fixed;
    bottom: 8px;
    right: 12px;
    height: 33px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 2px 23px;
    cursor: pointer;
    border-radius: 6px;
}

@media screen and (max-width: 700px) {
    .chat-app #toggle-chat-friends {
        display: block;
    }
}

.chat-app .people-list {
    width: 30%;
    padding: 0;
}

.chat-app .people-list .card-header {
    padding: 15px 18px;
    background: #fff;
    border-bottom: 1px solid rgb(0 0 0 / 11%);
    padding-bottom: 8px;
}

.chat-app .people-list .card-body {
    padding: 0;
}

.chat-app .people-list .card-body .message-search{
    padding: 10px 1px;
}

.chat-app .people-list .card-body .message-search input{
    padding: 8px 6px;
    font-size: 16px;
    border: none;
}

.chat-app .people-list .chat-people-tabs button {
    font-size: 14px;
    font-weight: bold;
    padding: 1rem 0.4rem;
    letter-spacing: 0.1px;
}

.chat-app .people-list .chat-people-tabs .toggle-ugc.active {
    background-color: hsl(var(--base));
    color: #fff;
    border: 1px solid hsl(var(--base));
}

.chat-app .people-list .chat-people-tabs .toggle-ugc.active:hover, .chat-app .people-list .chat-people-tabs .toggle-ugc.active:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--base-two));
}

.chat-app .people-list .chat-people-tabs .toggle-brand.active {
    background-color: var(--base-three);
    color: #fff;
    border: 1px solid var(--base-three);
}

.chat-app .chat {
    border-left: 1px solid #eaeaea;
    width: 70%;
}

.rtl .chat-app .chat {
    border-left: none;
    border-right: 1px solid #eaeaea;
}

.chat-app .chat .chat-head{
    margin-bottom: 2px;
    /*border-bottom: 1px solid rgb(0 0 0 / 11%);*/
}

.chat-app .chat .chat-head .status {
    color: #999;
    font-size: 13px;
}

.chat-app .chat-body {
    background: #f7f7f7;
    margin-inline-start: 9px;
    margin-inline-end: 9px;
    border-radius: 10px;
    padding-top: 9px;
    margin-bottom: 9px;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
}

.chat-app .people-list {
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -webkit-transition: .5s all;
    transition: left 500ms ease-in-out;
}

.chat-app .people-list .chats-title {
    font-size: 20px;
    font-weight: bold;
}

.chat-app .chat-list .chat-people .person-photo-wrapper {
    position: relative;
}

.chat-app .chat-list .chat-people .person-photo-wrapper .status {
    position: absolute;
    right: -2px;
    bottom: -2px;
    font-size: 11px;
}

.chat-app .people-list .chat-section h6 {
    color: #616060;
    border-bottom: .5px solid #dfdede;
}

.chat-app .people-list .chat-list {
    padding: 0;
    background-color: hsl(var(--white));
    min-height: 31vh;
    height: auto;
    max-height: 42vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;;
}

.chat-app .people-list .chat-list li {
    padding: 10px 15px;
    list-style: none;
    display: flex;
    gap: 9px;
    justify-content: space-between;
}

.chat-app .people-list .chat-list li:hover {
    background: #efefef;
    cursor: pointer
}

.chat-app .people-list .chat-list li.active {
    background: #f7f7f7;
    border-left: 4px solid var(--base-three);
}

.chat-app .people-list .chat-section.ugc .chat-list li.active {
    border-left: 4px solid var(--base-color);
}

.chat-app .people-list .chat-section.brand .chat-list li.active {
    border-left: 4px solid var(--base-three);
}

.chat-app .people-list .chat-list li .name {
    font-size: 15px
}

.chat-app .people-list .chat-list img {
    width: 45px;
    border-radius: 50%
}

.chat-app .people-list img {
    border-radius: 50%
}

.chat-app .people-list .about {
    /*padding-left: 8px*/
}

.chat-app .people-list .last-message {
    font-size: .75em;
}

.chat-app .people-list .since {
    color: #777;
    font-size: 14px;
}

.chat-app .people-list .status {
    color: #c1bfbf;
    font-size: 13px
}

.chat-app .chat .chat-header {
    padding: 4px 10px;
    /*border-bottom: 2px solid #f4f7f6;*/
    padding-bottom: 3px;
}

.chat-app .chat .profile-info img.friend-photo {
    border-radius: 40px;
    width: 63px;
}

.chat-app .chat .profile-info {
    display: flex;
    gap: 6px
}

.chat-app .chat .profile-info .chat-about {
    /*margin-top: 13px;*/
}

.chat-app .chat .profile-info .chat-about .brand-verified-badge {
    width: 25px;
    height: 25px;
}

.chat-app .chat .chat-history {
    padding: 20px;
    border-bottom: 4px solid #fff;
    height: 400px;
    overflow-y: scroll;
}

.chat-app .chat .chat-history ul {
    padding: 0
}

.chat-app .chat .chat-history ul li {
    list-style: none;
    margin-bottom: 48px
}

.chat-app .chat .chat-history ul li.message-separator {
    text-align: center;
    position: relative;
}

.chat-app .chat .chat-history ul li.message-separator:after {
    content: "-";
    width: 100%;
    height: 1px;
    color: #ccc;
    position: absolute;
    border-bottom: 1px solid #eaeaea;
    top: 12px;
    left: 0;
}

.chat-app .chat .chat-history ul li.message-separator span {
    background: #313030;
    color: #fff;
    font-size: 11px;
    border-radius: 15px;
    padding: 3px 17px;
    position: inherit;
    z-index: 99;
}

.chat-app .chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat-app .chat .chat-history .message-data {
    margin-bottom: 15px;
    display: flex;
    gap: 9px;
    align-items: end;
}

.chat-app .chat .chat-history .message-data .message-owner {
    color: #000;
    font-size: 12.5px;
}

.chat-app .chat .chat-history .message-data img {
    border-radius: 40px;
    width: 30px;
    height: 30px;
}

.chat-app .chat .chat-history .message-item .message-data-time {
    color: #848485;
    margin-inline-end: 7px;
}

.chat-app .chat .chat-history .message-item {
    color: #444;
}

.chat-app .chat .chat-history .message-item.other-message .message-data-time {
    margin-inline-start: 7px;
    margin-inline-end: 0;
}

.chat-app .chat .chat-history li.message-item .message-content {
    display: inline-block;
    margin-inline-start: 5px;
}

.chat-app .chat .chat-history .message-item .message-owner-time {
    text-align: end;
}

.chat-app .chat .chat-history .message-item .message-data-time {
    font-size: 12px;
}

.chat-app .chat .chat-history .message-content .message-line {
    padding: 8px 8px;
    border-radius: 6px;
    font-size: 15px;
    border-bottom-right-radius: 0;
    margin-bottom: 1px;
}

.chat-app .chat .chat-history .other-message .message-content .message-line {
    background: var(--base-color);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
}

.chat-app .chat .chat-history .my-message .message-content .message-line {
    background: var(--base-three);
    color: #fff
}

.chat-app .chat .chat-history .message-item.ugc .message-content .message-line {
    background: var(--base-color);
    color: #444;
}

.chat-app .chat .chat-history .message-item.brand .message-content .message-line {
    background: var(--base-three);
    color: #fff
}

.chat-app .chat .chat-history .my-message .message-data {
    justify-content: end;
}

.chat-app .chat .chat-history .my-message .message-data .message-body {
    text-align: end;
}

.chat-app .chat .chat-message {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.chat-app .chat .chat-message button{
    padding: 8px;
    color: var(--base-color);
    white-space: nowrap;
    padding: 9px 10px;
    border-radius: 22px;
}

.chat-app .chat .chat-message.ugc button {
    color: var(--base-color);
    border: 1px solid var(--base-color);
}

.chat-app .chat .chat-message.brand button {
    color: var(--base-three);
    border: 1px solid var(--base-three);
}

.chat-app .chat .chat-message .input-wrapper{
    width: 90%;
    position: relative;
}

.chat-app .chat .chat-message .input-wrapper .chat-emoji{
    position: absolute;
    top: 22px;
    right: 11px;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.3s all;
}

.chat-app .chat .chat-message .input-wrapper .chat-emoji:hover{
    color: #000
}

.chat-app .chat .chat-message .input-wrapper .emoji-selector {
    position: absolute;
    bottom: 69px;
    right: 0;
    /*text-align: start;*/
    /*background: #fff;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 9px;*/
    /*width: 60%;*/
    /*overflow: auto;*/
    /*height: 117px;*/
}

.chat-app .chat .chat-message .input-wrapper .emoji-selector .emoji-item span {
    cursor: pointer;
    font-size: 22px;
}

.chat-app .chat .chat-message textarea {
    border-radius: 27px;
    font-size: 14px;
    padding: 9px 14px;
}

.chat-app .online,
.chat-app .offline,
.chat-app .me {
    margin-right: 2px;
    font-size: 8px;
    vertical-align: middle
}

.chat-app .online, .chat-app .status.online  {
    color: #86c541
}

.chat-app .offline {
    color: #e47297
}

.chat-app .me {
    color: #1d8ecd
}

@media only screen and (max-width: 767px) {
    .messages-page {
        margin-top: 28px;
    }

    .chat-app .people-list {
        position: fixed;
        top: 0;
        height: 465px;
        width: 100%;
        overflow-x: auto;
        overflow-y: auto;
        background: #fff;
        display: none;
        transition: all 500ms ease-in-out;
        z-index: 9999;
    }
    .chat-app .people-list.open {
        left: 0;
        display: block;
        height: 91%;
    }
    .chat-app .chat {
        margin: 0;
        width: 100%;
    }

    .chat-app .chat .chat-message button{
        font-size: 14px;
        /*padding: 5px;*/
    }

    .chat-app .chat .chat-header {
        border-radius: 0.55rem 0.55rem 0 0
    }

    .chat-app .chat-history {
        height: 290px !important;
        overflow-x: auto;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .chat-app .chat .chat-message .input-wrapper .emoji-selector {
        right: -61px;
        bottom: 51px;
    }

    .chat-app .chat .chat-message {
        padding: 9px;
    }

    .chat-app .chat .chat-message textarea {
        height: 45px;
    }

    .chat-app .chat .chat-message .input-wrapper .chat-emoji {
        top: 14px;
    }

    .chat-app .chat-body {
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .chat-app .chat-list {
        height: 650px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: 600px;
        overflow-x: auto
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .chat-app .chat-list {
        height: 480px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: calc(100vh - 350px);
        overflow-x: auto
    }
}

@media screen and (max-width: 600px) {
    .lang-rows .l-row:not(:last-child) {
        margin-bottom: 24px !important;
    }
}

.new-not {
    border-radius: 50%;
    height: 9px;
    width: 9px;
    position: absolute;
    left: 24px;
    background: #ff5f5f;
    animation: pulse-red 2s infinite;
    top: -4px;
}

.sponsors-slider {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0));
}

.sponsors-slider .sponsor-item img {
    width: 90px;
    height: 90px;
}

@media screen and (max-width: 700px) {
    .sponsors-slider .sponsor-item .image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.video-size-hint {
    font-size: 13px;
}

.most-watched-account-widget .account-avatars {
    height: 44px;
    width: 115px;
    position: relative;
}

.most-watched-account-widget .account-avatars img {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    border: 3px solid #fff;
    top: 0;
    left: 1%;
}

.most-watched-account-widget .account-avatars img:nth-child(2) {
    left: 30%;
}

.most-watched-account-widget .account-avatars img:nth-child(3) {
    left: 59%;
}

.most-watched-account-widget .account-counter {
    font-size: 13px;
    font-weight: 600;
}

.rtl .new-not {
    right: 24px;
    left: 0;
}

.rtl .chat-app .chat .chat-message .input-wrapper .chat-emoji {
    left: 11px;
    right: auto;
}

.rtl .chat-app .chat .chat-message .input-wrapper .emoji-selector {
    left: 0;
    right: auto;
}

.rtl .chat-app .chat .chat-history .message-item.my-message .message-content .message-line {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
}

.rtl .chat-app .chat .chat-history .message-item.other-message .message-owner-time {
    text-align: start;
}

.rtl .custom--accordion .accordion-button[aria-expanded="true"]::after, .rtl .custom--accordion .accordion-button[aria-expanded="false"]::after {
    content: unset;
}

.rtl .custom--accordion .accordion-button[aria-expanded="true"]::before, .rtl .custom--accordion .accordion-button[aria-expanded="false"]::before {
    content: "\f067";
    color: hsl(var(--base));
    position: relative;
    font: var(--fa-font-solid);
    right: 7px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: hsl(var(--base)/0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 19px;
}

.rtl .custom--accordion .accordion-body {
    padding: 5px 20px 13px 5px;
}

.rtl .accordion-button {
    text-align: right;
}

@media screen and (max-width: 700px) {
    .table-content .chart .chart-bg {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.user-offers-capacity {
    width: 67%;
}

.user-offers-capacity .progress {
    border-radius: 30px;
    height: 2rem;
    border: 1px solid #00a7a7;
    padding: 4px;
}

.user-offers-capacity .progress .progress-bar {
    border-radius: 30px;
    background-color: #00a7a7;
}

@media screen and (max-width: 650px) {
    .user-offers-capacity {
        margin-bottom: 1rem;
        width: 90%;
    }
}