.modalSmall .modal-dialog {
    width: 600px;
}
.modalSmall .modal-dialog .modal-content {
    background:
        url(/images/bg_modal.png),
        linear-gradient(94.58deg, rgba(255, 255, 255, 0.124) -0.9%, rgba(255, 255, 255, 0) 33.5%),
        linear-gradient(0deg, #242731, #242731);
	background-size: 200% auto;
	background-repeat: no-repeat;
}

.modalSmall .modal-dialog .logout {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-basis: 190px;
    width: 190px;
    flex-shrink: 0;
}

.modalSmall .modal-dialog .logout i {
    color: #ff3f56;
    font-size: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translateY(-50%) translate(-50%);
}

.avatarUpload .profilePic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.selectableAvatar {
    border: 1px solid #1f2128;
}

.selectableAvatar.selected {
    border: 1px solid #1dd6c9;
}

.coverUpload .coverPic img {
    width: 1160px;
    height: 315px;
    object-fit: cover;
}

.avatarlist a.paidAvatar span {
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #808191;
    padding-left: 35px;
    background: transparent url(/images/gikucoin.gif) no-repeat left 8px center;
    background-size: 23px
}

#buyModal .modal-dialog {
    width: 800px;
}

.noModalBackdrop .modal-backdrop {
    display: none!important;
}

.lobby-closed-time {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.73px;
    letter-spacing: -.5px;
    color: #fff;
    padding-bottom: 8px;
}

header.inside .icons a.small-text {
    font-size: 12px !important;
    font-weight: 500;
    line-height: 16px;
    flex-shrink: 0;
    color: #808191;
    align-self: flex-start;
    width: auto !important;
    height: auto !important;
}

.scrollable-x {
    overflow-y: visible !important;
}

.lobbyChat .accordion.lobbylist .accordion-item .accordion-button:before {
    border-radius: 0;
}

#cometchat .cometchat-root {
    height: 100%;
    min-height: 400px;
}

.headerWithImg>div {
    z-index: 10 !important;
}

.newsListItem div.data .tags {
    flex-wrap: wrap;
}

.gameBox .body .keywords.closed {
    position: relative;
}

.gameBox .body .keywords:not(.closed) {
    position: static !important;
}

.avatarUpload .current .user {
    overflow: visible !important;
}

.avatarUpload .current .user img,
.profilePic.simple img {
    border: none;
}

.avatarUpload .current .user span img {
    border-radius: inherit;
}

.fs-24 {
    font-size: 24px;
    line-height: 30px;
}

.fs-34 {
    font-size: 34px;
    line-height: 40px;
}

.tooltip .tooltip-inner {
    text-align: center;
    white-space: normal;
}

.limitReached {
    display: flex !important;
}

.levelBadge {
    max-height: 60px;
}

.height-auto {
    height: auto;
}

#buyModal .buyText {
    font-style: italic;
    font-size: 16px;
}

.icon-day {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('/images/icon-am.svg');
    background-size: contain;
    background-repeat: no-repeat;
    color: #ffb807;
}

