﻿* {
    margin: 0px;
    padding: 0px;
    border-radius: 0 !important;
    user-select: none;
}

:root {
    --red: #e90530;
    --dark-red: #940701;
    --gray: #afafaf;
    --light-gray: #3d3d3d;
    --dark-gray: rgb(25, 25, 25);
    --black: #141414;
    --dark-black: #0a0a0a;
    --light-black: #242424;
    --lighter-black: #202020;
    --header-bottom: #242424;
    --logo-url: url(../Images/logo.png);
    --user-info-font-size: 16px;
}

.testing {
    --red: #a90323;
    --dark-red: #560603;
    --gray: #afafaf;
    --light-gray: #3d3d3d;
    --dark-gray: rgb(25, 25, 25);
    --black: #141414;
    --dark-black: #0a0a0a;
    --light-black: #242424;
    --lighter-black: #202020;
    --header-bottom: #e2e2e2;
    --logo-url: url(../Images/logo2.png);
    --user-info-font-size: 16px;
}

.mobile {
    --user-info-font-size: 25px;
    width: 120%;
}

body {
    background-color: #212121;
    overflow-x: hidden;
}

.logo-container {
    display: flex;
    padding: 0 40px;
    margin: 10px 0;
}

.smartsoft-logo {
    background-image: var(--logo-url);
    width: 140px;
    height: 44px;
    background-repeat: no-repeat;
}

.staging .smartsoft-logo {
    width: 112px;
    background-size: 100% 100%;
}

.testing .smartsoft-logo {
    background-size: 100%;
}

.mobile .testing .smartsoft-logo {
    width: 202px;
    height: 61px;
}


.header {
    background-color: black;
    border-bottom: 1px solid var(--dark-gray);
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9999;
}


.header-left {
    display: flex;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
    z-index: 1;
    margin-right: 40px;
}

.head-language-item-container {
    position: relative;
    font-family: 'Roboto_GEO';
    font-size: 12px;
    color: #858585;
    font-weight: bold;
    text-align: right;
    box-sizing: border-box;
    line-height: 26px;
    width: 67px;
    height: 40px;
    margin-right: 13px;
    cursor: pointer;
    top: 0px;
    padding-right: 12px;
    z-index: 0;
    background-color: #151414;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px !important;
}

    .head-language-item-container.currency {
        position: relative;
        font-family: 'Roboto_GEO';
        font-size: 12px;
        color: #858585;
        font-weight: bold;
        text-align: right;
        box-sizing: border-box;
        line-height: 26px;
        width: 62px;
        height: 36px;
        margin-right: 13px;
        cursor: pointer;
        margin-top: 0px;
        top: 0px;
        padding-right: 12px;
        display: flex;
        align-items: center;
    }

        .head-language-item-container.currency::before {
            width: 0px;
            height: 0px;
        }

    .head-language-item-container:before {
        content: '';
        background: url(../Images/Common.png);
        background-position: -9px -466px;
        width: 11px;
        height: 6px;
        position: absolute;
        right: 4px;
        top: 18px;
    }

.head-language-dropdownlist {
    padding-right: 5px;
}

.head-language-item-subitem {
    width: 32px;
    height: 24px;
    /*background: url(../Images/Common.png);
    /*background-position: -280px -10px;!1!
    cursor: pointer;
    z-index: 9;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 7px 0px 0 0px;*/
}

/*
    .head-language-item-container1.ge, .head-language-item.ge a:before {
        background-position: -280px -10px;
    }

    .head-language-item-container1.zh, .head-language-item.zh a:before {
        /*background-position: -280px -10px;!1!
        background: url(../Styles/flags/flags/4x3/cn.svg);
    }

    .head-language-item-container1.vi, .head-language-item.vi a:before {
        /*background-position: -280px -10px;!1!
        background: url(../Styles/flags/flags/4x3/vi.svg);
    }*/

