.menu {
    background-color: #0F0F0F;
    font-family: 'Segoe UI', sans-serif;
    color: #FFFFFF;
    font-weight: 400;
}

#eve {
    color: #FFD70E;
}

#contest {
    color: #FFFFFF;
    font-size: 2rem;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
}

main {
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    overflow-x: auto;
    overflow-y: auto;
}

main.black_bg {
    background-color: #000000;
}

.dropdown-toggle { outline: 0; }

.btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #d2f4ea;
}

.scrollarea {
    overflow-y: auto;
}

.upload-button button:hover {
    background-color: #fbd564;
}

.upload-button {
    --bs-gutter-x: 0;
}

.upload-button input[type=file]{
    width: 0;
    height: 0;
    overflow: hidden;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
    src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.dev-add-image {
    background-color: rgb(39, 40, 42);
    color: white;
    font-size: 8em;
    text-align: center;
}

.load_text {
    font-size: 42px;
    top: 10px;
    position: relative;
}

.dev-add-image .file {
    font-size: initial;
    padding-top: 60px;
}

.dev-image-choose-body .rounded {
    cursor: pointer;
    transition: transform .2s; /* Animation */
}

.dev-image-choose-body .rounded:hover {
    transform: scale(1.03);
}

.dev-upload-input {
    visibility: hidden;
}

.ui-autocomplete {
    background-color: white;
    border: 1px solid lightgray;
    list-style-type: none;
    padding-left: 0;
}

.ui-menu-item {
    padding-left: 10px;
}

.ui-menu-item:hover {
    background-color: #e9e9e9;
    cursor: pointer;
    padding-left: 10px;
}

.spinner-border {
    border-radius: 50% !important;
    margin-right: 10px;
}

.display-none {
    display: none;
}

.killer-card {
    background-color: #f1fff1;
}

.loser-card {
    background-color: #ffecec;
}

.logo-left {
    float: left;
}

.datepicker {
    padding-left: 13px;
}

.character-portrait {
    width: 128px;
    height: 128px;
}

.character-portrait-64 {
    width: 64px;
    height: 64px;
}

.member-card {
    max-width: 128px;
    min-width: 128px;
}

.member-card-64 {
    max-width: 64px;
}

.member-card-first,
.member-card-second,
.member-card-third,
.member-card-current {
    border-width: 2px;
    max-width: 132px;
    min-width: 132px;
}

.member-card-first {
    border-color: #ffc107;
}

.member-card-second {
    border-color: #6c757d;
}

.member-card-third {
    border-color: #0dcaf0;
}

.member-card-current {
    border-color: #26a0fc;
    border-style: dashed;
}

.card-body-64 {
    padding: 3px;
    font-size: 0.8em;
}

#chart {
    max-width: 70%;
    margin: 35px auto;
}

.transparent-image-back {
    position: relative;
}

.transparent-image-back:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    border-radius: 4px;
}

.transparent-image-back>div {
    position: relative;
}

.transparent-image-back h1,
.transparent-image-back div {
    color: white;
}

.rewards-chart-back:before {
    background-image: url('../files/image/award_bg.png');
}

.construction-back:before {
    background-image: url('../files/image/construction.png');
}

.already-joined-badge {
    font-size: 12px;
    position: relative;
    top: -10px;
}

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

a.cardA:active, /* активная/посещенная ссылка */
a.cardA:hover,
a.cardA {
    text-decoration: none;
    color: var(--bs-card-title-color);
}

.contest_link:active /* активная/посещенная ссылка */ {
    text-decoration: none;
    color: var(--bs-card-title-color);
}

a.contest_link {
    text-decoration: underline;
    color: var(--bs-card-title-color);
}

a.contest_link:hover {
    text-decoration: underline;
    color: #858585;
}

.all_rewards_block i.bi{
    color: wheat !important;
}

.all_rewards_block i.bi:hover{
    color: #ffb83b !important;
}

.all_rewards_block i.bi.next_award {
    border-bottom: 2px solid #26a0fc;
}

.current_award_points * {
    vertical-align: middle;
}

.current_award_points .bi {
    color: #ffb83b !important;
    font-size: 3em;
}

.contest_finished {
    background-color: #e7e7e7;
}

.ec-body .ec-days {
    min-height: 160px;
}

.nav-pills {
    --bs-nav-pills-border-radius: 0rem !important;
}

.nav-link {
    color: #FFFFFF !important;
}

.dash {
    font-family: 'Segoe UI', sans-serif;
    color: #B7B7B7;
    font-weight: 400;
}

.flag_row {
    display: flex;
    width: 44px;
    justify-content: center;
}

.flag {
    width: 20px;
    height: 13px;
    flex: 50%;
    cursor: pointer;
}

.capsuleers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
}

.top1,
.top3 {
    border: solid 1px #151515;
    background-color: #0F0F0F;
    color: #4D4D4D;
}

.place {
    font-family: 'Segoe UI', sans-serif;
    font-size: 48px;
    line-height: 12px;
    font-weight: 700;
}

.profile .place {
    font-size: 7rem;
}

.placeText {
    font-weight: 700;
}

.text_middle_light {
    color: #B7B7B7;
}

.text_bright {
    color: #FFFFFF;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #D3D3D3;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.circle i {
    color: #9f9f9f;
}

