.text_holder_list_games {
    width: 100%;
    height: 100%;
}

.text_holder_account {
    width: 100%;
    height: 100%;
}

.app_wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;


}

.show_desktop{
    display: none !important;
}



.HEART_bg {
    background-color: #FFF;
    color: #000;
}

.BODY_bg {
    background-color: #fff;
    color: #000;
}

.SOUL_bg {
    background-color: #fff;
    color: #000;
}

.MIND_bg {
    background-color: #fff;
    color: #000;
}

.HEART {
    background-image: url(team/HEART.jpg);
    background-size: 100% 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ef373f;
}

.BODY {
    background-image: url(team/BODY.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fdb815;
}

.MIND {
    background-image: url(team/MIND.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2e3192;
}

.SOUL {
    background-image: url(team/SOUL.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.hidden {
    display: none !important;
}

.active_menu_button {
    background-color: #F44336;
}

.blue_button {
    background-color: #2196F3 !important;
    border: 2px solid #2196F3 !important;
}

.game_details {
    /* width: 100%; */
    height: 100%;
}

.game_category {
    width: 100%;
    text-align: center;
    float: left;
}

.category_name {
    width: 100%;

}

.category_games {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.game_name {
    /* width: 100%; */
    /* text-align: left; */
}

.game_description {
    width: 100%;
    text-align: left;
}

.game_action_buttons {
    width: 100%;
}

.game_action_button {
    width: 100%;
}

.game_action_button_choose {
    width: 100%;

}

.btn-choose-game {
    width: 40%;

}


.bottom_menu {
    position: fixed;
    bottom: 0;
}





@media (min-width: 1025px) {

    .show_desktop {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .category_games {
        width: 43%;
        margin: 2%;
        float: left;
    }

    .text_holder_list_games {
        background-image: url(bg2/desktop.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .text_holder_account {
        background-image: url(bg2/desktop.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .app_wrapper {
        width: 80%;
        /* padding-top: 20%; */
        height: 100%;
        overflow-y: scroll;
        float: right;
        /* padding-bottom: 100px; */
        background-color: #ECEFF1;
        /* overflow-x: hidden; */
    }

    .game_details {
        /* background-color: grey !important; */
        /* border: 1px solid black !important; */
        /* border-radius: 5px !important; */
        padding: 8px !important;
        margin-top: 70px;
    }


    .game_category {
        width: 25%;
        height: 150px;
        margin: 2.5%;
        float: left;
        border: 0px solid;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #00C853;
        margin-bottom: 20px;
    }

    .category_name {
        font-size: 15px;
        font-weight: bold;
        height: 50%;
    }

    .category_games {
        padding: 8px !important;
        background-color: #fff;
        border: 1px solid #00C853 !important;
        margin-top: 20px ! important;
        min-height: 60px;
    }

    .game_name {
        font-size: 15px;
        font-weight: bold;
        height: 60px;
        width: 70%;
        display: flex;
        float: left;
        align-items: center;
    }

    .game_description {
        font-size: 12px;
    }

    .game_action_buttons {
        width: 30%;
        /* margin-top: 20px; */
        float: left;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-choose-game {
        width: 100%;
        font-size: 15px;
    }

    .game_selection_status {
        width: 90%;
        /* float: left; */
        margin-left: auto;
        margin-right: auto;
        height: 20px;
        display: none;
        margin-top: 5px;
        color: #1565C0;
        font-style: italic;
        margin-bottom: 5px;
        font-size: 11px;
    }

    .game_action_button_choose {
        width: 90%;
        margin-left: auto;
        /* float: left; */
        margin-right: auto;
    }

    .user_card {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #00C853;
        height: 100px;
    }

    .user_info {
        width: 100%;

    }

    .staff_name {
        width: 100%;
        /* padding: 8px; */
        font-size: 18px;
        font-weight: bold;
    }

    .staff_ek {
        width: 100%;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
    }

    .staff_block_full {
        width: 100%;
        height: 40px;
        text-align: center;
    }

    .staff_block {
        width: 33.33%;
        /* margin-left: 3.3%; */
        float: left;
        height: 60px;
        /* background-color: red; */
        text-align: center;
    }

    .block_title {
        background-color: #00C853;
        font-size: 12px;
        height: 20px;
        /* font-weight: 600; */
    }

    .btn-add-games {
        width: 40%;
        margin: 1%;
        border: 2px solid #00E676;
        border-radius: 5px;
        color: #fff;
        background-color: #00E676;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .games_alert {
        width: 90%;
        padding: 10px;
        background-color: #42A5F5;
        border-radius: 5px;
        margin-left: auto;
        border: 0px solid #fff;
        text-align: center;
        color: #fff;
        margin-right: auto;
        margin-top: 20px;
    }

    .flexit {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flexit-left {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-remove-game {
        background-color: #FF5252;
        border: 2px solid #D32F2F;
        color: #fff;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
        width: 100%;
    }

    .btn-choose-game {
        width: 100%;
        background-color: #00E676;
        border: 2px solid #fff;
        height: 40px;
        color: #fff;
        border-radius: 5px;
    }

    .action_button {
        width: 100%;
        text-align: center;
    }

    .bottom_menu {
        width: 20%;
        height: 100% !important;
        background-color: #00C853;
    }

    .menu_button {
        width: 100%;
        padding: 0;
        margin-left: 0;
        text-decoration: none;
        font-size: 20px;
        height: 10%;
        font-weight: bold;
        border-collapse: collapse;
        color: #fff;
        text-align: left;
        float: left !important;
        outline: 1px solid #fff;
    }

    .games_count {
        font-size: 15px;
        font-weight: bold;
    }

    .block_content {
        font-size: 14px;
        font-weight: bold;
        display: flex;
        height: 40px;
        /* color: #fff; */
        justify-content: center;
        /* align-items: center; */
    }


    .bottom_menu {
        position: fixed;
        left: 0;
    }

    .category_title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        height: 50px;
        background-color: #00C853;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        /* text-decoration: underline; */
        /* background-color: #ECEFF1; */
    }

    .my_games {
        /* display: inline-block; */
        margin-left: auto;
        width: 80%;
        margin-right: auto;
    }

    .welcome {
        width: 100%;
        padding-top: 1%;
        /* padding-left: 10px; */
    }

    .welcome_name {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: left;
        /* padding-left: 10px; */
        font-size: 20px;
        align-items: center;
        font-weight: bold;
    }

    .welcome_team {
        width: 100%;
    }

    .welcome_games {
        width: 100%;
        height: 40px;
        /* justify-content: left; */
        /* align-items: center; */
        /* display: flex; */
        /* padding-left: 10px; */
        /* font-weight: bold; */
        font-size: 20px;
    }

    .welcome_team {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: left;
        align-items: center;
        font-size: 20px;
        padding-left: 10px;
        /* font-weight: bold; */
    }

    .home_span {
        padding-left: 4px !important;
        padding-right: 4px !important;
        /* font-style: italic; */
        font-size: 25px;
        font-weight: bold;
    }



    .info-bar {
        width: 40%;
        height: auto;
        margin-left: auto;
        padding: 10px;
        border: 2px solid #2196F3;
        background: #E1F5FE;
        border-radius: 5px;
        margin-right: auto;
    }

    .btn-lock-games {
        width: 40%;
        margin: 1%;
        border: 2px solid #2196F3;
        border-radius: 5px;
        color: #fff;
        background-color: #2196F3;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .home_dashboard {
        width: 80%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        /* display: inline-block; */
    }

    .dashboard_top_details {
        /* min-height: 80px; */
        /* height: 100%; */
    }

    .dashboard_element {
        border: 1px solid #00C853;
        height: 200px;
        border-radius: 5px;
    }

    .half_width {

width: 30%;

margin: 1%;

float: left;

}

    .full_width {
        width: 100%;
        float: left;
        border: 1px solid #00C853;
        /* margin-left: 2.5%; */
        border-radius: 5px;
        padding: 4px;
    }

    .dashboard_title {
        width: 100%;
        height: 20%;
        font-size: 14px;
        text-align: center;
        display: flex;
        background-color: #00C853;
        color: #fff;
        font-weight: bold;
        justify-content: center;
        align-items: center;
    }

    .dashboard_button {
        width: 100%;
        height: 80%;
        cursor: pointer;
        border: 0px;
        background-color: transparent;
    }

    .dashboard_number {
        width: 50px;
        height: 50px;
        font-size: 50px !important;
        font-weight: bold;
    }

    .info_element {
        width: 100%;
        height: 20px;
        font-size: 12px;
    }

    .info_number {
        color: red;
        font-size: 14px;
        font-weight: bold;
        text-decoration: underline;
    }

    .lock_in_div {
        margin-top: 10px;
    }

    .welcome_rules {
        width: 100%;
        height: 100%;
    }




}

@media (min-width: 768px) and (max-width: 1024px) {
    .text_holder_list_games {
        background-image: url(bg2/768.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .text_holder_account {
        background-image: url(bg2/768.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .app_wrapper {
        width: 100%;
        /* padding-top: 20%; */
        height: calc(100% - 50px) !important;
        overflow-y: scroll;
        padding-bottom: 100px;
        background-color: #ECEFF1;
        /* overflow-x: hidden; */
    }

    .game_details {
        /* background-color: grey !important; */
        /* border: 1px solid black !important; */
        /* border-radius: 5px !important; */
        padding: 8px !important;
        margin-top: 70px;
    }

    .game_category {
        width: 45%;
        height: 100px;
        margin: 2.5%;
        float: left;
        border: 0px solid;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #00C853;
        margin-bottom: 20px;
    }

    .category_name {
        font-size: 15px;
        /* font-weight: bold; */
        height: 50%;
    }

    .category_games {
        padding: 8px !important;
        background-color: #fff;
        border: 1px solid #00C853 !important;
        margin-top: 20px ! important;
        min-height: 60px;
        /* float: left; */
        /* width: 48%; */
    }

    .game_name {
        font-size: 15px;
        font-weight: bold;
        height: 60px;
        width: 70%;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .game_description {
        font-size: 12px;
        display: none;
    }

    .game_action_buttons {
        width: 30%;
        /* margin-top: 20px; */
        height: 60px;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-choose-game {
        width: 100%;
        font-size: 15px;
    }

    .game_selection_status {
        width: 90%;
        /* float: left; */
        margin-left: auto;
        margin-right: auto;
        height: 20px;
        margin-top: 5px;
        color: #1565C0;
        display: none;
        font-style: italic;
        margin-bottom: 5px;
        font-size: 11px;
    }

    .game_action_button_choose {
        width: 90%;
        margin-left: auto;
        /* float: left; */
        margin-right: auto;
    }

    .user_card {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #00C853;
        height: 100px;
    }

    .user_info {
        width: 100%;

    }

    .staff_name {
        width: 100%;
        /* padding: 8px; */
        font-size: 18px;
        font-weight: bold;
    }

    .staff_ek {
        width: 100%;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
    }

    .staff_block_full {
        width: 100%;
        height: 40px;
        text-align: center;
    }

    .staff_block {
        width: 33.33%;
        /* margin-left: 3.3%; */
        float: left;
        height: 60px;
        /* background-color: red; */
        text-align: center;
    }

    .block_title {
        background-color: #00C853;
        font-size: 12px;
        height: 20px;
        /* font-weight: 600; */
    }

    .btn-add-games {
        width: 90%;
        margin: 10%;
        border: 2px solid #00E676;
        border-radius: 5px;
        color: #fff;
        background-color: #00E676;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .games_alert {
        width: 90%;
        padding: 10px;
        background-color: #42A5F5;
        border-radius: 5px;
        margin-left: auto;
        border: 0px solid #fff;
        text-align: center;
        color: #fff;
        margin-right: auto;
        margin-top: 20px;
    }

    .flexit {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-remove-game {
        background-color: #FF5252;
        border: 2px solid #D32F2F;
        color: #fff;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
        width: 100%;
    }

    .btn-choose-game {
        width: 100%;
        background-color: #00E676;
        border: 2px solid #fff;
        height: 40px;
        color: #fff;
        border-radius: 5px;
    }

    .action_button {
        width: 100%;
        text-align: center;
    }

    .bottom_menu {
        width: 100%;
        height: 50px !important;
        background-color: #00C853;
    }

    .menu_button {
        width: 25% !important;
        padding: 0;
        margin-left: 0;
        text-decoration: none;
        font-size: 11px;
        height: 100%;
        font-weight: bold;
        border-collapse: collapse;
        color: #fff;
        text-align: center;
        float: left !important;
        outline: 1px solid #fff;
    }

    .games_count {
        font-size: 15px;
        font-weight: bold;
    }

    .block_content {
        font-size: 14px;
        font-weight: bold;
        display: flex;
        height: 40px;
        /* color: #fff; */
        justify-content: center;
        /* align-items: center; */
    }


    .bottom_menu {
        position: fixed;
        bottom: 0;
    }

    .category_title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        height: 30px;
        background-color: #00C853;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        /* text-decoration: underline; */
        /* background-color: #ECEFF1; */
    }

    .my_games {
        display: inline-block;
        width: 100%;
    }

    .welcome {
        width: 100%;
        padding-top: 5%;
        /* padding-left: 10px; */
    }

    .welcome_name {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: left;
        /* padding-left: 10px; */
        font-size: 20px;
        align-items: center;
        font-weight: bold;
    }

    .welcome_team {
        width: 100%;
    }

    .welcome_games {
        width: 100%;
        height: 40px;
        /* justify-content: left; */
        /* align-items: center; */
        /* display: flex; */
        /* padding-left: 10px; */
        /* font-weight: bold; */
        font-size: 20px;
    }

    .welcome_team {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: left;
        align-items: center;
        font-size: 20px;
        padding-left: 10px;
        /* font-weight: bold; */
    }

    .home_span {
        padding-left: 4px !important;
        padding-right: 4px !important;
        /* font-style: italic; */
        font-size: 25px;
        font-weight: bold;
    }



    .info-bar {
        width: 80%;
        height: auto;
        margin-left: auto;
        padding: 10px;
        border: 2px solid #2196F3;
        background: #E1F5FE;
        border-radius: 5px;
        margin-right: auto;
    }

    .btn-lock-games {
        width: 90%;
        margin: 10%;
        border: 2px solid #2196F3;
        border-radius: 5px;
        color: #fff;
        background-color: #2196F3;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .home_dashboard {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .dashboard_top_details {
        min-height: 80px;
        /* height: 100%; */
    }

    .dashboard_element {
        border: 1px solid #00C853;
        height: 250px;
        border-radius: 5px;
    }

    .half_width {

width: 28%;

margin: 2%;

float: left;

}

    .full_width {
        width: 90%;
        float: left;
        border: 1px solid #00C853;
        margin-left: 2.5%;
        border-radius: 5px;
        padding: 10px;
    }

    .dashboard_title {
        width: 100%;
        height: 20%;
        font-size: 14px;
        text-align: center;
        display: flex;
        background-color: #00C853;
        color: #fff;
        font-weight: bold;
        justify-content: center;
        align-items: center;
    }

    .dashboard_button {
        width: 100%;
        height: 80%;
        border: 0px;
        background-color: transparent;
    }

    .dashboard_number {
        width: 50px;
        height: 50px;
        font-size: 50px !important;
        font-weight: bold;
    }

    .info_element {
        width: 100%;
        height: 20px;
        font-size: 12px;
    }

    .info_number {
        color: red;
        font-size: 14px;
        font-weight: bold;
        text-decoration: underline;
    }

    .lock_in_div {
        margin-top: 10px;
    }

    .welcome_rules {
        width: 100%;
        height: 100%;
    }




}

@media (min-width: 481px) and (max-width: 767px) {
    .text_holder_list_games {
        background-image: url(bg2/768.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .text_holder_account {
        background-image: url(bg2/768.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .app_wrapper {
        width: 100%;
        /* padding-top: 20%; */
        height: calc(100% - 50px) !important;
        overflow-y: scroll;
        padding-bottom: 100px;
        background-color: #ECEFF1;
        /* overflow-x: hidden; */
    }

    .game_details {
        /* background-color: grey !important; */
        /* border: 1px solid black !important; */
        /* border-radius: 5px !important; */
        padding: 8px !important;
        margin-top: 70px;
    }

    
    .game_category {
        width: 45%;
        height: 100px;
        margin: 2.5%;
        float: left;
        border: 0px solid;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #00C853;
        margin-bottom: 20px;
    }

    .category_name {
        font-size: 15px;
        /* font-weight: bold; */
        height: 50%;
    }

    .category_games {
        padding: 8px !important;
        background-color: #fff;
        border: 1px solid #00C853 !important;
        margin-top: 20px ! important;
        min-height: 60px;
    }

    .game_name {
        font-size: 15px;
        font-weight: bold;
        height: 60px;
        display: flex;
        float: left;
        width: 70%;
        align-items: center;
        justify-content: center;
    }

    .game_description {
        font-size: 12px;
        display: none;
    }

    .game_action_buttons {
        width: 100%;
        /* margin-top: 20px; */
        width: 30%;
        float: left;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-choose-game {
        width: 100%;
        font-size: 15px;
    }

    .game_selection_status {
        width: 90%;
        /* float: left; */
        margin-left: auto;
        margin-right: auto;
        height: 20px;
        margin-top: 5px;
        color: #1565C0;
        font-style: italic;
        margin-bottom: 5px;
        display: none;
        font-size: 11px;
    }

    .game_action_button_choose {
        width: 90%;
        margin-left: auto;
        /* float: left; */
        margin-right: auto;
    }

    .user_card {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #00C853;
        height: 100px;
    }

    .user_info {
        width: 100%;

    }

    .staff_name {
        width: 100%;
        /* padding: 8px; */
        font-size: 18px;
        font-weight: bold;
    }

    .staff_ek {
        width: 100%;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
    }

    .staff_block_full {
        width: 100%;
        height: 40px;
        text-align: center;
    }

    .staff_block {
        width: 33.33%;
        /* margin-left: 3.3%; */
        float: left;
        height: 60px;
        /* background-color: red; */
        text-align: center;
    }

    .block_title {
        background-color: #00C853;
        font-size: 12px;
        height: 20px;
        /* font-weight: 600; */
    }

    .btn-add-games {
        width: 90%;
        margin: 10%;
        border: 2px solid #00E676;
        border-radius: 5px;
        color: #fff;
        background-color: #00E676;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .games_alert {
        width: 90%;
        padding: 10px;
        background-color: #42A5F5;
        border-radius: 5px;
        margin-left: auto;
        border: 0px solid #fff;
        text-align: center;
        color: #fff;
        margin-right: auto;
        margin-top: 20px;
    }

    .flexit {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-remove-game {
        background-color: #FF5252;
        border: 2px solid #D32F2F;
        color: #fff;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
        width: 100%;
    }

    .btn-choose-game {
        width: 100%;
        background-color: #00E676;
        border: 2px solid #fff;
        height: 40px;
        color: #fff;
        border-radius: 5px;
    }

    .action_button {
        width: 100%;
        text-align: center;
    }

    .bottom_menu {
        width: 100%;
        height: 50px !important;
        background-color: #00C853;
    }

    .menu_button {
        width: 25% !important;
        padding: 0;
        margin-left: 0;
        text-decoration: none;
        font-size: 11px;
        height: 100%;
        font-weight: bold;
        border-collapse: collapse;
        color: #fff;
        text-align: center;
        float: left !important;
        outline: 1px solid #fff;
    }

    .games_count {
        font-size: 15px;
        font-weight: bold;
    }

    .block_content {
        font-size: 14px;
        font-weight: bold;
        display: flex;
        height: 40px;
        /* color: #fff; */
        justify-content: center;
        /* align-items: center; */
    }


    .bottom_menu {
        position: fixed;
        bottom: 0;
    }

    .category_title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        height: 30px;
        background-color: #00C853;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        /* text-decoration: underline; */
        /* background-color: #ECEFF1; */
    }

    .my_games {
        display: inline-block;
        width: 100%;
    }

    .welcome {
        width: 100%;
        padding-top: 5%;
        /* padding-left: 10px; */
    }

    .welcome_name {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: left;
        /* padding-left: 10px; */
        font-size: 20px;
        align-items: center;
        font-weight: bold;
    }

    .welcome_team {
        width: 100%;
    }

    .welcome_games {
        width: 100%;
        height: 40px;
        /* justify-content: left; */
        /* align-items: center; */
        /* display: flex; */
        /* padding-left: 10px; */
        /* font-weight: bold; */
        font-size: 20px;
    }

    .welcome_team {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: left;
        align-items: center;
        font-size: 20px;
        padding-left: 10px;
        /* font-weight: bold; */
    }

    .home_span {
        padding-left: 4px !important;
        padding-right: 4px !important;
        /* font-style: italic; */
        font-size: 25px;
        font-weight: bold;
    }



    .info-bar {
        width: 80%;
        height: auto;
        margin-left: auto;
        padding: 10px;
        border: 2px solid #2196F3;
        background: #E1F5FE;
        border-radius: 5px;
        margin-right: auto;
    }

    .btn-lock-games {
        width: 90%;
        margin: 10%;
        border: 2px solid #2196F3;
        border-radius: 5px;
        color: #fff;
        background-color: #2196F3;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .home_dashboard {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .dashboard_top_details {
        min-height: 80px;
        /* height: 100%; */
    }

    .dashboard_element {
        border: 1px solid #00C853;
        height: 150px;
        border-radius: 5px;
    }

    .half_width {

width: 28%;

margin: 2%;

float: left;

}

    .full_width {
        width: 90%;
        float: left;
        border: 1px solid #00C853;
        margin-left: 2.5%;
        border-radius: 5px;
        padding: 10px;
    }

    .dashboard_title {
        width: 100%;
        height: 20%;
        font-size: 14px;
        text-align: center;
        display: flex;
        background-color: #00C853;
        color: #fff;
        font-weight: bold;
        justify-content: center;
        align-items: center;
    }

    .dashboard_button {
        width: 100%;
        height: 80%;
        border: 0px;
        background-color: transparent;
    }

    .dashboard_number {
        width: 50px;
        height: 50px;
        font-size: 20px !important;
        font-weight: bold;
    }

    .info_element {
        width: 100%;
        height: 20px;
        font-size: 12px;
    }

    .info_number {
        color: red;
        font-size: 14px;
        font-weight: bold;
        text-decoration: underline;
    }

    .lock_in_div {
        margin-top: 10px;
    }

    .welcome_rules {
        width: 100%;
        height: 100%;
    }







}


@media (min-width: 321px) and (max-width: 480px) {
    .text_holder_list_games {
        background-image: url(bg2/360.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .text_holder_account {
        background-image: url(bg2/360.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .app_wrapper {
        width: 100%;
        /* padding-top: 20%; */
        height: calc(100% - 50px) !important;
        overflow-y: scroll;
        padding-bottom: 400px;
        background-color: #ECEFF1;
        /* overflow-x: hidden; */
    }

    .game_details {
        /* background-color: grey !important; */
        /* border: 1px solid black !important; */
        /* border-radius: 5px !important; */
        padding: 8px !important;
        margin-top: 70px;
    }

    .game_category {
        width: 45%;
        height: 100px;
        margin: 2.5%;
        float: left;
        border: 0px solid;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #00C853;
        margin-bottom: 20px;
    }

    .category_name {
        font-size: 15px;
        /* font-weight: bold; */
        height: 50%;
    }

    .category_games {
        padding: 8px !important;
        background-color: #fff;
        border: 1px solid #00C853 !important;
        margin-top: 20px ! important;
        min-height: 60px;
    }

    .game_name {
        font-size: 15px;
        font-weight: bold;
        height: 60px;
        display: flex;
        float: left;
        width: 70%;
        align-items: center;
    }

    .game_description {
        font-size: 12px;
    }

    .game_action_buttons {
        width: 30%;
        /* margin-top: 20px; */
        height: 60px;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-choose-game {
        width: 100%;
        font-size: 15px;
    }

    .game_selection_status {
        width: 90%;
        /* float: left; */
        margin-left: auto;
        margin-right: auto;
        height: 20px;
        margin-top: 5px;
        color: #1565C0;
        display: none;
        font-style: italic;
        margin-bottom: 5px;
        font-size: 11px;
    }

    .game_action_button_choose {
        width: 90%;
        margin-left: auto;
        /* float: left; */
        margin-right: auto;
    }

    .user_card {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #00C853;
        height: 100px;
    }

    .user_info {
        width: 100%;

    }

    .staff_name {
        width: 100%;
        /* padding: 8px; */
        font-size: 18px;
        font-weight: bold;
    }

    .staff_ek {
        width: 100%;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
    }

    .staff_block_full {
        width: 100%;
        height: 40px;
        text-align: center;
    }

    .staff_block {
        width: 33.33%;
        /* margin-left: 3.3%; */
        float: left;
        height: 60px;
        /* background-color: red; */
        text-align: center;
    }

    .block_title {
        background-color: #00C853;
        font-size: 12px;
        height: 20px;
        /* font-weight: 600; */
    }

    .btn-add-games {
        width: 90%;
        margin: 10%;
        border: 2px solid #00E676;
        border-radius: 5px;
        color: #fff;
        background-color: #00E676;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .games_alert {
        width: 90%;
        padding: 10px;
        background-color: #42A5F5;
        border-radius: 5px;
        margin-left: auto;
        border: 0px solid #fff;
        text-align: center;
        color: #fff;
        margin-right: auto;
        margin-top: 20px;
    }

    .flexit {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-remove-game {
        background-color: #FF5252;
        border: 2px solid #D32F2F;
        color: #fff;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
        width: 100%;
    }

    .btn-choose-game {
        width: 100%;
        background-color: #00E676;
        border: 2px solid #fff;
        height: 40px;
        color: #fff;
        border-radius: 5px;
    }

    .action_button {
        width: 100%;
        text-align: center;
    }

    .bottom_menu {
        width: 100%;
        height: 50px !important;
        background-color: #00C853;
    }

    .menu_button {
        width: 25% !important;
        padding: 0;
        margin-left: 0;
        text-decoration: none;
        font-size: 11px;
        height: 100%;
        font-weight: bold;
        border-collapse: collapse;
        color: #fff;
        text-align: center;
        float: left !important;
        outline: 1px solid #fff;
    }

    .games_count {
        font-size: 15px;
        font-weight: bold;
    }

    .block_content {
        font-size: 14px;
        font-weight: bold;
        display: flex;
        height: 40px;
        /* color: #fff; */
        justify-content: center;
        /* align-items: center; */
    }


    .bottom_menu {
        position: fixed;
        bottom: 0;
    }

    .category_title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        height: 30px;
        background-color: #00C853;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        /* text-decoration: underline; */
        /* background-color: #ECEFF1; */
    }

    .my_games {
        display: inline-block;
        width: 100%;
    }

    .welcome {
        width: 100%;
        padding-top: 5%;
        /* padding-left: 10px; */
    }

    .welcome_name {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: left;
        /* padding-left: 10px; */
        font-size: 20px;
        align-items: center;
        font-weight: bold;
    }

    .welcome_team {
        width: 100%;
    }

    .welcome_games {
        width: 100%;
        height: 40px;
        /* justify-content: left; */
        /* align-items: center; */
        /* display: flex; */
        /* padding-left: 10px; */
        /* font-weight: bold; */
        font-size: 20px;
    }

    .welcome_team {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: left;
        align-items: center;
        font-size: 20px;
        padding-left: 10px;
        /* font-weight: bold; */
    }

    .home_span {
        padding-left: 4px !important;
        padding-right: 4px !important;
        /* font-style: italic; */
        font-size: 25px;
        font-weight: bold;
    }



    .info-bar {
        width: 80%;
        height: auto;
        margin-left: auto;
        padding: 10px;
        border: 2px solid #2196F3;
        background: #E1F5FE;
        border-radius: 5px;
        margin-right: auto;
    }

    .btn-lock-games {
        width: 90%;
        margin: 10%;
        border: 2px solid #2196F3;
        border-radius: 5px;
        color: #fff;
        background-color: #2196F3;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .home_dashboard {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .dashboard_top_details {
        min-height: 80px;

    }

    .dashboard_element {
        border: 1px solid #00C853;
        height: 150px;
        border-radius: 5px;
    }

    .half_width {

        width: 45%;

        margin: 2%;

        float: left;
    }

    .full_width {
        width: 90%;
        /* height: 100%; */
        float: left;
        border: 1px solid #00C853;
        margin-left: 2.5%;
        border-radius: 5px;
        padding: 9px;
    }

    .dashboard_title {
        width: 100%;
        height: 20%;
        font-size: 14px;
        text-align: center;
        display: flex;
        background-color: #00C853;
        color: #fff;
        font-weight: bold;
        justify-content: center;
        align-items: center;
    }

    .dashboard_button {
        width: 100%;
        height: 80%;
        border: 0px;
        background-color: transparent;
    }

    .dashboard_number {
        width: 50px;
        height: 50px;
        font-size: 20px !important;
        font-weight: bold;
    }

    .info_element {
        width: 100%;
        height: 20px;
        font-size: 12px;
    }

    .info_number {
        color: red;
        font-size: 14px;
        font-weight: bold;
        text-decoration: underline;
    }

    .lock_in_div {
        margin-top: 10px;
    }

    .welcome_rules {
        width: 100%;
        height: 100%;
    }




}



@media (max-width: 320px) {
    .text_holder_list_games {
        background-image: url(bg2/320.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .text_holder_account {
        background-image: url(bg2/320.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .text_holder_list_games {
        background-image: url(bg2/360.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .text_holder_account {
        background-image: url(bg2/360.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .app_wrapper {
        width: 100%;
        /* padding-top: 20%; */
        height: calc(100% - 50px) !important;
        overflow-y: scroll;
        padding-bottom: 400px;
        background-color: #ECEFF1;
        /* overflow-x: hidden; */
    }

    .game_details {
        /* background-color: grey !important; */
        /* border: 1px solid black !important; */
        /* border-radius: 5px !important; */
        padding: 8px !important;
        margin-top: 70px;
    }

    .game_category {
        width: 45%;
        height: 100px;
        margin: 2.5%;
        float: left;
        border: 0px solid;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #00C853;
        margin-bottom: 20px;
    }

    .category_name {
        font-size: 15px;
        /* font-weight: bold; */
        height: 50%;
    }

    .category_games {
        padding: 8px !important;
        background-color: #fff;
        border: 1px solid #00C853 !important;
        margin-top: 20px ! important;
        min-height: 60px;
    }

    .game_name {
        font-size: 15px;
        font-weight: bold;
        height: 60px;
        display: flex;
        float: left;
        align-items: center;
        width: 70%;
        justify-content: center;
    }

    .game_description {
        font-size: 12px;
        display: none;
    }

    .game_action_buttons {
        width: 30%;
        /* margin-top: 20px; */
        height: 60px;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-choose-game {
        width: 100%;
        font-size: 15px;
    }

    .game_selection_status {
        width: 90%;
        /* float: left; */
        margin-left: auto;
        margin-right: auto;
        display: none;
        height: 20px;
        margin-top: 5px;
        color: #1565C0;
        font-style: italic;
        margin-bottom: 5px;
        font-size: 11px;
    }

    .game_action_button_choose {
        width: 90%;
        margin-left: auto;
        /* float: left; */
        margin-right: auto;
    }

    .user_card {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #00C853;
        height: 100px;
    }

    .user_info {
        width: 100%;

    }

    .staff_name {
        width: 100%;
        /* padding: 8px; */
        font-size: 18px;
        font-weight: bold;
    }

    .staff_ek {
        width: 100%;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
    }

    .staff_block_full {
        width: 100%;
        height: 40px;
        text-align: center;
    }

    .staff_block {
        width: 33.33%;
        /* margin-left: 3.3%; */
        float: left;
        height: 60px;
        /* background-color: red; */
        text-align: center;
    }

    .block_title {
        background-color: #00C853;
        font-size: 12px;
        height: 20px;
        /* font-weight: 600; */
    }

    .btn-add-games {
        width: 90%;
        margin: 10%;
        border: 2px solid #00E676;
        border-radius: 5px;
        color: #fff;
        background-color: #00E676;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .games_alert {
        width: 90%;
        padding: 10px;
        background-color: #42A5F5;
        border-radius: 5px;
        margin-left: auto;
        border: 0px solid #fff;
        text-align: center;
        color: #fff;
        margin-right: auto;
        margin-top: 20px;
    }

    .flexit {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-remove-game {
        background-color: #FF5252;
        border: 2px solid #D32F2F;
        color: #fff;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
        width: 100%;
    }

    .btn-choose-game {
        width: 100%;
        background-color: #00E676;
        border: 2px solid #fff;
        height: 40px;
        color: #fff;
        border-radius: 5px;
    }

    .action_button {
        width: 100%;
        text-align: center;
    }

    .bottom_menu {
        width: 100%;
        height: 50px !important;
        background-color: #00C853;
    }

    .menu_button {
        width: 25% !important;
        padding: 0;
        margin-left: 0;
        text-decoration: none;
        font-size: 11px;
        height: 100%;
        font-weight: bold;
        border-collapse: collapse;
        color: #fff;
        text-align: center;
        float: left !important;
        outline: 1px solid #fff;
    }

    .games_count {
        font-size: 15px;
        font-weight: bold;
    }

    .block_content {
        font-size: 14px;
        font-weight: bold;
        display: flex;
        height: 40px;
        /* color: #fff; */
        justify-content: center;
        /* align-items: center; */
    }


    .bottom_menu {
        position: fixed;
        bottom: 0;
    }

    .category_title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        height: 30px;
        background-color: #00C853;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        /* text-decoration: underline; */
        /* background-color: #ECEFF1; */
    }

    .my_games {
        display: inline-block;
        width: 100%;
    }

    .welcome {
        width: 100%;
        padding-top: 5%;
        /* padding-left: 10px; */
    }

    .welcome_name {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: left;
        /* padding-left: 10px; */
        font-size: 20px;
        align-items: center;
        font-weight: bold;
    }

    .welcome_team {
        width: 100%;
    }

    .welcome_games {
        width: 100%;
        height: 40px;
        /* justify-content: left; */
        /* align-items: center; */
        /* display: flex; */
        /* padding-left: 10px; */
        /* font-weight: bold; */
        font-size: 20px;
    }

    .welcome_team {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: left;
        align-items: center;
        font-size: 20px;
        padding-left: 10px;
        /* font-weight: bold; */
    }

    .home_span {
        padding-left: 4px !important;
        padding-right: 4px !important;
        /* font-style: italic; */
        font-size: 25px;
        font-weight: bold;
    }



    .info-bar {
        width: 80%;
        height: auto;
        margin-left: auto;
        padding: 10px;
        border: 2px solid #2196F3;
        background: #E1F5FE;
        border-radius: 5px;
        margin-right: auto;
    }

    .btn-lock-games {
        width: 90%;
        margin: 10%;
        border: 2px solid #2196F3;
        border-radius: 5px;
        color: #fff;
        background-color: #2196F3;
        padding: 8px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .home_dashboard {
        width: 100%;
        /* height: 100%; */
        display: inline-block;
    }

    .dashboard_top_details {
        min-height: 80px;

    }

    .dashboard_element {
        border: 1px solid #00C853;
        height: 150px;
        border-radius: 5px;
    }

    .half_width {

        width: 45%;

        margin: 2%;

        float: left;
    }

    .full_width {
        width: 90%;
        float: left;
        border: 1px solid #00C853;
        margin-left: 2.5%;
        border-radius: 5px;
        padding: 4px;
    }

    .dashboard_title {
        width: 100%;
        height: 20%;
        font-size: 12px;
        text-align: center;
        display: flex;
        background-color: #00C853;
        color: #fff;
        font-weight: bold;
        justify-content: center;
        align-items: center;
    }

    .dashboard_button {
        width: 100%;
        height: 80%;
        border: 0px;
        background-color: transparent;
    }

    .dashboard_number {
        width: 50px;
        height: 50px;
        font-size: 20px !important;
        font-weight: bold;
    }

    .info_element {
        width: 100%;
        height: 20px;
        font-size: 12px;
    }

    .info_number {
        color: red;
        font-size: 14px;
        font-weight: bold;
        text-decoration: underline;
    }

    .lock_in_div {
        margin-top: 10px;
    }

    .welcome_rules {
        width: 100%;
        height: 100%;
    }


} 


.white_bg {
    background-color: #fff !important;
}