/* DATAGAMES DASHBOARD STYLES  */

.datgam_widebox {
    width: calc(100% - 160px);
    padding: 40px 60px;
    border-radius: 8px;
    display: flex;
    margin: 0 20px;
    position: relative;
}


.dashleftcol {
    width: 20%;
    margin: 0 60px 0 0;
}
.dashrytcol {
    width: calc( 80% - 60px );
}
.dashavfig {
    position: relative; 
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin: 0 auto;
}
.dashavfig.datgamimg {
    height: 180px;
    top: 10px;
    margin: 0 0 20px;
    border-radius: 8px;
}
.resultsbox .dashavfig.datgamimg {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.dashavfig figure {
    margin: 0;
}
.resultsbox .dashavfig figure {
    margin: 0;
    line-height: calc(1em - 5px);
}
.dashavfig figure::after {
    box-shadow: var(--dashfigureshadow); 
    content: '';
    display: block;
    height: 240px;
    width: 240px;
    position: absolute;
    top: 0;
    border-radius: 50%;
}
.dashavfig.datgamimg figure::after {
    height: 180px;
    box-shadow: inset -3px -3px 5px #ffffff99, inset 3px 3px 6px #0009;
    border-radius: 8px;
}
.resultsbox .dashavfig.datgamimg figure::after {
    height: 100%;
    width: 100%;
}
.dashavatar {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
}
.datgamimg .dashavatar {
    height: 180px;
    border-radius: 8px;
}
.resultsbox .datgamimg .dashavatar {
    height: auto;
    width: 100%;
}
.dashleftcol h2 {
    text-align: center;
    font-weight: 600;
    line-height: 1.1em;
    text-shadow: var(--textshadowlyt);
    transition: text-shadow 0.5s;
}
.dashleftcol p {
    text-align: center;
    text-shadow: var(--textshadowlyt);
    color: var(--darksamegrey);
    transition: color 0.5s, text-shadow 0.5s;
}
.dashdr {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 20px;
    margin: 0 0 35px;
    border-bottom: var(--borderbottomcolor);
    box-shadow: var(--borderboxshadow);
    transition: box-shadow 0.5s, border-bottom 0.5s;
}

.dashHdrMeta {
    font-size: 24px;
}

.dashinfolft {
    width: calc(33.33% - 45px);
    border-right: 1px solid #737B9977;
    padding-right: 30px;
    text-align: center;
}

.dashinfolft .dashavfig,
.dashinfolft .dashavatar,
.dashinfolft .dashavfig figure::after {
    width: 150px;
    height: 150px;
}
.dashinfolft h2 {
    text-align: left;
    line-height: 1.2em;
}
.dashinfomidl {
    width: calc(33.33% - 34px);
    border-left: var(--hideLeftWytBrdr);
    border-right: 1px solid #737B9977;
    padding: 0 30px;
    text-align: center;
    transition: border-left 0.5s ease;
}
.dashinforyt {
    width: calc(33.33% - 45px);
    border-left: var(--hideLeftWytBrdr);
    padding-left: 30px;
    text-align: center;
    transition: border-left 0.5s ease;
} 
.dashinfotitle {
    display: flex;
    margin: 0 0 3px 6px;
}
.dashinfolft .dashinfotitle,
.dashinfomidl .dashinfotitle,
.dashinforyt .dashinfotitle {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.dashinfocont {
    margin: 0 0 0 50px;
}
.dashdrlft {
    display: flex;
    align-items: center;
}
.dashdrryt {
    display: flex;
    flex-direction: column;
    width: fill-available;
    width: -moz-fill-available;
    width: -webkit-fill-available;
}
.gameTitleSearch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.1;
    margin: 3px 0 6px;
}
.hdrSearchButn {
    width: fit-content;
    margin-left: auto;
    padding: 8px 18px 8px 12px;
    min-width: 145px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: none;
    color: var(--darksamegrey);
    font-size: 14px;
    font-weight: 600;
    background-color: var(--background-color);
    transition: color 0.3s, background-color 0.3s;
}
.hdrSearchButn:hover {
    color: #FFF;
    background: #FF6600;
    cursor: pointer;
}
.hdrSearchButn svg {
    margin: 0 7px 0 0;
}
.dublhdr,
.dublhdr2 {
    display: flex;
    align-items: center;
    width: 100%;
}
.dublhdr2a {
    display: block;
    width: calc(100% - 70px);
    text-align: center;
    font-size: 1.6em;
    line-height: 1em;
    padding: 25px 15px;
    margin: 40px auto 20px;
    border-radius: 8px;
}
.dublhdr2a span {
    padding: 0 20px;
}

.gamehdrimg {
    position: relative;
    width: 240px;
    padding: 0;
    margin: 10px 30px 0 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
} 
.gamehdrimg::after {
    box-shadow: inset -2px -2px 6px #fffd, inset 1px 1px 4px #000b;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}
.gamehdrimg img { 
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    min-height: 100%;
}

.dashdricon {
    margin: 0 12px 0 0;
    font-weight: 800;
    display: flex;
}
.dashdricon svg {
    filter: var(--svgdropfilter);
    color: #FF6600;
    transition: filter 0.5s, color 0.5s;
}

i.iconReverse,
svg.iconReverse {
    transform: scaleX(-1);
    transition: transform 2s ease;
}



.dashdrType,
.maintitle {
    font-size: 2em;
    font-weight: 500;
    color: var(--text-color);
    text-shadow: var(--textshadowlyt);
    display: flex;
    align-items: center;
    transition: color 0.5s, text-shadow 0.5s;
}
.titlesep {
    margin: 0 40px;
    font-size: 2.0em;
    font-weight: 300;
    color: var(--darksamegrey);
    text-shadow: var(--textshadowlyt);
    transition: color 0.5s, text-shadow 0.5s;
}
.titlesub {
    font-size: 1.3em;
    color: var(--darksamegrey);
    text-shadow: var(--textshadowlyt);
    transition: color 0.5s, text-shadow 0.5s;
}
.titlesub.orng {
    color: #FF6600;
}


.dashcontent { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    transition: border-bottom 0.5s, box-shadow 0.5s;
}
.datgamDashbrd .dashcontent { 
    border-bottom: var(--borderbottomcolor);
    box-shadow: var(--borderboxshadow);
}

.gamedashcard {
    width: calc(30% - 20px);
    padding: 0 10px;
    margin: 5px 0 55px; 
    display: flex;
    flex-direction: column;
    text-align: left;
}
.gamedashcard span {
    display: block;
    line-height: 1em;
    color: var(--darksamegrey);
}
.gamedashcard button {
    width: 100%;
    background-color: #E5E5E500;
    border-radius: 6px;
    border: none;
    margin: 15px 0 0;
    padding: 0 !important;
    transition: background-color 0.3s, box-shadow 0.5s;
}
.gamedashcard.begincard button {
    background-color: #FF6600;
}
.gamedashcard button:hover { 
    background-color: #737b99;
    cursor: pointer;
}
.gamedashcard button a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color);
    font-weight: 700;
    padding: 17px;
    transition: color 0.5s;
}
.gamedashcard.begincard button a svg,
.gamedashcard.begincard button a {
    color: #FFF;
}
.gamedashcard button a svg {
    color: #FF6600;
}

.gamedashcard button:hover a,
.gamedashcard button:hover a svg { 
    color: #FFF;
}



/* DATAGAME CATEGORIES STYLES  */
.datagame,
.datgam_cardlist,
.datgam_search {
    width: 100%;
}

.datagame,
.datgamgames,
.datgamcats {
    flex-direction: row;
}
.datagame .dashdr,
.datgamgames .dashdr,
.datgam_search .dashdr,
.datgamcats .dashdr {
    margin: 0 20px 50px;
    padding: 0 0 40px;
    width: calc(100% - 40px);
}
.datagame .backarrow,
.datgamgames .backarrow,
.datgamcats .backarrow {
    margin: 0 15px 0 0;
}

.gameFilters {
    display: flex;
    justify-content: space-between;
    margin: 30px 20px 20px;
    width: calc(100% - 40px);
}
.gameFilter {
    width: calc(20% - 28px);
    display: flex;
    justify-content: end;
    align-items: center;
}
.gameFilter.loadMoreGames {
    margin: 20px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.gameFilter.gameSearch {
    justify-content: start;
    width: 100px !important;
}
.gameFilter button {
    width: 100%;
    background-color: #e5e5e500;
    border-radius: 6px;
    border: none; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #737b99;
    font-weight: 700;
    padding: 12px;
    transition: background-color 0.3s, box-shadow 0.3s;
}
.gameFilter button.loadMoreButn {
    width: 270px;
    transition: color 0.5s, background-color 0.5s;
}
.gameFilter button.loadMoreButn svg {
    color: #FF6600;
    transition: color 0.5s;
}
.gameFilter button:hover {
    color: #FFF;
    cursor: pointer;
}
.gameFilter button.loadMoreButn:hover {
    background-color: #737B99;
}
.gameFilter button.loadMoreButn:hover svg {
    color: #FFF;
}
.gameFilter .filterIcon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.gameFilter button svg {
    color: #FFF;
    transition: color 0.5s;
}
.gameFilter.gamesAll:hover,
.gameFilter.gamesAll .filterIcon {
    background-color: #737B99;
    transition: background-color 0.5s;
}
.gameFilter.gamesAll:hover .filterIcon svg {
    color: #737B99;
}
.gameFilter.gamesToPlay:hover, 
.gameFilter.gamesToPlay .filterIcon {
    background-color: #f60;
    transition: background-color 0.5s;
}
.gameFilter.gamesToPlay:hover .filterIcon svg {
    color: #F60;
}
.gameFilter.gamesPlayed:hover,
.gameFilter.gamesPlayed .filterIcon {
    background-color: #0B0;
    transition: background-color 0.5s;
}
.gameFilter.gamesPlayed:hover .filterIcon svg {
    color: #0B0;
}
.gameFilter.gamesExpiring:hover,
.gameFilter.gamesExpiring .filterIcon {
    background-color: #f00;
    transition: background-color 0.5s;
}
.gameFilter.gamesExpiring:hover .filterIcon svg {
    color: #f00;
}
.gameFilter.gamesExpired:hover,
.gameFilter.gamesExpired .filterIcon {
    background-color: #666666;
    transition: background-color 0.5s;
}
.gameFilter.gamesExpired:hover .filterIcon svg {
    color: #000;
}
.gameFilter.gamesAll:hover .filterIcon,
.gameFilter.gamesToPlay:hover .filterIcon,
.gameFilter.gamesPlayed:hover .filterIcon,
.gameFilter.gamesExpiring:hover .filterIcon,
.gameFilter.gamesExpired:hover .filterIcon {
    background-color: #FFF;
}

/* Make the utilities/meta bar stick to the top when scrolling */
.datagame #itemRanked {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 200;
}
.rateItemList #itemRanked.stickyFixed,
.datagame #itemRanked.stickyFixed {
    border: 2px solid #FF6600;
    background: var(--background-color);
    top: -3px !important;
}


