
html, body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

#join-telegram-button{
    max-height: 50px;
}
.download-app-icons{
    max-height: 50px;
}
/**/
fieldset {
    border: none !important;
}

main {
    flex: 1 0 auto;
}

a:-webkit-any-link, a:-moz-any-link, a:any-link {

    outline-offset: 0 !important;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
    outline-offset: 0 !important;
}

@font-face {
    font-family: Montserrat;
    src: url("../css/font/Montserrat-Regular.ttf");
}

@font-face {
    font-family: Archivo;
    src: url("../css/font/ArchivoBlack-Regular.ttf");
}
@font-face {
    font-family: SpaceMono;
    src: url("../css/font/SpaceMono-Regular.ttf");
}

.pangolin {
    font-family: pangolin-Regular, 'cursive';
}
.space-mono{
    font-family: "SpaceMono", monospace;
}
.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.archivo {
    font-family: 'Archivo', sans-serif;
}
.cover{
    background-size: cover;
}
.font-size-14px {
    font-size: 14px !important;
}

.font-size-16px {
    font-size: 16px !important;
}

.font-size-18px {
    font-size: 18px !important;
}

.font-size-20px {
    font-size: 20px !important;
}

.font-size-22px {
    font-size: 22px !important;
}

.margin-bottom-30px {
    margin-bottom: 30px !important;
}
.margin-left-10px {
    margin-left: 10px !important;
}


.home-2048-image {
    width: 80%;
    margin: 0 auto;
}

.centered-text {
    text-align: center !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.intro-text {
    line-height: 55px;
}

.bold {
    font-weight: bold !important;
}

.border-radius-5px {
    border-radius: 5px !important;
}

.border-radius-10px {
    border-radius: 10px !important;
}


#ai-player-iframe {
    overflow-y: hidden;
    overflow-x: hidden;
    border: none;
    height: 100%;
    width: 100%;
    max-width: 310px;

}

button {
    font-family: Montserrat, 'sans-serif';
}

#signup-image, #login-image {
    width: 300px;
}

select {
    background-color: transparent;
}

@media only screen and (min-width: 993px) {

    #home-intro-container, #signup-image, #login-image {

        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-0%, -50%);
    }

    .valign-desktop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 993px) {
    #ai-player-iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 320px;
    }
}

#iframe-container {
    position: relative;
    display: block;
    height: 400px;
}

.padding-20px {
    padding: 20px !important;
}

.padding-vertical-60px {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-vertical-40px {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-30px {
    padding: 30px !important;
}

.radiant-background {
    background-image: linear-gradient(120deg, rgba(80, 58, 54, .3) 0%, rgb(135, 118, 115, .6) 100%)
}

main#content {
    margin: 60px 0;
}

.tournament-background {
    /*background-image: url("../img/tour.png");*/
    background-size: contain;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;

}

#tournament-container {

}

#footer-links-container a{
    margin-left: 20px;
}

.left-0 {
    left: 0 !important;
}

.block {
    display: block !important;
    width: 100%
}

.sidenav-dropdown-header {
    position: relative;
    right: 20px;
}

.inline-block {
    display: inline-block !important;
}

.height-50px {
    height: 50px !important;
}

.button .content, .alt-button .content, .step .content, .centered-both, .statistics-circle .material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#chat-support-action-button {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-width: 120px;

}

#submit-button, .submit-button {
    width: 100%;
    float: left;
}

#playnow-button {
    margin-bottom: 20px;
}

.row .col {
}

.smoke {
    background-color: #fafafb !important;
}

.blue-glass {
    background-color: #f0eeff;
}
.bordered-input, .bordered-input:focus{
    border: 1px solid grey !important;
    outline: none;
    box-shadow: none !important;
    padding-left: 10px !important;
    margin-top: 10px;
    border-radius: 10px !important;
}

.button, .alt-button {
    position: relative !important;
    border-radius: 10px;
    text-align: center !important;
    display: grid !important;
    place-items: center !important; /* Center both vertically and horizontally */
    padding: 20px 10px !important;
    margin-left: auto;
    margin-bottom: auto;
    cursor: pointer !important;
}

.centered-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.centered-inline-block {
    display: inline-block !important;
    margin-left: auto;
    margin-right: auto;
}

.alt-border {
    border: 1px solid #877673;
}

.border {
    border: 1px solid #503a36;
}

.button {

    color: #fff !important;
    background-color: #503a36 !important;
}

.switch.default label input[type=checkbox]:checked + .lever {
    background-color: rgba(135, 118, 115, 0.8) !important;
}

.switch.default label input[type=checkbox]:checked+.lever {
    background-color: rgba(135, 118, 115, 0.8) !important;
}
.switch.default label input[type=checkbox]:checked+.lever:after {
    background-color: rgba(135, 118, 115, 0.8) !important;
}



