body {
    font-family: 'Karla';
    margin: 0;
    background-color: #0B1222;
}

.img_mobile{
    width: 50px;
}
/* GENEREAL */
.link_button{
    color: white;
}
.api_response_preview{
    text-align: left;
    height: 300px;
    overflow-y: auto;
}

.dropdown_style{
    padding: 5px 20px;
}
/* LOGIN */
.login_input, select {
    width: 200px;
    padding: 10px 20px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #393F53;
    color: #808080;
}

.login_input:focus {
    color: #fff;
    outline: 2px solid #30C172;
}
  
.login_button {
    width: 120px;
    background-color: #30C172;
    color: #fff;
    padding: 7px 10px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.text_main {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.text_center {
    text-align: center;
} 

.login_card {
    border-radius: 10px;
    background-color: #0E1832;
    width: 400px;
    padding: 20px 0;
    margin: auto;
    margin-top: 10%;
}

/* HEADER */
.header_button{
    text-decoration: none;
    color: white;
}
/* TABS */

.tab_menu{
    display: flex;    
    justify-content: center;
}
.tabcontent{
    display: none;
}

.subtabcontent{
    display: none;
    height: 100%;
    overflow-y: auto;
}
.content {
    height: 100vh;
}

.blue {
    background-color: #0E1832;
}

.top_nav {
    height: 40px;
    color: #fff;
    font-size: 14px;
    margin: auto;
    width: 53%;
    display: flex;
    align-items: center;
}

.top_nav a {
    cursor: pointer;
    transition: ease-out 0.2s;
    border-bottom: 2px solid transparent;
}

.top_nav a:hover {
    border-bottom: 2px solid red;
}

.table_card_80 {
    width: 70%;
    height: 85%;
    margin: 20px auto;
    background-color: #0E1832;
    border-radius: 10px;
    padding: 20px 0;
}

.dashboard_top_cards {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92%;
    margin: auto;
}

.top_card_head_text {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.table_card_top_information {
    height: 230px;
    width: 70%;
    margin: 10px auto;
    padding: 20px 0;
    background-color: #0E1832;
    border-radius: 10px;
}

.table_card_content {
    height: 55vh;
    width: 70%;
    margin: 10px auto;
    padding: 20px 0;
    background-color: #0E1832;
    border-radius: 10px;
}

.card_small {
    width: 30%;
    font-size: 14px;
    margin: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 130px; 
    border-radius: 5px;
    background-color: #1F273F;;
    border: 2px solid #353d5a;
    justify-content: flex-start;
}

.users_search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.user_search_position {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 20px;
}

.user_sort_position {
    display: flex;
    justify-content: center;
    margin: 20px;
    position: relative;
    margin: auto;
}

.default_button {
    cursor: pointer;
    font-family: 'Karla';
    border: none;
    margin: 0 10px;
    background-color: #455175;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    padding: 4px 30px;
}

.default_input {
    border-radius: 20px;
    border: none;
    padding: 4px;
    background-color: #232841;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.default_input:focus {
    outline: 2px solid #30C172;
    color: #fff;
}

.table_fix_head {
    overflow: auto;
    height: 420px;
}

.table_fix_head thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}

thead tr {
    position: sticky;
    top: 0;
    z-index: 1;
    border-collapse: collapse;
    border-radius: 5px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: inset 100px 100px #252D45;
    border: none!important;
}

::-webkit-scrollbar {
    width: 4px;
}
  
::-webkit-scrollbar-track { 
    border-radius: 10px;
    background-color: #2C354F;
}
   
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #455175;
}

table {
    color: #fff;
    border-collapse: collapse;
    width: 90%;
    margin: auto;
}

th, td {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 12px;
}

tr {
    border-bottom: 1px solid #393F53;
    transition: ease-in-out 0.3s;
}

tr:hover {
    background-color: #0c152c;
}

.tablinks {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.subtablinks {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin: 0 10px;
    cursor: pointer;
    transition: ease-out 0.5s;
    border-bottom: 2px solid transparent;
    position: relative;
    top: 2px;
}

    
.subtablinks:hover {
    border-bottom: 2px solid red;
}

.active {
    border-bottom: 2px solid red;
}

.win {
    color: #30C172;
    background-color: #455175;
    border-radius: 20px;
    padding: 1px 0;
    padding: 1px 10px;
}
.win_real_money {
    color: white;
    background-color: #30C172;
    border-radius: 20px;
    padding: 1px 0;
    padding: 1px 10px;
}


.win_default {
    color: #30C172;
    padding: 1px 10px;
}

.neutral_default {
    color: #FFC006;
    padding: 1px 10px;
}

.lose {
    color: #F32A2A;
    background-color: #455175;
    border-radius: 20px;
    padding: 1px 10px;
}

.lose_real_money {
    color: white;
    background-color: #F32A2A;
    border-radius: 20px;
    padding: 1px 10px;
}

.lose_default {
    color: #F32A2A;
    padding: 1px 10px;
}

.line {
    border-bottom: 2px solid #252D45;
    width: 90%;
    margin: 0 auto;
}

.custom-select {
    position: relative;
    font-family: 'Karla';
    font-size: 12px;
}
  
.custom-select select {
    display: none; /*hide original SELECT element:*/
}
  
.select-selected {
    border-radius: 20px;
    background-color: #232841;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 8px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}
  
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 1px;
}
  
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #ffffff;
    padding: 4px 16px; 
    cursor: pointer;
    user-select: none;
}
  
/*style items (options):*/
.select-items {
    margin-top: 5px;
    text-align: center;
    position: absolute;
    background-color: #232841;
    border-radius: 5px;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
  
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
  
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

span.big_icon {
    margin: 10px 0;
    font-size: 40px;
}
span.small_icon {
    cursor: pointer;
    margin-left: 2px;
    font-size: 12px;
}

.card_top {
    text-align: center;
    width: 200px;
    border-radius: 5px 5px 0 0;
    background-color: #1F273F;
    border: 2px solid #353d5a;
    border-bottom: none;
    color: #fff;
    font-size: 14px;
}

/* RISK GROUPS */
#risk_group_card_container{
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    width: 700px;
}
.risk_group_card{
    margin: 10px;
}
.card_risk_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

.card_risk_head {
    font-weight: bold;
    font-size: 14px;
}

.icon_green {
    color:#30C172;
}

.icon_red {
    color:#F32A2A;
}

.card_risk_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}