/* Submit toast (shared across games) */
#ftrSubmitToastHldr {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    z-index: 10000;
    pointer-events: none;
}
.datagame #ftrSubmitToastHldr,
#ftrSubmitToastHldr.ratesubmit {
    bottom: 55px;
}
.ftrSubmitToast {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 800px;
    height: 100px;
    padding: 10px 40px;
    margin: 0 auto;
    background: var(--background-color);
    box-shadow: -4px -4px 7px 2px rgb(255 255 255 / 18%), 2px 2px 7px 7px rgb(0 0 0 / 60%), -4px -5px 10px 3px rgb(0 0 0 / 0.3);
    border: 2px solid #6600FF;
    border-radius: 12px 12px 0 0;
    transition: all 0.7s ease-in-out;
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity;
}
.ftrSubmitToast.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
#ftrSubmitToastHldr.ratesubmit{
    width: 100%;
}
.ratesubmit .ftrSubmitToast {
    width: 850px;
}
#ftrSubmitToastHldr.active {
    pointer-events: auto;
}
.ftrSubmitToast button.welcSubmitButn {
    width: auto !important;
    padding: 5px 15px;
    color: #FFF;
    background: #6400ff !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
}
.ftrSubmitToast button:hover {
    cursor: pointer;
}
.ftrSubmitToast .welcSubmitButn svg {
    margin: 0 0 0 10px;
}
/* Toast button hover/disabled */
.ftrSubmitToast .welcSubmitButn:hover {
    background: linear-gradient(to bottom, #5522bb, #441199);
    transform: translateY(-2px);
}
.ftrSubmitToast .welcSubmitButn:disabled {
    background: #999;
    cursor: not-allowed;
    transform: none;
}

.gamelist,
.categorylist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 5px;
}
.datingWelcome .gamelist {
    flex-direction: column;
}



.categorygame,
.gamecategory {
    width: calc(25% - 54px);
    padding: 12px 12px 16px;
    margin: 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    position: relative;
    background-color: #FFFFFF00;
    transition: background-color 0.5s, box-shadow 0.5s;
}
.categorygame {
    width: calc(25% - 80px);
    padding: 14px 20px 16px;
    margin: 20px;
}

@media (max-width: 1450px) {
    .categorygame,
    .gamecategory {
        width: calc(33.3% - 54px);
    }
    .categorygame {
        width: calc(33.3% - 80px);
    }
}

.categorygame:hover,
.gamecategory:hover {
    background-color: #FFFFFF11;
}
.plydfalse.expdtrue.categorygame:hover,
.plydfalse.expdtrue.categorygame a:hover {
    cursor: not-allowed !important;
}
.plydfalse.expdtrue.categorygame:hover {
    background-color: #FF000033;
}
.categorygame a,
.gamecategory a {
    color: #737b99;
}
.categorygame a:hover,
.gamecategory a:hover {
    color: #FF6600;
}
.categorygame .cardimg,
.gamecategory .cardimg,
.sugstdGame .cardimg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.cardimg:after {
    box-shadow: inset 3px 3px 6px #000000, inset -3px -3px 5px #ffffff77;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.categorygame img,
.gamecategory img,
.sugstdGame img  {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16 / 9;
}
.gamecategory img {
    filter: grayscale(100%);
    transition: filter .3s ease;
}
.gamecategory:hover img {
    filter: grayscale(0%);
}

.searchResults .categorygame img {}

.categorygame img,
.sugstdGame img   {
    filter: grayscale(0%);
    filter: saturate(1);
    transition: filter 1s; 
}

.searchResults .categorygame:hover img {}

.categorygame:hover img,
.sugstdGame:hover img   {
    filter: saturate(2);
}
.datgamTots {
    position: absolute;
    top: 23px;
    right: 23px;
    z-index: 10;
    background: #FF6600;
    color: #fff;
    font-weight: 700;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 2px 0 0;
}
.categorygame .datgamTots {
    display: inline-block;
    top: 12px;
    width: auto;
    height: 16px;
    border-radius: 10px;
    word-spacing: 3px;
    padding: 2px 12px 1px;
    font-weight: 400;
    font-size: 0.65em;
    border: 1px solid #FF6600;
}
.plydtrue.categorygame .datgamTots {
    background: #00BB00;
    border: 1px solid #00BB00;
}
.plydtrue.donefalse.categorygame .datgamTots {
    background: #737B99;
    border: 2px solid #00BB00;
}
XX.plydfalse.doesExp.categorygame .datgamTots {
    background: #F00;
    border: 1px solid #F00;
}
.plydfalse.expdtrue.categorygame .datgamTots {
    display: none;
}
.plydfalse.doesExp.categorygame .expLabel  {
    background: #FF0000;
    padding: 1px 0px 1px 6px;
    border-radius: 5px;
    color: #FFF !important;
    margin: 0 9px 0 0;
}
.plydfalse.expdtrue.doesExp.categorygame .expLabel  {
    background: #FF000033;
    border: 1px solid #FF000033;
}


.gamecategory h4,
.categorygame h4 {
    margin: 10px 0 4px;  
    color: #FF6600;
    text-shadow: var(--textshadowlyt);
    line-height: 1.2em;
    transition: text-shadow 0.5s;
}
.gamecategory p,
.categorygame p {
    margin: 5px 0 0;
    font-size: 0.8em;
    line-height: 1.3em;
    color: var(--text-color);
    transition: color 0.5s;
}
.categorygame p.gameTypes {
    margin: 0 0 12px;
    color: var(--darksamegrey);
}
.categorygame p.gameTypes.matchedItem {
    margin: 0 0 2px;
}
.matchedItem {
    margin: 0 0 12px;
    color: var(--darksamegrey);
}

.categorygame p.gameExpires {
    font-size: 0.85em;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #737B9966;
    line-height: 1.6em;
}
.categorygame p.gameExpires span {
    color: var(--darksamegrey);
}





/* RATINGGAME ITEM STYLES  */



.rategame {
    margin: 20px 20px 40px;
    width: calc(100% - 40px);
}
.rategame button {
    background-color: #E5E5E500;
    border-radius: 6px;
    border: none;
    margin: 45px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color);
    font-weight: 700;
    padding: 20px 40px !important;
    font-size: 18px !important;
    transition: color 0.5s, background-color 0.5s;
}
.resultsbox button.reloadButn {
    margin: 40px 0 0 40px;
    width: auto;
    font-size: 1.3em;
    font-weight: 700;
    display: flex;
    padding: 12px 18px;
    color: var(--text-color);
    transition: color 0.5s;
}
.rategame button svg {
    color: #FF6600;
    margin: 0 0 0 20px;
}
.resultsbox button.reloadButn svg {
    color: #FF6600;
    margin: 0 0 0 12px;
}

.resultsbox button.reloadButn:hover,
.rategame button:hover { 
    background-color: #FF6600;
    color: #FFF;
    cursor: pointer;
}
.resultsbox button.reloadButn:hover svg,
.rategame button:hover svg { 
    color: #FFF;
}

.rateItemsHolder {
    max-width: 700px;
    margin: 10px auto 60px;
}

