
a {
    color: #1f8ead;
}

a b {
    font-weight: 700;
}

.col-lg-10 , .col-xl-10, .col-xl-12,  .col-lg-2 , .col-xl-2, .col-lg-8 , .col-lg-4 , .col-lg-6{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
a:hover {
    text-decoration: none;
}

.left-block {
    z-index: 1 !important;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    top: 76px !important;
}

.report-btn{
    color: inherit !important;
}
.report-btn .fas{
    margin-right: 2px;
}
.left-block.scroll-to-fixed-fixed {
	border-top-left-radius: 0;
}
.left-avatar {
    min-width: 100px;
    min-height: 100px;
    aspect-ratio: 1;
    background-position: center;
    width: 140px;
    background-color: #fff;
    background-size: 120%;
    box-shadow: 0 2px 0 0 #edeef0, 0 0 0 2px #edeef0, 0 3px 3px rgb(0 0 0 / 25%);
    position: relative;
}
.left-avatar .userpage-edit{
    opacity: 0;
}

.left-avatar:hover .userpage-edit{
    opacity: 0.6;
}
.left-avatar .userpage-edit:hover{
    opacity: 1;
}
.left-avatar>img {
    width: 100%;
    
}
.left-avatar, .left-avatar>img{
    border-radius: 26px;
}
.left-name {
    display: flex;
    flex-direction: row;
    font-size: 23px;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1.3;
}
.userblock_follow{
    width: auto;
    display: flex;
    padding: 10px 24px;
    font-size: 15px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    font-weight: 500;
    margin-right: 0;
    background-color: hsl(333deg 100% 12% / 5%);
    color: hsl(var(--base) 90% 60%);
    border: none;
    border-radius: 12px;
    white-space: nowrap;
    width: 100%;
}

.sendMessage_btn{
    padding: 8px 12px;
    width: auto !important;
    margin-left: 8px;
    transition: 100ms background-color;
}

.userblock_follow::after{
    font-size: 13px;
    margin-right: 8px;
}
.userblock_follow+select+.btn-group{
    margin-left: 8px;
}
.state-block{
    display: flex;
    font-weight: 600;
    padding: 1px 24px;
    justify-content: center;
    align-items: center;
    font-size: 13.5px;
    margin-top: 8px;
    width: 100%;
}
.state-block a{
    color: inherit !important;
    text-decoration: underline;
}
.state-icon{
    font-size: 12px;
    margin-right: 6px;
}
.user-clan {
    color: #30b6db;
}
.user-name {
    font-weight: 600;
    transition: 100ms opacity;
}
.user-status{
    position: absolute;
    right: 4px;
    width: 20px;
    height: 20px;
    bottom: 5px;
    z-index: 103;
}

.followers {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 6px;
}

.followers a{
    color: inherit !important;
    text-decoration: underline;
}

.left-join {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.left-join .join-text{
    color: hsl(var(--base) 100% 70%);
    font-weight: 700;
    white-space: nowrap;
    display: flex;
}
.left-join .join-text:not(:last-child){
    margin-right: 14px;
}

.join-date>span:not(:last-child):after {
    content: ", ";
    margin-right: 3px;
}

.join-date {
    font-weight: 600;
    color: #111;
    display: flex;
    align-items: baseline;
    margin-left: 3.5px;
}

.join-date a{
    font-weight: 500;
    margin-left: 4px;
}

.userinfo-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.left-select-text .far{
    margin-right: 4px;
    transition: 100ms color;
    width: 15px;
}



.userpage {
    background-color: white;
    color: #222;
    max-height: 340px;
    min-height: 100px;
    border-radius: 8px;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
    margin-bottom: 20px;
}

.badges-list+.userpage-row{
    margin-top: 20px;
}

canvas{
    height: 280px;
    max-height: 280px;
}
#chart1 svg{
    margin-top: -18px;
}
@media(min-width: 992px){
    .main-content {
        padding-left: 12px !important;
    }
    #chart1 svg{
        width: calc(100% + 28px);
    }
}
.main-graph {
    background-color: white;
    display: flex;
    width: 100%;
    height: 360px;
}
.main-per-stats {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}
.main-per-stats+.profile-block{
    margin-top: 14px;
}
.block-title {
    width: 100%;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 700;
    flex-wrap: wrap;
    position: relative;
}

.map-single {
    margin: 10px 0px;
    border-radius: 8px;
    display: flex;
    background-color: #f2f2f2;
}
/* .comment-block:first-child{
    margin-top: 18px;
} */
.comment-block{
    display: flex;
    margin-bottom: 16px;
}
.score-view_playinfo {
    display: flex;
    font-size: 12px;
    align-items: center;
    margin-top: 12px;
}
.playinfo_col{
    white-space: nowrap;
    margin-right: 10px;
    color: #fff;
}

.score-view_tab-content{
    display: flex;
    width: 100%;
    height: 100%;
    width: 100%;
    padding: 14px;
    min-height: 0;
    flex: 0 1 auto;
    overflow: auto;
}
.score-view_ranking{
    font-size: 72px;
    margin-right: 12px;
    background-color: #ffffff4e;
    border-radius: 100%;
    line-height: 1;
    width: 84px;
    height: 84px;
    padding: 12px 14px;
    padding-bottom: 0;
}
.score-view_ranking.map-rank.rank-X,.score-view_ranking.map-rank.rank-XH{
    font-size: 57px;
    justify-content: center;
    line-height: 1.4;
    margin: 0;
    margin-right: 12px;
}
.score-view_tabs{
    display: flex;
    font-size: 14px;
    width: 100%;
    align-self: flex-start;
    padding: 18px;
    padding-bottom: 0;
    border-bottom: 1px solid #f6a;
}
.score-view_tab-link:not(:last-child){
    margin-right: 18px;
}
.score-view_tab-link::before{
    content: "";
    position: absolute;
    bottom: -3px;
    height: 6px;
    width: 100%;
    border-radius: 10000px;
    background-color: #f6a;
    z-index: 1;
    transition: color 100ms;
    display: block;
    transform: scaleY(0);
}
.score-view_tab-link{
    display: flex;
    padding-bottom: 2px;
    position: relative;
    color: #222;
}
.score-view_tab-link:hover{
    color: #222;
}
.score-view_tab-link.selected::before,.score-view_tab-link:hover::before{
    transform: scaleY(1);
}
.score-view_tab-link.selected{
    color: #f6a;
    font-weight: 700;
}
.score-view_btn{
    position: absolute;
    bottom: 18px;
    font-size: 13px;
    color: #fff;
    background-color: #f6a;
    padding: 6px 14px;
    border-radius: 10px;
    right: 18px;
}
.score-view_btn.rm{
    bottom: 72px;
    background-color: rgb(199, 91, 63) !important;
}
.score-view_btn:hover{
    background-color: rgb(255, 129, 186);
    color: #fff;
}
.comments-counter{
    padding: 0px 7px;
    padding-bottom: 2px;
    padding-top: 6px;
    margin-top: -1px;
    margin-bottom: 5px;
}
.comment-submit{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 12px;
    color: #fff !important;
    background-color: hsl(var(--base), 100%, 70%);
    transition: 100ms background-color;
}
.comment-submit[disabled]{
    cursor: not-allowed;
    background-color: rgb(182, 146, 162);
}
.comment-submit:hover:not([disabled]){
    background-color: hsl(var(--base), 70%, 70%);
}
.comment-block:last-child{
    margin-bottom: 0;
}
.comment-body_authorname{
    font-size: 13px;
}
.comment-body_text{
    font-size: 14px;
}
.comment-likes_block{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    padding: 0 4px;
    margin-right: 6px;
    height: 45px;
    flex: 1 0 auto;
}
.comment-likes{
    padding: 2px 10px;
    width: 100%;
    padding-top: 4px;
    min-width: 28px;
    min-height: 10px;
    font-size: 11.5px;
    background-color: hsl(var(--base-dark), 10%, 15%);
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comment-input_row{
    display: flex;
    justify-content: space-between;
}
.comments-header{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
}
.comment-time {
    font-size: 11px;
    white-space: nowrap;
    align-self: center;
    margin-right: 12px;
}
.comment-input{
    border-radius: 12px;
    padding: 4px 16px;
    margin-right: 14px;
    width: 100%;
}
.comment-author_avatar {
	width: 40px;
	height: 40px;
	background-position: center;
	background-size: cover;
	border-radius: 8px;
	margin-right: 8px;
    flex: 1 0 auto;
}

.comment-body {
    min-width: 0;
    width: 100%;
    margin-right: 8px;
    line-height: 1.3;
}
.comments-list{
    margin-top: 18px;
    overflow-y: auto;
    min-height: 0;
    max-height: 1920px;
    transition: 500ms max-height ease;
    will-change: max-height;
}
.comments-list.collapsed{
    max-height: 0;
}
.collapse-btn{
    padding: 4px 8px;
    border-radius: 8px;
    background-color: hsl(var(--base-dark), 10%, 15%);
    display: inline-flex;

}
.comment-error_modal {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    backdrop-filter: brightness(0.5);
    -webkit-backdrop-filter: brightness(0.5);
    display: flex;
    align-items: center;
    justify-content: center;
} 
.comment-error_block {
    padding: 8px 14px;
    border-radius: 10px;
    background-color: #e72e3a;
    min-width: 80%;
    text-align: center;
}
.score-main{
    width: 100%;
    height: 58px;
    min-width: 0;
    padding-left: 6px;
    border-top-left-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
}
.comments-placeholder{
    padding: 4px 16px;
    font-size: 14px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom-left-radius: 8px;
}
.comments-placeholder i{
    font-size: 12px;
    color: #333 !important;
}
.map-single:hover, .most-single:hover {
    background-color: #ededed;
}


.map-single:first-child{
    margin-top: 0;
}
.map-content1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    flex: 1;
}
.map-title {
    font-size: 13.5px;
    display: flex;
    font-weight: 500;
    align-items: baseline;
    white-space: nowrap;
    line-height: 1.15;
}
.nvtooltip{
    margin-top: 0px;
}

