.content-row{
    width: calc(100% - 100px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-top-10{
    margin-top: 10px;
}

.alert{
    color: #695551;
    display: block;
    font-family: Georgia, sans-serif;
    font-size: 1rem;
    letter-spacing: .02rem;
    line-height: 1.2;
    padding: 10px;
    border-radius: 4px;
}

.alert.alert-danger{
    background-color: rgba(153, 53, 63, 0.5);
    color: #551613;
}

.alert.alert-success{
    background-color: rgba(53, 153, 61, 0.5);
    color: #203315;
}

.files__descr{
    min-height: auto;
}

.files__col{
    width: 50%;
}

@media (max-width: 991.98px){
    .files__col{
        width: 100%;
    }
}

/* SELECT */

.ranking__form{
    position: relative;
    z-index: 2;
}

.select{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
}

.select_value{
    background-color: #5b4e44;
    box-shadow: 0 1px 0 0 #fff;
    color: #f8e9c7;
    height: 2.8125rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFBAMAAACKv7BmAAAAJFBMVEX/qQD/qgBHcEz/qgD/qQD/qQD/qgD/qQD/qQD/qgD/qQD/qgDd26ukAAAAC3RSTlPq9AAT3LyCcUMnJ6vM7VQAAAAhSURBVAjXY0hkYBBjMN29O5hB03vLIgalRgklBiX1IiUAS9MF+mQ33LkAAAAASUVORK5CYII=);
    background-position: calc(100% - .9375rem);
    background-repeat: no-repeat;
    background-size: .5rem .3125rem;
    cursor: pointer;
}

.select_dropdown{
    width: 100%;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background-color: #493f38;
    list-style-type: none;
    padding-left: 0;
    max-height: 232px;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
}

.select.active .select_dropdown{
    opacity: 1;
    pointer-events: all;
}

.select_dropdown li{
    width: 100%;
    padding: .8rem .9375rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #f8e9c7;
    cursor: pointer;
    line-height: 1em;
    transition: background-color .3s ease-in-out;
}

.select_dropdown li:hover{
    background-color: #5b4e44;
}

.select_dropdown li:not(:last-child){
    border-bottom: 1px solid #5b4e44;
}

.select_dropdown li a{
    text-decoration: none;
    color: inherit;
}

.topThree{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.8125rem;
    margin-top: 1.5rem;
}

@media (max-width: 767.98px){
    .topThree{
        flex-direction: column;
        gap: 1.5rem;
    }
}

.topThree-block{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(231, 220, 210, 0.5);
    padding: 1em;
    gap: 1em;
}

.topThree-block_place{
    display: none;
}

.slider-nav-slide-block{
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    overflow: hidden; 
}

.slider-nav-slide-block img{
    width: 220%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -40% -30%;
    background-color: #b59072;
}

.topThree-block_text-t{
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: .5em;
}

.topThree-block_text-t p{
    width: 100%;
    margin: 0;
}

.topThree-block_text-t a{
    font-size: 1.5em;
    color: #551613;
    text-decoration: none;
}

.dmn-rankings-table{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.dmn-account-table thead tr, 
.dmn-rankings-table thead tr {
    background-color: #5b4e44 !important;
    border-top: 0px solid #313236 !important;
}

.dmn-account-table th, 
.dmn-rankings-table th {
    padding: .5em 1em !important;
    color: #d0d4d1 !important;
    font-weight: normal !important;
}

.dmn-account-table tbody tr td, 
.dmn-rankings-table tbody tr td{
    height: auto !important;
    padding: .5em 1em !important;
    font-size: 1em !important;
    color: #000;
}

.dmn-account-table td, 
.dmn-rankings-table td {
    border-top: 1px solid #5b4e44 !important;
}

.dmn-account-table td a,
.dmn-rankings-table td a{
    color: #551613;
    text-decoration: none;
}

.dmn-account-table tbody tr:hover, 
.dmn-rankings-table tbody tr:hover {
    background: linear-gradient(to right, #ddcdb8, rgba(6, 5, 1, 0)) !important;
}

.dmn-account-table tbody tr::after, 
.dmn-rankings-table tbody tr::after{
    display: none;
}

.f16 .flag {
    vertical-align: middle !important;
}

.rankings-content form,
.inline-form{
    margin-top: 1rem;
}

.rankings-content form .form-row,
.inline-form .form-row{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .5rem;
}

.rankings-content form .col-auto,
.inline-form .col-auto{
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.rankings-content label,
.inline-form label{
    display: none;
}

.rankings-content form input,
.inline-form input{
    background-color: #5b4e44 !important;
    border: none !important;
    -webkit-box-shadow: 0 1px 0 0 #fff !important;
    box-shadow: 0 1px 0 0 #fff !important;
    color: #f8e9c7 !important;
    height: 2.8125rem;
    outline: none;
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.rankings-content form input::placeholder,
.inline-form input::placeholder{
    color: #968e7c !important;
}

.rankings-content form button,
.rankings-content form .btn,
.inline-form button,
.inline-form .btn{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
    background-image: url(../images/dist/btn-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 4.5625rem;
    justify-content: center;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0) scale(1);
    transform: perspective(1px) translateZ(0) scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    will-change: transform;
    word-break: break-word;
    font-size: .9rem;
    line-height: .9rem;
    height: 2.8rem;
    min-width: 9rem;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
    padding-top: .1rem;
    width: auto;
}

.server-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    margin-top: 1.5rem;
}

.server-nav a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent !important;
    background-image: url(../images/dist/btn-bg.png) !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important; 
    border: none;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 4.5625rem;
    justify-content: center;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0) scale(1);
    transform: perspective(1px) translateZ(0) scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: opacity .25s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    will-change: transform;
    word-break: break-word;
    font-size: .9rem;
    line-height: .9rem;
    height: 2.8rem;
    min-width: 9rem;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
    padding-top: .1rem;
    width: auto;
    opacity: .7;
}

.server-nav a:hover,
.server-nav a.active{
    opacity: 1;
}

.search-subtitle{
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;
    margin-top: 1.5rem;
}

.text-center{
    text-align: center;
}

.overflow-y-auto{
    width: 100%;
    height: auto;
    max-height: 40rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: .5rem;

    &::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: rgba(91, 78, 68, 0.3);
    }

    &::-webkit-scrollbar-thumb {
        background-color: #5b4e44;
    }

    &::-webkit-scrollbar-thumb:hover {
        background-color: #5b4e44;
    }
}

.overflow-y-auto--cabinet{
    max-height: 35rem;
}

.overflow-y-auto--shop{
    max-height: 40rem;
}

@media (max-width: 991.98px){
    .overflow-y-auto{
        max-height: unset;
        padding-right: 0rem;
    }
}

.search-content{
    margin-top: 1.5em;
}

.search-content .row:not(:first-child){
    margin-top: 1.5em;
}

.search-subtitle{
    margin-top: 0em;
}

.donate__list {
    grid-column-gap: 1rem;
}

.account-panel__container--column{
    flex-direction: column;
}

.backgrounded-text{
    padding: 2rem;
    background: rgba(255, 255, 255, 0.3);
}

.inline-form .col-full{
    flex-grow: 1;
}

.referral__content {
    margin: auto;
    max-width: 68.125rem;
}

.table--striped .table__tbody .table__tr:nth-child(odd) .table__td a{
    color: #ecdab9;
}

.table--striped .table__tbody .table__tr:nth-child(even) .table__td a{
    color: #000;
}

.card__image img {
    object-position: top center;
}

.card__title{
    text-shadow: 0 0 30px #3e3c30, 0 10px 30px #3e3c30, 0 20px 30px #3e3c30;
}

input.small,
select.small{
    height: 2em;
}

.btn--dropdown{
    height: 3em;
    font-size: 1em !important;
}

.ref-reward-dropdown-content {
    background-color: #e1dace;
}

.files__settings {
    margin-top: 1.5rem;
}

.overflow-table-bg{
    width: 100%;
    overflow-x: auto;

    &::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: rgba(91, 78, 68, 0.3);
    }

    &::-webkit-scrollbar-thumb {
        background-color: #5b4e44;
    }

    &::-webkit-scrollbar-thumb:hover {
        background-color: #5b4e44;
    }
}

.overflow-table-bg-y{
    max-height: 30rem;
    overflow-y: auto;
    
    &::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: rgba(91, 78, 68, 0.3);
    }

    &::-webkit-scrollbar-thumb {
        background-color: #5b4e44;
    }

    &::-webkit-scrollbar-thumb:hover {
        background-color: #5b4e44;
    }
}

@media (max-width: 991.98px){
    .overflow-table-bg-y{
        max-height: unset;
    }
}

.nowrap{
    white-space: nowrap;
}