a {
    color: #4183C4;
}
html, body{
    height: 100%;
}
a:hover{
    color: #73b4f5;
}
@font-face { 
    font-family: 'Gatari icons'; 
    src: url(/static/images/icons/Gatari_icons.ttf); 
}
@font-face {
font-family: 'FontAwesomeExtra';
src: url('/static/fonts/extra/extra.eot?1280178');
src: url('/static/fonts/extra/extra.eot?1280178#iefix') format('embedded-opentype'),
        url('/static/fonts/extra/extra.woff2?1280178') format('woff2'),
        url('/static/fonts/extra/extra.woff?1280178') format('woff'),
        url('/static/fonts/extra/extra.ttf?1280178') format('truetype'),
        url('/static/fonts/extra/extra.svg?1280178#extra') format('svg');
font-weight: normal;
font-style: normal;
}

[class*=" fa-extra-"], [class^=fa-extra-] {
	font-family: FontAwesomeExtra;
	font-weight: 400;
}

.fa-extra-mode-osu:before {
	content: "\e800";
}

.fa-extra-mode-taiko:before {
	content: "\e803";
}

.fa-extra-mode-ctb:before {
	content: "\e801";
}
.fa-extra-mode-mania:before {
	content: "\e802";
}

a, body, h1, h2, div {
    font-family: 'Trap', 'Yandex Sans Display', sans-serif;
    font-weight: 500;
}
@media(min-width: 1200px){
    .container{
        max-width: 1210px;
    }
}
@media(max-width: 768px){
    .container{
        max-width: 100%;
    }
}
li {
    list-style-type: none;
}
ul {
    padding-left: 0;
}
.footer-info-block ul{
    margin-bottom: 0;
}

.col-lg-12 , .col-lg-10 .col-lg-2 , .col-md-5 , .col-lg-4, .col-lg-5, .col-xl-3, .col-9, .col-lg-9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body {
    --base: var(--base-dark, 333);
    background: #edeef0 !important;
}

body:not(.ds){
    --base: 333 !important;
    --base-dark: initial;

}
/*.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}*/
.block-pad {
    margin-left: 64px;
}

.logo {
    cursor: pointer;
    z-index: 2;
    background-image: url(/static/images/glyphs/glyph-purple.svg);
    background-repeat: no-repeat;   
    background-size: contain;
    position: relative;
    z-index: 0;
    will-change: transform;
    transition: 0.12s transform;
}
.logo, .logo-fill{
    width: 44px;
    height: 44px;
}
.no-margin {
    margin-top: 0px !important;
}
.nav-link {
    padding: 0px !important;
    padding-bottom: 2px !important;
    margin-right: 14px;
    font-weight: 500;
    font-size: 18px;
    margin-left: 8px;
    text-transform: lowercase;
    position: relative;
    transition: 300ms opacity, 300ms transform, 200ms margin-right;
    will-change: opacity, margin-right;
}
.nav-link:first-child{
    margin-left: 0;
}
.container {
    padding-right: 0px !important;
    padding-left: 0px  !important;
}


.login {
    color: white;
    margin-top: 8px;
    margin-left: 28px;
    text-decoration: none;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.33);
}

.login:hover {
    text-decoration: none;
    color: white;
}

.footer-bg {
    background-color: rgb(14, 14, 14);
    margin-top: 32px !important;
    flex: 0 0 auto;
    left: 0;
    bottom: 0;
    position: relative;
}

.footer-info-block a{
    color: #c1cdec;
}
.footer-info-block a:hover{
    color: #9eaed7;
}
.footer-logo {
    color: #fff;
    display: flex;
    font-size: 36px;
    font-weight: 600;
    flex-direction: column;
    margin-bottom: 12px;
    line-height: 1.1;
}
.footer {
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 24px 0px;
    font-size: 90%;
}
.footer-info-rows{
    display: flex;
    justify-content: space-between;
}
.footer-info-block {
    display: flex;
    flex-direction: column;
    
    font-size: 14px;
}
.footer-info-block:not(:last-child){
    padding-right: 38px;
}
.footer-info-block .footer-title{
    font-size: 24px;
    font-weight: 500;
    color: white;
}
.logo-subtitle{
    font-size: 16px;
    font-weight: normal;
}
.logo-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.language-text{
    display: flex;
    align-items: center;
}
.header-bg {
    background-color: #fff;
    margin-bottom: 8px;
    background-size: 25%;
    position: fixed;
    width: 100%;
    z-index: 5;
}


@media (max-width: 576px) {
    .navbar-left-hidden {
        display: none !important;
    }
}



.language {
    font-size: 16px;
    font-weight: 500;
    background-color: rgba(15,15,15,1);
    box-shadow: inset 0 0 0px 1px #272727;
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropup{
    color: white;
    min-width: 167px;
}
.ds-switch {
    padding: 8px 12px;
    border-radius: 4px;
    background-color: rgba(15,15,15,1);
    box-shadow: inset 0 0 0px 1px #272727;
    color: white;
    margin-right: 8px;
    align-items: center;
    transition: 200ms background-color;
}
.ds-switch:hover{
    color: white;
    background-color: #151515;
}

.dropup-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: rgba(18,18,18,1);
    min-width: 163px;
    border-radius: 6px;
    padding: 12px 16px;
    z-index: 2;
    font-size: 14px;
    float: left;
    margin-top: 8px;
    margin: auto;
    bottom: 48px;
    font-weight: 500;
    text-align: center;
    box-shadow: inset 0 0 0px 1px #272727;
    transition: 200ms visibility, 200ms opacity;
}
.dropup:hover .dropup-content {
    visibility: visible;
    opacity: 1;
}

.dropup-flags {
    width: 29px;
    height: 14px;
    padding-left: 9px;
}

li img.dropup-flags {
    margin-right: 4px;
}

.language-select {
    background-color: #0c0c0c;
    border-radius: 4px;
    margin-top: 6px;
    padding: 4px 14px;
    cursor: pointer;
    transition: 200ms background-color;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language-select:hover, .language-select.selected {
    background-color: #060606;
}

.language-select>span:before{
    border-radius: 10px;
    height: 18px;
    content: "";
    background-color: transparent;
    position: relative;
    width: 2px;
    margin-right: 10px;
    transition: 200ms background-color;
}

.language-select:hover>span:before, .language-select.selected>span:before{
    background-color: #fc2;
}

.header-menu {
    margin-right: 15px;
}
.navbar { 
    padding: 0 !important;
    height: 100%;
 }
 .header-avatar_block {
    display: flex;
    align-items: center;
    padding: 4px 12px;
}
 .main-block-uppertext {
     height: 224px;
 }
 .dropdown-login-content {
     z-index: 3;
     padding: 20px 24px;
     align-items: baseline;
     display: flex;
     flex-direction: column;
 }
 .dropdown-login:hover>.dropdown-login-content {
     display: block;
 }
 .dropdown-login-stroke {
     color: #000;
     font-weight: 700;
     font-size: 20px;
}
.login-form {
    width: 100%;
    margin-top: 18px;
    border: 1px solid #d3d9de;
    border-radius: 4px;
    background-color: #edeef0;
    padding: 8px 12px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    color: #000;
}
.login-form-password {
    margin-top: 8px !important;
}
.login-forgot {
    display: block;
    color: #ff224f !important;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 500;
}

.login-btn {
	margin-top: 12px;
	background-color: #27b;
	border: none;
	min-width: 163px;
	padding: 8px 12px;
    padding-top: 10px;
	border-radius: 6px;
	color: #fff;
	display: flex;
    line-height: 1.1;
	align-items: center;
	justify-content: space-between;
	transition: 100ms background-color, 100ms filter;
	cursor: pointer;
    will-change: filter;
	text-align: left;
	font-size: 16px;
}
.buttons-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.buttons-row .login-btn{
    font-size: 14px;
}
.login-btn:focus {
    outline:0;
}
button.login-btn:hover:not(.disabled) {
    background-color: #55a2de;
}
.login-btn:not(button):hover{
    filter: brightness(1.3);
    color: #fff;
}
.login-btn:active{
    box-shadow: none;
}
.login-icon {
	font-size: 18px !important;
	color: #fff;
	text-align: right;
	float: right;
	padding-top: 3px;
	padding-right: 2px;
	margin-top: -4px;

}
.login-registrate {
    background-color: hsl(var(--base), 5%, 85%);
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: absolute;
    color: #222;
    width: 383px;
    box-shadow: 0px 12px 35px 2px rgb(0 0 0 / 43%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 1;
}
.dropdown-login-bg {
    background-color: #fff;
    width: 383px;
    z-index: 5;
    position: absolute;
    box-shadow: 0px 12px 35px 2px rgb(0 0 0 / 43%);
    transition: 300ms ease-in-out border-radius;
}

.login-registrate-stroke1 {
    font-size:20px;
    font-weight: 700;
}
.login-registrate-stroke2 {
    opacity: 0.5;
    padding-top: 8px;
    font-size: 13px;
}
.registrate-btn {
    background-color: #b32152;
}

.key-btn {
    background-color: hsl(var(--base) 100% 70%);
}

.registrate-login-block-btn:focus  {
    outline:0;
}
.registrate-login-block-btn:not(.disabled):hover {
    background-position-x: -30px;
    color: white !important;
    text-decoration: none !important;
}

.registrate-login-block-btn:not(.disabled):active{
    box-shadow: none;
}


.login-header-icon {
    width: 15px;
    background-image: url(/static/images/icons/login.svg);
    background-size: 100%;
    height: 14px;
    background-position-y: 16px;
    display: inline-block;
}


.druzhban-icon {
    background-image: url(/static/images/icons/druzhban-fist.svg);
}

.container.flex-dropdown {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}


.dropdown-login-bg.error>.dropdown-login-content { -webkit-filter: grayscale(1) blur(2px); filter: grayscale(1) blur(2px); }


.login-error {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 6px;
    width: 100%;
    overflow: hidden;
    background-color: #bb0000;
    background-image: url(/static/images/icons/button.svg);
    background-size: cover;
    color: #fff;
    font-weight: 800;
    font-size: 1em;
    text-align: center;
    z-index: 3;
}

button.disabled {
    filter: grayscale(1);
    cursor: not-allowed;
}

.header-avatar{
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 4.5px;
    background: none;
    appearance: none;
    box-shadow: inset 0 0 0 0px #fff;
    border-radius: 50%;
    width: 50.5px;
    height: 50.5px;
    flex: none;
    background-color: #333;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    background-image: url(/static/images/defaults/avatar-guest.png);
    transition: 200ms background-color;
}



div#app>div:nth-child(2){
    margin-top: 76px;
    
}

@media (min-width: 992px)  {
    .header-avatar_block:hover, .header-avatar_block.opened, .header-button:hover, .main-search:hover, .main-search:focus, .header-button.router-link-active, .header-button.active{
        background-color: #f1f2f3 !important;
    }
    .header-bg:not(.minimized) .navbar-nav{
        height: 60px;
    }
    .header-bg:not(.minimized) .search-block{
        height: 100%;
    }
}

@media (max-width: 992px){
    .header-avatar:hover{
        box-shadow: inset 0 0 0 1.7px #fff;
    }
    .mobile-header, .header-bg{
        position: fixed !important  ;
        width: 100%;
        bottom: 60px;
    }
    .header-bg {
        bottom: 0;
        margin-bottom: 0;
        margin-top: 8px;
        background-color: #b87a96;
    }
    
}
@media (display-mode: standalone) {
    .header-bg {
      padding-bottom: 12px;
    }
    .header-navbar-left {
        margin-left: 16px;
    }
    .collapse-button:last-child{
        margin-right: 16px;
    }
  }
div#app {
    display: flex;
    flex-direction: column;
    height: 100%;
    height: -webkit-fill-available;
}

