body {
    background-color: #f4f4f4;
}

.profile-banner {
    height: 250px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 35px;
}

.profile-banner .profile-banner-front {
    position: absolute;
    width: calc(100% - var(--bs-gutter-x));
    height: 100%;
    padding: 0;
    margin: 0;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.profile-header {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: 2px solid #e7edf5;
    position: relative;
    z-index: 5;
}

.profile-header .user-info {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

.profile-header .user-info .user-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile-header .user-info .user-details h1 {
    font-size: 20px;
    margin: 0;
    display: flex;
    gap: 12px;
    font-weight: 600;
    align-items: center;
}

.profile-header .user-info .user-avatar {
    width: 118px;
    height: 118px;
    border-radius: 6px;
    border: 2px solid #f66d00;
    position: relative;
}

.profile-header .user-info .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
}

.profile-tabs {
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    margin-bottom: 25px;
    flex-wrap: nowrap;
    gap: 20px;
    position: sticky;
    top: 0;
    z-index: 4;
}

.profile-tabs .profile-tab {
    padding: 5px 12px;
    text-align: center;
    font-size: 15px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    color: #B7BCC5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: nowrap;
}

.profile-tabs .profile-tab:hover,
.profile-tabs .profile-tab.active {
    color: #f66d00;
}

.profile-tab-contents {
    position: relative;
}

.profile-tab-contents .profile-tab-content {
    display: none;
}

.profile-tab-contents .profile-tab-content.show {
    display: block;
}

.profile-tabs .profile-tab.active span {
    background: #f66d0033;
    color: #f66d00 !important;
}

.profile-tabs .profile-tab i {
    margin-right: 10px;
    font-size: 18px;
    margin-top: 3px;
    padding: 7px 10px;
    border-radius: 6px;
    line-height: 1.5;
}

.profile-tabs .profile-tab.active i {
    background: #f66d0033;
}

.profile-tabs .profile-tab span {
    background: #f0f1f3;
    font-size: 12px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 2px;
    border-radius: 25px;
    color: #b7bcc5 !important;
    min-width: 31px;
}

.ilan-list {
    display: flex;
    flex-wrap: wrap;
}

.ilan-list .product-base {
    width: calc(16% - 6px);
}

.ilan-list .product-image {
    width: 100%;
    height: 100%;
}

.list-cards .list-card {
    width: calc(33% - 6px);
}

.cekilisler-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cekilisler-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cekilisler-list .sweepstake {
    width: calc(25% - 9px);
}

.product-rating-progress {
    margin-left: 5px;
    min-width: 168px;
    height: 5px;
    border-radius: 4px;
    background-color: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-rating-progress div {
    height: 5px;
    border-radius: 4px;
    background-color: #f3a027;
}

.product-rating-count {
    /* margin-bottom: 10px; */
    /* width: 40px; */
    margin-left: 10px;
}

.product-rating-title {
    color: var(--var-dark-gray-color);
}

.product-rating-summary-stars {
    min-width: 100px;
    font-size: 18px;
}

.product-rating-summary-rating {
    font-size: 60px;
    color: var(--var-dark-gray-color);
    font-weight: 600;
}

.product-rating-stars-count-icon {
    font-size: 15px;
    font-weight: 700;
}

.product-rating-row {
    padding: 4px;
    margin-bottom: 10px;
}

.product-rating-row:hover {
    border-radius: 12px;
    background-color: var(--var-light-gray-color);
    cursor: pointer;
}

.profile-comment-data {
    display: flex;
    padding: 10px 0;
    width: 100%;
    gap: 12px;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 8px;
}

.profile-comment-data img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
    border: 2px solid #333333;
    box-shadow: #00000052 0 0 5px;
}

.product-comments .media {
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.product-comments .media:last-of-type {
    border: 0;
}

.product-comments .card {
    border: none;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 40px
}

.product-comments .images img {
    border-radius: 10px;
    width: 80px;
    height: 64px;
}

.product-comments .images img:hover {
    cursor: pointer
}

.product-comments .round .align-self-start {
    border-radius: 100%;
    width: 72px;
    height: 72px
}

.product-comments .media .comment {
    background: #F4F4F4;
    border: none;
    border-radius: 10px
}

.product-comments .user {
    color: #5C5C5C;
    font-size: 15px !important;
    padding-left: 8px !important;
    margin-bottom: 0;
    display: inline-block;
}

.product-comments .user:hover {
    cursor: pointer;
    text-decoration: underline
}

.product-comments div.text {
    color: #979797;
}

.product-comments div.text.comment {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 580px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 25px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #424242;
    margin-left: 85px;
    margin-bottom: 0;
    word-wrap: break-word;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.24px;
    color: var(--var-dark-gray-color);
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.product-comments .ml-auto {
    margin-right: 10px;
    display: inline-block;
}

.product-comments .ml-auto:after {
    content: '';
}

.product-comments p .reply {
    color: #5C5C5C;
    font-size: 15px
}

.product-comments .comment-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 12px;
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, .6);
    margin-top: 15px;
}

.product-comments .comment-features .review-title {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 11px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.22px;
    color: var(--var-dark-gray-color);
    margin-top: 8px;
}

.product-comments .comment-features .reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 14px 0;
    height: 20px;

}