.map-title-block {
    display: flex;
    flex-direction: column;
    line-height: 1;
    min-width: 0;
    padding-right: 16px;
    flex: 2;
}
.map-date {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.map-date>time{
    margin-top: 2px;
}
.map-mod {
    color: #cc5288;
    font-size: 14px;
    font-weight: 800;
    margin-left: 6px;
    margin-bottom: 2px;
}
.map-content2 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    align-items: flex-end;
    justify-content: center;
}
.map-pp {
    font-weight: 700;
    color: #f6a;
    font-size: 21px;
}
.score-view_beatmap {
	width: 100%;
	height: 170px;
    position: relative;
}
.score-view_bg{
    width: 100%;
    height: 100%;
    background-image: url(/static/images/default-bg.png);
    position: relative;
}
.song-view{
    position: absolute;
    z-index: 1;
    padding: 18px;
    display: flex;
    width: 100%;
    height: 100%;
}
.song-view_songinfo{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    max-width: 100%;
    flex: 1 0 auto;
}
.song-view_songinfo a{
    white-space: nowrap;
    max-width: calc(100% - 24px);
    color: #fff !important;
}
.songinfo_artist{
    font-size: 13.5px;
}
.score-view_bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: var(--bg);
    background-size: cover;
}
.score-view_bg::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
}
.score-view_body {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}
.map-acc {
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
}

.main-stats {
    display: flex;
    flex-direction: column;
    color: white;
    height: 100%;
    margin-left: 12px;
    justify-content: space-between;

}
.playtime-block {
    background-color: #fff;
    padding: 10px 20px;
    padding-top: 16px;
    width: 100%;
    color: hsl(var(--base) 100% 70%);
    font-weight: 700;
    border-bottom: 1px solid #f7f7f7;
    font-size: 22px;
    border-radius: 8px;
    margin-bottom: 12px;
    line-height: 1.3;
}
.playtime-block .title {
    font-size: 14px;
    color: #000;
}

.hours-sm-text {
    font-weight: 600;
    font-size: 12.5px;
}