div#app>#content {
    flex: 1 0 auto;
    z-index: 2;
    position: relative;
}


.gatari-icon {
    font-family: 'Gatari icons';
    color: #fff !important;
    background-size: 100%;
    font-size: 22px;
    width: 19px;
    height: 23px;
    border-radius: 25px;
    text-align: center;
    margin-right: 6px;
    margin-left: 2px;
    transition: 170ms text-shadow;
    font-weight: 400;
    padding-top: 2px;
    overflow: visible !important;
    cursor: default;
}



.gatari-icon:before {
     content: "";
     position: relative;
     left: -3px;
     bottom: 7px;
}

.gatari-icon.std-diff:before {
    content: "A";
    position: relative;
    left: -3px;
    bottom: 7px;
}

.gatari-icon.taiko-diff:before{
    content: "B";
    left: -4px;
}

.gatari-icon.ctb-diff:before{
    content: "D";
}

.gatari-icon.mania-diff:before{
    content: "E";
    left: -4.3px;
}
.diff-expert {
    color: #bc6fff;
}

.diff-insane {
    color: rgba(255, 80, 212, 0.86);
}


.diff-hard {
    color: #c57f19;
}

.diff-normal {
    color: #2f8bbd;
}

.diff-easy {
    color: #65d223;
}

.gatari-icon.diff-expert {
    background-color: rgba(147, 49, 167, 0.66);
}

.gatari-icon.diff-insane {
    background-color: rgba(255, 0, 215, 0.66);
}

.gatari-icon.diff-hard {
    background-color: rgba(255, 176, 32, 0.66);
}

.gatari-icon.diff-normal {
    background-color: rgba(0, 149, 255, 0.66);
}

.gatari-icon.diff-easy {
    background-color: rgba(71, 210, 0, 0.8);
}

@media (max-width: 576px) {
    .footer-bg {
        height: auto;
        margin-top: 16px !important;
        width: 100%;
    }
    .dropdown-login-bg {
        width: 100%;
        left: 0;
        bottom: 206px;
    }
    .login-registrate {
        width: 100%
    }

    .support-color{
        color: #e06767;
    }


    .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before{
        border-bottom-color: #333 !important;
    }
    .tooltip-inner{
        background-color: #333 !important;
        padding: 0.45rem 0.8rem !important;
        font-size: 12px;
    }
    .user-dropdown {
        background-color: #fff;
        height: 460px;
        width: 200px;
        position: absolute;
        display: none;
        border-radius: 4px;
        z-index: 99999;
        top: 50px;
        right: -80px;
        margin-right: 0;
        overflow: hidden;
    }
    .header-avatar:hover .user-dropdown {
        display: block;
    }
}
.paginator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 18px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #111;
    align-items: center;
}
.map-pp-unit{
    font-size: 14px;
}
.paginator-page {
    margin: 0 4px;
	padding: 2px 4px;
    padding-left: 3px;
	font-size: 14px;
	width: 28px;
	height: 28px;
	display: flex;
	font-weight: 600;
	justify-content: center;
	align-items: end;
	border-radius: 100px;
    color: #111;
    transition: 200ms color, 200ms background-color;
    
}

.paginator-icon {
	text-shadow: none;
    font-size: 12.5px;
    line-height: 0.6;
}
.paginator-icon:last-child{
    margin-left: 1px;
}
.paginator-icon:first-child{
    margin-right: 1px;
}

a.paginator-btn {
    background-color: #333;
	color: #fff;
    font-size: 12px;
	display: flex;
	align-items: baseline;
	margin: 0 8px;
	border-radius: 100px;
	padding: 4px 20px;
	min-height: 25px;
	padding-top: 6px;
}

a.paginator-btn.disabled {
    cursor: default;
	color: #fff !important;
	background-color: #777;
}

.paginator-page:hover{
    color: #fc2;
}
.paginator-page.--selected{
    color: #fff;
    background-color: #f6a;
}
.leaderboard-dropdown {
    left: 4px;
    background-color: #fff;
    border-radius: 8px;
    padding: 6px;
    position: absolute;
    z-index: 99999;
    margin-left: -30px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 100ms opacity, 100ms visibility;
    white-space: nowrap;
    transition-delay: 50ms;
    min-width: 130px;
    box-shadow: 0px 12px 35px 2px rgba(0, 0, 0, 0.35);
}
.nav-select:hover .leaderboard-dropdown, .dropdown.show .leaderboard-dropdown {
    opacity: 1;
    visibility: visible;
}
.drop-single {
    width: 100%;
    padding: 8px 4px;
    padding-top: 10px;
    line-height: 1;
    
    border-radius: 4px;
    font-size: 14px;
    align-items: baseline;
    transition: 150ms background-color;
    cursor: pointer;
    display: block;
}
.drop-single:not(:first-child){
    margin-top: 4px;
}
.leaderboard-dropdown .drop-single .drop-text{
    color: #111;
    font-weight: 500;
}


.drop-single:hover{
    background-color: #e7e7e7;
}

.restricted-banner, .donor-banner {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    background-position-x: 50%;
    margin-bottom: 16px;
    border-radius: 8px;
    position: relative;
}

.donor-banner { 
    align-items: baseline;
    background-image: url(/static/images/banners/uwu.jpg);
    height: 175px;
    font-size: 16px;
    line-height: 1.3;
    padding: 12px 24px;
    background-position-x: 75%;
    font-weight: 700;
}
.donor-banner::before{
    content: '';
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.1;
}
.donor-banner>*{
    position: relative;
}
.restricted-banner { 
    background-image: url(/static/images/banners/restricted-banner.png);
    margin-top: -11px;
    margin-bottom: 4px;
    min-height: 150px;
    justify-content: space-between;
}
.restricted-banner *{
    position: relative;
}

.alert-text {
    text-align: center;
    margin-top: 8px;
}
.rest-text1 {
    font-size: 20px;
    font-weight: 600;
}
.donorgoal-status {
    width: 100%;
    font-size: 30px;
    margin-bottom: 8px;
    font-weight: 800;
    text-align: center;
}
.donor-footer{
    margin-top: auto;
    font-size: 90%;
}
.alert-text2 {
    font-weight: 600;
    font-size: 20px;
}
.alert-text3 {
    font-size: 12px;
    width: 70%;
    text-align: center;
    margin-top: 4px;
}
.text-yellow {
    color: #fc2;
}

.alert-text2 .text-yellow{
    font-weight: 700;
}
.rest-icon {
    font-size: 24px;    
}


.gatari-btn {
    width: 120px;
    height: 32px;
    margin-top: 8px;
    border: none;
    background-size: 150%;
    border-radius: 8px;
    color: white;
    font-size: 12px;
    transition: 0.4s background-position-x, 0.3s filter;
    cursor: pointer;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-weight: 500;
}
.gatari-btn:hover {
    background-position-x: 25%;
    filter: brightness(1.2);
}
.btn--purple {
    background-color: #fa2979;
}
.btn--blue { 
    background-color: #2984fa;
}
.gatari-btn:focus {
    outline:0;
}


.beatmap_block.col-md-12.col-lg-6{
    padding-right: 6px !important;
    padding-left: 6px !important;
    margin-bottom: -20px;
}
.mod-icon:after {
    content: "";
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    margin-top: -5px;
    transition: 300ms color;
    will-change: color;
}
.mod-icon.icon--ez:hover:after,.mod-icon.icon--ez:hover:before, .mod-icon.icon--hd:hover:after, .mod-icon.icon--hd:hover:before{
    color: black;
} 
.mod-icon.icon--ez.--selected:after,.mod-icon.icon--ez.--selected:before, .mod-icon.icon--hd.--selected:after, .mod-icon.icon--hd.--selected:before{
    color: black;
} 
.mod-icon.icon--nf:after{
    content: "NF";
}

.mod-icon.icon--dt:before{
    content: "\f04e";
}
.mod-icon.icon--ez:before{
    content: "\f001";
}
.mod-icon.icon--ht:before{
    content: "\f62d";
}
.mod-icon.icon--hd:before{
    content: "\f059";
}
.mod-icon.icon--hr:before{
    content: "\f6de";
}
.mod-icon.icon--nm:before{
    content: "\f05e";
}
.mod-icon.icon--rx:before{
    content: "\f005";
}
.mod-icon.icon--nm:after{
    content: "NM";
}