.product-comments .comment-features .reviews * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-comments .comment-features .reviews .review {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 2px;
}

.review-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 2px;
    margin-right: 10px;
}

.review-card .icon {
    width: 22px;
    height: 22px;
}

.review-card .icon img {
    width: 22px;
    height: 22px;
}

.review-card .review-text {
    margin-left: 2px;
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.24px;
    color: var(--var-dark-gray-color);
}

.review-card .star-in {
    margin-left: 2px;
    height: 12px;
    width: 12px;
    position: relative;
}

.review-card .star-in .star-mini {
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBmaWxsPSIjZjI4YjAwIiBkPSJNNiAwYy4yMiAwIC40MTYuMTQ4LjQ4Ni4zNjZsMS4yMDcgMy43NzIgMy43OTkuMDM1Yy4yMi4wMDMuNDE1LjE1Mi40ODMuMzcxYS41NTEuNTUxIDAgMDEtLjE4My41OThMOC43NCA3LjUwOGwxLjE0MSAzLjc5NGEuNTQ5LjU0OSAwIDAxLS4xODcuNTk1LjQ5Ny40OTcgMCAwMS0uNi4wMDNMNiA5LjU5MiAyLjkwNiAxMS45YS40OTcuNDk3IDAgMDEtLjU5OS0uMDAzLjU1MS41NTEgMCAwMS0uMTg3LS41OTVsMS4xNC0zLjc5NEwuMjA4IDUuMTQyYS41NTEuNTUxIDAgMDEtLjE4My0uNTk4LjUxNi41MTYgMCAwMS40ODMtLjM3bDMuOC0uMDM2TDUuNTEzLjM2NkEuNTE1LjUxNSAwIDAxNiAweiIvPjwvc3ZnPg==);
}

.review-card .point {
    margin-left: 2px;
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.24px;
    color: var(--var-dark-gray-color);
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
}

.product-comments .images {
    display: block;
    overflow-y: auto;
    white-space: nowrap;
    margin-left: 75px;
}

.media-body .round {
    position: relative;
    display: inline-block;
    background: #f36f24;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    vertical-align: top;
    text-align: center;
    line-height: 4;
    color: #fff;
}

.media-body .row.d-flex {
    max-height: 42px;
}

.media-body .rating-stars {
    display: inline-block;
    height: auto;
    vertical-align: top;
}

.no-data {
    background-color: #fff;
    border-radius: 8px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 100%;
    gap: 12px;
}

.no-data i {
    margin-top: 3px;
}

span.profile-online {
    font-size: 13px;
    color: #136713;
    font-weight: 600;
}

span.profile-offline {
    font-size: 13px;
    color: #8f3f3f;
    font-weight: 600;
}

.profile-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}

.user-store-details {
    flex-shrink: 0;
}

.user-store-details .user-registration {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    background-color: rgba(32, 32, 32, 0.2);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 4px 12px;
}

.user-store-details .user-registration i {
    margin-top: 3px;
}

.user-store-details .store-rating {
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}

.user-store-details .store-rating span {
    font-size: 16px;
    font-weight: 600;
}

.user-store-details .store-solds {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    color: #288728;
}

.user-store-details .store-solds .success-orders {
    padding: 5px 10px;
    background: #b5f2b5;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.user-store-details .store-solds .failed-orders {
    padding: 5px 10px;
    background: #f2b5b5;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #9a2222;
}

.streamer-live-cards .stream-info .stream-details .stream-tags .stream-tag {
    color: rgb(255 255 255 / 70%);
    background-color: rgb(73 73 73);
}

.user-other-details {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    align-items: center;
    flex-shrink: 0;
}