.icon-freeze {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('/images/icon-freeze.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.albumList>div .dropdown-menu li button {
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #808191;
    padding: 0 16px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all ease .5s !important;
    text-decoration: none;
}

.albumList>div .dropdown-menu li button:hover {
    color: #1dd6c9;
}

.albumVisiblity .selected {
    color: #1dd6c9 !important;
}

.albumList>div .dropdown-menu li .subtoggle,
.albumList>div .dropdown-menu li a {
    white-space: nowrap;
}

.o-fit-none {
    object-fit: none !important;
}

.mediaComments.scrollable {
    width: 100%;
}

.mediaComments.scrollable .answer .message {
    margin-right: 8px;
}

.mediaComments.scrollable .answer .answer.reply {
    margin-top: 8px;
}

.videoDetailsModal .commentItem,
.videoDetailsModal .mediaMobile,
.pictureDetailsModal .commentItem,
.pictureDetailsModal .mediaMobile,
.videoDetailsModal .mediaInfo  {
    width: 100%;
}

.videoDetailsModal .commentInfo {
    width: 100% !important;
    margin: 20px 0 0 0 !important;
}

.sideBar .sidebarLinks>a:not(.simple).active
{
    background: linear-gradient(180deg, #6C5DD3 -93.64%, #1DD6C9 117.8%);
    background-blend-mode: overlay;
    background-size: cover;
    color: #242731;
    border: 0;
}

.sideBar .sidebarLinks > button:not(.friendListtoggle)[aria-expanded=true]:after {
    content: "\e91F";
}

/* Nav */
.navigation p a,
p.mediaBreadcrumb a {
    color: #808191;
}

.navigation p a:hover,
p.mediaBreadcrumb a:hover {
    color: #1dd6c9;
}

.profileMenu p {
    padding: 12px;
}

.profileMenu a {
    font-size: 14px;
    padding: 12px;
}

.profileMenu a i {
    margin-right: 12px;
}

.profileMenu a i:not(.icon-chevron_left) {
    font-size: 18px;
}

header.inside .dropdown-menu.profileMenu {
    width: 240px;
}

/* Posts, comments */
.postItem .message p {
    display: -webkit-box;
    /*-webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 6.7em;*/
    margin-bottom: 10px;
}
.postItem .message p.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
    overflow: visible;
}
.postItem .message .show-more,
.commentItem .show-more-comment,
.commentItem .show-more-reply {
    color: #808191;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 12px;
    text-align: center;
    transition: all ease .5s !important;
}
.postItem .message .show-more:hover,
.commentItem .show-more-comment:hover,
.commentItem .show-more-reply:hover {
    color: #1dd6c9;
}

.commentItem .show-more-reply {
    text-align: left;
}

/* Reactions */
.reaction-wrapper {
    position: relative;
    display: inline-block;
}

.reaction-bubble {
    position: absolute;
    bottom: 130%;
    left: -10px;
    display: flex;
    padding: 5px;
    border-radius: 24px;
    z-index: 100;
    transition: all ease .5s !important;
    background: #242731;
    box-shadow: 0 0 6.6px #1dd6c9;
    border: 0;
}

.reaction-bubble.d-none {
    display: none;
}

.reaction-bubble .reaction-icon {
    margin: 0 4px;
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.reaction-bubble .reaction-icon:hover {
    transform: scale(1.8);
}

.smallReactionIcon {
    width: 28px;
    max-height: 28px;
}

.comment-image-preview img {
    margin-top: 16px;
    max-height: 80px;
}

.attachment.commentImage img {
    margin-bottom: 16px;
    max-height: 80px;
}

/* Emojis */
.emoji-picker-emoji {
    display: inline-block;
    line-height: 1;
}

.emoji-picker-emoji svg,
.emoji-picker-emoji img.emoji {
    width: 24px !important;
    height: 24px !important;
    vertical-align: middle;
}

.emoji-popover {
    padding: 5px;
    border-radius: 24px;
    z-index: 100;
    background: #242731;
    box-shadow: 0 0 6.6px #1dd6c9;
    border: 0;
}

.emoji-popover .popover-body {
    padding: 5px;
}

.emoji-popover .popover-arrow:after {
    z-index: 100;
    border-top-color: #1dd6c9 !important;
}

.emoji-popover .custom-emojis .emoji-picker-emoji {
    margin: 0 4px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.emoji-popover .twemojis .emoji-picker-emoji {
    margin: 0 4px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.emoji-popover .emoji-picker-emoji:hover {
    transform: scale(1.4);
}

.emoji-popover .popover-body {
    display: flex;
    padding: 8px;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.emoji-popover .emoji-popover-container {

}

.message .emoji {
    width: 20px;
    height: 20px;
}

.commentItem .answer .actions {
    align-items: center;
}

/* Comments scrolling */
.postsComponent .commentItem {
    position: relative;
}

.postsComponent .comments {
    max-height: 70vh;
    overflow-y: auto;
    /*padding-bottom: 71px;*/
}

/*.postsComponent .myComment {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #242731;
    z-index: 10;
    padding-top: 16px;
}*/

/* Mentioning */
.typeahead {
    background: #242731;
    box-shadow: 0 0 6.6px #1dd6c9;
    margin-top: 10px;
}
.typeahead .dropdown-item {
    line-height: 20px;
}
.typeahead .dropdown-item:hover {
    background: #e4e4e41a !important;
}
.mention_name {
    font-size: 10px;
    color: #fff;
}
.mention_username {
    font-size: 12px;
    color: #fff;
    margin-right: 12px;
}
.active .mention_username {
    color: #fff;
}
.mention_image {
    float: left;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}

.commentSortBy {
    position: relative;
    z-index: 5;
}

.commentSortBy .dropdown-toggle {
    background: transparent !important;
    border: none !important;
    padding-left: 0 !important;
    padding-right: 24 !important;
    font-size: 12px !important;
}

.commentSortBy .dropdown-toggle.show {
    border-radius: 8px !important;
    background: #1f2128 !important;
    border: 1px solid #1dd6c9 !important;
    z-index: 34 !important;
    padding-left: 24px !important;
}

/* Lobby color */
.accordion.lobbylist .accordion-item.free .accordion-header:after,
.accordion.lobbylist .accordion-item.free .accordion-body:after {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    margin: 0;
    content: "";
    background-image: linear-gradient(90deg, rgba(36, 39, 49, 0.3) 0%, rgba(29, 214, 201, 0.06) 100%);
    pointer-events: none;
}

.accordion.lobbylist .accordion-item.free .accordion-header .lobbyStatus {
    z-index: 3;
    flex-basis: 160px;
}

.accordion.lobbylist .accordion-item.free .godMode {
    height: 46px;
    padding: 0 12px;
    gap: 10px;
    border-radius: 12px;
    background: #242731;
    box-shadow: 0px 0px 3.1px 0px #1DD6C9;
    color: #808191;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}

.accordion.lobbylist .accordion-item.free .godMode i {
    font-size: 24px;
}



.form-group input[type=text].disabled, .form-group input[type=password].disabled, .form-group textarea.disabled, .form-group input[type=email].disabled, .form-group input[type=number].disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.supportModal .modal-dialog .modal-content .supportContainer,
#supportModal .modal-dialog .modal-content .supportContainer {
    min-height: auto;
    padding-bottom: 16px;
}

.radio.supportStyle input[type="radio"].active + label {
    box-shadow: rgb(29, 214, 201) 0px 0px 12.8px 0px;
}

.keywords>span.invitedUsers {
    height: 44px;
    gap: 4px;
}

.keywords>span.invitedUsers.accepted {
    border-color: #4f89ff;
    color: #4f89ff;
}

.text-blue {
    color: #1dd6c9;
}

.badge.badge-primary {
    background: #1dd6c9;
    padding: 5px 10px 3px 10px;
}

.riotStats img {
    border-radius: 8px;
    max-width: 100px;
    max-height: 100px;
}

.riotStats .overviewTable img {
    border-radius: 0px;
}

.pubgStats .text-grey,
.wotStats .text-grey,
.dotaStats .text-grey,
.riotStats .text-grey,
.marvelRivalsStats .text-grey {
    color: #808191;
}

.pubgStats .border-bottom,
.wotStats .border-bottom,
.dotaStats .border-bottom,
.riotStats .border-bottom,
.marvelRivalsStats .border-bottom {
    border-bottom-color: #808191 !important;
}

.riotStats .positionIcon {
    width: 34px;
}

.fortniteStats small {
    color: #808191;
}

/* glowy version */
.wotStats .card,
.pubgStats .card,
.rocketLeagueStats .card,
.fortniteStats .card,
.marvelRivalsStats .card,
.cs2Stats .card {
    background: transparent !important;
    border: 1px solid #1dd6c9 !important;
    color: #fff !important;
    box-shadow: 0 0 6.6px #1dd6c9;
}

/* gray version */
/*.rocketLeagueStats .card,
.wotStats .card,
.pubgStats .card,
.fortniteStats .card,
.marvelRivalsStats .card,
.cs2Stats .card {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}*/

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

.dotaStats .heroImage {
    border-radius: 5px;
    max-width: 50px;
}

.rocketLeagueStats .card {
    margin-bottom: 12px;
}

.gameStatShow.icon a {
    position: relative;
    font-size: 20px;
    color: #fff6;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
    padding: 0;
}

.gikuinTable.xpTable .header {
    grid-template-columns: 190px 1fr 1fr 1fr 1fr;
}

.gikuinTable.xpTable .property {
    grid-template-columns: 190px 1fr 1fr 1fr 1fr;
}

.trophyItem.notEarned {
    position: relative;
}

.trophyItem.notEarned::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(128, 128, 128, 0.3);
    z-index: 10;
}

.profilePic em {
    z-index: 2;
}

.gallery-photo-fix {
    width: unset !important;
    object-fit: unset !important;
}

.alert-warning.no-icon:before {
    content: none !important;
}

.unavailableFunction {
    cursor: not-allowed;
    pointer-events: none !important;
    position: relative;
    margin-top: 20px;
}

.unavailableFunction.hasPadding {
    padding: 0 20px 20px 20px;
}

.unavailableFunction.hasSmallerPadding {
    padding: 0 20px 1px 20px;
}

.unavailableFunction::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: not-allowed;
}

.unavailableFunction * {
    pointer-events: none; /* disable all interactions inside */
    user-select: none;    /* optional: prevent text selection */
}

.unavailableFunction label {
    border-color: #808191 !important;
    color: #808191 !important;
}

.unavailableFunction .checkbox.tagStyle input[type=checkbox]:checked+label,
.unavailableFunction .checkbox.tagStyle input[type=radio]:checked+label,
.unavailableFunction .radio.tagStyle input[type=checkbox]:checked+label,
.unavailableFunction .radio.tagStyle input[type=radio]:checked+label {
    background-color: #808191 !important;
    color: #1dd6c9 !important;
}

.unavailableFunction.reviewFunction::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.2);
    pointer-events: none;
    border-radius: inherit;
}

.comment-image-preview {
    position: relative;
}

.comment-image-preview .cancelUploadedImage {
    position: absolute;
    top: 18px;
    left: 2px;
    cursor: pointer;
    font-size: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    padding: 5px 6px 4px 6px;
    transition: all ease .5s !important;
    text-decoration: none;
}

.comment-image-preview .cancelUploadedImage:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.headerWithImg:after {
    z-index: 1 !important;
}

.disabledInputs {
    /* block pointer events and keyboard focus */
    pointer-events: none;
    user-select: none;
    opacity: 0.6;            /* visual hint */
}

/* make inner focusable elements look disabled and remove focus styles */
.disabledInputs input,
.disabledInputs textarea,
.disabledInputs select,
.disabledInputs button,
.disabledInputs a {
    pointer-events: none;    /* redundant but explicit for children */
    cursor: not-allowed;
    outline: none;
}

/* prevent keyboard focus in most browsers (visual only) */
.disabledInputs :is(input, textarea, select, button, a) {
    caret-color: transparent;
}

.fs-14 {
    font-size: 14px !important;
}

.disabledFollow {
    pointer-events: all !important;
}

.reviewLimit:before {
    content: none !important;
}

body.web footer form {
    display: flex;
    align-items: initial !important;
    flex-direction: column;
    gap: 16px;
}

body.web footer form div.form-group {
    flex: 1;
    /* margin: 0; */
    position: relative;
}

.gap-16 {
    gap: 16px;
}

.zoomHeader {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    z-index: 13;
}

.disabledAdvertisement {
    position: relative;
    opacity: 0.3;
    pointer-events: none;
    padding: 10px;
}

.disabledAdvertisementInfoBar.infoBar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 1;
}