.mod-icon.icon--dt:after{
    content: "DT";
}
.mod-icon.icon--hr:after{
    content: "HR";
}
.mod-icon.icon--ez:after{
    content: "EZ";
}
.mod-icon.icon--ht:after{
    content: "HT";
}
.mod-icon.icon--rx:after{
    content: "RX";
}

.mod-icon.icon--so:after{
    content: "SO";
}
.mod-icon.icon--hd:after{
    content: "HD";
}
.mod-icon.icon--ht:after{
    content: "HT";
}
.mod-icon.icon--fl:after{
    content: "FL";
}
.mod-icon {
    display: flex;
    width: 36px;
    height: 36px;
    filter: hue-rotate(0deg) grayscale(1) brightness(1);
    transition: 0.2s filter, 0.2s opacity, 0.2s background-color;
    opacity: 0.5;
    flex-direction: column;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    will-change: filter, opacity, background-color;
    background-color: #7d7d7d;
}

.mod-icon:before {
    height: 24px;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    background-size: 100%;
    transition: 300ms color;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400;
    color: white;
}

.mod-icon:hover, .mod-icon.--selected{
    filter: grayscale(0);
    opacity: 1;
}
.header-navbar-left {
    display: flex;
    color: white;
    align-items: center;
    margin-left: 12px;
}
.navbar-left-hidden:hover .nav-link {
    opacity: 0.6;
}
.nav-link:hover, .nav-select.dropdown:hover .nav-link {
    opacity: 1 !important;
}
.header-navbar-left a {
    color: #111 !important;
}
.navbar-left-hidden {
    display: flex;
}
.logo-fill {
    background-image: url(/static/images/glyphs/glyph-white.svg);
    z-index: 1;
    position: absolute;
    opacity: 0;
    transition: 0.12s opacity, 0.12s transform, 120ms width, 120ms height;
    background-size: contain;
    will-change: opacity, transform, filter, width, height;
}
.logo-all{
    margin: 8px 0;
    margin-right: 12px;
    outline: 0;
    display: flex;
    align-items: center;
    border-radius: 18px;
    transition: 120ms transform, 200ms margin;
    will-change: transform, margin-right;
}
.logo-all:hover div{
    opacity: 1;
}
.logo-all:hover{
    transform: scale(1.15);
}

