body {
    /* max-width: 1600px; */
    margin: auto;
}

.left-panel,
.right-panel {
    float: left;
}

.left-panel {
    background-color: white;
    width: 296px;
    box-shadow: 10px 0px 10px 0px #0000000d;
}

.bottom-panel .left-panel {
    min-height: calc(100vh - 115px);
    margin-top: -20px;
}

.bottom-panel {
    display: flex;
    /* max-width: 1600px; */
    margin: auto;
}

.right-panel {
    position: relative;
    width: calc(100% - 296px);
    margin-bottom: 20px;
}

.menu-top-right,
.logo-archery {
    height: 75px;
}

.menu-top-right {
    display: flex;
    align-items: center;
}

.logo-archery {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-archery img {
    width: 155px;
}

.menu-bottom-left,
.menu-bottom-right {
    height: 48px;
    width: calc(100% - 12px);
}

.menu-bottom-left {
    background-color: #cf1815;
    background-color: var(--theme-color);
    margin-left: 12px;
    border-radius: 11px 0px 0px 11px;
}

.menu-bottom-right {
    background-color: #535353;
    margin-right: 20px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-bottom-right a {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #E9E9E9;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.menu-bottom-right a.active {
    height: 100%;
    background-color: #649860;
}

.menu-bottom-right a:hover {
    text-decoration: none;
    opacity: 1;
}

.menu-top-right .menu-btn {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
}

.header-filter-container {
    margin-right: 12px;
    padding-top: 10px;
    margin-left: 23px;
    display: flex;
    align-items: center;
    height: 61px;
    font: 15px/18px Roboto;
    font-weight: 500;
    letter-spacing: 0.38px;
    text-transform: uppercase;
    border-bottom: 2px solid #70707015;
}

.menu-btn {
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #535353;
    transition: 0.5s all;
    text-transform: uppercase;
    font-weight: bold;
}

.action-menu {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.action-menu .menu-btn:not(.last) {
    border-right: 2px solid #e9e9e9;
}

.menu-btn img {
    margin-right: 10px;
}

.menu-btn.disabled {
    opacity: 0.3;
}

.menu-right-btns .avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.menu-right-btns .username {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: -0.21px;
    color: #535353;
    text-align: right;
}

.padding-box {
    padding: 20px;
}

.logout-container {
    padding-right: 10px;
}

#btn-bow-select,
#bow-id {
    position: relative;
    cursor: pointer;
    font-size: 11px;
    text-align: right;
    border: none;
}

#btn-bow-select option {
    font-size: 15px;
}

.menu-btn:hover {
    text-decoration: none;
    color: #535353;
    cursor: pointer;
}

.menu-btn.active {
    color: #535353;
    border-bottom-color: #CF1815;
    border-bottom-color: var(--theme-color-blur);
    font-weight: bold;
}

.menu-top-right .menu-btn.active {
    background-color: #bfe6ff;
    border-bottom: none;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 6px;
}

.submenu {
    padding-left: 35px;
    box-shadow: 0px 15px 10px -15px #00000029;
    position: relative;
}

.submenu::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    height: 10px;
    width: 300px;
    background: linear-gradient(to right, transparent 0%, #FFFFFF 70%);
}

h1 {
    font: Bold 31px/37px Roboto Condensed;
    letter-spacing: -0.47px;
    color: #535353;
}

.left-box {
    padding: 20px;
}

.badge {
    width: 20px;
    margin-left: 5px;
    font-weight: bold;
    background-color: #FF0000;
    border-radius: 50%;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.menu-border-top .menu-btn.active {
    border-top-color: var(--theme-color);
    border-bottom-color: transparent;
}

.menu-border-top {
    padding-left: 35px;
}

.avatar-box .avatar {
    margin-right: 0;
}

.avatar-box {
    margin-right: 20px;
    position: relative;
}

.club-avatar {
    border-radius: 50%;
    object-fit: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -5px;
    right: -5px;
}

.club-avatar.lg {
    width: 30px;
    height: 30px;
}

.my-statistics-container .statistic {
    border-left: 0.5px solid #707070;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    width: 115px;
    text-align: center;
}

.my-statistics-container .statistic.last {
    border-right: 0.5px solid #707070;
}

.my-statistics-container .statistic .label {
    text-align: center;
    font: normal 8px/10px 'Roboto Condensed', sans-serif;
    letter-spacing: -0.12px;
    color: #535353;
    text-transform: uppercase;
}

.my-statistics-container .statistic .value {
    text-align: center;
    font: normal 15px/20px 'Roboto', sans-serif;
    letter-spacing: -0.23px;
    font-weight: 700;
}

.btn-show-register {
    width: 120px;
}