.rank-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.rank-single {
    background-color: hsl(var(--base) 5% 95%);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	margin: 6px 6px;
	padding: 8px 12px;
    padding-bottom: 6px;
}
.rank-line:last-child .rank-single{
    margin-bottom: 0;
}
.rank-block {
	margin: auto 0;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.rank-amount {
    font-size: 16px;
    font-weight: 400;
    margin-top: 2px;
    color: #666;
}

.active-single {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    margin-bottom: 6px;
    justify-content: space-between;
    align-items: center;
}
.active-single:last-child{
    margin-bottom: 0;
}
.row1{
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    min-width: 0;
}
.active-content2 {
    display: flex;
    white-space: nowrap;
    margin-left: 52px;
    font-weight: 400;
}



.profile-block {
    background-color: white;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-bottom: 0px;
    height: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}
.profile-block:last-child{
    margin-bottom: 0;
}
.profile-block .profile-block-header{
    min-height: 64px;
    padding: 14px 22px;
    border-bottom: 1px solid #f2f2f2;
    align-items: center;
}
.profile-block .profile-block-body{
    padding: 18px 22px;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    position: relative;
}
.pp-block {
    line-height: 1.4;
    justify-content: start;
    align-items: baseline !important;
    padding-top: 20px !important;
}

.favorite-plays-sceleton {
	width: 100%;
    overflow: hidden;
}

.profile-block .per-hr {
    width: 933px;
}

.most-single {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    min-width: 0;
    border-radius: 8px;
    height: 64px;
    line-height: 1.2;
    background-color: #f2f2f2;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
}


.most-map-bg {
    width: 64px;
    height: 100%;
    background-image: url(/static/images/icons/button.svg);
    background-size: 100%;
    background-color: #fc2;
    border-radius: 6px;
    position: relative;
    flex: 1 0 auto;
    overflow: hidden;
    transition: 200ms opacity;
}
.most-single:hover .beatmap-pc-cover {
    opacity: 1;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.most-title-block {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-left: 12px;
    overflow: hidden;
    justify-content: center;
}
.most-content1 {
    height: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding: 8px;
}

.most-author {
    margin-top: 2px;
    font-size: 13px;
    font-weight: 500;
}
.most-author b{
    font-weight: 600;
}
.most-content2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    height: 100%;
    position: relative;
}
.most-times {
    color: hsl(var(--base) 100% 70%);
    font-weight: 700;
    font-size: 17px;
    display: flex;
	align-items: baseline;
}
.most-time_block {
	display: flex;
	height: 100%;
	align-items: center;
    padding: 2px 16px;
    min-width: 100px;
    justify-content: center;
    background-color: #e6e6e6;
    padding-left: 22px;
}
.most-times .fa-play{
    font-size: 13px;
}
.most-stars {
    font-size: 13px;
    width: 100%;
    text-align: right;
    opacity: 0.8;
    font-weight: 600;
}

.last-map {
    border-bottom: none;
}
.profile-block .table-responsive {
    height: 100%;
}

.map-watch {
    align-items: center;
    opacity: 0.6;
    font-weight: 600;
    font-size: 11px;
    transition: 100ms opacity;
    display: flex;
    line-height: 0.67;
    margin-right: 12px;
}
.map-watch .fas{
    line-height: 0.8;
    font-size: 13px;
    margin-left: 6px;
}

.play-stats {
    display: flex;
    margin-top: 2px;
    font-size: 12px;
    color: #444;
    font-weight: 400;
    white-space: nowrap;
}
.play-stats>time{
    opacity: 0.95;
    margin-right: 6px;
    color: #222;
}
.play-stats>.map-fc {
    font-weight: 600;
    color: #000;
}


.download-replay {
    color: inherit;
    opacity: 0.6;
    transition: 100ms opacity;
}
.score-check{
    margin-right: 11px;
}

.map-single:hover .bottom-scorebar{
    opacity: 1;
}

.left-select-text .title-counter{
    font-weight: 700;
    font-size: 12px;
    align-self: center;
}

.bottom-scorebar{
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    min-width: 36px;
}
.bottom-scorebar>*:last-child{
    margin-left: auto;
    margin-right: 0;
}
.map-single:hover .download-replay, .map-single:hover .map-watch{
    opacity: 1;
}
/* maybe later :) */
/* 
.map-single:hover .bottom-scorebar{
    opacity: 1;
}

.bottom-scorebar {
    display: flex;
    border-radius: 100px;
    background-color: #cc5288;
    color: white;
    opacity: 0.7;
    padding: 4px 10px;
    margin-top: 2px;
    align-items: baseline;
    transition: 200ms background-color;
    position: relative;
}
.download-replay:after {
    content: "";
    width: 2px;
    top: 0;
    height: 100%;
    position: absolute;
    background-color: #ed7eaf;
}
*/
.fail-switcher {
    font-size: 12.5px;
	padding: 8px 18px;
	display: flex;
	transition: 200ms background-image, 200ms background-color, 200ms opacity;
	font-weight: 600;
	opacity: 0.5;
	justify-content: center;
	background-color: #333;
	color: #fff;
	background-size: 160%;
	border-radius: 6px;
	cursor: pointer;
	margin-bottom: 0;
}
.stats-content1{
    font-weight: 400;
}
input#failswitcher[type="checkbox"]:checked+label {
    background-image: url(/static/images/icons/button.svg);
    outline: none;
    background-color: #aa2454;
    opacity: 1;
    animation: fail-switcher 3s infinite;
    animation-direction: alternate-reverse;
}
@keyframes fail-switcher {
    from {background-position-x: 0% }
    to {background-position-x: 100%  }
}
#failswitcher {
    display: none;
}
.show-content {
    font-size: 13.5px;
    border: none;
    border-radius: 26px;
    padding: 4px 24px;
    background-color: white;
    opacity: 0.5;
    transition: 0.2s opacity, 0.2s box-shadow;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}
.show-content.disabled{
    background-color: #adadad;
}
.show-content:hover:not(.disabled) {
    opacity: 0.9;
}
.show-content:not(.disabled){
    background-color: #333;
    color: white;
}
.show-content:focus {
    outline: none;
}
.show-content:before, .show-content:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    margin-right: 6px;
    opacity: 0.4;
}
.show-content:after{
    margin-right: 0;
    margin-left:  6px;
}
.beatmap-link {
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
    cursor: pointer;
}
.score-stats__group{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: auto;
}
.score-stats__group-row{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.score-stats__stat{
    padding: 4px 15px;
    padding-top: 6px;
    background-color: hsl(var(--base) 10% 95%);
    color: #111;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4px 4px;
    
}
.scoreview_user{
    margin: 4px;
    margin-right: 8px;
    flex: 1;
}
.scoreview_user .search-user-content .user-flag{
    margin-left: 0;
}
.scoreview_user img.user-flag{
    width: 31px;
    height: 21px;
}
.score-stats__stat-row{
    font-size: 14px;
}
.score-stats__stat-row--label{
    font-size: 11.5px;
    opacity: 0.7;
}
.comments-body {
    width: 100%;
    min-height: 0;
    padding: 4px;
    flex: 0 1 auto;
    overflow: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.achievement-category {
    border-radius: 8px;
    /* height: 596px;*/
    display: flex;
    background-color: #f9fafa;
    flex-direction: column;
}
.achievements-grid{
    display: grid;
    padding: 12px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 18px;
    column-gap: 18px;
}
.category-title {
    border-radius: 8px 8px 0 0 ;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 22px;
    background-color: #f1f2f3;
    color: #444;
}
.mod-icon:after{
    margin-bottom: 1px;
}
.mod-icon:before{
    margin-top: 4px;
}
.achievements-row {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 1em;
    padding-bottom: 18px;
}

.achieve-single--img {
    width: 70px;
    align-self: center;
    filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.15));
}
.achieve-single.profile>.achieve-single--img{
    width: 25px;
    filter: drop-shadow(0 1.5px 0px rgba(0, 0, 0, 0.2));
    margin-bottom: 0px;
}
.achieve-single.profile{
    position: static;
}
.achieve-dropdown {
    width: 230px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 32px;
    box-shadow:0px 3px 45px 2px rgb(0 0 0 / 20%);
    background-color: hsl(var(--base), 0%, 95%);
    z-index: 3;
    position: absolute;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: 200ms opacity, 100ms visibility;
    transition-delay: 150ms;
    padding-bottom: 14px;
    margin-top: 95px;
    color: #333;
    backdrop-filter: blur(5px);
}
.achieve-dropdown.top-dropdown::after{
    top: auto;
    bottom: -10px;
    border: 10px solid transparent;
    border-bottom: none !important;
    /* border-top: 10px white; */
}
.achieve-dropdown.dropdown-conor-pink{
    background-color: hsla(var(--base), 10%, 90%, 0.85);
}
.achieve-dropdown.dropdown-conor-gray{
    background-color:hsla(0deg, 0%, 85%, 0.85);
}
.achieve-dropdown.dropdown-conor-yellow{
    background-color:hsla(40deg, 10%, 90%, 0.85);
}
.achieve-dropdown.dropdown-conor-purple{
    background-color:hsla(250deg, 10%, 90%, 0.85);
}
.achieve-dropdown.dropdown-conor-blue{
    background-color:hsla(210deg, 10%, 90%, 0.85);
}
.achieve-dropdown.dropdown-conor-brown{
    background-color:hsla(10deg, 10%, 90%, 0.85);
}
.achieve-dropdown::after {
    content: '';
    position: absolute;
    top: -22px;
    border: 10px solid transparent;
}

.achieve-single.disabled .drop-header-text1{
    color: #777;
}
.achieve-single .achieve-dropdown.top-dropdown{
    margin: 0;
    margin-bottom: 90px;
    bottom: 0;
}
.dropdown-conor-brown::after {
    border-bottom: 12px solid hsl(10deg 10% 90%);
}
.dropdown-conor-gray::after {
    border-bottom: 12px solid hsl(0deg 0% 85%); 
}
.dropdown-conor-yellow::after {
    border-bottom: 12px solid hsl(40deg 10% 90%);
}
.dropdown-conor-blue::after {
    border-bottom: 12px solid hsl(210deg 10% 90%);
}
.dropdown-conor-purple::after {
    border-bottom: 12px solid hsl(250deg 10% 90%);
}
.dropdown-conor-pink::after {
    border-bottom: 12px solid hsl(333deg 10% 90%);
}