.rateItemsHolder.rateList {
    max-width: fit-content;
}
.rateItemHolder {
    width: 600px;
    padding: 20px 50px 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.rateItemList {
    width: 800px;
    padding: 20px 50px 30px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.rateItem {
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
}
.rateItemImg {
    width: 600px;
    height: 400px;
    position: relative;
    padding: 0;
    margin: 0;
    line-height: .60em;
}
.rateItemImg img {
    object-fit: cover;
    width: 600px;
    height: 400px;
}
.rateItemImg .imgoverlay {
    height: 100%;
    width: 100%;
    display: none;
}
.rateItemHolder .rateinfohldr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 25px 0 0;
}
.rateItemHolder .rateitemname  {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 5px 0px 10px;
}
.rateItemsHolder .rateItemHolder .rateitemname  {
    align-items: center;
}
.rateItemHolder .rateListItem .rateitemname  {
    align-items: start;
}
.rateItemHolder .rateitemname .namebox { 
    font-size: 1.25em; 
    padding: 10px 15px;
    box-shadow: 2px 2px 12px #00000077;
}
.rateItemHolder .rateitemname .smallinfo {
    font-size: 0.6em;
    display: none;
}

.rateItemHdr,
.selectFriendHdr,
.compareFriendHdr {
    display: flex;
    align-items: center;
    margin: 0 -25px;
}
.selectFriendHdr .dashdrType,
.rateItemHdr .dashdrType,
.compareFriendHdr .dashdrType {
    font-size: 1.8em;
}
.gameMetaTitle {
    font-size: 0.8em;
    display: flex;
    align-items: center;
}
.gameMetaExpir {
    line-height: 1.1em;
    font-size: 0.9em;
}


.rateItemHdr .titlesub {
    font-size: 3.1em;
    font-weight: 200;
}
.rateGameInfo {
    display: flex;
    flex-direction: column;
    line-height: 1em;
    color: var(--darksamegrey);
}
.rateGameInfo span {
    margin: 4px;
}

.voteButnRowHldr {
    height: 45px;
    display: flex;
    margin: 0;
}

.itemStuff {
    height: 555px;
}




@media (max-width: 1450px) {
    .rateItemImg {
        height: 300px;
    }
    .rateItemImg img {
        height: 300px;
    }
    .itemStuff {
        height: 455px;
    }
}



.gameProgBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 20px 0px 25px;
}
.progBarCurNum,
.progBarTotNum {
    width: 28px;
    font-weight:600;
    color: var(--text-color);
    text-shadow: var(--textshadowlyt);
    transition: text-shadow 0.5s, color 0.5s;
}
.progBarTotNum {
    width: 32px;
    text-align: right;
}
.progBarBg {
    width: calc(100% - 60px);
    height: 20px;
    border-radius: 10px;
    box-shadow: inset 2px 2px 6px #737b9977, inset -2px -2px 5px rgb(255 255 255 / 15%);
    position: relative;
    z-index: 1;
}
.progBarTemp {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #FF6600;
    height: 10px;
    border-radius: 9px 9px 0 0;
    z-index: 5; 
    display: flex;
    justify-content: end;
    box-shadow: inset 2px 2px 3px rgb(255 255 255 / 50%), inset -3px -3px 2px rgb(0 0 0 / 35%);
}
.rateList .progBarTemp,
.rankgame .progBarTemp {
    height: 20px;
    border-radius: 9px;
    box-shadow: inset 2px 2px 3px rgb(255 255 255 / 50%), inset -3px -3px 4px rgb(0 0 0 / 25%);
}
.progBarProg {
    position: absolute;
    top: 10px;
    left: 0px;
    background: #737B99;
    height: 10px;
    border-radius: 0 0 9px 9px;
    z-index: 5;
    display: flex;
    justify-content: end;
    box-shadow: inset 2px 2px 3px rgb(255 255 255 / 50%), inset -3px -3px 2px rgb(0 0 0 / 35%);
}
.currCount {
    color: var(--text-color);
    font-weight: 600;
    font-size: 0.7em;
    position: relative;
    right: -14px;
    top: -22px;
    opacity: 0.5;
    height: 20px;
    display: block;
    transition: color 0.5s;
}
.currCountFix {
    width: 60px;
    display: block;
    text-align: right;
}
.currIndex {
    color: var(--text-color);
    font-weight:600;
    font-size: 0.7em;
    position: relative;
    right: -2px;
    top: 12px;
    opacity: 0.5;
    height: 20px;
    display: block;
    transition: color 0.5s;
}
.currIndexFix {
    width: 60px;
    display: block;
    text-align: right;
}

.toglNad {
    padding: 20px 0 25px;
    margin: 0 0 40px;
    border-bottom: var(--borderbottomcolor);
    box-shadow: var(--borderboxshadow);
    position: relative;
    transition: box-shadow 0.5s, border-bottom 0.5s;
}
.compareRankFriend .toglNad {
    padding: 20px 0 0;
}

.resTitleLbl {
    font-size: 0.9em;
    font-weight: 700;
}
.resTitleTxt {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2em;
}
.picToglHldr {
    margin-bottom: 15px;
}
.rankgame .picToglHldr {
    margin: 10px 15px 15px 0 !important;
}
.compareRankFriend .picToglHldr,
.rateresults .picToglHldr,
.rankresults .picToglHldr {
    margin: 0px;
    align-self: flex-start;
    box-shadow: var(--shadupsm);
    padding: 7px 14px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    bottom: -16px;
    background: var(--background-color);
}

.fontToglBase,
.picToglBase {
    width: 40px;
    height: 20px;
    border: 1px solid #737B9944;
    background: #737B9922;
    cursor: pointer;
    position: relative;
}
.fontToglKnob,
.picToglKnob {
    width: 20px;
    height: 20px; 
    position: absolute;
    top: -1px;
    font-size: 10px;
    font-weight: 700;
    transition: all 0.3s;
}


.resultsPrivTogl {
    margin-left: 20px;
    min-width: 280px;
}


/* SPECIAL INSTRUCTIONS ARROWS for Games */
.spec_instrux_hldr {
    width: 90%;
    margin: -25px auto 10px;
    max-width: 520px;
}
.ratelistSpecInstrux .spec_instrux_hldr {
    margin: 5px auto 0px;
}
.spec_instrux {
    color: #FF6600;
    text-shadow: var(--textshadowlyt);
    transition: text-shadow 0.5s;
    font-size: 14px;
    font-weight: 700;
    transition:  text-shadow 0.5s;
}
.left_instrux_label,
.right_instrux_label {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.key_instrux {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow-container {
    width: calc(50% - 95px);
    height: 30px;
    position: relative;
    margin: 0 10px; 
}
/* Left Arrow Styles */
.left-arrow .arrow-body {
    position: absolute;
    top: 12px; /* Centered vertically with new height */
    right: 0;
    left: 15px; /* Width of the arrow head */
    height: 6px; /* 6px height as requested */
    background-color: #737B99;
    box-shadow: -5px 3px 5px #00000066;
}
.left-arrow .arrow-head {
    position: absolute;
    left: 0;
    top: 10px; /* Centered vertically */
    width: 0;
    height: 0;
    border-top: 5px solid transparent; /* Half of max height */
    border-right: 15px solid #737B99; /* Width of the arrow head */
    border-bottom: 5px solid transparent; /* Half of max height */
}
/* Right Arrow Styles */
.right-arrow .arrow-body {
    position: absolute;
    top: 12px; /* Centered vertically with new height */
    left: 0;
    right: 15px; /* Width of the arrow head */
    height: 6px; /* 6px height as requested */
    background-color: #737B99;
    box-shadow: 5px 3px 5px #00000066;
}
.right-arrow .arrow-head {
    position: absolute;
    right: 0;
    top: 10px; /* Centered vertically */
    width: 0;
    height: 0;
    border-top: 5px solid transparent; /* Half of max height */
    border-left: 15px solid #737B99; /* Width of the arrow head */
    border-bottom: 5px solid transparent; /* Half of max height */
}




.rateItemHolder .navigationButtons {
    display: flex;
    justify-content: space-between;
    margin: 5px 0 0;
}
.rateItemHolder .votebutnrow {
    width: 520px;
    height: auto;
}
.rateItemHolder .rateListItem .votebutnrow {
    width: auto;
}



/* .navigationButtons */
.itemNavButn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.prevButn,
.nextButn {
    height: 80px;
    position: relative;
    top: -85px;
    left: -50px;
    border-radius: 2px 40px 40px 2px;
    border: none;
    background-color: var(--votebutnbg);
    color: var(--votebutntext);
    padding: 0 10px 0 2px;
    box-shadow: var(--shadupsm);
    transition: color 0.5s, background-color 0.5s, box-shadow 0.5s;
}
.nextButn {
    border-radius: 40px 2px 2px 40px;
    padding: 0 2px 0 10px;
    left: 50px;
}
.prevButn:hover,
.nextButn:hover {
    background: #737B99;
    color: #FFF;
    cursor: pointer;
}
.skipButn,
.resultsButn {
    height: 35px;
    padding: 10px 15px;
    margin: 10px 8px 0;
    border-radius: 5px;
    border: none;
    color: var(--darksamegrey);
    background: #E5E5E500;
}
.skipButn:hover,
.resultsButn:hover {
    background: #FF6600;
    color: #FFF;
    cursor: pointer;
}
.skipButn svg,
.resultsButn svg {
    color: #FF6600;
    margin: 0 0 0 8px;
}
.skipButn:hover svg,
.resultsButn:hover svg {
    color: #FFF;
}

.selectFriend,
.compareFriend,
.compareRankFriend {
    width: calc(100% - 40px);
    min-width: 600px; 
    display: flex;
    flex-direction: column; 
    margin: 0 0 30px 0;
}
.compareFriend,
.compareRankFriend {
    margin: 0 20px 30px;
}

.selectFriend {
    width: 70%;
}

.deskLayout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.compareFriendHdr,
.selectFriendHdr  {
    padding: 20px 40px;
    display: flex;
    align-items: center;
}

.selectFriendHdr .titlesub,
.compareFriendHdr .titlesub {
    font-size: 3.1em;
    font-weight: 200;
}
.selectFriendList {
}
.plyrOrdrMsg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 25px 12px;
    padding: 10px 0 0;
    font-size: 11px;
    border-top: var(--topBorder);
    box-shadow: var(--topBoxShadow);
    transition: border-top 0.5s, box-shadow 0.5s;
}
.maxdMsg {
    align-self: flex-start;
}
.ordrMsg {
    align-self: flex-end;
    color: #737b99;
}

.selectFriendCard {
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-top: var(--topBorder);
    box-shadow: var(--topBoxShadow);
    margin: 0 25px;
    transition: border-top 0.5s, box-shadow 0.5s;
}
.rankFriend .selectFriendCard {
    padding: 20px 5px;
} 
.freindInfo {
    display: flex;
    align-items: center;
    position: relative;
}
.friendIndexNum {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -12px;
    left: -15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    box-shadow: var(--shadinsetvsm);
    transition: box-shadow 0.3s;
}
.friendAvatar {
    line-height: 0.7em;
    margin: 0 15px 0 0;
    width: 90px;
    height: 90px;
    position: relative; 
}
.friendAvatar img {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover; 
}
.friendAvatar figure {
    margin: 0;
}
.friendAvatar figure:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 90px;
    border-radius: 50%; 
    background:rgba(57, 57, 57, 0);
    box-shadow: var(--rateItemImgInset); 
    transition: box-shadow 0.5s;
}
.friendName {
    display: flex;
    flex-direction: column;
    line-height: 1em;
    text-shadow: var(--textshadowlyt);
}
.friendName span {
    line-height: 26px;
}
.scoreHldr { 
    display: flex; 
    align-items: center; 
}
.rankFriend .scoreHldr {
}
.scoreInfo { 
    display: flex; 
    align-items: center;
}
.scoreGraph { 
    width: 110px;
    height: 58px;
    border-radius: 58px 58px 3px 3px;
    position: relative;
    overflow: visible;
    background-image: url("/wp-content/uploads/speedoBG.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: box-shadow 0.3s;
}
.rankFriend .scoreGraph {
    margin: 0 10px 0 30px;
}
.rankFriend .scoreGraph.rankGraph {
    background-image: url("/wp-content/uploads/speedoRankBG.png");
}
.graphNeedle { 
    width: 45px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #FF6600;
    border: 1px solid #FFF;
    transform-origin: left center;
    transition: transform 0.3s ease-out;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    border-radius: 5px 0 0 5px;
    z-index: 15;
}
.rankFriend .graphNeedle { 
    width: 35px;
}
.graphNeedle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    border-radius: 5px 0 0 5px;
}
.graphNeedleBlur { 
    width: 45px;
    height: 8px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    background: #33333344;
    transform-origin: left center;
    transition: transform 0.3s ease-out;
    border-radius: 10px 4px 4px 10px;
    filter: blur(3px);
    z-index: 12;
}
.rankFriend .graphNeedleBlur { 
    width: 35px;
    filter: blur(2px);
}