/*.head-language-item-subitem {
    background: url(../Styles/flags/flags/4x3/ge.svg);
}

    .head-language-item-subitem.ge, .head-language-item.ge a:before {
        background: attr(data-image-url, url);
    }

    .head-language-item-subitem.zh, .head-language-item.zh a:before {
        background: url(../Styles/flags/flags/4x3/cn.svg);
    }


    .head-language-item-subitem.vi, .head-language-item.vi a:before {
        background: url(../Styles/flags/flags/4x3/vi.svg);
    }

    .head-language-item-subitem.ru, .head-language-item.ru a:before {
        background: url(../Styles/flags/flags/4x3/ru.svg);
    }
.head-language-item-subitem.de, .head-language-item.de a:before {
    background: url(../Styles/flags/flags/4x3/de.svg);
}
.head-language-item-subitem.fr, .head-language-item.fr a:before {
    background: url(../Styles/flags/flags/4x3/fr.svg);
}
    .head-language-item-subitem.en, .head-language-item.en a:before {
        background: url(../Styles/flags/flags/4x3/gb.svg);
    }
.head-language-item-subitem.hr, .head-language-item.hr a:before {
    background: url(../Styles/flags/flags/4x3/hr.svg);
}
.head-language-item-subitem.ro, .head-language-item.ro a:before {
    background: url(../Styles/flags/flags/4x3/ro.svg);
}
.head-language-item-subitem.it, .head-language-item.it a:before {
    background: url(../Styles/flags/flags/4x3/it.svg);
}
.head-language-item-subitem.es, .head-language-item.es a:before {
    background: url(../Styles/flags/flags/4x3/es.svg);
}
.head-language-item-subitem.pt, .head-language-item.pt a:before {
    background: url(../Styles/flags/flags/4x3/pt.svg);
}
    .head-language-item-subitem.sv, .head-language-item.sv a:before {
        background: url(../Styles/flags/flags/4x3/se.svg);
    }
    .head-language-item-subitem.nl, .head-language-item.nl a:before {
        background: url(../Styles/flags/flags/4x3/nl.svg);
    }
    .head-language-item-subitem.lv, .head-language-item.lv a:before {
        background: url(../Styles/flags/flags/4x3/lv.svg);
    }
    .head-language-item-subitem.lt, .head-language-item.lt a:before {
        background: url(../Styles/flags/flags/4x3/lt.svg);
    }
    .head-language-item-subitem.et, .head-language-item.et a:before {
        background: url(../Styles/flags/flags/4x3/ee.svg);
    }*/
#UserLanguagePanel{
    background-image: url(../Styles/flags/flags/4x3/gb.svg);
    width: 32px;
    height: 24px;
    cursor: pointer;
    z-index: 9;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 0
}
    .head-language-item-subitem.en .head-language-item.en a:before {
        background: url(../Styles/flags/flags/4x3/ee.svg);
    }
.head-language-choose-sub-items {
    position: absolute;
    top: 37px;
    left: -64px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
    width: 131px;
    background: #343434;
    display: none;
    z-index: 2;
}

.currency .head-language-choose-sub-items {
    left: 0px;
}

.head-language-item {
    width: 130px;
    height: 41px;
    line-height: 41px;
    border: 1px solid #2f2f2f;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    color: #b3b3b3;
    font-family: 'crystal1';
    border-bottom: 1px solid #262626;
    font-weight: normal;
    box-sizing: border-box;
}

.currency .head-language-item {
    background: none;
}

.head-language-item label {
    cursor: pointer;
    display: block;
    text-align: left;
}

.head-language-item a {
    text-decoration: none;
    color: #b3b3b3;
    width: 100%;
    height: 100%;
    display: block;
}

.head-language-item.en:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 7px 10px;
    border-color: transparent transparent #343434 transparent;
    position: absolute;
    top: -8px;
    right: 17px;
}

.head-language-choose-sub-items {
    position: absolute;
    top: 47px;
    left: -62px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
    width: 131px;
    background: #151414;
    display: none;
    z-index: 2;
}

/*.head-language-item-container:before {
    content: '';
    background: url(../Images/Common.png);
    background-position: -9px -466px;
    width: 11px;
    height: 6px;
    position: absolute;
    right: -2px;
    top: 10px;
}*/

.head-language-item-container.active:before {
    background-position: -30px -466px;
}

.user-identity.dropdown-toggle:before {
    content: '';
    background: url(../Images/Common.png);
    background-position: -9px -466px;
    width: 11px !important;
    height: 6px;
    position: absolute;
    right: 4px;
    top: 18px;
}

.user-identity.dropdown-toggle.active:before {
    background-position: -30px -466px;
}