.top-dropdown.dropdown-conor-brown::after {
    border-top: 12px solid hsl(10deg 10% 90%);
}
.top-dropdown.dropdown-conor-gray::after {
    border-top: 12px solid hsl(0deg 0% 85%); 
}
.top-dropdown.dropdown-conor-yellow::after {
    border-top: 12px solid hsl(40deg 10% 90%);
}
.top-dropdown.dropdown-conor-blue::after {
    border-top: 12px solid hsl(210deg 10% 90%);
}
.top-dropdown.dropdown-conor-purple::after {
    border-top: 12px solid hsl(250deg 10% 90%);
}
.top-dropdown.dropdown-conor-pink::after {
    border-top: 12px solid hsl(333deg 10% 90%);
}

.achieve-single:hover .achieve-dropdown {
    visibility: visible;
    opacity: 1;
}
.achieve-dropdown--header {
    background-image: url(/static/images/icons/button.svg);
    width: 100%;
    height: 70px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-size: 125%;
    margin-bottom: 40px;
}
@media(max-width:378px){
    .achieve-single--img {
        width: 60px;
    }
}
@media(min-width: 992px) and (max-width:1280px){
    .achieve-single--img {
        width: 60px;
    }
}
.header-achieve--img {
    margin: 0px;
    margin-bottom: -60px;
    width: 80px;
    filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.15));
}
.drop-header-text1 {
    font-size: 23px;
    color:  #000;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 6px;
}


.drop-header-text2 {
    font-size: 11.5px;
    opacity: 0.8;
    padding-right: 4px;
    padding-left: 4px;
}
.drop-header-text3 {
    font-size: 10.5px;
    opacity: 0.6;
    padding-top: 4px;
}
.drop-text-content {
    display: flex;
    flex-direction: column;
    padding: 12px;
    white-space: normal;
}

.achieve-single.disabled .achieve-dropdown{
    background-color: hsl(var(--base), 0%, 75%);
}
.achieve-single.disabled .header-achieve--img{
    filter: grayscale(1);
}
.drop-header-text2, .drop-header-text3{
    opacity: 1;
}
.drop-header-text3{
    padding-top: 14px;
}


.achieve-dropdown.top-dropdown::after{
    border-bottom-color: transparent;
}
.achieve-single.disabled .achieve-dropdown::after{
    border-bottom-color: hsl(var(--base), 0%, 75%) !important;
}
.achieve-single.disabled .achieve-dropdown.top-dropdown::after{
    border-bottom-color: transparent;
    border-top-color: hsl(var(--base), 0%, 75%) !important;
}
.achieve-dropdown--header{
    background: none !important;
}
.achievement-bg{
    display: none;
}
.header-achieve--img{
    position: relative;
}
/* for better developing exp:) */
@media (max-width: 992px) {
    .map-title-block{
        padding-right: 10px;
    }
    div#prof-left {
        margin-top: 12px;
        position: static !important;
    }
    .col-xl-2>div:nth-child(2){
        height: 0px !important;
    }
    div.scroll-to-fixed-fixed{
        margin-top: 0px;
    }
    .score-view_btn{
        display: none;
    }
    .score-view_tab-content{
        align-items: center;
        flex-direction: column;
    }
    .score-stats__group{
        margin-left: unset;
    }
    .report-window-bg{
        top: 51px;
        height: calc(100% - 111px);
    }
    .quests-block{
        top: 16px;
    }
}
    