/*i.online {
    background: #7fba7a;
    display: inline-flex;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}*/

.unavailableFunction {
    position: relative;
    opacity: 0.7;
}

.unavailableFunction .infoBar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 1;
}

.gamerscoreDiamond {
    max-width: 20px;
    max-height: 20px;
}

.gamerscore {
    max-width: 20px;
    max-height: 20px;
}

.gamerscoreNumber {
    margin-left: 8px;
    color: #ffffff;
    font-style: 12px;
}

.statisticsGamerscoreDiamond {
    position: relative;
    margin-left: -28px;
}

.statisticsTophyLegend > div {
    min-width: 120px;
}

@media (max-width: 576px) {
    .scrollableOnMobile {
        overflow-y: hidden;
        overflow-x: auto;
    }
}

.subscriptions .subscriptionItem .price {
    font-size: 30px;
}

.subscriptions .subscriptionItem .oldPrice {
    width: auto;
    margin: 0 auto;
}

.oldPrice,
.oldPriceClone {
    position: relative;
}

.oldPrice .salePriceTooltipInfo,
.oldPriceClone .salePriceTooltipInfo {
    position: absolute;
    top: 0px;
    right: -15px;
}

.gamerscoreTrophy {
    width: 15px;
    height: 15px;
}

.configPhotoList>div {
    width: 135px;
    height: 135px;
    position: relative;
}

