@font-face {
    font-family: 'TabitGame';
    font-style: normal;
    font-weight: 100;
    src: local('TabitGame'), url('https://fonts.cdnfonts.com/s/13797/VAGRON.woff') format('woff');
}

#background-tabit {
    position: fixed !important;
    object-fit: cover;
    background-size: cover !important;
    background-position: center !important;
    right: 0px !important;
    bottom: 0px !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: 100%;
    height: 100%;
    max-width: 1100% !important;
    z-index: -1;
    background: linear-gradient(180deg,
            rgba(25, 33, 52, 1) 28%,
            rgba(7, 8, 21, 1) 75%);
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 46.25%;
}

.video-element {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-logo {
    width: 300px !important;
    height: fit-content !important;
}


.modal_input_3_no_back {
    padding: 0px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    color: rgb(169, 0, 0);
    font-size: 20px;
    width: 350px;
    height: 40px;
    border: transparent;
    text-align: center;
}




.shortpool {
    width: 60px;
    padding-left: 20px;
}

.longpool {
    width: 60px;
    padding-left: 20px;
}