.ranks-block {
    padding: 16px 44px;
    padding-top: 0;
	display: flex;
    flex-flow: column;
}
.ranks-block:not(:last-child){
    padding-bottom: 0px !important;
}
.userprofile-row>div:last-child{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.ranks-block>div.d-flex {
    margin-top: 8px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.other-profile{
    font-size: 13px;
    display: flex;
    line-height: 1;
    flex-direction: row;
    font-weight: 600;
    align-items: baseline;
    color: #222;
    position: relative;
}
.other-profile i{
    font-weight: 400;
    color: #555;
    font-size: 14px;
    margin-right: 6px;
}
.other-profile:not(:last-child){
    margin-right: 14px;
}
.ranks-block--rank {
	display: flex;
	flex-direction: column;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
	color: #222;
	line-height: 1.3;
}
.ranks-block--rank:last-child{
    margin-bottom: 0;
}

.rank-block--header {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #444;
}
.no-scores {
    width: 100%;
    height: 260px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.no-scores-block1 {
    font-size: 28px;
    opacity:1;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
}
.no-scores-sm-text {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.no-scores-img {
    background-size: 100%;
    width: 140px;
    height: 135px;
    background-image: url(/static/images/characters/shinobu-no-scores.png);
}

.user-flag{
    align-items: flex-start;
}
img.user-flag{
    margin-right: 0;
}
.pp-content .user-flag {
    width: 22px;
    display: inline-block;
}
.mostplayed_placeholder{
    height: 100%;
    left: 0;
    top: 0;
}
.mostplayed_card:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: hsla(0 0% 35% / 75%);
    left: 0;
    top: 0;
    transition: 100ms background-color;
    will-change: background-color;
}
.mostplayed_songname{
    color: #fff;
    display: flex;
    line-height: 1.3;
    flex-direction: column;
}
.mostplayed_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 18px;
    column-gap: 16px;
}
.level-line{
    background-color: #d7d7d7;
}
.map-weight {
    font-size: 10px;
    display: flex;
    opacity: 0.9;
    justify-content: flex-end;
    width: 160px;
}

.mostplayed_content{
    position: relative;
    min-width: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.songname_title{
    color: #fff;
    font-weight: 700;
}
.songname_version{
    font-size: 14px;
    opacity: 0.9;
}
.mostplayed_block {
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: 120ms box-shadow, 100ms transform;
    will-change: box-shadow, transform;
}
.mostplayed_card {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 18px 12px;
    background-position: center;
    background-size: cover;
}
.mostplayed_count{
    padding-left: 12px;
    flex: 0 0 auto;
    color: #fff;
}
.acc-head--single {
    padding: 2px;
    padding-right: 16px;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.acc-table--head {
    font-size: 12px;
    font-weight: 900;
}
.acc-table--single {
    padding-right: 16px;
    font-size: 14px;
}
.acc-head-larger{
    padding-right: 22px;
}
th.acc-head--single:last-child {
    padding-right: 0;
}

td.acc-table--single:last-child {
    padding-right: 0;
}
.acc-table {
    line-height: 1;
    min-width: 570px;
}
.acc-warning-action {
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
    background-color: #da0051;
    border-radius: 12px;
    color: white;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    padding: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.pp-content {
    color: #f6a;
    font-size: 18px;
    font-weight: 700;
    margin-right: 4px;
}
.pp-content:last-child{
    margin-right: 0;
}
.acc-warning-action .acc-table--single {
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 0px;
    opacity: 1;
}


.date-width {
    width: 180px;
}
.favorite-bm-btn {
    border: none;
    background-color: #2f8eaa;
    border-radius: 30px;
    font-size: 12px;
    color: white;
    position: absolute;
    right: 0;
    margin-right: 6px;
    margin-top: -18px;
    width: 26px;
    height: 26px;
    opacity: 0;
    transition: 0.2s opacity;
    padding: 0px;
    z-index: 1;
    cursor: pointer;
}

.favorite-bm-btn:focus {
    outline: none;
}
.map-single:hover .favorite-bm-btn {
    opacity: 0.2;
}
.favorite-bm-btn:hover {
    opacity: 1 !important;
}
/*
#best .favorite-bm-btn {
    padding-left: 1px;
    padding-bottom: 1px;
}*/
#recent .favorite-bm-btn {
    padding-left: 1px;
}
.flag-dropdown {
    margin-top: -41px;
} 

.mode-sort {
    line-height: 1;
    display: flex;
    position: absolute;
    top: 15px;
    right: 24px;
}
.score-default-dropdown {
    background-color: #272626;
    color: rgb(231, 231, 231);
    border-radius: 4px;
    padding: 7px;
    font-size: 12px;
    position: absolute;
    padding-left: 14px;
    padding-right: 14px;
    visibility: hidden;
    opacity: 0;
    transition: 150ms opacity 100ms, visibility;
    width: 170px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 5px;
    z-index: 999;
    font-style: normal;
}
.score-default-dropdown b{
    color: #fff;
}
.date-dropdown-position {
    margin-top: -28px;
    margin-left: -46px;
}
.weight-dropdown-position {
    margin-top: -32px;
    margin-right: -30px;
    right: 0;
}
.score-default-dropdown::after {
    content: '';
    position: absolute;
    right: 75px;
    bottom: -13px;
    border: 7px solid transparent;
    border-top: 6px solid #333;
}
.play-stats>time:hover+.score-default-dropdown, .map-pp:hover .score-default-dropdown, .favorite-bm-btn:hover>.score-default-dropdown{
    opacity: 1;
    visibility: visible;
}
.date-dropdown-position:after {
    right: 85px !important;
}

button.favorite-bm-btn:after {
    content: "\f005";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 600;
}
.favorite-bm-btn.remove:after {
    content: "\f05e";
}

.fav-dropdown {
    margin-top: -39px;
    margin-right: -71px;
    right: 0;
}
.profile-tag span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 12px;
}
@media (max-width: 769px){
    .left-join, .other-profile{
        font-size: 13.2px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .fav-dropdown {
        margin-right: 0px;
    }
    .score-default-dropdown::after{
        right: 5px;
    }
    g.nvd3.nv-wrap.nv-lineChart {
        transform: translate(56px,30px) scaleX(1.11);
    }
}

.mode-sort .mod-icon {
    margin-left: 4px;
}

.tab-content {
    transition: filter 200ms;
}
.tab-content.loading {
    filter: brightness(0.7) blur(0.8px);
}
span.country-rank {
    font-size: 15px;
}

.player-flag{
    width: 23px;
    height: 15px;
    margin-bottom: -2px;
}


.achieve-single {
    display: flex;
    justify-content: center;
    position: relative;
}
.achieve-single.profile .achieve-dropdown{
    margin-top: 48px;
}

.main-selector{
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
    margin-bottom: 8px;
    color: #111;
    margin-top: 8px;
}
@media(max-width: 1280px){
    .achievements-row .achieve-single:nth-child(4n) .achieve-dropdown {
        margin-left: -140px;
    }
    
    .achievements-row .achieve-single:nth-child(4n) .achieve-dropdown:after {
        margin-left: 140px;
    }
    .achievements-row .achieve-single:nth-child(4n+1) .achieve-dropdown {
        margin-left: 130px;
    } 
    .achievements-row .achieve-single:nth-child(4n+1) .achieve-dropdown:after {
        margin-left: -130px;
    }
    .achieve-dropdown {
        margin-left: 0px;
    }

    .weight-dropdown-position, .fav-dropdown{
        margin-right: 0;
    }
    .score-default-dropdown::after{
        right: 45px;
    }
    .score-default-dropdown.fav-dropdown::after{
        right: 7px;
    }
    .achieve-dropdown{
        margin-top: 95px;
    }
    .achieve-single .achieve-dropdown.top-dropdown{
        margin-bottom: 90px;
    }
}
@media(max-width:768px){
    .achieve-single.profile .achieve-dropdown{
        margin-left: 82px;
    }
    div#prof-left{
        display: none;
    }
    .main-selector{
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 8px;
        padding: 8px 8px;
        justify-content: space-between;
    }
    .profile-block .profile-block-body{
        padding: 16px 12px;
    }

}
.mode-select span{
    margin: 0;
}
.mode-select{
    padding: 10px 12px;
}
@media(max-width: 378px){
    .achieve-dropdown{
        margin-top: 85px;
    }
    .achieve-single .achieve-dropdown.top-dropdown{
        margin-bottom: 80px;
    }
}
.dropdown-toggle.mobile-dropdown{
    display: none;
    position: fixed;
    top: 0px;
    background-color: #d7d7d7;
    color: #333;
    font-weight: 600;
    border-radius: 0px;
    font-size: 21px;
    padding: 8px 12px;
    border-bottom: 3px solid hsl(var(--base) 100% 70%);
    z-index: 4 !important;
}
.dropdown-toggle.mobile-dropdown:focus, .dropdown-toggle.mobile-dropdown:hover{
    outline: 0;
    box-shadow: none;
}
.mobile-menu{
    display: none;
}
.dropdown-toggle.mobile-dropdown[aria-expanded="true"]{
    border-bottom-color: transparent;
}
.mobile-menu .bootstrap-select.btn-group .dropdown-menu{
    margin-top: 0px;
    border-radius: 0px;
}
.mobile-menu .bootstrap-select.btn-group .dropdown-menu li{
    font-size: 16px;
}
.mobile-menu .bootstrap-select.btn-group .dropdown-menu li a{
    padding: 8px 0px 8px 12px;
}
.header-navbar-left{
    margin-left: -3px;
}
.header-menu{
    margin-right: 0;
}

.mobile-menu .inner.dropdown-menu>li .text:before{
    -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    margin-right: 8px;
    color: #f6a;
    width: 18px;
}
.mobile-menu .inner.dropdown-menu>li.selected .text:before{
    font-weight: 600;
    
}
.mobile-menu .inner.dropdown-menu>li.selected .text{
    color: #f6a;
    font-weight: 700;
}
.mobile-menu .inner.dropdown-menu>li:nth-child(1) .text:before{
    content: "\f007";
}
.mobile-menu .inner.dropdown-menu>li:nth-child(2) .text:before{
    content: "\f091";
}
.mobile-menu .inner.dropdown-menu>li:nth-child(3) .text:before{
    content: "\f1da";
}
.mobile-menu .inner.dropdown-menu>li:nth-child(4) .text:before{
    content: "\f005";
}

.mobile-menu .inner.dropdown-menu>li:nth-child(5) .text:before{
    content: "\f001";
}
.mobile-menu .inner.dropdown-menu>li:nth-child(6) .text:before{
    content: "\f5a2";
}
.dropup{
    min-width: auto;
}
@media(max-width: 768px){

    .favorite-plays-sceleton{
        filter: blur(5px)
    }
    .heading-title{
        width: 0;
        height: 0;
        visibility: hidden;
    }
    .profile-block .profile-block-header{
        min-height: 56px;
    }
    .achievement-category{
        height: auto;
    }
    .mobile-menu{
        display: flex;
    }
    .dropdown-toggle.mobile-dropdown:focus, .dropdown-toggle.mobile-dropdown:hover{
        outline: 0;
    }
    div#app>div:nth-child(4){
        margin-top: 4px !important;
    }
    .profile-tag{
        font-size: 14px !important;
    }
    .gatari-fist{
        width: 19px !important;
        height: 17px !important;
    }
    .left-name{
        font-size: 18px !important;
    }
    .userpage{
        min-height: 50px;
    }
    .stats-block, .userpage, .userprofile-heading{
        border-radius: 0 !important;
    }
    .left-content-select{
        display: none;
    }
    .block-title--switcher{
        margin-top: 6px;
    }
    .restricted-banner, .donor-banner {
        margin: 0 !important;
        margin-top: 52px !important;
        margin-bottom: -40px !important;
    }
}



.active-single .map-rank {
    font-size: 24px;
    width: 25px;
    overflow: hidden;
}

.show-more {
    margin-top: 18px;
    margin-bottom: 8px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.most-single:first-child{
    margin-top: 0;
}

.most-single:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.favorite-plays-girl {
    background-image: url(/static/images/characters/shinobu-favorite.png);
    background-size: 100%;
    width: 110px;
    opacity: 0.7;
    height: 135px;
}

.favorite-plays-text {
    opacity: 1;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
	width: calc(100% - 30px);
	left: 18px;
	height: calc(100% - 26px);
    text-align: center;
    line-height: 1.2;
    position: absolute;
    top: 0;
    backdrop-filter: blur(3px) saturate(0.7);
    -webkit-backdrop-filter: blur(3px) saturate(0.7);
    user-select: none;
}
.map-acc b {
	letter-spacing: -1px;
}
.favorite-plays-text span {
    text-align: center;
	padding: 12px 36px;
	color: #fff;
	background: #4d4d4d;
	border-radius: 8px;
}
.row1>span {
    min-width: 0;
    flex-shrink: 100;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}





.userpage-edit {
    position: absolute;
	right: -5px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2493b4;
	border-radius: 100%;
	opacity: 0.3;
	transition: 0.2s opacity;
    font-size: 11.5px;
    color: white !important;
    z-index: 2;
}

.userpage-edit:hover {
    cursor: pointer;
    opacity: 1;
}

.profile-tag {
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    padding-top: 8px;
    font-weight: 500;
    background-size: cover;
    font-size: 14px;
    margin: 6px;
    border-radius: 8px;
    line-height: 1.3;
}
.left-name+.profile-tag, .user-aka+.profile-tag{
    margin-top: 12px;
}
.profile-tag:last-child{
    margin-right: 0;
}
.left-name+.profile-tag{
    margin-top: 12px;
}

.gatari-fist {
    background-image: url(/static/images/icons/druzhban-fist.svg);
    background-size: contain;
    background-repeat: space;
    width: 15px;
    height: 13px;
    margin-top: -2px;
}
.gatari-fist.double {
    width: 33px;
}
.gatari-fist.tripple {
    width: 48px;
}
.profile-tag.druzhban {
    background-color: hsl(var(--base) 100% 70%); /* placeholder for weak internet users */
    border-color: hsl(var(--base) 40% 50%);
}
#snow-container{
    margin: 0 !important;
    opacity: 0.6;
}
.profile-tag.restricted {
    background-color: #d60000;
    font-weight: 600;
}

.profile-tag.bold{
    font-weight: 700;
}
.profile-tag.dev {
    background-color: #515981;
}

.profile-tag .fa, .profile-tag .far, .profile-tag .fas {
    font-size: 13px;
    margin-top: -3px;
}


.left-avatar a.edit {
    color: #ffffff;
    position: absolute;
    right: 10px;
    opacity: 0;
    transition: 200ms opacity;
    text-shadow: 0 1px 3px rgb(0 0 0 / 90%);
}

.left-avatar:hover .edit {
    opacity: 1;
}


.achieve-single.disabled>img {
    filter: opacity(0.2) grayscale(1);
}

.achieve-single.disabled .achieve-dropdown {
    filter: grayscale(1);
    margin-top: 90px;
}

.achieve-single.disabled .header-achieve--img {
    filter: opacity(0.35);
}

.achieve-single.disabled .achieve-dropdown--header {
    background-color: #f6cd44;
}

.achieve-single.disabled .achieve-dropdown::after{
    border-bottom-color: #c3c3c3;
}

.event--extra {
    height: 32px;
    width: 26px;
    text-align: center;
    margin-right: 6px;
    display: flex;
}

.achievement-bg {
    background-image: url(/static/achievements/blank.png);
    width: 80px;
    height: 87px;
    background-size: cover;
    position: absolute;
    margin-bottom: -40px;
}
.achieve-single.disabled .achievement-bg{
    filter: drop-shadow(0 3px 0px rgb(220, 220, 220));
}
.first-places-badge {
	line-height: 1;
	display: flex;
	position: absolute;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	border-radius: 100px;
	background-color: hsl(var(--base) 100% 70%);
	color: #fff;
	font-weight: 700;
	transform: translate(-17px, -8px);
	width: 24.5px;
	height: 24.5px;
}
@media(max-width: 576px){
    .score-default-dropdown::after {
        right: 45px;
    }
    .score-default-dropdown{
        margin-right: auto;
    }
    .mode-sort{
        display: none;
    }
    .no-scores{
        flex-direction: column-reverse;
        text-align: center;
    }
}

.closed-profile-alert {
    text-align: center;
    font-size: 12px;
}

span.alert-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 6px;
}

.profile-tag.cm {
    background-color: #e27030;
}
.profile-tag.ow {
    background-color: #4bdf00;
}
.profile-tag.bat {
    background-color: #30e2bf;
}

.profile-tag.mod {
    background-color: #79b852;
}

.beatmap-pc-cover {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(var(--base) 100% 70%);
    font-size: 18px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.7);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
    transition: 200ms border-radius;
}