.navbar-left-hidden .router-link-active:not(.logo-all)::after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: hsl(var(--base) 100% 70%);
    margin-bottom: -2px;
    left: 0;
    bottom: 0;
    width: 100%;
}
.user-dropdown {
    width: 290px;
    padding: 6px 0;
    background-color: #fff;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    position: absolute;
    z-index: 3;
	box-shadow: 0px 24px 35px 2px rgb(0 0 0 / 22%);
}
.user-dropdown-header {
    background-size: 100%;
    display: flex;
    background-position-y: 25%;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.user-dropdown-header:before {
    background: rgba(0, 0, 0, 0.4);
    content: " ";
    position: absolute;
    height: 113px;
    width: 100%;
}
.user-dropdown-avatar {
    height: 52px;
    width: 52px;
    margin-right: 12px;
    border-radius: 12px;
    background-size: cover;
    background-position-x: 50%; 
}
.user-card-data {
    flex: 1;
    min-width: 0;
    padding-right: 16px;
}
span.user-card-data_angle {
    position: absolute;
    right: 14px;
    color: #000;
    opacity: 0.7;
    font-size: 20px;
    margin-top: 10px;
}
.text-wrap{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.user-card-block {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    margin: 6px 12px;
    color: #222;
    position: relative;
    overflow: hidden;
}
a.user-card{
    color: #222;
    padding: 10px 10px 10px 16px;
    background-color: hsl(var(--base) 10% 95%);
    position: relative;
    overflow: hidden;
    min-height: 65px;
}
a.user-card.bordered{
    border-bottom: 1px solid hsl(var(--base) 5% 90%);
}
a.user-card:not(.bordered):first-child{
    border-right: 1px solid hsl(var(--base) 5% 90%);
}
.user-card:last-of-type:not(:first-of-type), .user-card:first-of-type:not(:last-of-type){
    width: 50%;
}
.user-card_placeholder{
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 44px;
    height: 44px;
    opacity: 0.3;
    border-radius: 50%;
    background-color: #ccc;
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
    transform: rotate(-25deg);
}
.header-startplay {
	display: flex;
	width: 150px;
	border-radius: 6px;
	color: #fff!important;
	padding: 8px;
    padding-top: 10px;
	background-color: #ff66ab;
	justify-content: center;
	font-weight: 800;
    line-height: 1;
	align-items: center;
    margin: auto;
	margin-left: 12px;
    transition: 100ms ease-in-out box-shadow, 100ms ease-in-out background-color;
}

.header-startplay:hover{
    background-color: #b8145e;
	box-shadow: 0px 0px 1px rgb(0 0 0 / 8%), 0px 4px 8px rgb(0 0 0 / 8%), 0px 16px 24px rgb(0 0 0 / 8%), 0px 24px 32px rgb(0 0 0 / 8%);
}

a.user-card:hover{
    background-color: hsl(var(--base) 5% 90%);
}
span.user-card_subtitle {
    font-size: 12px;
    opacity: 0.7;
    padding-right: 12px;
    padding-top: 8px;
    font-weight: 500;
    line-height: 1;
    word-break: break-word;
}

.user-card_username {font-weight: 700;margin-bottom: -2px;font-size: 18px;}
.user-dropdown-name {
    font-size: 12.5px;
    font-weight: 600;
    margin-top: 8px;
    color: white !important;
    position: relative;
}
.user-dropdown-content {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 500;
}
.user-dropdown-content--single {
    line-height: 1.1;
    display: flex;
    align-items: baseline;
    color: #f2f2f2 !important;
    text-decoration: none !important; 
    background-color: transparent;
    padding: 12px 24px;
    cursor: pointer;
    font-size: 15px;
}
.user-dropdown-content--single i{
    color: hsl(var(--base) 100% 70%);
    width: 20px;
    font-size: 16px;
}
.user-dropdown-content--single.router-link-active i{
    font-weight: 600;
}
span.user-card_title {font-size: 12px;font-weight: 600;color: #000;line-height: 1;}
.user-dropdown-content--single:hover {
    background-color: #e7e7e7;
}

.drop-single--text {
    color: #111;
    padding-left: 8px;
    font-weight: 400;
    border-left: solid 3px transparent;
    transition: 150ms border-left;
}
.user-dropdown-content--single:first-child {
    margin-top: 0px;
}
.mobile-header {
    margin-top: 64px;
    width: 100%;
    display: flex;
    background-color: #fff;
    position: absolute;
    z-index: 3;
    flex-direction: column;
    animation-duration: 310ms !important;
}

.mobile-header--user {
    width: 100%;
    margin-left: 2px;
    display: flex;
    align-items: center;
}
.mobile-header--head {
    width: 100%;
    display: flex;
    padding: 8px 6px 8px 10px;
    background-color: #edeef0;
    cursor: pointer;
}
.mobile-header--avatar {
    background-image: url(/static/images/defaults/avatar-guest.png);
    border-radius: 10px;
    height: 48px;
    width: 48px;
    background-size: cover;
}
.mobile-header--username {
    font-weight: 600;
    margin-left: 8px;
    font-size: 16.5px;
    color: #111;
}
.mob-logout {
    border: 2px solid hsl(0, 0%, 75%);
    background-color: transparent;
    padding: 4px;
    margin-right: 10px;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    color: hsl(0, 0%, 65%);
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0 !important;
}
.mob-logout:last-child{
    margin-right: 4px;
}
.mob-logout:focus{
    outline: none;
}
.mobile-header--single {
    color: #444 !important;
    padding: 8px 4px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    text-decoration: none !important;
}

.mobile-header--content {
    padding-left: 18px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.mobile-header--content i {
    margin-right: 12px;
    font-size: 22px;
}
.flag-dropdown, .noUi-tooltip {
    background-color: #313131;
    filter: opacity(0.9);
    border-radius: 6px;
    padding: 8px 5px;
    color: white;
    font-size: 14px;
    position: absolute;
    padding-left: 14px;
    padding-right: 14px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s visibility, 0.3s opacity;
    min-width: 110px;
    max-width: 143px;
    width: max-content;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    z-index: 1;
}
.flag-dropdown::after, .noUi-tooltip::after {
    content: '';
    position: absolute;
    right: calc(50% - 8px);
    bottom: -18px;
    border: 10px solid transparent;
    border-top: 10px solid #333;
}
.user-flag:hover>.flag-dropdown, .player-flag:hover>.flag-dropdown {
    visibility: visible;
    opacity: 1;
} 

.mobile-user{
    display: flex;
}

.mobile-user .header-avatar{
    border-radius: 8px;
    width: 42px;
    height: 42px;
    will-change: opacity;
    transition: 0.2s opacity, 0.2s box-shadow;
    opacity: 1;
    visibility: visible;
    display: block;
}

.mobile-user .header-avatar.hidden{
    opacity: 0;
    visibility: hidden;
    display: none;
}
.mobile-user .collapse-button.hidden{
    display: none;
}

.collapse-button {
    border: 2px solid;
    border-color: hsla(0,0%,100%,.5);
    min-width: 42px;
    height: 42px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    color: #fff !important;
    justify-content: center;
    border-radius: 8px;
    margin-left: 10px;
    cursor: pointer;
    will-change: background-color, border-color;
    transition: 150ms background-color, 150ms border-color;
    margin-bottom: 0px;
}

@media (max-width: 768px){
    .collapse-button:last-child{
        margin-right: 12px;
    }
}

@media (min-width: 992px)  {
    .mobile-user, .mobile-header, .collapse-button{
            display: none;
    }
}
input#collapse-btn{
    display: none;
}
input#collapse-btn[type="checkbox"]:checked+label, .collapse-button.enabled{
    background-color: hsla(0,0%,100%,.5);
    border-color: transparent;
}

@media (max-width: 992px){
    .navbar-left-hidden{
        display: none;
    }
    .header-menu{
        margin-right: 0px;
    }
}

.dropdown-login-bg, .user-dropdown{
    animation-duration: 300ms !important;
}
.selector {
    display: flex;
    align-items: baseline;
	flex-wrap: wrap;
    color: #fff;
}
.advanced-filters .selector{
    margin-bottom: 8px;
}
.selector small{
    margin-right: 6px;
}
.selector .simple-banner-swtich:last-child{
    margin-right: 0;
}


.level-line {
    background-color: #929292;
    width: 100%;
    height: 6px;
    border-radius: 2px;
}
.level-block {
    margin-top: 12px;
    font-size: 12.5px;
}
.level-progress {
    background-color: hsl(var(--base) 100% 70%);
    height: 100%;
    transition: 220ms width;
    border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.level-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    font-weight: 800;
}
.level-stat1 {
    font-weight: 600;
}

.donor-banner .level-progress{
    background-color: #bad007;
}

.donor-banner .level-block{
    width: 150px;
}

.bg-placeholder {
    background-position: 50% 50% !important;
    height: 124px;
    width: 100%;
    background-image: url(/static/images/default-bg.png);
    margin-bottom: 4px;
    position: absolute;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.user-flag, .search-user-flag {
    border-radius: 2px;
    margin-right: 6px;
}


.tooltip-inner {
    background-color: #333 !important;
    border-radius: 4px !important;
    padding: 5px !important;
    color: white !important;
    font-size: 13px !important;
    margin-left: -5px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    min-width: 100px !important;
    text-align: center!important;
    font-weight: 600 !important;
    font-style: normal !important;
}
.tooltip-inner b{
    font-weight: bold;
}
.tooltip .arrow::before{
    border-top-color: #333 !important; 
}

.player-flag {
    display: inline-block;
    background-image: url(/static/images/flags/IO.png);
    width: 28px;
    height: 18px;
    margin-bottom: -3px;
    background-size: 100%;
    transition: 0.2s filter ease-out, 0.2s box-shadow ease-out;
    border-radius: 2px;
}
/*
.player-flag {
    display: inline;
    margin-right: 4px;
    background-image: url(/static/images/flags/IO.png);
    background-size: 100%;
    transition: 0.2s filter ease-out, 0.2s box-shadow ease-out;
}
*/
.player-flag:hover {
    filter: brightness(1.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33)
}
.banner-form {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 16px;
}
.main-selector {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 48px;
    color: white;
    font-size: 14px;
    justify-content: center;
    position: relative;
    padding: 6px 12px;
    flex-wrap: wrap;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.nvtooltip{
    margin-left: 6.2px;
}
#chart2 .nvtooltip {
    margin-left: 16px;
    margin-top: 16px;
}
.mode-select {
    cursor: pointer;
    text-align: center;
    display: flex;
    border-radius: 6px;
    padding: 8px 12px;
    color: #000 !important;
    font-size: 15px;
    font-weight: 500;
    align-items: end;
    margin-left: 6px;
    opacity: 0.7;
    line-height: 1.1;
    transition: 200ms opacity, 150ms background-color, 200ms color;
}
.mode-select i{
    font-size: 17px;
}
.mode-select span{
    margin-left: 6px;
}
.mode-select:first-child{
    margin-left: 0;
}
.mode-select:hover{
    background: hsl(var(--base), 5%, 95%);
    opacity: 1;
    color: #fff;
}



input.search-input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: none;
    outline: 0;
    padding: 10px;
    font-size: 14px;
    padding-left: 40px;
    color: #111;
    border-bottom: 1px solid #edeef0;
}

span.search-lens {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #333;
    margin-top: 12px;
    margin-left: 19px;
    opacity: 0.7;
}

.search-dropdown {
    display: block;
    position: absolute;
    width: 172px;
    height: 46px;
    background-color: #fff;
    top: 37px;
    margin-left: 11px;
    border-radius: 20px;
    padding: 8px;
    display: none;
}

.result-user>.user-avatar {
    width: 44px;
    height: 44px;
    background-size: 100%;
    border-radius: 8px;
    margin-right:  10px;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
}
.result-user>.user-avatar>.user-status{
    position: absolute;
    bottom: 0;
    right: 0;
}
a.user-username {
    color: #111;
}


.header-button {
    display: flex;
    height: 100%;
    font-size: 18px;
    align-items: center;
    padding: 4px 20px;
    cursor: pointer;
    transition: 200ms font-size;
    will-change: font-size;
    color: #f6a;
}
.header-button:hover, .main-search:hover, .main-search:focus, .header-button.router-link-active, .header-button.active {
    color: #666;
}

.druzban-button.header-button {
    text-decoration: none !important;
}
.druzban-button.header-button:hover, .druzban-button.router-link-active {
    color: #ff6699 !important;
}
.main-search {
    height: 32px;
    outline: none;
    padding: 9px;
    line-height: 5;
    border-radius: 30px;
    margin-right: 6px;
    width: 44px;
    font-size: 13px;
    font-weight: 600;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.9);
    border: 3px solid rgba(255, 255, 255, 0.4);
    transition: 0.2s border-color, 0.2s background-color, 0.2s width;
    cursor: pointer;
}
.main-search::placeholder { 
    opacity: 1;
    transition: 0.2s color;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-weight: 900;
    padding-left: 3px;
}
input.search-window_input::placeholder{
    font-size: 18px;
    font-weight: 400;
}
.main-search:hover::placeholder{
    color: #aa235d;
}
.main-search:focus::placeholder{
    transition: none;
    color: transparent;
}
.main-search:focus {
    padding-left: 14px;
    cursor: text;
    width: 140px;
}



.main-banner {
    background-size: cover;
    display: flex;
    background-position-x: 50%;
    padding: 36px 64px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    align-items: baseline;
    min-height: 280px;
}
.advanced-filters{
    padding: 16px 64px;
    margin-top: -3px;
    margin-bottom: 3px;
    position: relative;
    z-index: 1;
    color: #111;
    background-color: #fff;
}
.banner.placeholder, .main-banner{
    border-bottom: solid 3px hsl(var(--base) 100% 70%);
}
.main-banner>*{
    z-index: 2;
}
.banner-text {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
    line-height: 1.1;
}
.main-banner::before {
    content: "";
    background: linear-gradient(90deg, #262626b8 0%, #0000006b 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 1;
}

input.beatmaps_inline__search {
	font-size: 18px;
    font-weight: 600;
	display: flex;
	border: none;
	padding: 8px 18px;
	border-radius: 6px;
	width: 100%;
	background-color: #fff;
	color: #333;
	outline: 0 !important;
	margin: 4px 0;
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
    transition: 200ms box-shadow;
}

input.search-window_input {
	font-size: 24px;
    font-weight: 600;
	display: flex;
	border: none;
	padding: 0 8px;
	border-radius: 6px;
	width: 100%;
	background-color: transparent;
	color: #000;
	outline: 0 !important;
}

.restricted .search-user_block-avatar {
    filter: brightness(0.5) saturate(0);
}

.restricted .search-user_block-nickname {
    text-decoration: line-through;
}

a.search-user_block.restricted {
    opacity: 0.5;
}
.beatmaps_inline__search::placeholder{
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
}
body:not(.ds) .hide-white{
    display: none !important;
}
.beatmaps_inline__search+.selector{
    margin-top: 10px;
}
.notif-dropdown{
    display: flex;
}

.notif-block {
    background-color: white;
    position: absolute;
    right: 0;
    color: #444;
    box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.11);
    overflow: hidden;
}
.notif-container{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 12px;
    overflow-y: auto;
    min-height: 100px;
    max-height: 360px;
}
a.notifications-btn {
    position: absolute;
    margin-top: 333px;
    display: flex;
    background-color: #fcfcfc;
    color: hsl(var(--base) 100% 70%) !important;
    width: 300px;
    left: 0;
    margin-left: -35px;
    align-items: center;
    padding: 7px 0px;
    text-align: center;
    font-size: 14px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    justify-content: center;
    transition: 200ms background-color;
}

a.notifications-btn .fa{
    font-size: 12px;
}

a.notifications-btn:hover{
    background-color: #efefef;
}
.notif-header {
    padding: 12px;
    background-color: hsl(var(--base), 15%, 40%);
}
.notif-header .header-title{
    font-weight: 700;
}
.notif-single {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: 100ms background-color, 100ms padding, 100ms margin;
    padding: 10px 8px;
    margin-bottom: 4px;
    border-radius: 12px;
    position: relative;
}
.notif-single::after{
    content: '';
    position: absolute;
    width: calc(100% - 16px);
    height: 1px;
    margin-left: 8px;
    background-color: #efefef;
    bottom: 0;
    left: 0;
    transition: 100ms background-color;
}

.notif-single.unread {
    background-color: #fff1f6;
}
.notif-single:hover {
    background-color: #f2f2f2;
}
.notif-single:hover::after{
    background-color: transparent;
}
.notif-single:last-child{
    border-bottom: none;
    margin-bottom: 2px;
}.notif-single:last-child::after{
    content: none;
}

.notif-prev {
    background-image: url(/static/images/icons/button.svg);
    background-size: 100%;
    height: 46px;
    width: 46px;
    box-shadow: 0 1px 0 0 #edeef0, 0 0 0 1px #edeef0;
    border-radius: 12px;
    display: flex;
    margin-right: 6px;
    position: relative;
}
.notif-content {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-size: 13px;
    padding-left: 6px;
    font-weight: 500;
    min-width: 0;
    flex: 1;
}
.notif-date {
    font-size: 11.5px;
    text-align: right;
    line-height: 1;
    margin-left: 6px;
    display: flex;
    flex-direction: column;
    margin: 1px;
}
.notif-time {
    font-size: 12px;
}
.notif-content>.notif-username {
    font-size: 17px;
    font-weight: 700;
    color: #eb4e97;
    font-style: normal;
    display: block;
    margin-bottom: 4px;
    width: max-content;
    transition: 150ms color;
}

.notif-main {
    display: flex;
}

.dropdown-login-content.load>* {
    filter: brightness(0.5);
}

.dropdown-login-content.load:after {
    content: "\f1ce";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    position: absolute;
    top: 94px;
    left: 143px;
    color: #909090;
    font-size: 34px;
    animation: rotate 3s infinite linear;
}

.badgeAlert {
    margin-left: 8px;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
    font-size: 16px;
}

.header-button:hover .badgeAlert, .header-button.active .badgeAlert {
    box-shadow: none;
}
.header-button.active .far{
    font-weight: 600;
}
.action-icon.friend {
    background-color: #8fdc25;
    color: #8fdc25;
}

.action-icon.unfriend {
    background-color: #e73c3c;
    color: #e73c3c;
}

.action-icon.key {
    background-color: #007bff;
    color: #007bff;
    font-size: 9px;
    padding: 3px 5px !important;
}

.action-icon.beatmap {
    background-color: hsl(var(--base) 100% 70%);
    color: hsl(var(--base) 100% 70%);
    font-size: 9px;
    padding: 2.5px 5px !important;
}

.action-icon.invited {
    background-color: #a468ff;
    font-size: 9px;
    padding: 2.5px 5px !important;
}

.action-icon.notif {
    background-color: #dcb525;
    color: #dcb525;
    font-size: 9px;
    padding: 2.5px 5.3px !important;
}

.header-notif.action-icon {
    position: absolute;
    border-radius: 100%;
    font-size: 10px;
    color: white;
    padding: 1.5px 3px;
    text-align: center;
    height: 23px;
    right: -3px;
    bottom: -3px;
    border: 2px solid white;
}

.action-icon:before {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
}

.action-icon.friend:before {
    content: "\f234";
}

.action-icon.unfriend:before {
    content: "\f235";
}

.action-icon.notif:before{
    content: "\f0f3";
}

.action-icon.key:before {
    content: "\f084";
}

.action-icon.beatmap:before {
    content: "\f001";
}

.action-icon.invited:before {
    content: "\f500";
}
.userpage{
    padding: 16px 22px;
    overflow: auto;
    line-height: normal;
    text-overflow: ellipsis;
    font-style: normal;
    width: 100%;
}

i.nav-badge {
	position: absolute;
	margin-top: -10px;
	margin-right: -13px;
	right: 0;
	padding: 2px 8px;
	background-color: #fff;
	border-radius: 12px;
	color: hsl(var(--base) 100% 70%);
    font-weight: 600;
    font-style: normal;
	font-size: 12px;
	text-shadow: none;
}

.userpage img {
    max-width: 100%;
}


.stat-single {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.stats-content2 {
    font-weight: 600;
}
.stats {
    display: flex;
    flex-direction: column;
}

.song-status {
    min-width: 78px;
    text-transform: uppercase;
    border-radius: 12px;
    background: rgba(0,0,0,.5);
    font-size: 12.5px;
    font-weight: 800;
    position: relative;
    padding: 2px 20px;
    padding-bottom: 0;
    line-height: 28px;
    color: white;
    text-align: center;
    transition: 250ms opacity;
    will-change: opacity;
    opacity: 1;
    float: left;
}
.cardheader .song-status{
    border-radius: 8px;
}
.dropdown.theme-picker {
    display: flex;
	flex-direction: column;
	left: 102.5px;
	color: #111;
	position: absolute;
    box-shadow: 0 1px 3px rgb(0 0 0 / 22%);
	border-radius: 4px;
	background-color: hsl(var(--base) 10% 95%);
    width: 100px;
    margin-top: -7px;
    
}
.dropdown.theme-picker a {
	padding: 10px 8px;
	line-height: 1;
    font-weight: 500;
}
.dropdown.theme-picker a.active{
    font-weight: 600;
}
.dropdown.theme-picker a:hover, .dropdown.theme-picker a.active{
    color: #111;
    background-color: hsl(var(--base) 0% 90%);
}
.song-status.Ranked {
    color: hsl(var(--base), 100%, 80%);
}
.song-status.Loved {
    color: #f6a;
}
.song-status.Unranked {
    color: #ffffffab;
    font-weight: 500 !important;
}
.beatmapset-preview-elapsed-bar {
    position: absolute;
    left: 0;
    -webkit-transition: width .25s linear;
    transition: width .25s linear;
    background-color: #fc2;
    height: 4px;
    transition-duration: 0s;
    width: 0px;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.12);
}

.beatmapset-preview-elapsed-bar.ongoing{
    transition-duration: 10.0049s;
    width: 100%;
}

.main-search--result {
    background-color: white;
    border-radius: 4px;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    position: absolute;
    box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.11);
    width: 291px;
    overflow: hidden;
}
.search-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.clan-single, .topplays__play-block{
    transition: 200ms box-shadow, 150ms transform;
}

