.avatar-title {
    overflow:hidden;
}
img.avatar-image {
    width: 100%;
    height: 100%;
}
/* Bets */
td > .bet-history_game:not(:last-child) {
    border-bottom:1px solid #000;
}
/* Account Form */
.main-form {
    padding: 15px;
}
ul.form-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fff;
    margin:0;
    padding:0;
    list-style:none;
}
ul.form-indicator li {
    flex: 1 0;
    padding: 10px;
    font-size: 12px;
    background: #2a3042;
    color: #fff;
    text-align: center;
}
ul.form-indicator li.active {
    background: #556ee6;
}
[dir="ltr"] ul.form-indicator li:not(:last-child) {
    border-right: 1px solid #fff;
}
[dir="rtl"] ul.form-indicator li:not(:last-child) {
    border-left: 1px solid #fff;
}
ul.form-indicator.flex-column li {
	flex:none;
	width:100%;
	font-size:16px;
	border:none !important;
	border-bottom: 1px solid #fff !important;
}
.form-group {
    margin:0 0 10px;
}
.balance_update {
    column-gap: 10px;
    margin: 0 0 10px;
}
.balance_update button {
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 20px;
    font-size: 14px;
    border:1px solid #2a3042;
    background: white;
    text-decoration: none;
    transition: background .3s ease, color .3s ease, border .3s ease, box-shadow .3s ease;
}
.balance_update button.active {
    background: #2a3042;
    color: white;
}
/* Base for label styling */
.checkbox {
	position: relative;
}
.checkbox [type="checkbox"]:not(:checked),
.checkbox [type="checkbox"]:checked {
	position: absolute;
	left: 0;
	opacity: 0.01;
}
.checkbox [type="checkbox"]:not(:checked) + label,
.checkbox [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}
/* checkbox aspect */
.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ced4da;
	background: #FFF;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 rgba(15, 11, 222, .2);
	-webkit-transition: all .275s;
	transition: all .275s;
}
/* checked mark aspect */
.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
	content: '✓';
	position: absolute;
	top: .535em;
	left: 0.12em;
	font-size: 1.175em;
	color: #06053c;
	line-height: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}
/* checked mark aspect changes */
.checkbox [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0) rotate(45deg);
	transform: scale(0) rotate(45deg);
}
.checkbox [type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}
/* Disabled checkbox */
.checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox [type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #e9e9e9;
}
.checkbox [type="checkbox"]:disabled:checked + label:after {
	color: #777;
}
.checkbox [type="checkbox"]:disabled + label {
	color: #aaa;
}
/* Accessibility */
.checkbox [type="checkbox"]:checked + label:before,
.checkbox [type="checkbox"]:focus + label:before {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 0px rgba(15, 11, 222, .2);
	border: 1px solid #06053c;
}
/* App Rewrite */
.verti-timeline .event-list:not(:last-child) {
    border-bottom: 3px dotted #eee;
}
.verti-timeline .event-list {
    position: relative;
    padding: 0 0 10px 30px;
    margin: 0 0 10px;
}
.loader {
    position: fixed;
    background: #2a30422e;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* General */
.hidden {
    display:none !important
}
.overall-table td {
    color: #000 !important;
    position: relative;
}
.overall-table td.green,
.overall-table th.green {
    background-color: green !important;
    --bs-table-accent-bg: green !important;
    color: #fff !important;
    font-weight: bolder;
}
.overall-table td.red,
.overall-table th.red {
    background-color: red !important;
    --bs-table-accent-bg: red !important;
    color: #fff !important;
    font-weight: bolder;
}
.half.win,
.win,
.push {
    color: green !important;
    font-weight: bolder;
}
.half.lose,
.lose {
    color: red !important;
    font-weight: bolder;
}
tbody.level-2 td {
    --bs-table-accent-bg: rgba(42, 48, 66, .18) !important;
}
tbody.level-3 td {
    --bs-table-accent-bg: rgba(42, 48, 66, .36) !important;
}
.table-striped tbody.level-1:nth-child(odd) td {
    --bs-table-accent-bg: rgba(42, 48, 66, .1) !important;
}
.periodSerftrue span {
    background: #eee;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 5px;
    color: #000;
    font-weight: bold;
    height: 27px;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    word-break: keep-all;
    white-space: nowrap;
    max-width: 100%;
}
.ut_plus {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #343a40;
    color: #fff;
    border-radius: 5px;
    font-size: .35vw;
}
.ut_plus.active {
    background: #556ee6;
}
small.group-name {
    position: absolute;
    border-bottom-left-radius: 0;
    left: 2px;
    top: 0;
    font-size: 8px;
}
table.overall-table {
    background: #fff;
    border: 1px solid #2a304275;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,.3);
    margin: 0;
    border-radius: 5px;
}
[toggle-hidden]
{
    cursor: pointer;
    user-select: none;
}
.show {
    display:block;
}
.modal:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0000009c;
}
.popup.bet_info {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.popup.bet_info .popup-wrap {
    width:500px;
    height: 500px;
    overflow-y: auto;
    max-width: 95%;
    max-height: 95%;
}
@media(max-width:480px) {
    .periodSerftrue span {
        width: 100px;
    } 
}