.scoreSimVal {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 0 0 15px;
}
.rankFriend .scoreSimVal {
    padding: 0;
}
.scoreSimVal span {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 30px; 
    text-shadow: var(--textshadowlyt);
    transition: color 0.3s, box-shadow 0.3s;
}
.rankFriend .scoreSimVal span {
    font-size: 20px;
    line-height: 24px; 
    font-weight: 700;
}
.selectFriendList .scoreSimVal span {
    color: #FF6600;
}
.scoreSimVal small {
    font-size: 11px;
    line-height: 1.1em;
    font-weight: 400;
    color: var(--darksamegrey);
}
.rankFriend .scoreSimVal small {
    line-height: 1em;
    font-size: 10px;
    text-align: center;
}

.friendLink  {
    background: #FF6600; 
    width: 50px;
    height: 50px;
    margin: 0 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.friendLink.playButn  {
    background: #00AA00;
}
a.friendLink,
.friendLink a {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
}
.friendLink svg {
    color: #FFF;
}
.friendLink:hover {
    background: #737B99;
}


.rateListHeader.rateListSubmit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 40px;
}
.rateListFooter.rateListSubmit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    width: 100%;
}




/* RATE&RANK DRAG&DROP AREA STYLES  */

.rankgame {
    max-width: 800px;
    margin: -20px auto 0;
    padding: 0;
}

.dragarea {
    width: 600px;
}

.sortbox {
    margin: 25px auto;
    overflow: auto;
    padding: 15px 25px 0;
    border-radius: 15px;
}
.rateListItems.sortbox {
    padding: 20px 25px 0;
    width: 750px;
    margin: 0 auto;
}


.sortitem,
.rateListItem {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    height: 146px;
    margin: 10px 0 30px;
    padding: 10px 10px 15px;
    border: 2px solid #99999900;
    border-radius: 8px;
    background-color: var(--sortitembg);
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.hidePic .sortitem,
.hidePic .rateListItem {
    height: 90px;
}


.rankItemTop {
    margin: 0 0 10px;
    max-width: 100%;
}
.rankImgTxt {
    max-width: calc(100% - 70px);
    overflow: hidden;
}

.rateitemimg,
.rankitemimg {
    width: 130px;
    min-width: 130px;
    height: 98px;
    position: relative;
    overflow: hidden;
    margin: 0 15px 0 0;
    line-height: 0.7;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
}

.hidePic .rateitemimg,
.hidePic .rankitemimg {
    XXdisplay: none;
    height: 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
}
.rateitemimg img,
.rankitemimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.rateitemimg:after,
.rankitemimg:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    box-shadow: var(--rateItemImgInset);
    transition: box-shadow 0.5s;
}


.rateInfoHldr {
    width: calc(100% - 125px);
    transition: width 0.5s ease-in-out;
}
.hidePic .rateInfoHldr {
    width: 100%;
}
.rateitemname .namebox {
    border-radius: 5px;
    font-size: 1.25em;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px 5px 0;
    line-height: 1;
    box-shadow: none;
    background: none;
    color: var(--text-color);
    text-shadow: var(--textshadowlyt);
    transition: all 0.5s ease-in-out;
}
.fontSel2 .rateitemname .namebox,
.fontSel2 .rateListItem .rateitemname .namebox {
    font-size: 1.5em !important;
}

.rateitemname .namebox.p3,
.rateitemname .namebox.p2,
.rateitemname .namebox.p1,
.rateitemname .namebox.n0,
.rateitemname .namebox.n1,
.rateitemname .namebox.n2,
.rateitemname .namebox.n3 { 
    color: #FFF !important;
    padding: 5px 10px !important;
    text-shadow: 1px 1px 0 #000 !important;
}
.rateitemname .smallinfo {
    font-size: 0.5em;
    font-weight: 300; 
    text-shadow: none;
    display: inline-block;
    color: var(--darksamegrey);
}
.rateListItem .rateitemname .smallinfo,
.sortitem .rateitemname .smallinfo {
    display: none;
}

.rankSelector {
    margin: 2px 0 0 7px;
    align-self: flex-start;
}

.rankSelectBox {
    display: flex;
    align-items: center;
    position: relative;
    height: 26px;
    width: 60px;
    margin: 0;
}
select.rankSelect {
    border: none;
    padding: 0 0 0 1px;
    height: 26px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', 'Arial', 'Helvetica';
    text-shadow: 1px 1px 0 #000;
    text-align: center;
    color: #FFF;
    background-color: #737B99;
    border-radius: 6px;
    box-shadow: var(--shaduptiny);
    transition: box-shadow 0.3s;
}
select.rankSelect:hover {
    cursor: pointer;
}
.rankedSpots select.rankSelect {
    background-color: #FF6600;
}

.itemposnum {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px; 
    margin: 0 0 14px 4px;
    font-weight: 700;
    font-size: 0.8em;
    color: var(--text-color);
    border-radius: 50%;
    box-shadow: var(--itemposnumshadow);
    transition: box-shadow 0.5s, color 0.5s;
}




.sorthdr {
    display: flex;
    transition: all 1s ease-in-out;
}
.sorthdr.hidden {
    display: none;
}


.sorthdrcol.coleft,
.sorthdrcol.colryt {
    width: 50%;
    padding: 10px;
}
.sorthdrcol.colryt {
    text-align:right;
}
.cautionmsg {
    color: var(--darksamegrey);
    display: flex;
    align-items: center;
}
.cautionmsg.showCancelButn,
.cautionmsg .showButnYes {
    display: none;
}
.showCancelButn {
    display: block;
}
.showCancelButn button.respbutn {
    font-size: 19px !important;
    padding: 12px !important;
}
.hideCancelButn {
    display: none;
}
.warnIcon {
    display: none;
}
.gamealert {
    padding: 14px;
    background: #FF6600;
    color: #FFF;
    font-weight: 600;
    border-radius: 8px;
    font-size: 1.0em;
    display: flex;
    align-items: center;
    gap: 12px; 
}
.gamealert .warnIcon {
    display: inline-block;
}


/*  RESULTS PAGES STYLES */

.datgam_widebox.resultsbox { 
    height: auto; 
}
.rateresults,
.rankresults {
    display: flex;
    flex-direction: column;
    margin: 30px 0 0;
}
.reshdr2,
.reshdr1 {
    display: flex;
    justify-content: space-between;
}
.usersTags .reshdr1 {
    padding: 0 0 20px;
    margin: 0 0 35px;
    border-bottom: var(--borderbottomcolor);
    box-shadow: var(--borderboxshadow);
    transition: border 0.5s, box-shadow 0.5s;
}
.reshdr2 {
    margin: 0;
    flex-wrap: wrap;
    transition: border-bottom 0.5s, box-shadow 0.5s;
}
.reshdr2.resftr {
    border-bottom: none;
    border-top: var(--topBorder);
    box-shadow: var(--topBoxShadow);
    margin: 30px 0 0;
    padding: 30px 0 0;
    transition: border-top 0.5s, box-shadow 0.5s;
}
.reshdr2.resftr .butndiv {
    margin: 0;
}

.rescols {
    display: flex;
} 
.rescol {
    width: 100%;
    margin: 0 auto;
}
.tagNumbers {
    display: flex;
    gap: 50px;
    margin: 0 0 25px;
}
.reshdr1lft {
    display: flex;
    flex-direction: column;
    width: calc(100% - 340px);
}
.usersTags .reshdr1lft {
    width: calc(100% - 370px);
}
.reshdr1ryt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gameinfotop {
    line-height: 1.2;
    color: var(--darksamegrey);    
    display: flex;
    flex-direction: column;
}
.gameinfobtm {
    display: flex;
}

.gameresultslist {
    padding: 5px 20px;
}

.resultsListLabels {display: none;}

.rankresults .gameresultslist {
    margin: 35px 0 0;
}