/*.head-language-item.ge:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 7px 10px;
    border-color: transparent transparent #343434 transparent;
    position: absolute;
    top: -8px;
    right: 17px;
}
*/
div#Panel1, div#JurisdictionPanel, div#ProviderPanel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-language-dropdownlist {
    padding-right: 5px;
}

/*.head-language-item-container.hover .head-language-dropdownlist {
}

.head-language-item-container1.ge, .head-language-item.ge a:before {
    background-position: -280px -10px;
}

.head-language-item-container1.en, .head-language-item.en a:before {
    background-position: -280px -28px;
}

.head-language-item-container1.ru, .head-language-item.ru a:before {
    background-position: -280px -46px;
}*/

.head-language-item {
    width: 130px;
    height: 41px;
    line-height: 41px;
    border: 1px solid #343434;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    color: #b3b3b3;
    font-family: 'UniBold';
    border-bottom: 1px solid #262626;
    font-weight: normal;
    box-sizing: border-box;
}

    .head-language-item a {
        text-decoration: none;
        color: #b3b3b3;
        width: 100%;
        height: 100%;
        display: block;
    }

        .head-language-item a:before {
            content: '';
            /*display: inline-block;*/
            vertical-align: top;
            width: 18px;
            height: 13px;
            background: url('../Images/Common.png');
            background-position: -280px -10px;
            margin: 14px 1px 0 12px;
        }

.currency .head-language-item a:before {
    background: none;
}

.head-language-item label {
    cursor: pointer;
    display: block;
    text-align: left;
}

.head-language-item:hover {
    background: #211f1f;
    transition: background-color .9s;
}