.streamer-live-cards {
    background: #0000000f;
    padding: 8px 21px;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.streamer-live-cards .stream-info .stream-details .stream-title {
    font-size: 12px;
}

.streamer-live-cards .stream-info .stream-details .game-name {
    display: flex;
    justify-content: space-between;
}

.stream-info .watch {
    display: inline-flex;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    font-size: 13px;
}

.profile-banner .change-background {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(#ffffff4a, #ffffff85);
    font-size: 58px;
    cursor: pointer;
    user-select: none;
    opacity: 0;
    transition: 0.1s linear;
}

.profile-banner:hover .change-background {
    transition: 0.1s linear;
    opacity: 1 !important;
}

.user-avatar .change-avatar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(#000000ba, #32353e);
    font-size: 24px;
    cursor: pointer;
    user-select: none;
    opacity: 0;
    transition: 0.1s linear;
}

.user-avatar:hover .change-avatar {
    transition: 0.1s linear;
    opacity: 1 !important;
}

.profile-banner:hover {
    cursor: pointer;
}

.bg-button {
    -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    padding: 8px;
    position: relative;
    text-decoration: none;
    background-color: rgb(91 110 186);
    color: rgb(255, 255, 255);
    font-size: 16px;
    height: 46px;
    min-width: 184px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}

.bg-text-input {
    background-color: rgb(238, 238, 238) !important;
    border: 2px solid rgb(238, 238, 238) !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    color: rgb(155, 155, 155) !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: normal !important;
    letter-spacing: -0.32px !important;
    line-height: 15px !important;
    outline: 0px !important;
    width: 100% !important;
    padding: 14px !important;
    box-shadow: unset !important;
    margin-right: 10px !important;
    transition: border-color 0.2s ease 0s !important;
    height: 45px;
}

.bg-button.sm {
    height: 45px;
    min-width: 45px;
}

.bg-button.disabled {
    background-color: rgb(147, 147, 147);
    cursor: not-allowed;
}

.modal .input-container {
    display: flex;
    align-items: center;
    gap: 4px;
}

.modal .input-container .input {
    display: flex;
    align-items: center;
    gap: 4px;
}

.modal .input-container * {
    margin: 0;
}

.store-slug {
    display: flex;
    margin-left: 5px;
    font-size: 15px;
    font-weight: 600;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.change-buttons {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: center;
}

.seller-amblems {
    display: flex;
    gap: 8px;
    margin-top: 6px;
    align-items: center;
    flex-wrap: wrap;
}

.seller-amblems img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.user-info .user-follows {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.user-info .user-follows a {
    font-size: 14px;
    font-weight: 300;
    color: #8b8b8b;
}

.user-info .user-follows a:hover {
    text-decoration: underline;
}

.user-info .user-follows a span {
    font-weight: 600;
    color: #858585;
}

.follower-list,
.follow-list {
    display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
}

.user-card {
    width: calc((100% - 36px) / 4);
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: #00000040 0 3px 7px;
    border: 1px solid #d8d8d8;
}

.user-card.streamer-user {
    border-color: #A872FB;
}

.user-card .user-container {
    position: relative;
    background: #fff;
    transition: all 0.15s;
    z-index: 1;
}

.user-card.streamer-user .user-container {
    background: #6300ff;
}

.user-card .user-container .user .user-profile {
    display: flex;
    gap: 8px;
    padding: 10px;
    align-items: center;
}

.user-card .user-container .user .user-profile img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 999px;
}

.user-card .user-container .user .user-profile a {
    font-size: 14px;
    font-weight: 600;
    color: #383838;
    text-overflow: ellipsis;
    display: block;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
}

.user-card .user-container .user .user-profile p {
    margin: 0;
    font-size: 12px;
    cursor: pointer;
    color: #5a5a5a;
}

.user-card .user-container .user .user-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    padding: 4px 8px;
    max-width: 40%;
}

.user-card .user-container .user .user-banner .twitch-data {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: 3px;
}

.user-card .user-container .user .user-banner .twitch-data .stream-title a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: end;
}

.user-card .user-container .user .user-banner .twitch-data .stream-game a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: end;
    font-weight: 600;
    color: #e3d1ff;
    text-shadow: 0px 0px 2px BLACK;
}

.user-card .user-container .user .user-banner .twitch-data .stream-view {
    text-align: right;
    align-self: end;
    display: inline-block;
    background: #0000004f;
    padding: 2px 5px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 10px;
}

.user-card .user-container .user .user-banner button,
.user-card .user-container .user .user-banner a {
    display: block;
    width: 100%;
}

.user-card .seller-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 4px;
}

.user-card .seller-info .seller-details {
    display: flex;
    flex-direction: row;
    gap: 6px;
    flex-wrap: nowrap;
}

.user-card .seller-info .seller-details .seller-data {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    padding: 3px 6px;
    text-align: end;
    background: #fff;
}

.user-card .seller-info .seller-details .seller-data:first-of-type {
    border-bottom-left-radius: 4px;
}

.user-card .seller-info .seller-details .seller-data span {
    font-weight: 400;
    color: #414141;
}

.user-card .seller-info .seller-details .seller-data a {
    font-weight: 600;
    text-align: center;
    color: #494949;
}

.user-card .seller-info .seller-details .seller-data a:hover {
    text-decoration: underline;
}

.store-comments {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 28px 42px;
    border-radius: 6px;
}

.store-comments .store-comment {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 25px;
    border: 1px solid #E5EDF1;
    width: 100%;
}

.store-comments .store-comment .comment-detail {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    gap: 8px;
    font-size: 13px;
}

.store-comments .store-comment .comment-detail p {
    margin: 0;
}

.store-comments .store-comment .comment-detail .comment-who {
    display: block;
}

.store-comments .store-comment .comment-detail .comment-who img {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    object-fit: cover;
    margin-right: 4px;
}

.store-comments .store-comment .comment-detail .comment-who a {
    font-size: 15px;
    font-weight: 600;
}

.store-comments .store-comment .rating-detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex: 1 1;
    border-left: 1px solid #e7edf5;
    padding: 6px 0 6px 25px;
}

.store-comments .store-comment .rating-detail .which-ilan {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    font-size: 13px;
    font-weight: 600;
}

.store-comments .store-comment .rating-detail .which-ilan span {
    color: #5CD2BE;
}

.store-comments .store-comment .rating-detail .which-ilan .comment-ilan-text {
    color: #555555;
}