.resultsListInfo {
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px;
    border-radius: 8px;
    padding: 15px 20px;
    background: #737B9911;
}
.resultsInfoCol {
    display: flex;
    flex-direction: column;
    padding: 0 15px 0 0;
    justify-content: center;
}
.rankresults .resultsEditCol {
    
} 
.rateresults .resultsEditCol {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.resultsbox .editRatings {
    width: calc(40% - 15px); 
    color: var(--darksamegrey);
} 
.resultsbox .resultsEditCol button {
    width: fit-content;
    box-shadow: var(--shadupsm) !important;
    transition: box-shadow 0.5s;
    margin: 5px 0 5px 15px;
}
.resultsbox .resultsEditCol button a {
    padding: 8px 12px;
    justify-content: space-between;
}
.resultsbox .rateresults .resultsEditCol button a {
    padding: 3px 10px;
}

.resultitem {
    display: flex;
    min-width: 480px;
    height: 70px; 
    padding: 20px 0;
    align-items: center;
    border-bottom: var(--borderbottomcolor);
    box-shadow: var(--borderboxshadow);
    transition: all 0.5s ease-in-out;
}
.resultitem:last-child {
    border-bottom: none;
    box-shadow: none;
}

.rankedSpots {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 40px);
    margin: 0 0 60px;
    border: 1px solid #737b9918;
    border-radius: 12px;
    padding: 25px 20px 0;
    box-shadow: var(--shadinset);
}
.regRanked.rankedSpots {
    margin: 0 0 40px;
}
.rankedSpot {
    display: flex;
    align-items: center;
    width: 100%;
    height: 175px;
    margin: 0 0 25px;
    border-radius: 10px;
    box-shadow: var(--shadupsm) !important;
    transition: all 0.5s ease-in-out;
}
.hidePic .rankedSpot {
    height: 115px;
}
.resultsbox .rankedSpot {
    height: 75px;
}
.resultsbox .hidePic .rankedSpot {
    height: 42px;
    margin: 0 auto 15px;
}
.rankedSpots .sortitem {
    margin: 0 !important;
    box-shadow: none !important;
    width: 100%;
    max-width: 100%;
}

.rankedTitle {
    width: calc(100% - 10px);
    line-height: 1.4;
    padding: 0 0 15px 0;
    margin: 0 0 25px 5px;
    border-bottom: var(--borderbottomcolor);
    box-shadow: var(--borderboxshadow);
    transition: box-shadow 0.5s, border-bottom 0.5s;
}

.top1 .rankSpot1,
.top3 .rankSpot1 {
    border: 4px solid #FFBB00 !important;
    background: #FFBB0011 !important;
    width: calc(100% - 8px) !important;
}
.top3 .rankSpot2 {
    border: 4px solid #C0C0C0 !important;
    background: #C0C0C011 !important;
    width: calc(100% - 8px) !important;
}
.top3 .rankSpot3 {
    border: 4px solid #CD7F32 !important;
    background: #CD7F3211 !important;
    width: calc(100% - 8px) !important;
}
.top3 .sortitem {
    border: none !important;
}

.tagscreated,
.tagsvalue {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 30px 0;
    width: 50%;
    padding: 0; 
}
.infolabel {
    color:  var(--darksamegrey);
}
.tagsvalue {
    justify-content: center;
    padding: 0 0 15px;
}
.usersTags .tagsvalue {
    margin: 0;
}
.valuescale {
    display: flex;
    margin: 15px 0 0 0;
}
.usersTags .valuescale {
    margin: 9px 0 0 0;
}
.valscaleseg {
    width: 35px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #DDDDDD44;
    margin: 0 3px 0 0;
}
.valseg1 {
    background: #0C0;
    box-shadow: inset 2px 2px 5px #ffffff77, inset -2px -2px 5px #737b9977, 0 0 7px #0C0d;
    border: 1px solid #CCCCCC;
}

.rateListFooter {
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    align-items: center;
}
.rateListItems .rateListFooter {
    margin: -40px auto 45px;
}


@property --myColor1 {
    syntax: '<color>';
    initial-value: #6633cc;
    inherits: false;
}
@property --myColor2 {
    syntax: '<color>';
    initial-value: #270c5e;
    inherits: false;
}


.gameSubmitButn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80% !important;
    padding: 15px 20px !important;
    background: linear-gradient(to bottom, var(--myColor1), var(--myColor2)) !important;
    border-radius: 6px !important;
    border: none;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.1;
    color: #FFF;
    box-shadow: var(--shadupsm);
    margin: 0 !important;
    transition: all 0.5s ease-in-out, --myColor1 0.3s, --myColor2 0.7s;
}
.gameSubmitButn:hover {
    --myColor1: #270c5e;
    --myColor2: #6633cc;
    cursor: pointer;
}
.showCancelButn .gameSubmitButn {
    background: none !important;    
    color: rgb(170, 1, 1) !important;
    padding: 20px !important;
}
.showCancelButn .gameSubmitButn:hover {
    background:rgb(170, 1, 1) !important;
    color: #FFF !important;
}
.gameSubmitButn svg {
    min-width: 42px;
    min-height: 42px;
}
.rateItemList .gameSubmitButn {
    margin: 0 40px !important;
    max-width: 360px;
}

.butndiv {
    margin: 0 0 25px;
    width: 33.3%;
    display: flex;
    align-items: center;
}

.resultsbox .butndiv {
    width: 23%;
}

.sorthdrcol button,
.resultsbox button,
.rateListFooter button {
    background-color: #e5e5e500;
    border-radius: 6px;
    border: none;
    transition: all 0.5s ease-in-out;
}
.resultsbox button {
    width: 100%;
    margin: 15px 0;
}
.sorthdrcol button {
    width: 100%;
    margin: 0 0 25px;
}
.rateListFooter button {
    width: 100%;
    margin: 15px 0 40px;
}

.sorthdrcol button a,
.resultsbox button a,
.rateListFooter button a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #737b99;
    font-weight: 700;
    line-height: 1;
    text-align: right;
    padding: 12px;
    transition: color 0.3s;
}
.sorthdrcol button a svg,
.resultsbox button a svg,
.rateListFooter button a svg {
    color: #f60 !important;
    margin: 0 10px 0 0;
    min-width: 40px;
    min-height: 40px;
}
.sorthdrcol button:hover,
.resultsbox button:hover,
.rateListFooter button:hover { 
    background-color: #737b99 !important;
    cursor: pointer;
}
.sorthdrcol button:hover a,
.sorthdrcol button:hover a svg, 
.resultsbox button:hover a,
.resultsbox button:hover a svg,
.rateListFooter button:hover a,
.rateListFooter button:hover a svg { 
    color: #FFF !important;
}

.sorthdr .colryt button.respbutn {
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
    transition: all 1s ease-in-out;
}
.sorthdr .colryt.showButnNo button.respbutn {
    opacity: 0;
}
.sorthdr .colryt.showButnYes button.respbutn {
    opacity: 1;
    padding: inherit !important;
    width: 100% !important;
    height: auto !important;
    background: #FF6600;
}
.showButnYes button.respbutn:hover {
    background: #737B99;
}
.showButnYes button.respbutn a,
.showButnYes button.respbutn a svg {
    color: #FFF;
}
.showButnYes button.respbutn:hover a{
    color: #FFFFF;
}
.showButnYes button.respbutn:hover a svg {
    color: #FF6600;
}

.reshide {display:none;}

.resultitem .itemposnum {
    font-size: 1.2em;
    height: 40px;
    width: 40px;
    margin: 0 15px 0px 5px;
}
.compareRankFriend .rankedSpot .itemposnum,
.rankedSpots .resultitem .itemposnum {
    margin: 0 10px 0px 10px;
    background: #ff6600;
    color: #FFF;
}
.compareRankFriend .rankedSpot .itemposnum {
    margin: 0;
}



.resultitem .datatag {
    padding: 6px 15px;
    border-radius: 10px;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 600;
    text-shadow: 1px 1px 0 #111;
    letter-spacing: -0.5px;
    transition: all 0.5s ease-in-out;
}
.fontSel2 .resultitem .datatag {
    font-size: 1.5em;
}
.resultimg,
.resultimg img {
    height: 75px;
    width: 100px;
    min-width: 100px;
    aspect-ratio: 4 / 3;
    transition: all 0.5s ease-in-out;
}
.resultimg {
    position: relative;
    margin: 0 15px 0 0;
    line-height: 0.8;
    border-radius: 6px;
}
.resultimg img {
    position: relative;
    border-radius: 6px;
    margin: 0 15px 0 0;
    opacity: 1;
}
.hidePic .compareUser1Img, 
.hidePic .compareUser2Img,
.hidePic .compareUser1Img img, 
.hidePic .compareUser2Img img,
.hidePic .resultimg,
.hidePic .resultimg img {
    height: 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
}
.hidePic .compareUser1Img, 
.hidePic .compareUser2Img,
.hidePic .resultimg {
    align-items: center;
}
.resultimg::after {
    box-shadow: inset -2px -2px 4px #ffffffcc, inset 2px 2px 4px #0009;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.donutgraph {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    width: 340px;
    height: 190px;
    position: relative;
}
.donutchart {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 50%;
    margin: 0;
    background-color: var(--background-color);
    position: relative;
    transition: all 0.3s;
    z-index: 25;
}

.donutchart canvas {    
    position: relative; /* This makes z-index applicable */
    z-index: 2; /* Higher than .graphoverlay */
}


.graphoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1; /* Lower than .donutchart */
}



.voteavg {
    font-size: 2.3em;
    color: var(--text-color);
    font-weight: 600;
    line-height: 1em;
    padding: 10px 10px 0 0;
    letter-spacing: -1px;
    text-shadow: var(--textshadowlyt);
    transition: text-shadow 0.5s, color 0.5s;
}


.donutlegend {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 90px;
    width: calc(100% - 100px);
    height: 190px;
    padding: 0 10px 0 0;
    margin: 0;
    border-radius: 0 10px 10px 0;
    box-shadow: var(--shadinsetsm);
    transition: box-shadow 0.5s;
    z-index: 20;
}
.legendrow {
    display: flex; 
    align-items: center;
    width: 100%;
    padding: 1.5px 0;
}
.legendrowlft {
    display: flex;
    align-items: center;
    box-shadow: var(--shaduptiny);
    margin: 0 10px 0 0;
    border-radius: 0 3px 3px 0;
    transition: box-shadow 0.5s;
}
.votelabelarm {
    width: 110px;
    height: 18px;
}
.votelabel {
    border-radius: 3px;
    padding: 0;
    color: #fff;
    font-weight: 800;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 18px;
    margin: 0;
}
.legendrowlft .votelabel {
    border-radius: 0 3px 3px 0;
    margin: 0 0 0 -1px;
    justify-content: flex-end;
    padding: 0 6px 0 0;
}
.votenumber {
    font-weight: 500; 
    width: 40px;
    font-size: 14px;
}
.voteperc {
    font-size: 0.8em;
    font-weight: 300;
    width: 40px;
}
.usersTags .votenumber,
.usersTags .voteperc {
    width: 50px;
}