.search-sinlge-user:hover, .clan-single:hover, .topplays__play-block:hover, .mostplayed_block:hover {
    text-decoration: none;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.08), 0px 24px 32px rgba(0, 0, 0, 0.08);
}
.search-sinlge-user:hover, .mostplayed_block:hover{
    transform: translateY(-5px);
}
.search-sinlge-user:hover:before, .mostplayed_card:hover:before{
    background-color: hsla(0 0% 30% / 50%);
}

.search-sinlge-user {
    border-radius: 12px;
    display: flex;
    align-items: center;
    transition: 120ms box-shadow, 100ms transform;
    will-change: box-shadow, transform;
    cursor: pointer;
    width: 255px;
    position: relative;
    padding: 12px 12px 40px 12px;
    margin: 18px;
    margin-top: 0;
    background-size: cover;
    background-position: center;
}

.search-sinlge-user:nth-child(2){
    margin-top: 18px;
}
.search-sinlge-user:before, a.user-single:before {
    content: "";
    background-color: hsla(0 0% 35% / 75%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px;
    border-radius: 12px;
    transition: 100ms background-color;
    will-change: background-color;
}
.search-user-avatar {
    flex: 0 0 auto;
    width: 55px;
    height: 55px;
    position: relative;
    background-size: cover;
    transition: 0.2s filter;
    border-radius: 6px;
    background-color: rgba(51, 51, 51, 0.5);
}
.search-user-nickname {
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
}
.search-user-content {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0px 8px;
    flex-direction: column;
}

.search-user-content .search-user-flag {
    margin-bottom: 0px;
    margin-right: 4px;
    width: 28px;
    display: flex;
    height: 19px;
}
.main-search--header {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 18px;
    display: flex;
    border-bottom: 1px solid #efefef;
    align-items: center;
    width: 100%;
    transition: 200ms background-color;
    will-change: background-color;
}

a.header-title-link{
    font-size: 14px;
    margin-left: auto;
    color: hsl(var(--base) 100% 70%);
    transition: 100ms color;
}
a.header-title-link.absolute{
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 4;
    opacity: 0.8;
    font-size: 24px;
}
a.header-title-link.absolute:hover{
    opacity: 1;
}
a.header-title-link:hover{
    color: #eb4e97;
}
select.selectpicker.bs-select-hidden {
    display: none;
}

.dropdown-menu.open.show .dropdown-menu.inner {
    display: block;
    margin: 0;
    position: static;
    box-shadow: none;
    top: 0 !important;
	left: 0 !important;
}

.follow {
    cursor: pointer;
    background-color: #0e0e0e;
    color: white;
    border-radius: 24px;
    width: 40px;
    border: none;
    font-size: 12px;
    margin-right: 6px;
    transition: 100ms background-color;
}
.follow:active,.follow:focus {
    outline: none;
}
.follow:hover {
    background-color: #555;
}
.follow.friend{
    background-color: #1f8d37;
    color: #fff;
}
.follow.friend:hover {
    background-color: #28a745;
}
.follow.mutual{
    background-color: #aa2454;
    color: #fff;
}
.follow.mutual:hover {
    background-color: #da0051;
}
.follow:after {
    content: "\f234";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
}
.follow.friend:after {
    content: "\f005";
}
.follow.mutual:after {
    content: "\f004";
}

@media (max-width: 768px){
    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
a:hover{
    text-decoration: none !important;
}

.mobile-header--notifs {
    margin-right: 8px;
}
.collapse:not(.show){
    display: block !important;
}
@media(max-width: 992px){
    .header-button, .search-block, .header-startplay, .header-avatar_block {
        display: none;
    }
}
.search_filter-grid{
    display: grid;
    gap: 8px 10px;
    align-items: center;
    grid-template-columns: auto 1fr;
}

.selector-grid{
    display: contents;
}
.search_filter-items{
    align-items: baseline;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 2px 6px;
}
.search_filter-items .simple-banner-swtich{
    margin-right: 0;
}
.simple-banner-swtich {
    align-items: baseline;
	display: flex;
	color: #fff !important;
	opacity: 1;
    line-height: 1;
	cursor: pointer;
	transition: 100ms background-color;
	font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
	padding: 8px 14px;
    margin-right: 6px;
    background-color: transparent;
}
.simple-banner-swtich i{
    margin-right: 8px;
}


.simple-sort-swtich {
    align-items: baseline;
	display: flex;
	color: #333 !important;
	margin-right: 6px;
	opacity: 1;
    line-height: 1;
	cursor: pointer;
	transition: 100ms background-color;
	font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
	padding: 7px 12px;
    background-color: transparent;
}

.simple-banner-swtich:hover {
    background-color: rgba(26, 26, 26, 0.4);
}
.simple-banner-swtich.--selected, .simple-sort-swtich.--selected{
    color: #fff !important;
    font-weight: 600;
    background-color: rgba(26, 26, 26, 0.8);
}
.simple-banner-swtich.--selected i{
    font-weight: 700;
}
.mode-select.--selected{
    background: hsl(0, 0%, 90%);
    opacity: 1;
}

.mod-icon.icon--rx:hover, .mod-icon.icon--rx.--selected  {
    background-color: #ad1fff;
}


.mod-icon.icon--dt:hover, .mod-icon.icon--hr:hover, .mod-icon.icon--dt.--selected, .mod-icon.icon--hr.--selected  {
    background-color: #ff5757;
}

.mod-icon.icon--ez:hover, .mod-icon.icon--ez.--selected, .mod-icon.icon--ht:hover, .mod-icon.icon--ht.--selected  {
    background-color: #a9ff00;
}

.mod-icon.icon--hd:hover, .mod-icon.icon--hd.--selected  {
    background-color: #fff;
}

.drop-text {
    border-left: solid 3px transparent;
    padding: 0px 10px;
    margin: 0px 8px;
    line-height: 0.9;
    transition: 150ms border-left;
}

.drop-single:hover .drop-text {
    border-left: solid 3px hsl(var(--base) 100% 70%);
}

.header-navbar-left a:not([href]){
    cursor: pointer;
}

img.emoji {
    width: 1.4em;
    margin: 0px 4px;
}

.mobile-header--single.expanded .header-block--title:before{
    content: "\f107";
}
.mobile-header--single.expanded {
    display: flex;
    flex-direction: column;
    color: #000 !important;
}

.sub-menu {
    padding: 10px 28px;
    padding-bottom: 0px;
    display: none;
}

a.sub-menu-block {
    color: #222 !important;
    margin-bottom: 6px;
    display: flex;
    font-weight: 500;
}
a.sub-menu-block:last-child{
    margin-bottom: 0px;
}
.mobile-header--single.expanded .sub-menu{
    display: flex;
    flex-direction: column;
}


span.header-block--title:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    padding-right: 10px;
    font-size: 22px;
}

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


.map-rank.rank-SH:after, .map-rank.rank-S:after {
    content: "S";
}
.map-rank.rank-XH:before, .map-rank.rank-X::before {
    letter-spacing: -12px;
    content: "S";
}
.map-rank.rank-XH:after, .map-rank.rank-X:after {
    content: "S";
    font-size: 85%;
    filter: brightness(1) drop-shadow(-1px 1px #000);
}
.map-rank.rank-A:after{
    content: "A";
}
.map-rank.rank-B:after{
    content: "B";
}
.map-rank.rank-C:after{
    content: "C";
}
.map-rank.rank-D:after{
    content: "D";
}
.map-rank.rank-F:after{
    content: "F";
}
.map-rank.rank-SH,.map-rank.rank-XH{
    color: rgb(205, 231, 231);
}
.map-rank.rank-S,.map-rank.rank-X{
    color: #fc2;
}
.map-rank.rank-A{
    color: rgb(0, 224, 11);
}
.map-rank.rank-B{
    color: rgb(0, 104, 224);
}
.map-rank.rank-C{
    color: rgb(224, 0, 175);
}
.map-rank.rank-D{
    color: rgb(187, 0, 0);
}
.map-rank.rank-F{
    color: rgb(114, 0, 0);
}
.map-rank {   
    text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
    font-size: 36px;
    font-weight: 800;
    width: 52px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
}
.rank-single .map-rank{
    justify-content: center !important;
    font-size: 26px !important;
    margin-top: 0 !important;
}
.rank-single .map-rank::after{
    margin-left: 0 !important;
}

.banner.placeholder {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    position: absolute;
    z-index: 1;
}
#app>div:not(#header){
    transition: 200ms filter;
}
#app>div:not(#header):before {
    content: "";
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.89);
    z-index: 4;
    opacity: 0;
    transition: 200ms opacity, 200ms visibility;
    left: 0;
    top: 0;
}
@media(min-width: 992px){
    .notif-block{
        border-radius: 0 0 8px 8px;
        width: 351px;
    }
    .notif-block.add-bottom-rad{
        border-radius: 4px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
@media(max-width: 992px){
    .restricted-banner{
        margin-top: -10px;
    }
    .alert-text3{
        width: 95%;
        margin-top: 4px;
    }
    #app.unfocus>div:not(#header){
        filter: saturate(0.1);
    } 
    #app.unfocus>div:not(#header):before{
        opacity: 1;
        visibility: visible;
    }
    .notif-block{
        bottom: 30px;
        left: 0;
    }
    .footer{
        margin-bottom: 64px;
    }
    
}
@media(max-width: 768px){
    .alert-text2{
        font-size: 19px;
    }
    .donorgoal-status{
        font-size: 22px;
    }
    .donor-banner { 
        height: 200px;
        padding: 12px 18px;
        font-size: 16px;
        background-position-x: 60%;
        border-radius: 0;
        background-image: url(/static/images/banners/uwusmall.jpg);
    }
    .donor-banner::before{
        opacity: 0.4;
    }
    .selector{
        margin-top: 24px;
    }
    .simple-banner-swtich{
        margin: 4px 2px;
        padding: 6px 14px;
    }
    input.beatmaps_inline__search{
        margin: 16px 0;
    }
    a.notifications-btn{
        padding: 6px 0px;
        margin-top: 349px;
        border-radius: 0px;
        left: auto;
    }
    .alert-text{
        margin-top: 2px;
    }
    .alert-text3{
        margin-top: 2px;
    }
    #unban-hint{
        display: none;
    }
    .footer, .footer-info-rows{
        flex-direction: column;
    }

    .footer-info-block, .footer-logo{
        align-items: center !important;
        text-align: center !important;
        padding-right: 0 !important;
        margin-bottom: 16px;
    }
    .logo-menu{
        margin-top: 24px;
    }

    .footer-info-block .footer-title{
        font-size: 28px;
    }
    .dropup-content{
        min-width: 175px;
    }
}