.store-comments .store-comment .rating-detail .comment-rating {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.store-comments .store-comment .rating-detail .comment-rating time {
    display: flex;
    align-items: center;
    gap: 8px;
}

.store-comments .store-comment .rating-detail .comment-rating time i {
    color: #c8c8c8;
}

.store-comments .store-comment .rating-detail .rate-info {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: end;
    color: gray;
    font-weight: 400;
    font-size: 13px;
}

.store-comments .store-comment .rating-detail .rate-info .star-rating-container {
    margin-top: -3px;
}

.profile-overview {
    display: flex;
    justify-content: center;
}

.gonderiler-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 768px;
    width: 100%;
}

.gonderiler-list .gonderiler-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ilan-featured-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(40% - 12px);
}

.ilan-featured-list .section-describe-head {
    background: #f66d00;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    padding: 10px 12px;
    border-radius: 6px;
}

.ilan-featured-list .section-describe-head i {
    color: #f66d00;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.ilan-featured-list .ilan-featured-all {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap: 16px;
    flex-wrap: wrap;
}

.ilan-featured-list .ilan-featured-all .ilan-card-wrapper {
    width: calc(50% - 8px);
}

.ilan-post {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.ilan-post .ilan-post-auth {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px 0 18px;
}

.ilan-post .ilan-post-auth .ilan-post-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.ilan-post .ilan-post-auth .ilan-post-author img {
    width: 45px;
    height: 45px;
    border-radius: 999px;
}

.ilan-post .ilan-post-auth .ilan-post-author a {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2px;
}

.ilan-post .ilan-post-auth .ilan-post-author a i {
    margin-top: 3px;
}

.ilan-post .ilan-post-auth .ilan-post-auth-info {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 13px;
    color: #535353;
}

.ilan-post .ilan-post-text-content {
    font-size: 14px;
    color: #2c2c2c;
    margin: 0;
    max-height: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    position: relative;
    padding: 0 18px;
    font-weight: 400;
    line-height: 1.3;
}

.ilan-post .ilan-post-text-content a {
    color: #3ea6ff;
    font-weight: 500;
}

.ilan-post .ilan-post-text-content:after {
    content: "\f107";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 70px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    align-items: end;
    justify-content: center;
    font-size: 28px;
    color: #000;
    padding: 10px 4px 0 4px;
    background: linear-gradient(0deg, #ffffffe8 36%, transparent);
    cursor: pointer;
    display: none;
}

.ilan-post .ilan-post-text-content.readmore:after {
    display: flex;
}

.ilan-post .ilan-post-auth .ilan-post-auth-info time,
.ilan-post .ilan-post-auth .ilan-post-auth-info span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #9d9d9d;
}

.ilan-post .ilan-post-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    padding: 0 18px;
}

.ilan-post .ilan-post-actions button {
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    background: red;
    border: 0;
    outline: 0;
    font-size: 20px;
    width: 56px;
    height: 36px;
}

.ilan-post .ilan-post-actions button span {
    position: absolute;
    background: #fff;
    color: #000;
    top: -8px;
    left: -6px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 20px;
    font-size: 11px;
}

.ilan-post .ilan-post-actions button.btn-like {
    background: #E63052;
}

.ilan-post .ilan-post-actions button.btn-comment {
    background: #f66d00;
}

.ilan-post .ilan-post-actions button.btn-like span {
    background: #7b0e22;
    color: #fff;
}

.ilan-post .ilan-post-actions button.btn-comment span {
    background: #174c88;
    color: #fff;
}

.ilan-post .ilan-post-actions button:disabled {
    opacity: 0.5;
}

.ilan-post .youtube-video-thumb {
    position: relative;
}

.ilan-post .youtube-video-thumb:after {
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    background: rgb(0 0 0 / 40%);
}

.ilan-post .ilan-post-media-box {
    width: 100%;
    background: #f0f0f0;
    padding: 0 0 7px 0;
    overflow: hidden;
}

.ilan-post .ilan-post-media-gallery {
    width: 100%;
}

.ilan-post .ilan-post-media-gallery .slick-next:not(.slider-nav .slick-next) {
    right: 0 !important;
    filter: invert(1) brightness(5);
    top: calc(50% - 16px);
}

.ilan-post .ilan-post-media-gallery .slick-prev:not(.slider-nav .slick-prev) {
    left: 0 !important;
    filter: invert(1) brightness(5);
    top: calc(50% - 16px);
}

.ilan-post .ilan-post-media-gallery img {
    width: 100%;
    max-height: 550px;
    object-fit: contain;
}

.ilan-post .slider-nav {
    width: 100%;
    border-radius: 5px;
}

.ilan-post .slider-nav img {
    height: 60px;
    border-radius: 5px;
    border: 1px solid #ededed;
    cursor: pointer;
    object-fit: cover;
}

.ilan-post .slider-nav img:hover {
    filter: brightness(1.2);
}

.ilan-post .slider-nav .slick-track {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    transform: unset !important;
}

.ilan-post-comment {
    display: flex;
    gap: 12px;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #e7edf5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.ilan-post-comment .ilan-post-comment-input-area {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 0 12px 12px 0;
}

.ilan-post-comment .ilan-post-comments {
    border-top: 1px solid #e7edf5;
    display: flex;
    gap: 22px;
    flex-direction: column;
    padding: 14px 18px 30px 18px;
}

.ilan-post-comment .post-comment {
    display: flex;
    gap: 8px;
    flex-direction: column;
    border-radius: 25px;
    border: 1px solid #e7edf5;
    padding: 10px 12px 28px 12px;
    position: relative;
}