/* COMPARISON PAGES STYLES  */

.shareButnHldr {
    position: absolute;
    top: 45px;
    right: 30px;
}
#shareWrapper {

}
.compShare-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.compShare-content {
    background-color: #e5e5e5;
    padding: 40px;
    border-radius: 16px;
    max-width: 1000px;
    width: 100%;
    border: 5px solid #737b99;
    box-shadow: 2px 2px 30px #000;
}

.compShareMsg {
    color: var(--darksamegrey);
}
.compShareMsg h3 {
    font-size: 2em;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 18px;
}
.compShareMsg ol li {
    margin: 0 0 25px 0;
    padding: 0 0 0 5px;
}
.compShareMsg ol > li::marker {
    font-weight: 700;
    color: #FF6600;
}
.compShareButtons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.compShareDynam,
.compShareClose {
    color: var(--darksamegrey);
}
.compShareButtons button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 12px;
    background-color: #e5e5e5;
    color: #737B99;
    font-weight: 500;
    text-shadow: 1px 1px 0px rgb(255 255 255 / 1);
    box-shadow: -2px -2px 4px 1px rgb(255 255 255 / 85%), 1px 1px 3px 1px #737b9977;
}
.compShareButtons button svg {
    color: #FF6600;
    filter: drop-shadow(1px 1px 0px rgb(255 255 255 / 1));
}
.compShareButtons button:hover {
    background-color: #FF6600;
    color: #FFF;
    text-shadow: none;
    cursor: pointer;
}
.compShareButtons button:hover svg {
    color: #FFF;
    filter: none;
}


.compareWrapper { 
    position: relative;
    display: flex; 
    justify-content: center;
    flex-direction: column;
    margin: 0 5px;
}

.compareFriend .compareWrapper,
.compareRankFriend .compareWrapper { 
    position: relative;
    display: flex; 
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 0 30px;
    max-width: 1400px;
    width: 100%;
}

.compareFriend .compareFriendHdr {
    padding: 20px 40px;
}

.compareAvatars,
.compareStats,
.compActionButns,
.moreActionButns {
    padding: 30px 0;
    display: flex;
    align-items: center;
    margin: 0 30px;
    border-top: var(--topBorder);
    box-shadow: var(--topBoxShadow);
    transition: border-top 0.5s, box-shadow 0.5s;
}
.compareAvatars {
    padding: 40px 0 5px;
}
.compSvgSep {
    padding: 0 30px;
}
.compareStats {
    padding: 10px 0 45px;
    text-shadow: var(--textshadowlyt);
    box-shadow: none;
    border: none;
    justify-content: center;
    transition: text-shadow 0.5s;
} 
.compActionButns {
    justify-content: center;
    margin: 0 20px;
}
.moreActionButns {
    justify-content: center;
    margin: 5px 20px 0;
} 
.compActionButns button,
.moreActionButns button {
    background: #e5e5e500;
    border-radius: 6px;
    border: none;
    width: 23%;
    max-width: 240px;
    margin: 0 1%;
}
.compActionButns button a,
.moreActionButns button a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #737b99;
    font-weight: 700;
    padding: 12px;
}
.compActionButns button a svg, 
.moreActionButns button a svg {
    color: #f60;
    min-width: 30px;
}
.compActionButns button:hover,
.moreActionButns button:hover {
    background: #FF6600;
}
.compActionButns button:hover a,
.moreActionButns button:hover a {
    color: #FFF !important;
}
.compActionButns button:hover a svg, 
.moreActionButns button:hover a svg {
    color: #FFF !important;
}

.compareRankFriend .compActionButns, 
.compareRankFriend .moreActionButns {
    padding: 30px 0 50px;
    flex-wrap: wrap;
}


.titleexp {
    color: var(--darksamegrey);
    font-size: 0.7em !important;
    line-height: 1;
}

.avatarLeft,
.avatarRight {
    display: flex;
    align-items: center;
    width: calc(50% - 45px);
    gap: 20px;
}
.avatarLeft {
    justify-content: end;
}
.compUserName {
    text-shadow: var(--textshadowlyt);
    transition: text-shadow 0.5s;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.compUserAvatar {
    width: 150px;
    height: 150px;
    position: relative;
}
.avShad {
    height: 150px;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 10;
}
.avMain {
    height: 150px;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 5;
}
.compUserAvatar::after {
    box-shadow: var(--resultItemImgInset);
    content: '';
    display: block;
    height: 150px;
    width: 150px;
    position: absolute;
    top: 0;
    border-radius: 50%;
    background-color: #FFFFFF00;
    transition: box-shadow 0.5s;
}
.compUserAvatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.compUserAvatar.statsIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #737B99;
    color: #FFF;
    border-radius: 50%;
}
.compUserAvatar.statsIcon svg {
    color: #FFF;
    filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 0.8));
}
.avatarIcon {
    width: 100px;
    text-align: center;
    text-shadow: var(--textshadowlyt);
    transition: text-shadow 0.5s;
}
.avatarIcon svg {
    filter: var(--svgdropfilter);
    color: #FF6600;
    transition: filter 0.5s ease;
}
.compVS {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -4px;
    margin-left: -3px;
    color: #FF6600;
    text-shadow: var(--textshadowlytlg);
    transition: text-shadow 0.5s;
}

.statsCol {
    display: flex;
}
.topicCol,
.simCol {
    width: calc(50% - 160px);
    flex-direction: column;
    padding: 0 0 0 25px;
    position: relative;
}
.topicCol {
    gap: 20px;
    line-height: 1.4em;
    padding: 0 25px 0 0;
}


.compareRankFriend .topicCol {
    padding: 0px 10px;
    justify-content: center;
    width: 10%;
    min-width: 140px;
    gap: 0px;
}
.compareRankFriend .simCol { 
    width: auto;
    margin: 0;
    text-align: center;
    padding: 0 15px;
} 

.compGameName {
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: right;
    color: var(--darksamegrey);
    max-width: 420px;
    align-self: end;
    align-self: flex-end;
    -webkit-align-self: flex-end;
}
.compareFriend .statsCol .compGameName {
    max-width: 100%;
}
.compareRankFriend .compGameName {
    text-align: center;
    margin: 0 auto 35px;
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
}
.compareRankFriend .gameName {
    padding: 0 40px;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    text-shadow: var(--textshadowlyt);
    color: var(--orngLytWytDark);
    transition: all 0.5s ease-in-out;
}

.compareRankFriend .gameCriteria {
    width: calc(100% - 20px);
    margin: 0 0 20px;
    padding: 30px 10px;
    box-shadow: var(--shadinsetsm);
    border-radius: 8px;
}

.compGameItems {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    text-align: right;
    color: var(--darksamegrey);
}
.compareRankFriend .compGameItems {
    gap: 0px;
    justify-content: center;
    text-align: center;
    line-height: 1.1em;
}

.gameCriteria {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}
.rateCrit, 
.rankCrit {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gameCrit {
    margin: 0 0 0 12px;
}


.dataTagsList {
    max-width: 100%;
}

.totGameItems,
.ratedGameItems {
    display: flex;
    flex-direction: column;
}
.itemDetails .totGameItems {
    flex-direction: row;
}
.gameItemsNum {
    margin: 0 0 12px 0;
    color: var(--text-color);
    transition: color 0.5s;
}
.itemDetails .gameItemsNum {
    margin: 0;
}
.speedoCol {
    width: 270px;
}

.compareRankFriend .speedoCol {
    width: auto;
}
.compareRankFriend .speedoCol .recharts-wrapper {
    XXwidth: 210px !important;
    XXheight: 110px !important;
} 

.speedoGrafHldr {
    padding: 5px;
    border-radius: 130px 130px 6px 6px;
    position: relative;
}
img.mvrspeedoicon {
    position: absolute;
    width: 30px;
    left: calc(50% - 15px);
    bottom: 0;
    z-index: 10;
}

.simPerc { 
    font-size: 4.5em;
    line-height: 1;
    font-weight: 600;
    color: #FF6600;
}
.simTxt {
    width: fit-content;
    position: relative;
    padding: 0 0 0 5px;
    color: var(--darksamegrey);
}
.compareRankFriend .simTxt {
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;  
}




.compareTables {
    display: flex;
    width: calc(100% - 40px);
    margin: 0 20px;
    justify-content: space-between;
    position: relative;
}

.compareTableHldr {
    display: flex;
    margin: 0 30px;
    padding: 0;
    border-top: var(--topBorderLyt);
    box-shadow: var(--topBoxShadowLyt);
    transition: border-top 0.5s, box-shadow 0.5s;
    position: relative;
    flex-direction: column;
}

.compareRankFriend .compareTableHldr {
    margin: 0 20px;
    width: calc(50% - 90px);
    position: relative;
}
.compareRankFriend .compareUser1Table {
    position: relative;
    width: 51%;
    display: flex;
    flex-direction: column;
}
.compareRankFriend .compareUser2Table {
    position: relative;
    width: 41%;
    display: flex;
    flex-direction: column;
}
.compareMainHdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 3px;
    margin: 0 20px 25px;
    border-bottom: var(--borderbottomcolor);
    box-shadow: var(--borderboxshadow);
    transition: box-shadow 0.5s, border-bottom 0.5s;
}
.compareRankFriend .compareItemRowHdr {
    height: 70px;
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 0 10px;
}
.compareItemRowHdr.hdrRowLft {
    width: 51%;
    padding-right: 8%;
}
.compareItemRowHdr.hdrRowRyt {
    width: 41%;
}
.compareHdrTop {
    text-align: center;
    font-size: 1.4em;
    letter-spacing: -0.4px;
    word-spacing: 3px;
    border-bottom: 1px solid #737B9955; 
    padding: 0 0 5px;
    text-shadow: var(--textshadowlyt);
    transition: text-shadow 0.5s;
}
.hdrRowLft .compareHdrTop {
    margin: 0 140px 0 0;
}
.compareHdrBtm {
    display: flex;
    align-items: center;
    height: 24px;
}
.compHdrLabel {
    line-height: 1em; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    text-align: center;
    color: var(--darksamegrey);
}
.hdrRowLft .compHdrLabel:hover {
    cursor: pointer;
}  
.compHdrLabel span span {
    margin: 0 0 0 4px;
    font-size: 0.8em;
}
.compareUser1Item {
    width: calc(100% - 165px);
}
.compareUser2Item {
    width: calc(100% - 40px);
}
.compareSentDiff {
    width: 70px;
    padding: 3px 0 0;
    position: relative;
}
.compareRankDiff {
    width: 55px;
    padding: 3px 0 0;
    position: relative;
}
.compareRankFriend .compareTableItems {
    display: flex;
    flex-direction: column;
}
.compareRankFriend .compareTableItems {
    position: relative; 
}
.compareRankFriend .compareItemRow {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    padding: 5px 0;
    border-bottom: var(--borderbottomcolor);
    box-shadow: var(--borderboxshadow);
    background-color: #FFFFFF00;
    transition: background-color 0.35s;
}
.compareRankFriend .compareItemRow:last-child {
    border-bottom: none;
    box-shadow: none;
}