.card_bottom {
    width: 200px;
    border-radius: 0 0 5px 5px;
    background-color: #252D45;
    border: 2px solid #353d5a;
    border-top: none;
    color: #fff;
    font-size: 14px;
}

.card_bottom_risk {
    width: 500px;
    height: 40px;
    border: 2px solid #353D5A;
    border-top: 0;
}

.pagination_active {
    height: 10px;
    width: 10px;
    border-radius: 200px;
    background-color: #30C172;
    border: 3px solid #1F273F;
    margin: 0 5px;
}

.pagination {
    height: 10px;
    width: 10px;
    border-radius: 200px;
    background-color: #1F273F;
    border: 3px solid #1F273F;
    margin: 0 5px;
}

.checkbox_active {
    height: 10px;
    width: 10px;
    border-radius: 200px;
    background-color: #30C172;
    border: 3px solid #353D5A;
    margin: 0 5px;
}

.checkbox {
    height: 10px;
    width: 10px;
    border-radius: 200px;
    background-color: #353D5A;
    border: 3px solid #353D5A;
    margin: 0 5px;
}

.connected {
    color: #30C172;
    font-size: 10px;
    font-weight: normal;
}

.not_connected {
    color: #F32A2A;
    font-size: 10px;
    font-weight: normal;
}

.table_profits td {
    line-height: 0px;
    border-bottom: 1px solid #252D45;
    text-align: unset;
}

.stake_info {
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.bet_row_game_img{
    height: 24px;
    float:left;
    vertical-align: middle;
}

.bet_card {
    padding: 10px;
    width: 300px;
    background-color: #282F47;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #353d5a;
    transition: ease-in-out 0.3s;
    cursor: pointer;
}

.bet_card:hover {
    border: 2px solid #30C172;
}

.bet_info {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.odds_info {
    margin: 10px 0 0 0;
    padding: 10px;
    text-align: center;
    width: 80%;
    background-color: #213745;
    border-radius: 5px;
    color: #30C172;
    font-weight: bold;
    font-size: 14px;
}

.bet_text {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin: 20px 0;
}

.bet_constructor {
    width: 96%;
    background-color: #282F47;
    padding: 10px 0;
    border-radius: 5px;
    border: 2px solid #353d5a;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    transition: ease-in-out 0.3s;
}

.bet_constructor:hover {
    border: 2px solid #30C172;
}

.bet_constructor_odds {
    padding: 10px;
    text-align: center;
    width: 120px;
    background-color: #213745;
    border-radius: 5px;
    color: #30C172;
    font-weight: bold;
    font-size: 14px;
}

.additional_information {
    background-color: #282F47;
    padding: 10px 0;
    border-radius: 5px;
    border: 2px solid #353d5a;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: ease-in-out 0.3s;
    width: 90%;
    margin: 15px auto auto auto;
}

.additional_information_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
    width: 90%;
    margin: 10px 0 0 0;
}

.dflex_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.dflex_column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dflex_column_center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.additional_information_text {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.white {
    color: white;
}

.info_head_text {
    color: white;
    font-size: 12px;
}

.info_under_text {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.users_search_console {
    display: flex;
    margin: auto;
    width: 90%;
}

.width_50_center {
    width: 50%;
    margin: auto;
}

.m_5 {
    margin: 5px;
}

.m_10 {
    margin: 10px;
}

.p_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p_20 {
    padding: 20px 0;
}

.padding_bottom_10 {
    padding: 0 0 10px 0;
}

.padding_bottom_20 {
    padding: 0 0 20px 0;
}

/* TOOLTIPS */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 63%;
    height: 170px;
    background-color: #252D45;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: fixed;
    z-index: 1;
    top: 13%;
    left: 18.5%;
}

.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #252D45 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
visibility: visible;
}

.max_width_200px{
    max-width: 200px;
}