@media(min-width:992px){
    .beatmap-pc-cover{
        display: none;
    }
    .play-stats>time{
        margin-right: 2px;
    }
    .play-stats>time::after{
        margin-left: 2px;
        content: " /";
    }
}
@media(max-width: 992px){
    .header-menu{
        margin-right: initial;
    }
    
    .userpage-edit{
        right: 3px;
    }
    .header-navbar-left{
        margin-left: 12px !important;
    }
    .most-content2{
        display: none;
    }
    .most-map-bg{
        opacity: 1;
    }
    .block-title{
        padding-left: 14px;
    }
    .mostplayed_grid{
        grid-template-columns: 1fr;
    }
    .achievements-grid{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .left-block{
        padding-bottom: 12px;
    }
}

.level-block{
    margin-bottom: 10px;
}

.play-icon {
    font-size: 12px;
    margin-right: 4px;
    margin-top: -4px;
}

.left-content-select {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.join-text:hover .score-default-dropdown{
    opacity: 1;
    visibility: visible;
}
.join-text .score-default-dropdown{
    background-color: #444; 
    margin-left: auto;
    margin-top: -52px;
}
.join-text .score-default-dropdown::after{
    border-top-color: #444;
}
.score-dropdown-block{
    justify-content: center;
    display: flex;
}
.report-block {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 16px;
}
.report-block a.btn {
    font-size: 13px;
    padding: 8px 24px;
    flex-grow: 1;
    line-height: 1;
    margin-right: 8px;
}
.report-block a.btn:last-child{
    margin-right: 0;
}

label.fail-switcher:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    margin-right: 6px;
    margin-bottom: -2px;
}

input#failswitcher[type="checkbox"]:checked+label:before {
    content: "\f00c";
}