.compareItemRow.hovered {
    background-color: #FFFFFF55; 
}

.compareUser1Tag {
    width: calc(100% - 235px);
    display: flex;
    justify-content: start;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.compareUser2Tag {  
    width: calc(100% - 100px);
    display: flex;
    justify-content: start;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.rankedSpot .compareUser2Tag {  
    width: calc(100% - 110px);
}
.hidePic .compareUser1Tag {
    width: calc(100% - 175px);
}
.hidePic .compareUser2Tag {
    width: calc(100% - 40px);
}
.compareUser2Tag { 
    justify-content: start; 
}
.compareUser1Tag .datatag,
.compareUser2Tag .datatag {
    color: #FFF;
    padding: 3px 8px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 6px;
    text-shadow: 1px 1px 0 #000;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}
.fontSel2 .compareUser1Tag .datatag,
.fontSel2 .compareUser2Tag .datatag {
    font-size: 16px;
}

.compareUser1VoteDiff {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.voteDiff {
    color: #FFF;
    width: 50px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.7em;
    padding: 0 5px;
    line-height: 1em;
    font-weight: 500;
    text-shadow: 1px 1px 0 #000;
    border-radius: 6px; 
}
.compareUser1Img,
.compareUser2Img {
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.rankedSpot .compareUser2Img {
    margin: 0 10px;
}

.compareUser1Img,
.compareUser2Img,
.compareUser1Img img,
.compareUser2Img img {
    opacity: 1;
    width: 53px;
    min-width: 53px;
    height: 40px;
    border-radius: 6px;
    aspect-ratio: 4 / 3;
    transition: all 0.5s ease-in-out;
}

.compareUser1Pos,
.compareUser2Pos {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.compareItemRow .compareUser1Pos,
.compareItemRow .compareUser2Pos {
    font-size: 1.1em;
    font-weight: 600;
}

.compareRankGap {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rankGap {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #FFF; 
    text-shadow: 1px 1px 1px #000;
    font-weight: 700; 
    transition: background-color 0.35s;
}
.compareRankFriend .compareItemRow.hovered .rankGap {
    background-color: #FF6600 !important;
}

.gapDiff0 {background-color: #EFA004}
.gapDiff1 {background-color: #EBB853}
.gapDiff2 {background-color: #EAD09B}
.gapDiff3 {background-color: #C5C9C7}
.gapDiff4 {background-color: #A59989}
.gapDiff5 {background-color: #8F7960}
.gapDiff6 {background-color: #85633A}


.compareTable {
    width: 100%;
}
.compareTHead {}

.compareTHeadRow th {
    padding: 0;
    line-height: 1.1em;
    color: var(--darksamegrey);
    text-shadow: var(--textshadowlyt);
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.compareTHeadRow th svg {
    margin: 0 0 4px;
}
.compareTHeadRow th.tableuserVoteValCol,
.compareTHeadRow th.tablestatsVoteValCol,
.compareTHeadRow th.tableuser1VoteValCol,
.compareTHeadRow th.tableuser2VoteValCol {
    padding: 0 10px;
    width: 80px;
}
.compareTBody {}
.compareTHeadRow{ 
    display: flex;
    align-items: center;
    padding: 0 0 10px;
}
.compareTBodyRow { 
    border-top: 1px solid #FFF;
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-top: var(--topBorder);
    box-shadow: var(--topBoxShadow);
    transition: border-top 0.5s, box-shadow 0.5s;
}
.compareTBodyRow:hover { 
    background: #FFFFFF44;
}
.compareTBodyRow td {
    padding: 0;
    line-height: 1;
}
.tabledatgamitmImgCol {
    width: 90px;
    position: relative; 
}
.tabledatgamitmImgCol::after{
    box-shadow: inset -2px -2px 4px #ffffffcc, inset 2px 2px 4px #0009;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
}
thead .tabledatgamitmImgCol::after{
    box-shadow: none;
    display: none;
}
.tabledatgamitmImgCol img {
    width: 90px;
    height: 67px;
    object-fit: cover;
    border-radius: 6px;
}
.tabledatgamitmNameCol {
    width: calc(100% - 405px);
    font-weight: 600;
    font-size: 1.2em;
    padding-left: 15px !important;
    gap: 5px;
}
.compareRankFriend .tabledatgamitmNameCol {
    width: calc(100% - 300px);
}
.tableuserVoteValCol,
.tablestatsVoteValCol,
.tableuser1VoteValCol,
.tableuser2VoteValCol {
    width: 100px;
    text-align: center;
}
.tableuserVoteValCol span,
.tablestatsVoteValCol span,
.tableuser1VoteValCol span,
.tableuser2VoteValCol span {
    min-width: 42px;
    padding: 4px 10px;
    border-radius: 6px;
    color: #FFF;
    text-shadow: 1px 1px 0 #222;
}
td.tableuserVoteValCol,
td.tablestatsVoteValCol,
td.tableuser1VoteValCol,
td.tableuser2VoteValCol {
    font-weight: 600;
    font-size: 1.3em; 
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: var(--borderLeft); 
    box-shadow: -1px 0 0 #737b9977;
    transition: border-left 0.5s;
}
.tablevoteValDiffCol {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tablevoteValDiffCol span { 
    text-align: center;
    width: 90%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 0.8em;
    text-shadow: 1px 1px 0 #000;
    border-radius: 5px;
}


/* Game Search styles   */

.searchQuery {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 20px;
    margin: 0 40px 35px;
    text-shadow: var(--textshadowlyt);
    border-bottom: var(--borderbottomcolor);
    box-shadow: var(--borderboxshadow);
    transition: box-shadow 0.3s, border-bottom 0.3s, text-shadow 0.3s;
    
}
.gameSearchInputs {
    display: flex;
    align-items: center;
    margin: 40px 40px 25px;
    padding: 0 0 40px;
    border-bottom: var(--borderbottomcolor);
    box-shadow: var(--borderboxshadow);
    transition: box-shadow 0.5s, border-bottom 0.3s;
}
.searchType {
    width: calc(50% - 1px);
    padding: 0 0 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.gameInfoSearch {
    border-right: 1px solid #737B9977;
}
.gameItemSearch {
    border-left: 1px solid #FFF;
}
.searchInstrux {
    font-weight: 600;
    font-size: 1.2em;
    text-align: center;
}
.searchInstrux small {
    font-weight: 400;
    font-size: 14px;
}
.searchInput {
    width: 100%;
}
.searchForm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.searchForm input {
    width: 50%;
    height: 20px;
    border: none;
    padding: 10px;
    border-radius: 6px;
    background: #EBEBEB;
    color: #737b99;
    font-size: 1em;
}
.searchForm input:focus-visible {
    outline: #FF6600 auto 1px !important;
}
.gameSearchButton {
    width: 27%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 3px 12px;
    border-radius: 6px;
    background: #737B99;
    color: #FFF;
    font-weight: 700;
}

.gameSearchButton:hover {
    background: #FF6600;
    cursor: pointer;
}
.noResults {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
}
.gameFilters {
    transition: opacity 1s;
}
.gameFilters.hideFilters {
    opacity: 0;
}
.gameFilters.showFilters {
    opacity: 1;
}




.sentFormula {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0 20px;
    border: 1px solid #737B99AA;
    justify-content: center;
    padding: 15px 0;
    border-radius: 8px;
    background: #FFFFFF22;
}
.sentFormula.diffScore {
    flex-direction: column;
}
.diffScore .diffScoreSeg {
    display: flex;
    align-items: center;
    gap: 15px;
}
.sentBase {
    
}
.sentDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 3px solid #FF6600;
    border-right: 3px solid #FF6600;
    border-radius: 28px;
    padding: 7px 13px;
}
.absHldr {
    display: flex;
    align-items: baseline;
}
.sentDiv2 {
    display: flex;
    align-items: center;
    border-left: 3px solid #FF6600;
    border-right: 3px solid #FF6600;
    border-radius: 28px;
    padding: 7px 13px;
    gap: 10px;
}
.sentDivTop {
    border-bottom: 2px solid #FF6600;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.sentDivBtm {

}



/*  "MY GAMES" PAGE STYLES  */

.tagPaginLoader {
    padding: 23px 28px 23px 25px;
    border-radius: 8px;
    display: flex;
    flex-flow: wrap;
    margin: 0 0 15px;
}
.loadedMsg {
    width: 50%;
    color: var(--darksamegrey);
}
.loadButns {
    width: 50%;
    display: flex;
    justify-content: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    gap: 25px;
}
.loadButns button {
    padding: 8px 19px;
    border-radius: 6px;
    background-color: #737B99;
    border: none;
    color: #FFF;
    font-weight: 500;
    box-shadow: var(--shadupsm);
    transition: background-color 0.4s ease, box-shadow 0.3s ease;
}
.loadButns button:hover {
    background-color: #FF6600;
    color: #FFF;
    cursor: pointer;
}
.loadButns.noMoretrue button {
    opacity: 0.65;
    background-color: #737B9911;
    color: #737B99;
}
.loadNotes { 
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #737B9955;
    padding-top: 10px;
    color: var(--darksamegrey);
}
.loadMoreSpin {
    margin-right: 10px;
    height: 30px;
    overflow: visible;
}
/* Rotating animation */
@keyframes rotater {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* Pulsating animation */
@keyframes pulsater {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.65); /* adjust as desired */
    }
}
/* Apply color */
.rotateSpinner svg,
.pulsateSpinner svg {
    color: var(--text-color);
}
/* Rotation only */
.rotateSpinner svg,
svg.rotateSpinner {
    animation: rotater 1s linear infinite;
}
/* Rotation + Pulsation */
.pulsateSpinner svg,
svg.pulsateSpinner {
    animation: 
        pulsater 1s ease-in-out infinite;
}
@keyframes rotateAndPulsate {
    0% {
        transform: rotate(0deg) scale(0.5);
    }
    25% {
        transform: rotate(90deg) scale(0.6);
    }
    50% {
        transform: rotate(180deg) scale(0.7);
    }
    75% {
        transform: rotate(270deg) scale(0.8);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.rotatePulsateSpinner svg,
svg.rotatePulsateSpinner  {
    color: var(--text-color);
    animation: rotateAndPulsate 1s linear infinite;
}


.userGames {
    display: flex;
    flex-direction: column;
    padding: 0 0 40px;
}
.userGamesInstrx {
    margin: 0 0 20px;
    color: var(--darksamegrey);
}
.userGamesHdr {
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
    margin: 10px 0 20px;
    padding: 0 5px;
}
.userGame {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    border-radius: 6px;
    padding: 10px 5px 10px 10px;
    font-size: 0.8em;
    background-color: #FFFFFF00;
    transition: background-color 0.3s, box-shadow 0.3s, height 0.3s;
}

.userGame:hover {
    background-color: #FFFFFF11;
    box-shadow: var(--shaduplg);
}

.expCountdown {
    padding: 1px 8px;
    border-radius: 4px;
    color: #737B99 !important;
    text-shadow: none;
    width: fit-content;
    display: inline-block;
    margin: 0 0 2px;
}

.expdMsg {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    color: #999;
    border: 1px solid #999;
    padding: 12px;
    border-radius: 8px;
}
.rankresults .expdMsg {
    width: calc(100% - 25px);
    font-size: 0.9em;
}
.expdMsg svg {
    width: 42px;
    height: 42px;
}


.usrHdrCell {
    height: 30px !important;
    padding: 0 5px;
    color: var(--darksamegrey);
    font-size: 0.9em;
    line-height: 1em;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    justify-content: center !important;
    text-align: center;
}
.usrGameCell {
    font-size: 0.9em;
    line-height: 1.2em;
    min-height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 5px;
    border-right: 1px solid #737B9977;
    color: var(--darksamegrey);
}
.usrHdrCell.userGamePriv,
.usrGameCell.userGamePriv {
    width: 70px;
    border: none;
    padding: 0; 
}
.usrGameCell.userGamePriv span {
    color: #FFF;
    padding: 5px 0 6px;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1em;
    margin: 0 0 0 5px;
}
.usrGameCell.userGamePriv span:hover {
    color: #FFF;
    background: #737B99 !important;
}


.resultsPage.userGamePriv {
    width: 100%
}
.resultsPage.userGamePriv .privButn {
    width: calc(100% - 40px);
    margin: 15px 0;
    padding: 15px 20px;
    line-height: 1em;
    justify-content: space-between;
    text-align: right;
}
.privButn:hover {
    cursor: pointer;
}
.userGamePriv .loading .spin {
    opacity: 0.8;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.userGameImg {
    width: 220px;
    height: auto;
    padding: 0;
    border-radius: 6px;
    border: none;
    position: relative;
}
.userGameImg a {
    position: relative;
    line-height: calc(1em - 4px);
}
.userGameImg img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 6px;
}
.userGameImg a::after {
    box-shadow: inset 2px 2px 4px #000000EE, inset -2px -2px 4px #ffffff88;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
}
.userGameId {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 4px 8px;
    border-radius: 4px;
    background: #00000077;
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
}

.usrHdrCell.userGameImg {
    box-shadow: none;
}
.userGameName {
    width: calc(100% - 550px);
    padding: 0 5px 0 15px;
    font-weight: 600;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
}
.userGameName a.gameLink {
    display: flex; 
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    padding: 0px 10px 10px 0;
    margin: 0
}
.usrHdrCell.userGameName {
    justify-content: start !important;
    text-align: left;
}
.userGameName .detailButn {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
.noButnMsg {
    font-size: 10px;
    color: var(--darksamegrey);
}
.butndiv.inviteButnDiv {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px) !important;
    box-shadow: var(--shadinset);
    padding: 70px 30px;
    border-radius: 8px;
    border: 1px solid #FF6600;
    margin: 0 0 20px !important;
    background-color: #0077CC11;
    transition: all 0.5s ease-in-out;
}
.copyInvButn,
.viewConxnButn.copyInvButn {
    line-height: 1.2em;
    padding: 14px 20px;
    margin: 0 !important;
    box-shadow: var(--shadup);
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins';
    border-radius: 6px !important;
    border: none;
    color: var(--darksamegrey);
    transition: all 0.4s ease-in-out !important;
}

@property --myColor3 {
    syntax: '<color>';
    initial-value: #ff6600;
    inherits: false;
}
@property --myColor4 {
    syntax: '<color>';
    initial-value: #642800;
    inherits: false;
}
.inviteButnDiv .copyInvButn {
    max-width: 320px;
    color: #FFF;
    line-height: 1.1em;
    background: linear-gradient(to bottom, var(--myColor3), var(--myColor4)) !important;
    transition: all 0.5s ease-in-out, --myColor3 0.3s, --myColor4 0.7s;
}

.inviteButnDiv .copyInvButn svg {
    width: 36px;
    height: 36px;
    margin: 0 15px 0 0 !important;
    color: #FFF;
    background: #FF6600;
    border-radius: 50%;
    padding: 6px 8px 6px 4px;
    opacity: 1;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%), 0 0 0 0 rgb(255 255 255 / 0%), inset 2px 2px 6px 1px rgb(0 0 0 / 80%), inset -1px -1px 3px 1px rgb(255 255 255 / 85%);
    transition: all 0.2s ease-in-out !important;
}
.inviteButnDiv .copyInvButn:hover {
    cursor: pointer;
    --myColor3: #642800;
    --myColor4: #ff6600;
    box-shadow: 0 0 8px 5px #FF660099;
}
.inviteButnDiv .copyInvButn:hover svg {
    opacity: 0.6;
    box-shadow: 2px 2px 6px 2px rgb(0 0 0 / 40%), -2px -2px 4px 2px rgb(255 255 255 / 30%), inset 0 0 0 0 rgb(0 0 0 / 0%), inset 0 0 0 0 rgb(255 255 255 / 0%);
}


.copyInvButn.hdrInvButn {
    line-height: 1.1em;
    padding: 10px 15px 10px 12px;
    box-shadow: var(--shadupsm);
    font-size: 16px;
    border: none;
    background: none;
}
.copyInvButn.hdrInvButn svg {
    width: 32px;
    height: 32px;
    margin: 0 9px 0 0 !important;
    color: #0077cc;
}


.viewConxnButn.copyInvButn {
    padding: 3px 10px 3px 6px;
    box-shadow: var(--shaduptiny);
    border-radius: 4px; 
}
.viewConxnButn.copyInvButn svg {
    margin: 0 4px 0 0 !important;
    color: #0077CC;
    width: 24px;
    height: 24px;
}
.viewConxnButn.copyInvButn:hover {
    cursor: pointer;
    background-color: #00bb00 !important;
    color: #FFF !important;
    box-shadow: 0 0 7px 3px #00BB0066;
}

.copyInvButn:hover span,
.copyInvButn:hover svg{
    color: #FFFFFF !important;
}

.rateresults .gameWelcAd,
.rankresults .gameWelcAd {
    margin: 0 auto 40px;
}


.userGameType {
    width: 85px;
}
.usrGameCell.userGameType {
    display: inline-grid;
}
.userGameMode {
    width: 50px;
}
.userGameRated {
    width: 50px;
}
.userGamePlyd {
    width: 60px;
}
.userGameDone {
    width: 60px;
}
.userGameExp {
    width: 60px;
}


.userGamesButnRow {
    display: flex;
    justify-content: end;
    margin: -5px 0 20px;
    border-bottom: var(--borderbottomcolor);
    box-shadow: var(--borderboxshadow);
    transition: box-shadow 0.5s, border-bottom 0.5s;
    padding: 0 0 30px;
    gap: 30px;
}
.datdatButn {
    margin: 29px 0 0;
}
.datdatButn.datButnRow {
    margin: 0;
}
.datdatButn button {
    width: 100%;
    background-color: #e5e5e500;
    border: 2px solid #e5e5e500;
    border-radius: 7px;
    padding: 0;
    margin: 0;
    transition: background-color 0.3s, box-shadow 0.5s;
}
.datdatButn button a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #737b99;
    font-weight: 700;
    padding: 6px 18px;
    transition: color 0.3s;
}
.datdatButn.datDash button:hover {
    background-color: #FF6600;
    border: 2px solid #FF6600;
}
.datdatButn button:hover a,
.datdatButn button:hover a svg {
    color: #FFF !important;
}