#bg_video {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1 !important
}

main {
    padding-top: 30px;
}

body {
    background-image: url("../images/bg.png");
    background-size: contain;
    font-family: FrizQuadrata, serif !important;
}

.items {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding-bottom: 50px;
    padding-top: 33%;
    padding-left: 15%;
    padding-right: 15%;
}

#main_container {
    min-height: 0;
}

footer {
    background-color: #0e1629;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

#snackbarSuccess {
    visibility: hidden;
    background-color: #7db81f;
    color: #fff;
    padding: 16px;
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 1;
    font-size: 17px;
}

#snackbarError {
    visibility: hidden;
    background-color: red;
    color: #fff;
    padding: 16px;
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 1;
    font-size: 17px;
}

#snackbarSuccess.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 9.5s;
    animation: fadein 0.5s, fadeout 0.5s 9.5s;
}

#snackbarError.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 9.5s;
    animation: fadein 0.5s, fadeout 0.5s 9.5s;
}

body {
    color: whitesmoke !important
}

@font-face {
    font-family: FrizQuadrata;
    src: url("../fonts/Friz Quadrata TT Regular.ttf");
}

.loggedIn_container {
    min-height: 800px;
    background-color: #131930;
    /*width: 100%;*/
    display: flex;
}

.user_content_container {
    background-color: #0f1323;
    padding: 10px;
    width: 100%;
}

#content_page_header:before {
    content: url("../images/register/header_arrow_left.png");
    padding-right: 10px;
    height: 50px;
}

#content_page_header:after {
    content: url("../images/register/header_arrow_right.png");
    padding-left: 10px;
    height: 50px;
}

#sidebar_container {
    width: 25%;
    min-height: 100%;
    background-color: #151c39;
    min-width: 280px;
}

#sidebar_coins::before {
    content: "♦  ";
    color: #33dcf4;
}

.border_bottom {
    border-bottom: solid #202c4f;
    padding-bottom: 20px;
}

#content_page_header {
    font-family: FrizQuadrata, serif !important;
    font-size: 22pt;
    color: white;
    margin: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

#account_container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1070px;
}

.light_blue {
    color: #b8c7eb !important;
}

.subtitle:before {
    content: url("../images/arrow_title.png");
    padding-right: 10px;
}

#front-page-header-video {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10;
}

.content {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: calc(100vh - 6.65rem);
    overflow: hidden;
}

@media (max-width: 1760px) {
    .items{
        padding-right: 12%;
        padding-left: 12%;
    }
}
@media (max-width: 1500px) {
    .items{
        padding-right: 10%;
        padding-left: 10%;
    }
}