.user-info {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.user-balance, .user-identity, .user-jurisdiction, .user-provider {
    display: flex;
    align-items: center;
}

.user-balance, .user-jurisdiction, .user-provider {
    flex: none;
    padding-left: 25px;
    margin-left: 25px;
    border-left: 1px solid var(--light-gray);
    height: 30px;
}

.user-identity {
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

    .user-identity > .user-name {
        font-size: 13px;
        color: #fff;
        font-family: 'UniBold';
    }

        .user-identity > .user-key:hover,
        .user-identity > .user-name:hover ~ .user-key {
            color: #fff;
        }


.user-selector {
    cursor: pointer;
    height: 40px;
    display: flex;
    background: #151414;
    padding: 20px;
    font-family: 'UniBold';
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 5px !important;
    min-width: 75px;
}

    .user-selector.show {
        display: flex !important;
    }

.user-identity:before {
    content: '';
    background: url(../Images/Common.png);
    background-position: -9px -466px;
    width: 11px;
    height: 6px;
    position: absolute;
    right: 4px;
    top: 18px;
}

.user-identity > .user-key {
    display: block;
    font-size: 13px;
    color: var(--gray);
    font-family: 'UniBold';
}

.balance-text {
    font-size: 13px;
    color: white;
    font-family: 'UniBold';
    position: relative;
    margin-right: 5px;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.balance-deposit-button {
    outline: unset;
    border-width: 0;
    border-style: none;
    border-color: unset;
    border-image: unset;
    font-family: UniBold;
    width: 120px;
    background-color: #01ac2d;
    height: 40px;
    border-radius: 10px !important;
    color: #fff;
}

.balance-text.active, .user-balance, .user-jurisdiction, .balance-text:hover, .user-provider {
    color: white;
}

.balance-value {
    font-size: 15px;
    color: #e90530;
    font-family: 'UniBold';
    position: relative;
}

.header-bottom {
    background-color: black;
    border-bottom: 1px solid var(--dark-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    height: 42px;
}

    .header-bottom ul {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 0;
    }

        .header-bottom ul li {
            border-bottom: 3px solid transparent;
        }

            .header-bottom ul li:hover {
                border-bottom: 3px solid #e90530;
            }

    .header-bottom li {
        display: flex;
        margin-right: 40px;
        cursor: pointer;
        font-size: 16px;
        font-family: 'UniBold';
        color: white;
        height: 41px;
        align-items: center;
    }

.content {
    display: flex;
    max-width: 1269px;
    margin: 20px auto;
}

ul {
    margin: 0;
}

.games {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.game {
    border: 1px solid black;
    cursor: pointer;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
    display: flex;
    color: var(--dark-black);
    font-weight: bold;
}

    .game:hover {
        /*border-bottom: 3px solid var(--dark-red);
        text-decoration: none;
        color: var(--dark-black);*/
    }

    .game.box-1 {
        height: 150px;
        margin: 10px;
        flex: 0 0 250px;
        border-radius: 10px !important;
    }

    .game.box-2 {
        height: 150px;
        margin: 10px;
        flex: 0 0 520px;
    }


.mobile .game.box-1 {
    height: 550px !important;
    flex: 1 0 600px !important;
    background-size: cover !important;
}

.mobile .header-bottom ul li {
    padding: 10px 0;
    font-size: 25px;
}


.game-name {
    color: white;
    background-color: black;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9px !important;
}

.game:hover .game-name {
    height: 30px;
    background-color: rgba(0, 0, 0, 1);
    opacity: 1;
}

.users {
    background-color: var(--black);
    max-height: 20vh;
    overflow-y: auto;
    left: inherit;
    top: inherit;
}

    .users input {
        width: 100%;
        height: 100%;
        background-color: var(--red);
        border: 0;
    }

        .users input:hover {
            width: 100%;
            height: 100%;
            background-color: var(--dark-red);
        }

    .users a:hover {
        background-color: var(--dark-black);
    }

.game-category.active {
    border-bottom: 3px solid #e90530;
}


#style-5::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb {
    background-color: var(--dark-black);
}


.force-overflow {
    min-height: 450px;
}


.game-categories {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 9000;
    margin-top: 360px;
    background: rgba(33, 33, 33, 0.8);
    border-radius: 10px !important;
    min-height: 300px;
}

.game-frame {
    width: 1239px;
    height: 825px;
    border: none;
    display: none;
}

.mobile .game-box-link {
    height: 360px !important;
    width: 985px !important;
}

.fullscreen-game-frame {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    display: none;
    z-index: 10;
}

.user-info-container {
    display: flex;
    height: calc(100vh - 85px);
    align-items: center;
    justify-content: center;
}

.user-info-div {
    display: flex;
    flex: 0 0 500px;
    border: 2px solid red;
    margin: 0 auto;
    height: 500px;
}




.user-login, .create-user {
    display: flex;
    flex: 0 0 500px;
    border: 2px solid yellow;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.create-user {
    display: none;
}

    .user-login input,
    .create-user input {
        width: 400px;
        display: flex;
        flex: 0 0 40px;
    }

.error {
    border: 2px solid rgb(140, 14, 14);
}

.create-user {
    flex: 0 0 500px;
    border: 2px solid blue;
}

.input-header {
    color: #ffffff;
}


.panel-login {
    border-color: #242424;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

    .panel-login > .panel-heading {
        color: #00415d;
        background-color: #242424;
        border-color: #191919;
        text-align: center;
        padding-bottom: 0px;
        padding-top: 15px;
    }

    .panel-login > .panel-body {
        background-color: #242424;
        padding: 15px;
        padding-bottom: 0px;
    }

    .panel-login input:not([type="submit"]) {
        background-color: #ddd;
    }

    .panel-login > .panel-heading a {
        text-decoration: none;
        color: #666;
        font-weight: bold;
        font-size: 15px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

        .panel-login > .panel-heading a.active {
            color: #029f5b;
            font-size: 18px;
        }

    .panel-login > .panel-heading hr {
        margin-top: 10px;
        margin-bottom: 0px;
        clear: both;
        border: 0;
        height: 1px;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
        background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    }

    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .panel-login input:hover,
    .panel-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }

.btn-login {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    border-color: #1CB94A;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: #1CA347;
        border-color: #1CA347;
    }

.forgot-password {
    text-decoration: underline;
    color: #888;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: underline;
        color: #666;
    }

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}

    .btn-register:hover,
    .btn-register:focus {
        color: #fff;
        background-color: #1CA347;
        border-color: #1CA347;
    }

.display-none {
    display: none;
}

.fill-balance-popup {
    width: 75%;
    height: 320px;
    position: fixed;
    left: 50%;
    margin-left: -37.5%;
    top: 200px;
}

#BalancePopup {
    position: absolute;
    border: none;
    /* left: -323px; */
    top: 31px;
    z-index: 187;
    width: 340px;
    height: 500px;
    display: none;
    right: 280px;
}

#balancepopup-iframe {
    position: relative;
    top: 0px;
    border: none;
}

.balance-popup-button {
    /*position: relative;
    left: 4px;
    height: 24px;
    line-height: 11px;*/
}

.choose-currency-dropdown-container, .choose-jurisdiction-dropdown-container, .choose-provider-dropdown-container {
    position: relative;
    font-family: 'UniNeue-Bold';
    font-size: 12px;
    color: #858585;
    font-weight: bold;
    text-align: right;
    box-sizing: border-box;
    line-height: 26px;
    width: 100%;
    height: 36px;
    cursor: pointer;
    margin-top: 13px;
    top: 0px;
    padding-right: 12px;
    z-index: 0;
}

    .choose-currency-dropdown-container:before, .choose-jurisdiction-dropdown-container:before, .choose-provider-dropdown-container:before {
        content: '';
        background: url(../Images/Common.png);
        background-position: -9px -466px;
        width: 11px;
        height: 6px;
        position: absolute;
        right: -5px;
        top: 10px;
    }

    .choose-currency-dropdown-container.active:before, .choose-jurisdiction-dropdown-container.active:before, .choose-provider-dropdown-container.active:before {
        background-position: -30px -466px;
    }

.choose-currency-dropdown-list, .choose-jurisdiction-dropdown-list, .choose-provider-dropdown-list {
    position: absolute;
    top: 37px;
    left: -14px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
    width: 80px;
    background: #151414;
    display: none;
    z-index: 2;
}

.choose-currency-item, .choose-jurisdiction-item, .choose-provider-item {
    width: 80px;
    height: 41px;
    line-height: 41px;
    border: 1px solid #343434;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    color: #b3b3b3;
    font-family: 'UniBold';
    border-bottom: 1px solid #262626;
    font-weight: normal;
    box-sizing: border-box;
    text-align: center;
}

    .choose-currency-item:hover, .choose-jurisdiction-item:hover, .choose-provider-item:hover {
        background: #211f1f;
        transition: background-color .9s;
    }

    .choose-currency-item:nth-child(1):after, .choose-jurisdiction-item:nth-child(1):after, .choose-provider-item:nth-child(1):after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 7px 10px;
        border-color: transparent transparent #343434 transparent;
        position: absolute;
        top: -8px;
        right: 17px;
    }

#CurrencyExchange {
    background-image: url(../Images/currency-exchange.png);
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
}

.head-currency-dropdown, .head-jurisdiction-dropdown, .head-provider-dropdown {
    display: flex;
    font-size: 13px;
}

#CurrencyChoosePanel, #JurisdictionPanel, #ProviderPanel {
    margin-right: 12px;
    background: #151414;
    padding: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 5px !important;
}

