@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html, body {
    font-family: "Ubuntu", serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: var(--bm-bg-color);
    overflow: hidden;
}

a {
    color: var(--bm-root-color);
}

.app {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

.menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.menu a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 1.5rem;
    text-decoration: none;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, .8);
    background: linear-gradient(0deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .05) 100%);
    border-top: 1px solid rgba(255, 255, 255, .05);
}

.menu a:first-child {
    border-top: 0;
}

.menu a:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .05) 100%);
}

.menu a svg {
    height: 32px;
    opacity: .5;
}

.menu a:hover svg {
    opacity: .8;
    color: var(--bm-root-color);
}

.menu a span.title {
    padding-left: 1rem;
    border-left: 4px solid rgba(255, 255, 255, .1);
}

.menu a:hover span.title {
    border-color: var(--bm-root-color);
}

.menu a span.title span.info {
    color: rgba(255, 255, 255, .6);
    font-size: .7rem;
    display: block;
}

.menu a.locked, .menu a.locked:hover {
    opacity: .4;
    color: rgba(255, 255, 255, .7);
    background: rgba(0, 0, 0, .4);
}

.menu a.locked svg, .menu a.locked:hover svg {
    color: rgba(255, 255, 255, .7);
    opacity: .4;
}

.menu a.locked span.title, .menu a.locked:hover span.title {
    border-color: rgba(255, 0, 0, 1);
}

.btn-main {
    background: var(--bm-root-color) !important;
    opacity: .9;
}

.btn-main:hover {
    opacity: 1
}

.btn-main svg {
    height: 28px;
}

textarea:focus, select:focus, input:focus {
    box-shadow: none !important;
    outline: 0 none !important;
    border-color: #495057 !important;
}

textarea, input, select {
    background-color: rgba(255, 255, 255, .03) !important;
}

.nav-fixer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.nav-fixer .nav-header {
    padding: 1rem 1.5rem;
    display: flex;
    line-height: 1rem;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    background: var(--bm-main-color);

}

.nav-fixer .nav-header .icon {
    height: 16px;
    margin-right: .5rem;
}

.nav-fixer .nav-header .back {
    margin-right: 1rem;
    color: var(--bm-root-color)
}

.nav-fixer .nav-header .back svg {
    height: 30px;
}

.nav-fixer .nav-header .title {
    font-size: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.content {
    padding-top: 63px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group .form-floating input, .form-group .form-floating select, .form-group .form-floating textarea {
    border-radius: 0;
    margin-bottom: 3px;
}

.form-group .form-floating:first-child input, .form-group .form-floating:first-child select, .form-group .form-floating:first-child textarea {
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
}

.form-group .form-floating:last-child input, .form-group .form-floating:last-child select, .form-group .form-floating:last-child textarea {
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
    border-bottom-width: 1px;
}

.text-light {
    color: rgba(255, 255, 255, .5) !important;
}

.campaign {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.campaign .header {
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, .08);
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.campaign .header .badge {
    font-size: .8rem;
}

.campaign .body {
    padding: 1.5rem;
    font-size: 1rem;
}

.campaign .body .title {
    color: rgba(255, 255, 255, .5);
    font-size: .85rem
}

.campaign.ended {
    opacity: .8
}

.list-group {
    --bs-list-group-bg: rgba(0, 0, 0, 0.2) !important;
    --bs-list-group-border-color: rgba(255, 255, 255, 0.06) !important;
}

.list-group-item {
    border-radius: 0 !important;
    padding: .75rem 1.5rem !important;
    border-left: 0;
    border-right: 0;
}

.list-group-item .badge {
    font-size: .9rem;
}

.badge-active, .btn-active {
    background: var(--bs-success) !important;
}

.badge-ended, .btn-ended {
    background: var(--bs-red) !important;
}

.badge-upcoming, .btn-upcoming {
    background: var(--bs-cyan) !important;
}

.tickets {
    border: 1px solid rgba(0, 0, 0, .05);
    background: rgba(0, 0, 0, .1);
    padding: 1.5rem 0;
}

.ticket {
    padding: .3rem .5rem;
    font-size: .7rem;
    display: inline-block;
    border-radius: 3px;
    background: rgba(255, 255, 255, .05);
}

.ticket.winner {
    background: var(--bs-success);
}

.nav-link {
    color: rgba(255, 255, 255, .8)
}

.nav-link.active {
    color: var(--bm-root-color) !important;
}

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

.nav-info {
    font-size: .9rem;
    color: rgba(255, 255, 255, .7)
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 1) !important;
}

.bonus-link {
    display: block;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 1rem;
    border-radius: 6px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFF;
    cursor: pointer !important;
}

.bonus-link:after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.bonus-link:hover {
    background-color: var(--bm-root-color);
}

.bonus-link:hover:after {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#bonus {
    padding-bottom: 4rem;
    position: relative;
}

.buy-bonus {
    line-height: 3rem;
    border-bottom: 5px solid rgba(0, 0, 0, 0.15) !important;
}

.buy-bonus svg {
    width: 20px;
}

.text-main {
    color: var(--bm-root-color);
}

.text-lighter {
    color: rgba(255, 255, 255, .6)
}

.text-lighten {
    color: rgba(255, 255, 255, .4)
}

.bg-lighter {
    background-color: rgba(255, 255, 255, .05);
}

.bg-lighten {
    background-color: rgba(255, 255, 255, 1);
}

.bg-darken {
    background-color: rgba(0, 0, 0, .3);
}

.head-img {
    position: relative;
    background-color: rgba(0, 0, 0, .5);
    background-image: url('../assets/img/bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 50%
}

.head-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
}