.default-background {
    background-color: #f0f0f0;
}

.fluid-container {
    width: 100%;
    left: 0;
}

.margin-top-30px {
    margin-top: 30px;
}

.no-padding {
    padding: 0 !important;
}

.alt-background {
    background-color: rgba(135, 118, 115, 0.4);
}

.alt-button {
    border: 1px solid rgba(135, 118, 115, 0.4) !important;
    background-color: #fff;
    color: #503a36;
}

.alt-button:hover {

    background-color: #503a36 !important;
    color: #fff !important;
}

.button:hover, .app-button-background-color:hover {
    background-color: #fff !important;
    border: 1px solid rgba(135, 118, 115, 0.4) !important;
    color: #503a36 !important;
}

.edit-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;

}

.app-text {
    color: #503a36 !important;
}

.app-alt-text, a {
    color: #877673 !important;

}

.statistics-circle {

    border-radius: 100%;
    height: 40px;
    width: 40px;
    border: none;

    position: relative;
}

.balance {
    font-size: 23px;
}

.balance-container {
    font-size: 20px;
}

.app-icon {
    color: #3e2723;
}

.hidden {
    display: none;
}

.inline-block-centered {
    display: inline-block !important;
    margin-right: auto;
    margin-left: auto;
}


.font-size-13px {
    font-size: 13px !important;
}

.font-size-12px {
    font-size: 12px !important;
}
.font-size-11px {
    font-size: 11px !important;
}
.font-size-10px {
    font-size: 10px !important;
}

.font-size-18px {
    font-size: 18px !important;
}

.font-size-35px{
    font-size: 35px !important;
}

.font-size-42px{
    font-size: 42px !important;
}

header nav {
    box-shadow: none;
}

header nav img.logo {
    position: relative;
    top: 8px;
}

.divider {
    height: 1px;
    background-color: rgba(224, 224, 224, .6) !important;
}

.sidenav#header-sidenav .collapsible-header {
    padding-left: 32px !important;
}

.sidenav#header-sidenav .collapsible-body li {
    padding-left: 20px;
}

#header-sidenav .header-avatar-icon {
    position: relative;
    top: 10px;
}

.custom-collapsible-header .material-icons.right {
    font-size: 35px;
    position: absolute;
    right: 10px;
}

.header-avatar-icon {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-position: center;
    background-size: cover;
    display: inline-block;
}

.sidenav#header-sidenav .collapsible li {
    margin-top: 13px;
}

header .dropdown-content {
    margin: 20px 0 0 0;
    overflow: inherit;
}

header .dropdown-content::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(222, 222, 222, 1);
    transform: rotate(0deg);
    position: absolute;
    top: -10px;
    right: 5%;
}


* {
    text-transform: none !important;
}


.page-footer ul li {
    margin-bottom: 10px;
}

span.required, .validation-error-text {
    color: #F44336;

}

.password-strength-meter-container {
    height: 20px;
    width: 100%;
    border: 1px solid rgba(222, 222, 222, 1);
}

.password-strength-meter {
    height: 20px;
    width: 0;

}

.cursor-pointer {
    cursor: pointer !important;
}

.password-visibility {

    left: 92%;
    top: 0 !important;
}

.hidden {
    display: none !important;
}

.custom-collapsible-header .material-icons.right {
    font-size: 35px;
    position: absolute;
    right: 10px;
}


form {
    overflow-x: hidden;
}

footer.page-footer a:hover {
    text-decoration: underline !important;
    text-decoration-color: #0D47A1;
}

.no-borders {
    border-bottom: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}


.no-borders:focus, .no-borders:hover {
    border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

input.no-borders, input.no-borders:focus {
    border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

input[type=text]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #503a36;
    -webkit-box-shadow: 0 1px 0 0 #503a36;
    box-shadow: 0 1px 0 0 #503a36;
}

input[type=date] {
    text-align: left !important;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {

    border: 2px solid #503a36;
    background-color: #503a36;

}

/* The snackbar - position it at the bottom and in the middle of the screen */
.snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #503a36; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
.snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000000;
    height: 5px;
    width: 100%;
    --c: no-repeat linear-gradient(#503a36 0 0);
    background: var(--c), var(--c), #877673;
    background-size: 60% 100%;
    animation: l16 3s infinite;
}

@keyframes l16 {
    0% {
        background-position: -150% 0, -150% 0
    }
    66% {
        background-position: 250% 0, -150% 0
    }
    100% {
        background-position: 250% 0, 250% 0
    }
}

.toast {
    background-color: #503a36 !important;
}

#profile-image-background {
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 50%;
    border: 1px solid lightgray;
    background-repeat: no-repeat;
    background-position: center;
}

#profile-change-camera {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    opacity: .5;
}

.center-aligned {
    margin-left: auto !important;
    margin-right: auto !important;
}