.configPhotoList>div a.pic {
    position: relative;
    width: 100%;
    height: 100%;
}

.configPhotoList>div img {
    position: relative;
    z-index: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.fancybox__container {
    z-index: 1060;
}

.authorInfo .profilePic em {
    bottom: -4px;
}

.authorInfo img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkbox.selectedChecked label:before {
    background: #1dd6c9;
    border-color: #1dd6c9;
}

.checkbox.selectedChecked label:after {
    color: #1f2128;
    font-size: 10px;
    content: ""
}

.newsListContainer .newsListItem {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.newsListContainer .newsListItem div.data div.date {
    margin-top: auto;
}

.newsListContainer .newsListItem div.data {
    flex: 1;
}

.newsListItem div.data .socials {
    font-size: 13px;
}

.lobbyStatus a.godMode {
    border: 1px solid rgba(228, 228, 228, .1019607843);
    border-radius: 4px;
    padding: 0 16px;
    height: 38px;
    background: transparent;
    color: #808191;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) div.dropdown-menu {
    inset: unset !important;
}

.gameCard .data .users {
    height: 35px;
}

.cursor-none {
    pointer-events: none;
}

.avatarFreeText {
    color: #808191;
}

.avatarFreeText a {
    color: #ffffff;
}

.avatarFreeText a:hover {
    color: #1dd6c9;
}

footer label a {
    color: #1dd6c9;
}