.ilan-post-comment .post-comment p {
    font-size: 14px;
    color: #5b5b5b;
    margin: 0;
    max-height: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    position: relative;
}

.ilan-post-comment .post-comment .comment-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.ilan-post-comment .post-comment .comment-head .comment-who {
    display: flex;
    align-items: center;
}

.ilan-post-comment .post-comment .comment-head .comment-who img {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    margin-right: 6px;
    object-fit: cover;
}

.ilan-post-comment .post-comment .comment-head .comment-who a {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.ilan-post-comment .post-comment .comment-head .comment-who a i {
    margin-top: 3px;
}

.ilan-post-comment .post-comment .comment-head time {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #5e5e5e;
    font-weight: 500;
}

.ilan-post-comment .post-comment .comment-actions {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    position: absolute;
    bottom: -14px;
    right: 8px;
}

.ilan-post-comment .post-comment .comment-actions button {
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    background: red;
    border: 0;
    outline: 0;
    font-size: 16px;
    width: 47px;
    height: 28px;
}

.ilan-post-comment .post-comment .comment-actions button span {
    position: absolute;
    background: #fff;
    color: #000;
    top: -8px;
    left: -6px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 20px;
    font-size: 11px;
}

.ilan-post-comment .post-comment .comment-actions button.btn-like span {
    background: #7b0e22;
    color: #fff;
}

.ilan-post-comment .post-comment .comment-actions button.btn-comment span {
    background: #174c88;
    color: #fff;
}

.ilan-post-comment .post-comment .comment-actions button.btn-like {
    background: #E63052;
}

.ilan-post-comment .post-comment .comment-actions button.btn-comment {
    background: #f66d00;
}

.ilan-post-comment .ilan-post-comment-input {
    background-color: transparent;
    width: 100%;
    outline: 0;
    border: 0;
    max-height: 200px;
    padding: 12px 16px;
    font-size: 14px;
    color: rgb(53, 53, 53);
    resize: none;
}

.ilan-post-comment button {
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    background: #2271ca;
    border: 0;
    outline: 0;
    font-size: 20px;
    width: 56px;
    height: 36px;
}

.ilan-post-send {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}

.ilan-post-send .message-editor textarea {
    font-size: 14px;
    color: #000;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 14px 18px;
    width: 100%;
    resize: vertical;
}

.ilan-post-send .message-editor-tools {
    display: flex;
    gap: 12px;
    padding: 10px 12px;
    justify-content: end;
    align-items: center;
    border-top: 2px solid #e7edf5;
}

.ilan-post-send .message-editor-tools button {
    border-radius: 999px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    opacity: 0.9;
}

.ilan-post-send .message-editor-tools button:hover {
    opacity: 1;
}

.ilan-post-send .message-editor-tools button i {
    font-size: 18px;
}

.ilan-post-send .message-editor-tools button.youtube {
    background: #FB161E;
    color: #fff;
}

.ilan-post-send .message-editor-tools button.media {
    background: #2971c6;
    color: #fff;
}

.ilan-post-send .message-editor-tools button.emoji {
    background: #a900ff;
    color: #fff;
}

.ilan-post-send .message-editor-tools button.send {
    background: #e2e2e2;
    color: #5b5b5b;
}

.ilan-post-send .message-editor-media-gallery {
    width: 100%;
    background: #f0f0f0;
    padding: 10px;
    overflow: hidden;
    display: none;
    flex-wrap: wrap;
    justify-content: start;
    gap: 8px;
}

.ilan-post-send .message-editor-media-gallery .media-card {
    position: relative;
    display: inline-flex;
    width: calc(33.333333% - 6px);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    opacity: 0.8;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: opacity 0.1s ease-in-out;
    padding: 4px;
}

.ilan-post-send .message-editor-media-gallery .media-card button {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 999px;
    width: 28px;
    height: 28px;
    border: 0;
    box-shadow: 0 1px 2px #0000005c;
    background-color: #f0631a;
    color: #fff;
}

.ilan-post-send .message-editor-media-gallery .media-card button:hover {
    background-color: #ff8a4d;
}

.ilan-post-send .message-editor-media-gallery .media-card button:active {
    background-color: #e35c17;
}

.ilan-post-send .message-editor-media-gallery .media-card:hover {
    opacity: 1;
}

.ilan-post-send .message-editor-media-gallery a {
    position: relative;
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.ilan-post-send .message-editor-media-gallery img {
    width: 100%;
    max-height: 550px;
    object-fit: contain;
}

.ilan-post-send .message-editor-media-gallery .youtube-video-thumb:after {
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    background: rgb(0 0 0 / 40%);
}

.wrapper {
    z-index: 5;
}

.emoji-picker__preview {
    display: none !important;
}

.emoji-picker__content {
    padding: 5px !important;
}

.emoji-picker__search-icon {
    right: 10px !important;
    top: 4px !important;
}

.profile_avatar_frame {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    top: 0;
    left: 0;
}

.profile_avatar_frame img {
    background: none;
    filter: none;
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.22);
}

.profile_animated_background {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(255 255 255 / 0%) 80%);
    z-index: -5;
}