@media(max-width: 576px){
    .alert-text3{
        width: 100%;
    }
    .alert-text3{
        margin-top: 0px;
    }
    .main-banner, .banner.placeholder, .main-selector, .banner-block{
        border-radius: 0px !important;
    }
    .main-selector{
        height: auto;
    }
    .main-selector span{
        display: none;
    }
}
@media(max-width: 400px){
    .alert-text{
        display: none;
    }
}

.report-adtext {
    font-size: 14px;
    opacity: 0.8;
    font-weight: 500;
    color: #000;
    margin-top: 8px;
    margin-bottom: 4px;
}
.report-adtext:first-child{
    margin-top: 0;
}
.report-addreason {
    background-color: #edeef0;
    border-radius: 8px;
    width: 100%;
    border: none;
    padding: 12px;
    color: #333;
    font-size: 13px;
    border: 2px solid transparent;
    transition: 200ms border-color;
}
.hidden-badge-input{
    border: none;
    outline: 0 !important;
    box-shadow: none;
    width: 100%;
}
.user-badge, .hidden-badge-input{
    background-color: hsl(var(--badgeColor, var(--base)), var(--badgeSat, 5%), calc(var(--badgeSat, 70%) + 25%));
    font-size: 12.5px;
    line-height: 1.3;
    color: inherit;
}
.user-badge {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    padding-top: 8px;
    border-radius: 8px;
    cursor: default;
    align-items: baseline;
    margin: 6px 0;
}

.user-badge i:not(:last-child) {
    margin-right: 6px;
}
.user-badge img.emoji{
    margin: 0 3px;
    width: 1.2em;
    margin-top: -2px;
}
.user-badge img.emoji:last-child{
    margin-right: 0;
}
.action-dropdown .dropdown-menu{
    padding: 6px 0;
}
.dropdown-option{
    padding: 8px 16px;
    font-size: 14px;
    display: flex;
    align-items: baseline;
    color: #fff !important;
}
.dropdown-option i{
    margin-right: 6px;
    font-size: 12px;
    margin-top: -3px;
}
.dropdown-option:hover{
    background-color: #555;
}
button.action-dropdown_toggle {
    cursor: pointer;
    padding: 8px 14px;
    padding-bottom: 4px;
    outline: 0 !important;
    border: none;
    border-radius: 10px;
    transition: 100ms background-color;
    
}
button.action-dropdown_toggle::after{
    content: none !important;
}
.report-addreason::placeholder{
    color: rgb(145, 145, 145);
}
.report-addreason:focus {
    outline: none;
    border-color: hsl(var(--base) 100% 70%);
}
.report-window-btn {
    font-size: 16px;
    border: none;
    border-radius: 12px;
    padding: 8px 24px;
    color: white;
    margin-top: 12px;
    transition: 200ms background-color;
    width: 100%;
    text-align: center;
}

.report-window-btn:focus {
    outline: none;
}


.animated.fadeOut.ms180, .animated.fadeIn.ms180{
    animation-duration: 180ms !important;
}



.select-single {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    justify-content: space-between;
    color: #111;
    margin: 3px 0;
    cursor: pointer;
    padding: 12px 12px;
    padding-top: 14px;
    border-radius: 8px;
}

.select-single>.left-select-text i{
    color: hsl(var(--base), 85%, 80%);
}
.select-single.active>.left-select-text i{
    font-weight: 600;
}

.select-single:hover {
    color: #000;
    background-color: hsl(var(--base), 70%, 85%, 0.3);
}


.left-select-text {
    height: 100%;
    display: flex;
    align-items: baseline;
    font-weight: 500;
}

a.select-single.active.show .left-select-text, a.select-single.router-link-active .left-select-text{
    font-weight: 700;
}
a.select-single.active.show  .far, a.select-single.router-link-active  .far{
    color: hsl(var(--base) 100% 70%);
}

.left-select-icon {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 9.5px;
}

a.select-single.active.show .left-select-icon .far, a.select-single.router-link-active .left-select-icon .far{
    font-weight: 700;
}

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