#CurrencyExchangeText, #JurisdictionExchangeText, #ProviderExchangeText {
    color: white;
    font-family: unibold;
    font-size: 14px;
}

.fb_iframe_widget {
    margin-left: 27.5%;
    margin-top: 10px;
}

.balance-main-container {
    background: #151414;
    border-radius: 5px !important;
    display: flex;
    flex-direction: column;
    height: 40px;
    align-items: center;
    justify-content: space-around;
}

.balance-child-container {
    padding: 10px;
}

.balance-deposit-button:hover {
    background-color: #066e06;
    transition: background-color .9s;
}

#FillBalanceModal .modal-content {
    background-color: #151414;
}

#FillBalanceModal h4#myModalLabel {
    color: white;
    font-family: unibold;
}

.modal-header {
    border-bottom: 0px !important;
}

#FillBalanceModal button.close {
    color: white;
}

.user-logout {
    position: absolute;
    margin-top: 80px;
    right: 2px;
}

.button-logout {
    width: 70px;
    height: 40px;
    border: 0;
    border-radius: 10px !important;
    background-color: #e90530;
    color: white;
    font-family: "UniBold";
    outline: unset;
}

    .button-logout:hover {
        transition: background-color .9s, color .9s;
        background-color: #a20404;
    }

.game:hover .game-name {
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .4) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.game:hover .play-game-button {
    display: flex !important;
    background-color: #e90530;
    width: 100px;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-radius: 3px !important;
}

.game:hover .game-name-play {
    display: block !important
}

.game {
    font-family: "UniBold" !important;
    border-radius: 13px !important;
}

.game-name-play {
    font-size: 15px;
}

a.game-box-link {
    border: 3px solid #242323;
    border-radius: 11px !important;
}

.login-modal-body {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #000;
    width: 100%;
    margin-top: 20px;
    border-radius: 4px
}