.profile_animated_background>video {
    width: 100%;
    aspect-ratio: 1920/1080;
}

@media only screen and (max-width: 992px) {
    .user-card {
        width: 100%;
    }

    .profile-tabs {
        overflow-x: auto;
        width: 100%;
    }

    .ilan-list .product-base {
        width: calc(50% - 6px);
        flex-basis: initial;
    }

    .product-item.ilan-item {
        width: auto !important;
    }

    .list-cards .list-card {
        width: 100%;
    }

    .cekilisler-list .sweepstake {
        width: 100%;
    }

    .media {
        display: block;
    }

    .media .round {
        display: inline-block;
    }

    .product-comments .comment-features .reviews {
        display: block;
        height: auto;
        margin: 0;
        line-height: 0.4;
        padding-bottom: 10px;
    }

    .review-card:first-of-type {
        margin-top: 10px;
    }

    .product-comments div.text.comment {
        margin-left: 0px;
    }

    .product-comments .ml-auto {
        max-width: 20%;
        vertical-align: middle;
    }

    .product-comments .rating-stars {
        width: 77px;
        vertical-align: text-bottom !important;
    }

    .product-comments .images {
        margin-left: 0;
    }

    .media-body .round {
        width: 48px;
        height: 48px;
        line-height: 2.6;
    }

    .media-body .row.d-flex {
        max-height: unset;
    }

    .stars-img {
        max-width: 150px;
        margin-right: 30px;
    }

    .seller-value {
        text-align: end;
    }

    .profile-comment-data {
        justify-content: center;
    }

    .profile-info,
    .user-other-details {
        flex-direction: column;
        gap: 5px;
    }

    .profile-info {
        gap: 12px;
    }

    .profile-header .user-info {
        justify-content: center;
    }

    .ilan-list .ilan-card-wrapper {
        width: calc(50% - 10px);
    }

    .store-comments {
        padding: 6px;
    }

    .store-comments .store-comment {
        flex-direction: column;
        padding: 16px;
        align-items: start;
    }

    .store-comments .store-comment .rating-detail {
        border: 0;
        padding: 0 0 4px 0;
        flex-wrap: wrap;
        width: 100%;
    }

    .gonderiler-list {
        width: 100%;
    }

    .ilan-featured-list {
        display: none;
    }

    .ilan-post .ilan-post-auth .ilan-post-auth-info {
        gap: 0px;
        flex-wrap: wrap;
        justify-content: end;
        align-items: end;
        flex-direction: column;
    }
}

.ilan-post-comment button.btn-load-more-comments {
    margin: auto;
    font-size: 13px;
    width: auto;
    padding: 10px 25px;
    transition: all 0.15s;
    gap: 8px;
}

.ilan-post-comment button.btn-load-more-comments:hover {
    background: #3b89e0;
}

.ilan-post-comment button.btn-load-more-comments:active {
    background: #275f9d;
}