.noUi-target { 
    background: #ececec; 
    width: 200px; 
    cursor: pointer; 
    border-radius: 100px; 
}

.noUi-base { 
    width: 100%; 
    background-color: #ccc;
    height: 100%; 
    position: relative; 
    border-radius: 6px; 
    z-index: 1; 
}

.noUi-connect { 
    position: absolute; 
    right: 0; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    background: #ff66aa; 
    /* border-radius: 6px; */ 
    border-top-left-radius: 6px; 
    border-bottom-left-radius: 6px; 
    transition: 120ms right; 
}

.noUi-origin { 
    position: absolute; 
    bottom: 9px; 
    transition: 120ms left; 
}

.noUi-handle {
    z-index: 4; 
    height: 13px; 
    width: 13px; 
    margin-left: -2px; 
    position: absolute; 
    border-radius: 50%; 
    background-color: #ff66aa; 
}


.bootstrap-select.btn-group .dropdown-menu li a {
    outline: 0 !important;
    display: block;
    padding: 4px 0px 4px 12px;
    text-decoration: none;
    color: #111;
    font-weight: 400;
}



.bootstrap-select.btn-group .dropdown-menu li.selected{
    font-weight: 700;
}
.btn.dropdown-toggle{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}
.btn.dropdown-toggle.report-dropdown {
    background-color: #eee;
    color: #333;
    font-size: 13px;
    box-shadow: none;
    border: solid 2px transparent;
    border-radius: 8px;
}
.bootstrap-select.btn-group .mobile-dropdown+.dropdown-menu {
	width: 100%;
	min-width: auto;
	transform: none !important;
	height: 296px;
	top: 50px !important;
	position: fixed !important;
    will-change: transform;
}
.dropdown .bootstrap-select.btn-group .dropdown-menu{
    margin-left:0px;
}
.btn.dropdown-toggle:focus {
    outline: none;
}
.bootstrap-select .dropdown-toggl.report-dropdown:focus {
    outline: none !important;
    box-shadow: none;
    border: 2px hsl(var(--base) 100% 70%) solid;
}
.bootstrap-select>.dropdown-toggle {
    padding-right: 14px !important;
}
.dropdown-menu {
    padding: 2px 0;
    border-radius: 10px;
    
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.25);
}

.mobile-menu .dropdown-menu{
    background-color: #f7f7f7;
    box-shadow: 0 52px 50px 7px rgba(0, 0, 0, 0.45);
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    padding: 4px;
    border-radius: 4px;
    font-size: 13px;
    transition: 0.2s all;
    font-weight: 500;
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: auto;
}

.btn-group.bootstrap-select.show .btn.report-dropdown {
    border: 2px solid hsl(var(--base) 100% 70%);
}

.bootstrap-select.btn-group .dropdown-menu li a:after {
    content: "\f111";
    position: absolute;
    display: inline;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400;
    right: 0;
    font-size: 12px;
    padding-right: 14px;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a:after {
    font-weight: bold;
    color: #f6a;
}


.profile-tag.disabled {
    background-color: #484848;
    color: white;
}

.tourney-badge {
    height: 80px;
    background-size: 100%;
    margin-bottom: 4px;
}
.tourney-badge:first-child{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.tourney-badge:last-child{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 12px;
}
.stats-block {
    background-color: #fff;
    color: #222;
    padding: 16px 22px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}
.stats-block .stats{
    padding-bottom: 4px;
}
.userprofile_body .left-avatar{
    position: absolute;
    bottom: 16px;
    z-index: 2;
    left: 46px;
    display: flex;
    align-items: center;
    overflow: hidden;

}
.userprofile-heading {
    padding: 8px 32px;
    font-size: 20px;
    min-height: 48px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.userprofile_body{
    position: relative;
    display: flex;
    background-color: #fff;
    color: #222;
    padding: 0 32px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    padding-left: 210px;
    padding-top: 16px;
}
@media(max-width: 1200px){
    .tourney-badge {
        height: 60px;
    }
    
}
@media(max-width: 768px){
    .left-name{
        font-size: 16px;
    }
    .left-name .user-flag{
        width: 21px;
    }
    .rank-block{
        margin-top: 24px;
    }
    .tourney-badge {
        height: 47px;
        border-radius: 2px !important; 
    }
    .report-block:not(:first-child:last-child){
        width: 100%;
        flex-wrap: wrap;
    }
    .userinfo-block{
        padding-bottom: 0;
    }
    .main-stats{
        margin-left: 0;
        margin-top: 12px;
    }
    .row.margined{
        margin: 12px -12px;
    }
}

.profile-block .row {
    margin-right: -5px;
    margin-left: -5px;
}

.profile-block-body .map-single:last-child {
    margin-bottom: 0;
}

.profile-block-body>div:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    font-weight: 500;
}
.pp-graph-margin .profile-block-body{
    position:static;
}
#pp-slider {
    margin-right: 16px;
    margin-bottom: 4px;
    height: 6px;
    display: flex;
    margin-left: auto;
}

#pp-slider .noUi-tooltip {
    opacity: 1;
    visibility: visible;
    margin-top: -40px;
    margin-left: -46px;
}

.block-title--switcher {
    display: flex;
    align-items: center;
}

a.submit_filter {
    display: flex;
    position: absolute;
    margin-left: -30px;
    font-size: 12px;
    background-color: #ea3979;
    color: white !important;
    padding: 6px;
    border-radius: 14px;
    margin-top: -9px;
    transition: 200ms background-color;
}
a.submit_filter:hover{
    background-color: hsl(var(--base) 100% 70%);
}
.verify-block {
	margin-left: 4px;
}

.verify-check {
    font-size: 14px;
    margin-left: 6px;
    color: #469bff;
}

.verify-block:hover .score-default-dropdown{
    opacity: 1;
    visibility: visible;
}

.verify-block .date-dropdown-position:after{
    right: 80px !important;
}

.verify-block .date-dropdown-position {
    margin-top: -54px;
    margin-left: -71px;
}


.nvtooltip{
    padding-bottom: 2px !important;
}
.badges-list {
    flex-wrap: wrap;
    display: flex;
    color: #575757;
    padding: 10px 40px;
    padding-bottom: 0;
    font-size: 14px;
}


.badges-list, .ranks-block{
    background-color: #fff;
}

a.user-badge{
    cursor: pointer;
}

.other-profile.online {
    background-color: #555;
    color: #fff;
    border-radius: 12px;
    padding: 5px 14px;
    padding-top: 6;
    padding-right: 32px;
}
.other-profile.online::after{
    position: absolute;
    content: '';
    right: 10px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-radius: 100px;
    
    animation: flash 2s;
    animation-iteration-count: infinite;
    background-color: #ff593f;
}
a.other-profile.online i{
    color: #fff;
}
.userprofile_bg {
    height: 250px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.userprofile_bg .userpage-edit{
    opacity: 0;
    top: 8px;

}
.userprofile_bg:hover .userpage-edit{
    opacity: 0.6;
}
.userprofile_bg .userpage-edit:hover{
    opacity: 1;
}

.userprofile_bg::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    /* backdrop-filter: blur(2px); */
}

.userprofile_bg::before, .score-view_bg::after{
    background-image: linear-gradient(0, hsla(var(--base), 15%, 10%, 0.5) 10%, hsla(var(--base), 15%, 20%, 0.2) 90%);
}