.login-modal-footer {
    display: flex;
    justify-content: center
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.login-input {
    width: 60%;
    min-width: 250px;
    margin-top: 20px
}

#LoginButton {
    width: 250px;
    font-family: UniBold;
    background-color: #e90530;
    height: 40px;
    border-radius: 30px !important;
    color: #fff;
    outline: 0;
    border: unset;
    margin-top: 15px;
}

    #LoginButton:hover {
        transition: background-color .9s, color .9s;
        background-color: #a20404
    }

.register-btn {
    width: 250px;
    font-family: UniBold;
    background-color: #e90530;
    height: 40px;
    border-radius: 30px;
    color: #fff;
    outline: 0;
    border: unset;
    margin-bottom: 10px
}

    .register-btn:hover {
        transition: background-color .9s, color .9s;
        background-color: #a20404
    }

.or-title {
    font-family: UniBold;
    color: #fff
}

.fb_iframe_widget {
    margin: auto;
    margin-bottom: 20px;
}

.login-header {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    border-bottom: 1px solid #171717
}

#Login {
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: UniBold;
    align-items: center;
    height: 100%;
    color: #fff
}

#Register {
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-family: UniBold;
    align-items: center;
    height: 100%;
    color: #fff;
    border-left: 1px solid #171717;
    cursor: pointer;
    margin-left: 150px
}

    #Register:hover {
        background-color: #141414;
        transition: background-color .9s, color .9s
    }

.user-name-text {
    width: 300px
}

#RegisterModal .modal-content {
    background-color: #000;
    border: unset;
    font-family: UniBold
}

#RegisterModal .modal-footer {
    background-color: #000;
    border: unset;
    font-family: UniBold;
    display: flex;
    justify-content: center
}



#RegisterModal .modal-body {
    background-color: #000;
    border: unset;
    font-family: UniBold
}

#RegisterModal .modal-header {
    background-color: #000;
    border: unset;
    font-family: UniBold;
    color: #fff;
    display: flex;
    justify-content: center
}

.register-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000
}

#RegisterModal {
    z-index: 9999
}

    #RegisterModal .modal-header .close {
        color: #fff
    }

#UsernameBox {
    border-radius: 5px !important;
}

.user-name-text {
    border-radius: 5px !important;
}

button.register-btn {
    border-radius: 5px !important;
}

h6.register-inputs-title {
    font-size: 15px;
    font-family: "UniBold" !important;
}

#RegisterModal .modal-header {
    justify-content: flex-start !important;
}

#staticBackdropLabel {
    margin-left: 10px;
    font-size: 20px;
}

#RegisterModal .close {
    position: absolute;
    right: 20px;
}

.deposit-alert {
    position: absolute !important;
    width: 100%;
}

#ErrorLabel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: red;
    font-family: "unibold";
}

    #ErrorLabel:before {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../Images/Warning.png);
        background-size: 100% 100%;
    }

div#FillBalanceModal {
    z-index: 9999;
}

.footer-child-container {
    width: 100%;
    height: 80px;
    background-color: black;
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #191919;
}

.footer-main-container {
    width: 100%;
    background-color: black;
    position: relative;
    bottom: 0;
    overflow: hidden;
}

.itech-certificate-icon {
    width: 93px;
    height: 37px;
    background: url(../Images/itech-black.png);
    background-size: 100% 100%;
}

    .itech-certificate-icon:hover {
        transform: scale(1.05);
        transition: transform .9s, color .9s;
    }

.contact-us-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-media-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


.plus-eighteen-restiction {
    width: 38px;
    height: 37px;
    background-image: url(../Images/plus-eighteen.png);
    background-size: 100% 100%;
    margin-left: 20px;
}

.social-media-icon {
    width: 64px;
    height: 64px;
    cursor: pointer;
    transition: background-color .9s, color .9s;
    margin-left: 10px;
    margin-right: 10px;
}

.facebook {
    background: url(../Images/facebook.png);
    background-size: 100% 100%;
    background-color: #e90530;
    border-radius: 10px !important;
    width: 32px;
    height: 32px;
}

    .facebook:hover {
        background-color: #1877f2;
    }

.youtube {
    background: url(../Images/youtube.png);
    background-size: 100% 100%;
    background-color: #e90530;
    border-radius: 10px !important;
    width: 32px;
    height: 32px;
}

    .youtube:hover {
        background-color: #f00;
    }