.report-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 13px;
    transition: 0.2s opacity, 200ms color;
    opacity: 0.5;
    
    outline: 0 !important;
}
.report-btn:not(:first-child:last-child){
    margin-top: 12px;
}
.report-btn:hover {
    outline: none;
    opacity: 1;
}
.report-window-bg {
    display: flex;
    position: fixed; 
    z-index: 3; 
    left: 0;
    opacity: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    top: 46px;
    width: 100%; 
    height: 100%; 
    visibility: hidden;
    overflow: auto; 
    height: calc(100% - 46px);
    background-color: rgba(0,0,0,0.4); 
    transition: 200ms opacity, 200ms visibility;
}


.report-window {
    display: flex;
    z-index: 3;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 200ms opacity, 200ms visibility;
}

.visible>.report-window-bg, .visible>.report-window {
    opacity: 1;
    visibility: visible;
} 

.report-content {
    overflow: hidden;
   position: fixed;
   z-index: 3;
   max-width: 400px;
   width: 100%;
   background-color: #fff;
   border-radius: 6px;
   display: flex;
   flex-direction: column;
   align-items: center;
   color: #222;
   padding: 24px;
}
.row.margined{
    margin: 16px;
    margin-top: 20px;
}
.tasks-block.report-content{
    height: auto;
    max-height: calc(100% - 110px);
    max-width: 780px;
    padding: 0;
    overflow: hidden;
}
.query-block {
	display: flex;
	align-items: baseline;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	padding: 2px;
	border-bottom: 2px solid hsl(0, 0%, 80%);
	
}
.query-block.margined{
    margin-bottom: 22px;
}

.search-result_block .search-sinlge-user{
    margin: 0;
    margin-bottom: 12px;
}
.search-result_block {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.quests-content {
    padding: 0;
    display: flex;
    flex-direction: row;
    padding: 9px;
    flex-wrap: wrap;
    width: 100%;
}
.search-content {
    flex-direction: column;
    padding: 0;
    display: flex;
    flex-direction: row;
    padding: 12px 36px;
    flex-wrap: wrap;
    width: 100%;
}
a.search-user_block {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 6px;
    margin: 4px 0;
    background-color: hsl(0, 0%, 85%);
}
a.search-user_block:hover{
    background-color: hsl(0, 0%, 80%);
}
a.search-user_block:first-child{
    margin-top: 0;
}
.search-user_block-content {
    display: flex;
    align-items: center;
}
.search-user_block-avatar {
    border-radius: 6px;
    width: 42px;
    height: 42px;
    background-color: hsl(0, 0%, 75%);
    background-size: 100%;
    margin-right: 8px;
}
.search-user_block-nickname{
    font-size: 18px;
    color: #111;
    font-weight: 600;
    line-height: 1;
}
.search-user_block-content .search-user-flag{
    width: 21px;
    margin-top: -2px;
}
.quest-block{
    background-color: #f9fafa;
    border-radius: 10px;
    margin: 12px;
    text-align: center;
    width: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    overflow: hidden;
    position: relative;
}
.quest-goal-block {
	display: flex;
	flex-direction: column;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 15px;
    color: #333;
}
.quest-progress-block{
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}
.quest-progress-block .level-line{
    height: 5px;
	border-radius: 8px;
	overflow: hidden;
}
.quest-progress-block b{
    font-weight: 700;
}
.quest-progress-title{
    padding: 2px 12px;
    margin-bottom: 4px;
}

.quest-goal-title{
    font-weight: 800;
    font-size: 24px;
    color: #111;
}
.quest-reward{
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px;
}
.quest-reward b{
    font-weight: 800;
}
.quest-block:before{
    content: '';
    width: 155px;
    height: 155px;
    background-size: 100%;
    position: absolute;
    z-index: 0;
    filter: opacity(0.1);
	margin-left: 120px;
    margin-top: -40px;
    margin-right: 0;
}

.quest-block>*{
    z-index: 1;
}
.quest-block.key-bg:before{
    background-image: url(/static/images/icons/key-solid.svg);
}
.quest-block.coins-bg:before{
    transform: rotate(40deg);
    background-image: url(/static/images/icons/donate-solid.svg);
}
.report-content .level-block {
    width: 100%;
    margin-top: 8px;
    background-color: #f2f2f2;
    color: #222;
    padding: 8px;
    border-radius: 6px;
}
.report-icon {
    font-size: 34px;
}
.report-player-warning {
    font-size: 21px;
    padding-bottom: 16px;
    font-weight: 500;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.quests-content img {
    width: 100%;
    border-radius: 8px;
    margin: 4px 0;
}
.report-player-warning b {
	margin: 0 6px;
}
.dropdown-default {
    border: none;
    border-radius: 4px;
    background-color: #444;
    color: #fff;
    font-weight: 400;
    padding: 5px;
    font-size: 12px;
    width: 360px;
    color: #ccc;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
    padding: 6px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border: solid 2px transparent !important;
}

.quests-block{
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: calc(100% - 46px);
    visibility: hidden;
    top: 46px;
    left: 0;
}
.quests-block.visible{
    visibility: visible;
}

@media(max-height: 768px){
    .quests-block{
        z-index: 6;
    }
}

.dropdown-single {
    background-color: #3a3939;
    border-radius: 4px;
    padding: 8px;
    color: #555;
    font-size: 12px;
    padding-left: 8px;
    cursor: pointer;
    margin-top: 4px;
    color: #edeef0;
    opacity: 0.6;
    transition: 0.2s opacity;
}
.dropdown-single:hover {
    opacity: 1;
}
.dropdown-icon {
    margin-bottom: 1px;
}
.dropdown-menu {
    width: 100%;
    border: none;
    padding: 4px;
    margin-top: 3px;
    flex-direction: column;
    min-width: 11rem;
    z-index: 4;
}

.action-dropdown .dropdown-menu{
    background-color: #444;
    min-width: 13rem;
}

.action-dropdown hr{
    border-color: #666;
    width: calc(100% - 30px);
}
.dropdown-menu.show{
    display: flex;
}
.btn.dropdown-default.focus, .btn.dropdown-default:focus {
    box-shadow: none;
    border: solid 2px #f0558e !important;
}

.report-content .dropdown{
    width: 100%;
}
.btn-gray-dark{
    background-color: #919191;
}
.btn-gray-dark:hover{
    background-color: #666;
    color: #fff;
}
.btn-gray-dark:hover, .btn-gray-dark:focus{
    outline: 0;
}

.quests-content .level-block:first-child {
    margin-top: 0px;
}

.level-progress span.title {
    width: 88%;
    text-align: center;
    position: absolute;
    font-size: 14px;
    margin-top: -22px;
}



hr{
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    border-top: 1px solid #dfdfdf;
}


.notif-content div {
    word-break: break-word;
    line-height: normal;
}

.search-results {
    display: flex;
    background-color: #fff;
    padding: 10px;
    flex-direction: column;
}

.result-user {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #e7e7e7;
    padding: 12px;
    border-radius: 8px;
    flex-direction: row;
    color: #fff !important;
    position: relative;
    font-weight: 600;
    background-position: center;
    background-size: cover;
}
.result-user>div{
    position: relative;
}
a.result-user:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 8px;
    left: 0;
    top: 0;
    transition: 100ms background-color;
    will-change: background-color;
    background-color: hsla(0 0% 35% / 75%);
}
a.result-user:hover:before{
    background-color: hsla(0 0% 30% / 50%);
}
.result-user:not(:last-child){
    margin-bottom: 12px;
}
.user-flag {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    height: auto;
}
.search-user-content .user-flag{
    margin-left: 2px;
}
img.user-flag{
    width: 18px;
}
.user-flag.donor-flag{
    margin-bottom: 0px;
    margin-right: 0px;
    height: 12px;
    width: 18px;
    background-size: 100%;
    display: inline-block;
}

.user-content {
    display: flex;
}

a.search-sinlge-user.restricted {
    filter: grayscale(0.4);
}

a.search-sinlge-user.restricted .search-user-nickname {
    text-decoration: line-through;
}

a.search-sinlge-user.restricted .search-user-avatar:before {
    content: "";
    position: absolute;
    width: 137%;
    height: 4px;
    background-color: red;
    transform: rotateZ(134deg);
    margin-top: 26px;
    margin-left: -10px;
    opacity: 0.8;
}
a.search-sinlge-user.restricted .search-user-avatar:after {
    content: "";
    position: absolute;
    width: 135%;
    height: 4px;
    background-color: red;
    transform: rotateZ(45deg);
    margin-top: 25px;
    margin-left: -10px;
    opacity: 0.8;
}


.condition-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}
.condition-block:last-child:not(:first-child){
    text-align: right;
}
.condition-block:last-child:not(:first-child) .condition, .condition-block:last-child:not(:first-child) .title{
    align-self: flex-end;
}
.condition-block .condition {
    font-size: 14px;
}

.condition-block .title {
    font-size: 13.5px;
    font-weight: 500;
    line-height: 20px;
    color: #9a9a9a;
}

.mobile-header--logout {
    display: flex;
    align-items: center;
}


.header-button.coins-block {
    width: auto;
    padding: 2px 8px;
    border-color: #fff;
    color: #aa235d;
    background-color: #fff;
    cursor: pointer;
    height: 32px;
}

.coins-block>span.balance {
    padding-right: 4px;
    font-weight: 600;
}

.alert-unban {
    background-color: #55c152;
    color: #fff !important;
    text-shadow: none;
    font-size: 14px;
    padding: 4px 32px;
    border: 0;
    border-radius: 8px;
    margin-top: 8px;
    outline: 0;

}

.conditions-list {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin-bottom: -4px;
}

.conditions-list .condition {
    text-transform: uppercase;
    background-color: #ddd;
    margin: 4px;
    padding: 4px 14px;
    padding-top: 8px;
    font-size: 12px;
    color: #111;
    border-radius: 4px;
    text-align: center;
    line-height: 1.45;
    font-weight: 600;
}