.heading-title i{
    font-size: 90%;
    margin-right: 10px;
}
span.heading-title {
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: baseline;
}
.heading-selector {
    display: flex;
}

button.action-dropdown_toggle{
    
    background-color: hsl(333deg 100% 12% / 5%);
    color: #333;
}

.action-dropdown:not(:first-child) button.action-dropdown_toggle{
    margin-left: 8px;
}
button.action-dropdown_toggle:hover, .userblock_follow:hover{
    background-color: hsl(333deg 100% 12% / 10%);
}
.left-flag{
    display: flex;
    color: #333;
    font-weight: 400;
    margin-top: 2px;
    line-height: 1.4;
}
.left-flag img.user-flag{
    width: 28px;
}
.userprofile-row{
    border-radius: 8px;
}

/* .profile-block:first-child{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
} */
.profile-block.performance-block {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.ranks-block .user-badge{
    justify-content: center;
    margin-right: 0 !important;
}
.ranks-block .user-badge i{
    margin-right: 0;

}
.user-badge{
    margin: 6px;
}

.stat-single {
    font-size: 13px;
}

.d-flex-mob{
    display: none;
}

.beatmap-link-artist::after{
    content: ' - ';
}
@media(max-width: 768px){
    .map-single:hover .download-replay, .map-single:hover .map-watch{
        opacity: 0.6;
    }
    .map-rank.rank-X, .map-rank.rank-XH{
        margin: 0 !important;
        font-size: 34px !important;
    }
    .score-main{
        padding: 0;
    }
    .map-title{
        font-size: 14px;
    }
    .beatmap-link-artist{
        font-size: 87%;
        opacity: 0.8;
    }
    .bottom-scorebar, .play-stats>time{
        display: none;
    }
    .beatmap-link-artist::after{
        content: '';
    }
    .beatmap-link{
        display: flex;
        flex-direction: column-reverse;
    }
    .profile-block .table-responsive{
        overflow: hidden;
    }
    .map-pp{
        font-size: 24px;
    }
    .map-single{
        min-width:0;
        flex-direction: column;
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
        background-color: #e0e0e0 !important;
    }
    .map-single:hover{
        background-color: initial;
    }
    .map-content1{
        padding: 8px 16px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #f2f2f2;
    }
    .map-content2{
        padding: 12px 16px;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    .map-content2 .map-rank{
        font-size: 40px;
        height: 40px;
        width: 38px;
        display: block
    }
    .score-details_pp-block{
        align-items: flex-end !important;
        padding-right: 0 !important;
        background: none !important;
    }
    .score-details_pp-block::before{
        background: none !important;
    }
    .map-content1 .map-rank{
        display: none;
    }
    .d-flex-mob{
        display: flex;
    }
    .mobile-width-100{
        margin-top: 16px;
        width: 100%;
    }
    .mob_scorestats{
        font-size: 12px;
        flex-direction: column;
        height: 100%;
    }
    .mob-scorebar{
        margin-top: 2px;
        display: flex;
    }
    .userblock_follow, button.action-dropdown_toggle{
        margin-top: 0;
        border-radius: 8px;
    }
    .userblock_follow{
        width: 100%;
    }
    .left-avatar{
        min-width: 64px;
        min-height: 64px;
        width: 96px;
    }
    .userprofile_body{
        padding: 18px !important;
        flex-direction: column;
        align-items: baseline;
    }
    .userprofile_body .left-avatar{
        position: relative;
        left: 0;
        bottom: 0;
        margin-right: 12px;
    }
    .most-single{
        height: 70px;
    }
    .most-map-bg{
        width: 75px;
    }
    .left-sub_block, .profile-block, .profile-block.performance-block, .playtime-block{
        border-radius: 0;
    }
    .favorite-plays-text{
        width: calc(100% - 16px);
	left: 8px;
    }

    .userprofile_bg{
        background-position: center;
        height: 120px;
    }
    .userprofile_bg::before{
        content: none;
    }
    .no-scores-block1{
        font-size: 20px;
    }
    #pp-slider, .noUi-target{
        max-width: 150px !important;
    }
    .stat-single{
        font-size: 13.5px;
    }
    .level-block{
        font-size: 13px;
    }
    .active-single{
        min-width: 596px;
    }
    .left-avatar, .left-avatar>img{
        border-radius: 20px;
    }
    .user-status{
        width: 15px;
        height: 15px;
    }
    .left-flag{
        font-size: 14px;
        line-height: 1.9;
        margin-top: 4px;
    }
    .userblock_follow{
        padding: 10px 12px;
        font-size: 16px;
    }
    .sendMessage_btn{
        padding: 10px 18px;
    }
    button.action-dropdown_toggle{
        padding: 6px 16px;
    }
}
@media(max-width: 768px){
    .userprofile_bg{
        height: 110px;
    }
    .left-avatar{
        width: 88px;
        height: 88px;
    }
    .left-avatar.user-avatar{
        box-shadow: 0 3px 3px rgb(0 0 0 / 25%) !important;
    }
    .userprofile-row{
        margin-top: 48px;
    }
    .profile-block .profile-block-header, .ranks-block, .playtime-block, .stats-block, .userprofile-heading{
        padding: 14px 18px !important;
    }
    .ranks-block{
        padding-top: 0 !important;
    }
    .badges-list{
        padding: 10px 14px !important;
    }
    .userpage{
        padding: 14px 18px;
    }
    .tourney-badge {
        height: 36px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .block-title{
        font-size: 20px;
        border-radius: 0 !important;
    }
    .userprofile-row>div:last-child{
        border-radius: 0;
    }
}
.main-content>div:nth-child(1){
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

select{
    display: none;
}

.flag-dropdown.f2 {
    margin-top: -36px;
    margin-left: -41px;
}
.user-dropdown{
    margin-right: -30px;
}
.user-aka {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.8;
}

.popover-body{
    font-size: 12px;
}


.restricted-banner, .donor-banner {
    margin: 0 -15px 16px;
}
.score-details_pp-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    min-width: 146px;
    justify-content: center;
    padding-right: 14px;
    padding-left: 20px;
    background-color: #e6e6e6;
    position: relative;
    border-radius: 0 10px 10px 0;
    z-index: 0;
    font-weight: 800;
}
.score-details{
    height: 100%;
    align-items: center;
}

.map-single:hover .score-details_pp-block, .most-single:hover .most-time_block{
    background-color: #dedede;
}

.score-details_pp-block:before, .most-time_block:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f2f2f2;
    -webkit-clip-path: polygon(-2px -2px,100% 50%,0 100%);
    clip-path: polygon(-2px -2px,100% 50%,0 100%);
}

.map-rank.rank-X, .map-rank.rank-XH {
	font-size: 33px;
}

.active-single .map-rank.rank-X, .active-single .map-rank.rank-XH{
    font-size: 22px;
    margin-top: 0;
    overflow: visible;
}
.most-single:hover .most-time_block:before{
    background-color: #ededed;
}
.map-single.score-failed .score-details_pp-block{
    background-color: #f6e4e4;
}
.map-single:hover .score-details_pp-block:before{
    background-color: #ededed;
}
.map-single.score-failed, .map-single.score-failed .score-details_pp-block:before{
    background-color: #fff1f1;
}
.map-single.score-failed:hover,.map-single.score-failed:hover .score-details_pp-block:before {
    background-color: #ffe0e0;
}
@media(min-width: 991px){
    .container{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
  
}