.h2_text {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 38.4px;
    color: #B7B7B7;
}

.place_1 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 48px;
    line-height: 12px;
    font-weight: 700;
    color: #FFD70E;
}

.place_2 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 48px;
    line-height: 12px;
    font-weight: 700;
    color: #C2C2C2;
}

.place_3 {
    font-family: 'Segoe UI', sans-serif;
    font-size: 48px;
    line-height: 12px;
    font-weight: 700;
    color: #EBA14A;
}

.other, .block_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
}

.graph,
.finish,
.block {
    border: solid 1px #151515;
    background-color: #0F0F0F;
    color: #4D4D4D;
}

.text {
    font-family: 'Segoe UI', sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 38.4px;
}

.date {
    font-family: 'Segoe UI', sans-serif;
    color: #B7B7B7;
    font-weight: 400;
    font-size: 14px;
    line-height: 38.4px;
}

.ava {
    width: 74px;
    height: 74px;
}

.ava.mini {
    width: 35px;
    height: 35px;
}

.ava.big {
    width: 128px;
    height: 128px;
}

.ava img {
    border-radius: 7px;
    width: 100%;
}

.circle.received_award i {
    color: #ffff00;
}

.circle.received_award {
    background: linear-gradient(0deg, #0D6EFD, #0D6EFD), linear-gradient(0deg, #0646A6, #0646A6);
}

.points_badge {
    background-color: #0D6EFD;
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    text-align: center;
    color: #FFFFFF;
}

.points_badge_in_list {
    height: 18px;
    padding-top: 3px;
    border-radius: 800px;
    width: 100px;
    color: #0A0A0A;
}

.badge_1 {
    background: #FFD70E;
}

.badge_2 {
    background: #C2C2C2;
}

.badge_3 {
    background: #EBA14A;
}

.finish .no_content {
    text-align: center;
}

.soon_img_div {width: 100px;
    height: 96px;
    overflow: hidden;
    text-align: center;
    border-radius: 7px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.login_row {
    text-align: center;
}

.discord_image {
    width: 20rem;
}

.author_name {
    color: #4D4D4D;
    font-size: 2rem;
}

.author_name img {
    width: 64px;
    height: 64px;
    border-radius: 0.2rem;
    margin-right: 0.5rem;
}

a.no_visual:active, /* активная/посещенная ссылка */
a.no_visual:hover,  /* при наведении */
a.no_visual {
    text-decoration: none;
    color: inherit;
}

.btn.period_filter_button {
    border-color: var(--bs-btn-active-border-color);
    color: #B7B7B7;
    font-size: 1rem;
}
.btn.period_filter_button:hover {
    border-color: var(--bs-btn-active-border-color);
    color: #d1d1d1;
}

.contest_image {
    position: relative;
}

.contest_image img {
    border-radius: 7px;
}

.contest_image .badge {
    left: 50px;
}

.ship_image {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    background-color: #000;
    border-right: 0.25rem solid #589bff;
    border-left: 0.25rem solid #589bff;
    border-radius: var(--bs-border-radius);
    max-width: 92%;
    height: auto;
}

.ship_image:hover {
    border-right: 0.25rem solid #ffd454;
    border-left: 0.25rem solid #ffd454;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ship_image_mini_div {
    width: 94px;
}

.ship_image_mini {
    background-color: #0f0f0f;
}

.kills_in_top_table {
    font-size: 1rem;
    font-weight: bold;
}

.profile_tables_row table tr {
    border-color: #101010;
}

.photo-with-glow{
    position: relative;
    display: block;
}

.photo-with-glow img{
    object-fit: cover;
    box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
    display: block;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-top: -5px;
}

.without-margin.photo-with-glow img {
    margin-top: 0;
}

.photo-with-glow:hover img{
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
}

.photo-with-glow .glow-wrap{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: -10px;
}

.photo-with-glow .glow{
    display: block;
    position:absolute;
    width: 40%;
    height: 200%;
    background: rgba(255,255,255,.2);
    top: 0;
    filter: blur(5px);
    transform: rotate(45deg) translate(-450%, 0);
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo-with-glow:hover .glow{
    transform: rotate(45deg) translate(450%, 0);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo-with-glow:hover img,
.photo-with-glow:hover .glow-wrap{
    margin-top: 0;
}

.img-50 {
    width: 50px;
    border-radius: 7px;
}

.nowrap {
    white-space: nowrap;
}

.points_value {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 12px;
    font-weight: 700;
    color: #3a6009;
}

.points_history_date {
    color: #7c7c7c;
}

.affected_contest_a {
    color: #58718c;
}

.affected_contest_a:hover {
    color: #7289a3;
}

.points_history_rows:nth-child(odd) {
    background-color: #131313;
}

.points_history_rows:hover {
    background-color: #161616;
}

.kills_number {
    font-family: 'Segoe UI', sans-serif;
    font-size: 43px;
    line-height: 12px;
    font-weight: 700;
    color: #8b8b8b;
}

.fixed100pxwidth{
    width: 100px;
}

.min100height {
    min-height: 100vh !important;
}

.min50height {
    min-height: 50vh !important;
}

.awards-img img {
    filter: brightness(40%);
}
.awards-img img:hover {
    filter: brightness(100%);
}

.ship_small_image {
    border-radius: 4px;
}