span.private-bonus {
	position: absolute;
	margin-top: -12px;
}
.reward-block>b{
    opacity: 0.3;
    font-weight: 500;
    text-decoration: line-through;
}
span.conditions-list-title {
    font-size: 13px;
    font-weight: 700;
    color: #9a9a9a;
    text-align: left;
    margin-top: 6px;
}

.quests-main-block {
    display: flex;
    flex-direction: column;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  .pace-inactive {
    display: none;
  }
  
  .pace .pace-progress {
    background: #fc2;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
  }
  
  .pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #fc2, 0 0 5px #fc2;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
  }
  
  .pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #fc2;
    border-left-color: #fc2;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
  }
  
  @-webkit-keyframes pace-spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  }
  @-moz-keyframes pace-spinner {
    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
  }
  @-o-keyframes pace-spinner {
    0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
  }
  @-ms-keyframes pace-spinner {
    0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
  }
  @keyframes pace-spinner {
    0% { transform: rotate(0deg); transform: rotate(0deg); }
    100% { transform: rotate(360deg); transform: rotate(360deg); }
  }

.search-sinlge-user:after {
    content: "Online";
    bottom: 0;
    position: absolute;
    color: white;
    text-shadow: none;
    background-color:  #66aa2880;
    width: 100%;
    left: 0;
    font-weight: 600;
    border-radius: 12px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 4px 12px;
    z-index: 0;
}
.search-sinlge-user.offline:after {
    content: "Offline";
    background-color: rgb(0 0 0 / 30%);
}
.search-sinlge-user.restricted:after {
    content: "Restricted";
    background-color: #a23030a3;
}
.user-status {
    background-color: #777;
    border-radius: 30px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
}

.user-status.online {
    background-color: #76d839;
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after{
    border-top-color: #333;
}

.popover-body {
    color: #fff;
    background-color: #222;
    filter: opacity(0.95);
    border-radius: 4px;
    text-align: center;
    padding: 5px 14px;
}

.popover{
    background-color: transparent;
    border: none;
}
.pink-color{
    color: hsl(var(--base) 100% 70%);
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: 0.58rem;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    border-top-color: #00000000;
}
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    border-bottom-color: #313131 !important;
}
.notif-empty-header {
    display: flex;
    height: 100%;
    margin: auto;
}

.main-block{
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
    background-color: #fff;
    color: #333;
    position: relative;
    width: 95%;
    margin: 0 auto;
    margin-top: 1px;
    padding: 24px 36px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.page-topic {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    color: black;
}

.title-counter {
    background-color: #3c3c3c;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    color: #fafafa;
    padding: 6px 10px;
    padding-top: 8px;
    line-height: 1;
    margin-right: auto;
    font-size: 12.4px;
    font-weight: 600;
    margin-left: 8px;
}

.default-input {
    border: 2px solid transparent;
    background-color: #edeef0;
    color: #222;
    border-radius: 8px;
    padding: 8px 10px;
	font-size: 14px;
	font-weight: 500;
    width: 190px;
    transition: 200ms background-color;
}

.default-input:focus {
    outline: 0;
    border: 2px solid hsl(var(--base) 100% 70%);
}

.profile-block, .left-sub_block, .userprofile-row, .playtime-block, .main-stats .stats-block, .main-content>.main-selector{
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
}

.left-sub_block {
	display: flex;
    color: #111;
    background-color: #fff;
	flex-direction: column;
	align-items: center;
	width: 100%;
    border-radius: 8px;
	padding: 20px 16px;
}
.left-sub_block+.left-sub_block{
    margin-top: 12px;
}

.left-header {
    display: flex;  
    width: 100%;
    padding: 22px;
    align-items: center;
    background-color: #252525;
}

.beatmap_panel {
    position: absolute;
    display: flex !important;
    width: 290px;
    z-index: 610;
    opacity: 1;
    flex-direction: column;
    justify-content: space-between;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    margin-top: -120px;
    color: white;
    background-color: #222;
    transition: 200ms opacity, 200ms visibility;
    transition-delay: 250ms;
    line-height: 1.35;
    visibility: visible;
    background-image: url(/static/images/default-bg.png);
    overflow: hidden;
}
.beatmap_panel .panel_stats{
    display: flex;
    padding: 12px 18px;
    justify-content: space-between;
}

.beatmap_panel .panel_column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-style: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.56);
    font-weight: 600;
}
.beatmap_panel[style$='display: none;']{
    opacity: 0;
    visibility: hidden;
}
.beatmap_panel>div{
    position: relative;
}
.beatmap_panel::before{
    content: '';
    position: absolute;
    width: 102%;
    height: 102%;
    left: -1px;
    top: -1px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 12px;
    backdrop-filter: blur(2px) brightness(1.1);
    z-index: 0;
    box-shadow: inset 0 0 2px #fff;
}
.beatmap_panel-background{
    height: 100%;
    width: 100%;
    border-radius: 12px;
    position: absolute !important;
    z-index: -1;
    background-position: center;
    background-size: cover;
}
a[href^='/b/'] {
    text-overflow: ellipsis;
    overflow: hidden;
}
.beatmap-block {
    transition: 120ms box-shadow, 120ms margin-top, 120ms background-color, 120ms transform;
    will-change: transform;
}

label{
    margin: 0;
}

.beatmap-block{
    display: flex;
    border-radius: 8px;
    padding: 8px;
    font-weight: 700;
    line-height: 1.3;
    align-items: center;
    overflow: hidden;
    height: 93px;
    transform: translateY(0px);
}
.beatmap-block{
    background-color: #edeef0;
    color: #333;
}
.beatmap-block:hover{
    background-color: #d7d7d7;
    color: #333;
    transform: translateY(-5px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 16px 24px rgba(0, 0, 0, 0.04), 0px 24px 32px rgba(0, 0, 0, 0.04);
}


.beatmap-title, .beatmap-artist, .beatmap-mapper, .donor-info .title{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.beatmap-artist{
    font-size: 14px;
    font-weight: 500;
}
.beatmap-footer{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    white-space: nowrap;
}


.donor-block:hover .donor-avatar{
    background-color: #edeef0;
}
.beatmap-footer .target-button {
    background-color: #d7d7d7;
    border-radius: 6px;
    line-height: 1;
    padding: 5px 7px;
    font-size: 12px;
    margin-left: 10px;
    transition: 200ms background-color;
}


.beatmap-block:hover .target-button {
    background-color: #fff;
    color: #333;
}

.beatmap-preview {
    width: 77px;
    height: 77px;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    margin-right: 10px;  
}
.beatmap-stats{
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    font-weight: 700;
}

span.beatmap-mapper span {
    font-weight: 700;
}

span.beatmap-mapper {
    padding-right: 8px;
}
.header-hint {
    font-size: 14px;
    color: white;
    max-width: 60%;
}

@media(max-width: 992px){
    div#app>div:nth-child(2){
        margin-top: 0;
    }
    .main-block{
        width: 100%;
    }
    .banner.placeholder, .main-banner{
        border-bottom: none;
        padding: 42px 34px;
    }
    .language {
        width: 166px;
    }
    .ds-switch{
        justify-self: right;
    }
    .beatmap_panel{
        display: none !important;
    }
}
@media(max-width: 768px){
    .report-window{
        bottom: 64px;
        height: calc(100% - 64px);
    }
    .tasks-block.report-content{
        max-width: calc(100% - 16px);
    }
    .beatmap-block:hover{
        transform: translateY(0)!important;
    }
    .header-hint{
        text-align: center;
        margin-top: 12px;
        max-width: 80%;
    }
    .language {
        width: 175px;
    }
    .main-block, .main-banner, .advanced-filters{
        padding: 24px 18px !important;
    }
   
    .main-banner{
        min-height: 220px;
    }
    .banner.placeholder{
        height: 100%;
    }
    .hidden-xs{
        display: none;
    }
    a.paginator-btn{
        align-items: center;
    }
}
input.hue-slider[type=range]{
  outline: 0;
  -webkit-appearance: none;
  width: 100%;
  max-width: 250px;
  height: 6px;
  background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet, red);
  border-radius: 8px;
  margin-top: 2px;
}


input.hue-slider[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input.hue-slider[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input.hue-slider[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;

    /* Hides the slider so custom styles can be added */
    background: transparent; 
    border-color: transparent;
    color: transparent;
}

input.hue-slider[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 22px;
    width: 22px;
    border-radius: 123px;
    background: #ffffff;
    cursor: pointer;
    margin-top: 0px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

  
input.hue-slider[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 24px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
  
  /* All the same stuff for IE */
input.hue-slider[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 24px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

.popover-body, .tooltip-inner, .flag-dropdown{
    font-size: 12px;
}

.maintenance-alert {
    display: flex;
    padding: 4px 12px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(255, 0, 0, 0.65);
    border-radius: 50px;
    font-weight: 500;
    position: absolute;
    z-index: 4;
    top: 16px;
    align-self: center;
    font-size: 14px;
}

.maintenance-alert .fa {
	font-size: 24px;
	margin-bottom: 4px;
}

.header-avatar_block .far{
    margin-left: 12px;
    font-size: 20px;
    color: #f6a;
}
.header-avatar_block.opened .far, .header-avatar_block:hover .far{

    color: #666;
}

.bg-placeholder.animated{
    animation: brightness 2s;
    animation-iteration-count: infinite;
}
@keyframes brightness {
    0%   {
        filter: brightness(1);
        filter: contrast(1);
        -webkit-filter: brightness(1);
        -webkit-filter: contrast(1);
    }
    50%  {
        filter: brightness(0.2);
        filter: contrast(0.6);
        -webkit-filter: brightness(0.2);
        -webkit-filter: contrast(0.6);
    }
    100% {
        filter: brightness(1);
        filter: contrast(1);
        -webkit-filter: brightness(1);
        -webkit-filter: contrast(1);
    }
}