.log_reg_button_5{
    margin: 15px;	
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
    
.login-reg-button-2 .btn-box- {
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center
}

.login-reg-button-2 .sec-btn- {
	width: 100%;
    height: 38px;
    border-width: 0;
    letter-spacing: 1.5px;
    font-weight: var(--SEMIBOLD_FONT_WEIGHT);
    margin: 5px;
    border-radius: 7px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.login-reg-button-2 .btn-box-.imgbtn- .sec-btn- {
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.login-reg-button-2 .btn-login- {
	color: var(--color2);
    transition: all .5s ease 0s;
}

.login-reg-button-2 .btn-reg- {
	color: var(--color2);
    transition: all .5s ease 0s;
}

.dstg-action {
	background: var(--color2);
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.dstg-action .dstg-user-wrap {
	flex-direction: column;
	align-items: flex-start;
}

.dstg-action .dstg-user-wrap .dstg-member-content{
	color: var(--color10);
	font-weight: 600;
}

.dstg-text-yellow, .dstg-text-secondary {
	color: var(--color6);
	font-size: var(--SECTION_HEADER_FONT_SIZE);
}

.dstg-action .dstg-quick-wrap{
	display: flex;
    flex: 1 1 auto;
    justify-content: flex-start;
    padding: 0;
    overflow: auto;
}

.dstg-action .dstg-quick-wrap li{
	text-align: center;
    font-size: var(--DEFAULT_FONT_SIZE);
    font-weight: var(--SEMIBOLD_FONT_WEIGHT);
    margin: 0 10px;
}

.dstg-action .dstg-quick-wrap li:last-child{
	margin-right: 0px;
}

.dstg-action .dstg-quick-wrap .dstg-icon-container {
	margin: auto;
	width: 3.5rem;
	height: 3.5rem;
	box-shadow: var(--home_button_box_shadow);
	display: flex;
	background-color: var(--color18);
	border-radius: 10px;
	margin-bottom: 10px;
}

.dstg-action .dstg-quick-wrap .dstg-icon-container img {
	margin: auto;
	width: 30px;
}

.dstg-action .dstg-quick-wrap .dstg-icon {
	margin: auto;
	font-size: var(--LOGIN_REG_QUICK_ICON_FONT_SIZE);
	color: var(--color2);
}

.wallet-box- {
	background: none;
}

.wallet-box- .member-name {
	color: var(--color1);
    font-size: var(--SECTION_HEADER_SMALL_FONT_SIZE);
    font-weight: var(--REG_FONT_WEIGHT);
}

.wallet-box- .box-row-.line {
	display: flex;
	margin-bottom: 10px;
}

.wallet-box- .box-row- .item- {
	display: flex;
	width: unset;
	gap: 10px;
	align-items: center;
	font-size: var(--HEADER_FONT_SIZE);
	color: var(--home_hotGame_section);
	font-weight: var(--REG_FONT_WEIGHT);
}

.btn-refresh-disabled {
	position: relative;
	border-radius: 5px;
	min-width: unset;
	max-width: unset;
	padding: 10px;
	letter-spacing: 0;
	color: var(--home_hotGame_section);
	border: none;
	background-color: var(--color21);
    margin-left: 10px;
}

.transfer-control- .btn-refresh-disabled{
	margin-left: 0;
}

.font-8{
	color:var(--color1);
	font-weight:normal;
}

.btn-refresh-disabled:disabled{
    background: #bcbcbc;
    cursor: not-allowed;	
}

.btn-viewwallist{
	background: var(--color21);
    color: var(--color1);
    height: 50px;
    border-radius: 5px;
    min-width: unset;
    max-width: unset;
    padding: 10px 1rem;	
    text-align: center;
    align-content: center;
    border: 0;
}

.wallet-list-{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    visibility: hidden;
    z-index: -1;
    transition: all .2s ease-in-out;
	background: #fff;
    color: #000;
}

.wallet-list-.active {
	top: 70px;
    visibility: visible;
    z-index: 16
}

.wallet-list- .transfer-control- {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

 
.wallet-list- .transfer-control- .btn-transfer {
    background: var(--color21);
    border: 0;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.wallet-list- .transfer-control- .btn-restoreAll{
	background-color: var(--color18);
	border: 0;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.wallet-list- .transfer-control- .btn-restoreAll:disabled {
    background: #bcbcbc !important;
    cursor: not-allowed;
}

.toggle-btn {
    position: relative;
    display: flex;
    align-items: center;
    font-size: var(--BUTTON_SMALL_FONT_SIZE);
}

.toggle-btn label {
    margin: 0 10px 0 0;
    color: inherit;
}

.toggle-btn input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.toggle-btn input[type=checkbox]:checked + .toggle-slider {
    background-color: var(--login_reg_button_TOGGLE_BTN_CHECKBOX_CHECKED);
    border-color: #19c703;
}

.toggle-btn .toggle-slider {
    position: relative;
    width: 80px;
    border-radius: 20px;
    padding: 3px 0;
    text-transform: uppercase;
    transition: .3s linear;
    color: #fff;
    border: 1px solid var(--desk1_TOGGLE_BTN_SLIDER_BORDER);
    background-color: var(--login_reg_button_TOGGLE_BTN_CHECKBOX_UNCHECKED);
}

.toggle-btn input[type=checkbox]:checked + .toggle-slider:before {
    transform: translate(60px, -50%);
}

.toggle-btn .toggle-slider:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translate(5px, -50%);
    transition: .3s linear;
    background-color: #fff;
}

.toggle-btn input[type=checkbox]:checked + .toggle-slider .on {
    display: block;
}

.toggle-btn .toggle-slider .on {
    width: fit-content;
    margin: auto;
    display: none;
}

.toggle-btn input[type=checkbox]:checked + .toggle-slider .off {
    display: none;
}

.toggle-btn .toggle-slider .off {
    width: fit-content;
    margin: auto;
    display: block;
}

.wallet-list- .wal-wrap- {
	margin: 8vw 15px
}

.wallet-list- .btn-viewwallist {
	font-size: var(--SUBHEADER_FONT_SIZE);
}

.wallet-list- .main-wal-info- {
	display: flex;
    align-items: center;
    margin: 1rem 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    color: var(--h2_WALLET_LIST_PROV_WAL_INFO_COLOR)
}

.wallet-list- .main-wal-info- .main-bal {
    display: flex;
    align-items: baseline;
    gap: 0 5px;
    padding: 0;
    font-size: var(--SUBHEADER_FONT_SIZE)
}

.wallet-list- .prov-wal-info- {
	max-height: 700px;
	padding-right: 5px;
	overflow-y: auto;
    overflow-x: hidden;
    color: var(--h2_WALLET_LIST_PROV_WAL_INFO_COLOR);
}

.wallet-list- .prov-wal-info- .list-item- {
	display: grid;
    grid-template-columns: 55% 30% 15%;
    margin-bottom: 1rem;
    font-size: var(--SUBHEADER_FONT_SIZE)
}

.wallet-list- .prov-wal-info- .list-item- div:nth-child(2) {
	display: flex;
    justify-content: center;
}

.wallet-list- .prov-wal-info- .list-item- div:nth-child(2).active {
	color: var(--h2_WALLET_LIST_PROV_WAL_INFO_LIST_ITEM_DIV_CHILD_2_ACTIVE_COLOR);
}

.wallet-list- .prov-wal-info- .list-item- .locked.hide {
	display: none;
    opacity: 0
}