.linkedin {
    background: url(../Images/linkedin.png);
    background-size: 100% 100%;
    background-color: #e90530;
    border-radius: 10px !important;
    width: 32px;
    height: 32px;
}

    .linkedin:hover {
        background-color: #0073b1;
    }



.contact-us-form {
    display: flex;
    flex-direction: column;
    font-family: "UniBold";
    font-size: 12px;
    margin-right: 10px;
}

.random-generator-icon {
    position: relative;
    display: flex;
    justify-content: center;
    width: 97px;
    margin-left: 12%;
}

#ContactUs {
    width: 100%;
    bottom: 0;
}

.contact-form {
    width: 500px;
    height: 300px;
    background-color: grey;
}

.contact-us-link {
    text-decoration: none !important;
    color: white;
    font-family: "UniBold";
    font-size: 20px !important;
}

    .contact-us-link:hover {
        color: #e90530;
        transition: color .9s;
    }

    .contact-us-link:active {
        color: #e90530;
    }

    .contact-us-link:focus {
        color: #e90530;
    }

    .contact-us-link:after {
        content: "";
        width: 1px;
        height: 30px;
        border: 1px solid #3d3d3d;
        margin-left: 20px;
    }

.g-sign-in-button {
    margin-bottom: 20px;
    display: inline-block;
    width: 250px;
    height: 40px;
    background-color: #4285f4;
    color: #fff;
    border-radius: 1px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    border-radius: 50px !important;
}

    .g-sign-in-button:hover {
        cursor: pointer;
        -webkit-box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3);
        box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3);
    }

    .g-sign-in-button:active {
        background-color: #3367D6;
        transition: background-color 0.2s;
    }

    .g-sign-in-button .content-wrapper {
        height: 100%;
        width: 100%;
        border: 1px solid transparent;
    }

    .g-sign-in-button img {
        width: 18px;
        height: 18px;
    }

    .g-sign-in-button .logo-wrapper {
        padding-left: 13px;
        padding-top: 9px;
        background: #fff;
        width: 44px;
        height: 100%;
        border-radius: 1px;
        display: inline-block;
        border-radius: 30px !important;
    }

    .g-sign-in-button .text-container {
        font-family: Roboto, arial, sans-serif;
        font-weight: 500;
        letter-spacing: .21px;
        font-size: 16px;
        line-height: 38px;
        vertical-align: top;
        border: none;
        display: inline-block;
        text-align: center;
        width: 180px;
    }

.menu-item {
    text-decoration: none !important;
}

.gift-link {
    display: flex;
    margin-right: 40px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'UniBold';
    color: white;
    height: 41px;
    align-items: center;
    cursor: pointer;
}

    .gift-link:hover {
        text-decoration: none !important;
        color: #e90530 !important;
        transition: color .9s;
    }

    .gift-link:focus {
        text-decoration: none !important;
        color: white !important;
    }

    .gift-link:before {
        content: '\e817';
        font-family: 'active-menu';
        font-size: 24px;
        color: #e90530;
        margin-right: 4px;
        width: 31px;
        text-align: center;
        margin-top: -4px;
    }

#MessengerContainer {
    position: fixed;
    right: 10px;
    top: 80%;
    z-index: 9999;
}

iframe#MessengerIframe {
    bottom: 30px;
    position: fixed;
    right: 10px;
    border: 0;
}

#ShowMessenger {
    width: 70px;
    height: 70px;
    position: relative;
    border: 0;
    outline: 0;
    background: black;
    border-radius: 44px !important;
    margin-right: 24px;
}

    #ShowMessenger:after {
        content: '\e811';
        font-family: active-menu;
        font-size: 40px;
        top: 11px;
        color: #e90530;
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }

@media screen and (max-width: 320px) and (orientation: portrait) {
    .login-modal-body {
        width: 100%
    }
}

@media screen and (max-width: 1200px) and (orientation: portrait) {
    .login-modal-body {
        width: 100%
    }

    .content {
        max-width: 955px;
    }
}

@media screen and (max-width: 1300px) {
    .content {
        max-width: 955px;
    }
}

@media screen and (min-width: 700px) {
    .login-container {
        width: 700px
    }

    .login-modal-body {
        width: 100%
    }
}