.ilan-post .ilan-post-self-actions,
.ilan-post .ilan-post-comment-actions {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(195deg, #d7d7d7, transparent 30%);
    background-size: 100% 100px;
    background-repeat: no-repeat;
    justify-content: end;
    padding: 10px;
    z-index: 1;
    max-height: 100px;
    border-radius: 6px;
}

.ilan-post .ilan-post-comment-actions {
    border-radius: 25px;
}

.ilan-post {
    position: relative;
}

.ilan-post:hover .ilan-post-self-actions {
    display: flex;
}

.ilan-post-comment .post-comment:hover .ilan-post-comment-actions {
    display: flex;
}

.ilan-post .button-icon {
    border-radius: 999px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    font-size: 18px;
    font-weight: 500;
}

.ilan-post .btn-group {
    height: 35px;
}

.ilan-post .button-icon.icon-light {
    background-color: transparent;
    color: #7b7b7b;
    font-size: 26px;
}

.ilan-post .button-icon.icon-light:hover {
    color: #484848;
}

.button-highlight {
    border: 0;
    border-radius: 6px;
    background: #D5F6EB;
    color: #5CD68C;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 19px;
    transition: all 0.15s;
}

.button-highlight:hover {
    background: #c0ebdc;
    color: #36ac64;
}

.pick-ilan {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 307px;
    gap: 0.5rem;
    padding-right: 0.5rem;
}

.pick-ilan .form-check {
    width: calc((100% - 1rem) / 3);
    cursor: pointer;
    padding: 0;
    margin: 0;
    position: relative;
}

.pick-ilan .form-check input[type=radio] {
    width: 25px !important;
    height: 25px !important;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 8;
    bottom: 10px;
    right: 10px;
    float: unset;
    min-height: auto;
}

.pick-ilan .form-check label {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 7px;
}

.pick-ilan .form-check input[type=radio]:checked+label {
    border-color: #e57639;
    box-shadow: 0 0 4px #e57639;
}

.pick-ilan .ilan-card-wrapper {
    width: 100%;
    cursor: pointer;
}

.pick-ilan .ilan-card-wrapper .ilan-item {
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.pick-ilan .ilan-card-wrapper .ilan-item * {
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.ilan-item .seller-info {
    display: none;
}

.pick-ilan .ilan-item .ilan-preview-image,
.pick-ilan .ilan-item .rise-item,
.pick-ilan .ilan-item .ko-item,
.pick-ilan .rise-nft-details,
.pick-ilan .knight-ring-details {
    height: 135px;
}

.pick-ilan .ilan-item .rise-item:before,
.pick-ilan .slick-slide .rise-item:before,
.pick-ilan .product-top .rise-item:before {
    display: none;
    content: unset;
}

.pick-ilan .ilan-item.has-set .rise-item {
    height: 100px;
}

.pick-ilan .ilan-item .ilan-flex-details {
    margin: 0;
}

.pick-ilan .ilan-item .item-sets {
    padding: 0;
}

/** DARK THEME **/
body.dark-theme .profile-tabs .profile-tab span,
body.dark-theme .product-comments div.text.comment,
body.dark-theme .user-card .seller-info .seller-details .seller-data {
    background: #171a21;
}

body.dark-theme .no-data,
body.dark-theme .ilan-post-send,
body.dark-theme .profile-header,
body.dark-theme .profile-tabs,
body.dark-theme .profile-comment-data,
body.dark-theme .ilan-post,
body.dark-theme .ilan-post .ilan-post-media-box,
body.dark-theme .ilan-post-comment,
body.dark-theme .user-card .seller-info,
body.dark-theme .list-cards .list-card {
    background-color: #212630;
}

body.dark-theme .ilan-post-send,
body.dark-theme .ilan-post-send .message-editor-tools,
body.dark-theme .profile-header,
body.dark-theme .ilan-post,
body.dark-theme .ilan-post-comment,
body.dark-theme .ilan-post-comment .ilan-post-comments,
body.dark-theme .ilan-post-comment .post-comment,
body.dark-theme .user-card,
body.dark-theme .list-cards .list-card,
body.dark-theme .list-cards .list-card .list-card-header .list-options .icon-button,
body.dark-theme .list-cards .list-card .list-card-body .preview-item {
    border-color: #323948 !important;
}

body.dark-theme .no-data,
body.dark-theme .ilan-post-send .message-editor textarea,
body.dark-theme .profile-header .user-info .user-details h1,
body.dark-theme .user-store-details .user-registration,
body.dark-theme .user-store-details .store-rating span,
body.dark-theme .profile-tab-content d-block,
body.dark-theme .preferences-container .pref-head,
body.dark-theme .preferences-container p,
body.dark-theme .preferences-container .preference-input-area label,
body.dark-theme .ilan-post .ilan-post-auth .ilan-post-auth-info,
body.dark-theme .ilan-post .ilan-post-text-content,
body.dark-theme .ilan-post-comment .ilan-post-comment-input,
body.dark-theme .ilan-post-comment .post-comment p,
body.dark-theme .ilan-post-comment .post-comment .comment-head time,
body.dark-theme .profile-comment-data .fw-600,
body.dark-theme .user-card .user-container .user .user-profile a,
body.dark-theme .user-card .user-container .user .user-profile p,
body.dark-theme .user-card .seller-info .seller-details .seller-data span,
body.dark-theme .user-card .seller-info .seller-details .seller-data a,
body.dark-theme .list-cards .list-card .list-card-header .list-title .list-status,
body.dark-theme .list-cards .list-card .list-card-header .list-options,
body.dark-theme .profile-tabs .profile-tab {
    color: #fff;
}

body.dark-theme .product-rating-summary-rating,
body.dark-theme .product-comments div.text.comment {
    color: #fff !important;
}

body.dark-theme .ilan-post .ilan-post-self-actions {
    background: linear-gradient(195deg, #171a21, transparent 30%);
}

body.dark-theme .ilan-post .youtube-video-thumb:after {
    color: #212630;
}

body.dark-theme .list-cards .list-card .list-card-header .list-options .icon-button:hover {
    background-color: #171a21;
}

body.dark-theme .ilan-post .ilan-post-text-content:after {
    color: #fff;
    background: linear-gradient(0deg, #212630 36%, transparent);
}

body.dark-theme .ilan-post .ilan-post-self-actions,
body.dark-theme .ilan-post .ilan-post-comment-actions {
    background: linear-gradient(195deg, #424c60, transparent 30%);
}

body.dark-theme .ilan-post .button-icon.icon-light:hover {
    color: #ffffff;
}

body.dark-theme .ilan-post-send .message-editor-media-gallery {
    background: #313641;
}

body.dark-theme .ilan-post-send .message-editor-media-gallery .media-card {
    background: #212630;
}

body.dark-theme .modal .input-container {
    background: transparent;
}

body.dark-theme .button-highlight {
    background: #1e3f34;
}

body.dark-theme .button-highlight:hover {
    background: #254a3e;
}

/* Custom Profile Actions Dropdown */
.profile-actions-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.profile-actions-dropdown {
    position: relative;
    display: inline-block;
}

.profile-actions-toggle {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    padding: 7px 10px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.profile-actions-toggle::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.profile-actions-toggle:hover::before {
    left: 100%;
}

.profile-actions-toggle:hover {
    transform: translateY(-2px);
}

.profile-actions-toggle:active {
    transform: translateY(0);
}

.profile-actions-toggle i {
    font-size: 16px;
}

.profile-actions-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #2b2e38;
    border-radius: 16px;
    padding: 8px;
    min-width: 240px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
}

.profile-actions-menu::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: #2b2e38;
    transform: rotate(45deg);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-actions-dropdown.active .profile-actions-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.profile-action-item {
    width: 100%;
    background: transparent;
    border: none;
    color: #e0e0e0;
    padding: 12px 16px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.profile-action-item:hover {
    background: rgb(251 184 47 / 15%);
    color: #fff;
}

.profile-action-item:hover::before {
    transform: scaleY(1);
}

.profile-action-item:active {
    background: rgb(251 184 47 / 25%);
}

.profile-action-item i {
    font-size: 18px;
    width: 24px;
    text-align: center;
    color: #fb8937;
    transition: transform 0.2s ease;
}

.profile-action-item span {
    flex: 1;
}

body.dark-theme .user-card .user-container
{
    background: #2b2e38;
}

/* Light Theme */
body.light-theme .profile-actions-toggle {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

body.light-theme .profile-actions-menu {
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.1);
}

body.light-theme .profile-actions-menu::before {
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

body.light-theme .profile-action-item {
    color: #2c2c2c;
}

body.light-theme .profile-action-item:hover {
    background: rgb(251 124 47 / 10%);
    color: #000;
}

/* Profile Extensions Button */
.profile-extensions-button {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border: none;
    border-radius: 12px;
    padding: 7px 10px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.profile-extensions-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.profile-extensions-button:hover::before {
    left: 100%;
}

.profile-extensions-button:hover {
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.profile-extensions-button:active {
    transform: translateY(0);
}

.profile-extensions-button i {
    font-size: 16px;
}

/* Light Theme */
body.light-theme .profile-extensions-button {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    box-shadow: 0 4px 15px rgba(245, 87, 108, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .profile-actions-wrapper {
        gap: 8px;
        position: absolute;
        right: 1rem;
        top: -1rem;
    }

    .profile-extensions-button span,
    .profile-actions-toggle span {
        display: none;
    }

    .profile-extensions-button,
    .profile-actions-toggle {
        padding: 10px;
        width: 40px;
        height: 40px;
        justify-content: center;
        border-radius: 50%;
    }

    .profile-extensions-button i,
    .profile-actions-toggle i {
        margin: 0;
    }
}

body.light-theme .profile-action-item:active {
    background: rgba(47, 130, 251, 0.2);
}

/* Mobile */
@media (max-width: 768px) {
    .profile-actions-toggle {
        padding: 8px 12px;
        font-size: 13px;
    }

    .profile-actions-toggle span {
        display: none;
    }

    .profile-actions-menu {
        min-width: 200px;
        right: -10px;
    }

    .profile-action-item {
        padding: 10px 14px;
        font-size: 13px;
    }
}

/* Level Progress Styles */
.level-progress-container {
    padding: 12px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.level-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    gap: 2rem;
}

.current-level,
.next-level {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.current-level {
    align-items: flex-start;
}

.next-level {
    align-items: flex-end;
    position: relative;
}

.next-level img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.level-label,
.next-level-name {
    font-size: 13px;
    font-weight: 700;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: .5px;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.level-points,
.next-level-points {
    font-size: 12px;
    font-weight: 600;
    color: #7f8c8d;
}

.level-progress-bar {
    position: relative;
    width: 100%;
    height: 17px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 8px;
}

.level-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #f66d00 0%, #ff9a56 100%);
    border-radius: 12px;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.level-progress-fill::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.progress-text {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.level-remaining {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #34495e;
}

/* Max Level Badge */
.max-level-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: linear-gradient(135deg, #00f6ff 0%, #14d897 100%);
    border-radius: 20px;
}

.max-level-badge i {
    color: #f39c12;
    font-size: 16px;
    animation: crownPulse 2s infinite;
}

.max-level-badge .next-level-name {
    color: #8b6f0a;
    font-size: 12px;
}

@keyframes crownPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes goldShine {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

/* Dark Theme */
body.dark-theme .level-progress-container {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

body.dark-theme .level-label,
body.dark-theme .next-level-name {
    color: #ecf0f1;
}

.max-level-badge .next-level-name
{
    color: #104e43 !important;
}

body.dark-theme .level-points,
body.dark-theme .next-level-points {
    color: #95a5a6;
}

body.dark-theme .level-progress-bar {
    background: rgba(0, 0, 0, 0.3);
}

body.dark-theme .level-remaining {
    color: #bdc3c7;
}

/* Mobile Responsive */
@media only screen and (max-width: 992px) {
    .level-progress-container {
        padding: 10px;
        width: 100%;
        margin-top: 0.5rem;
    }

    .level-info {
        gap: 8px;
    }

    .next-level img {
        width: 24px;
        height: 24px;
        top: -6px;
        right: -6px;
    }

    .level-label,
    .next-level-name {
        font-size: 11px;
    }

    .level-points,
    .next-level-points {
        font-size: 10px;
    }

    .level-progress-bar {
        height: 20px;
    }

    .progress-text {
        font-size: 10px;
    }

    .level-remaining {
        font-size: 10px;
    }
}

body.dark-theme span.profile-online {
    color: #59c859;
}
