@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

@font-face {
	font-family: 'DSDigital';
	src: url('/template/fonts/DigitalDisplay.dstg-ttf') format('truetype');
}

:root {
	/* transfer_2 */
	--trans2_MODAL_TXT_COLOR: var(--color2);
	--trans2_MODAL_BG_COLOR: var(--gradient1);
	--trans2_MODAL_HEAD_COLOR: var(--color2);
	--trans2_MODAL_HEAD_BORDER: 2px solid var(--color3);
	--trans2_MODAL_HEAD_DISC_BG: var(--color4);
	--trans2_MODAL_HEAD_DISC_RADIUS: 0;
	--trans2_MODAL_HEAD_BTN_CLOSE_BORDER: none;
	--trans2_MODAL_HEAD_BTN_CLOSE_BG: 0 0;
	--trans2_MODAL_HEAD_BTN_CLOSE_TXT_COLOR: var(--color3);
	--trans2_PROVMODAL_BTN_BOX_BG: #bdbdbd;
	--trans2_PROVMODAL_BTN_TXT_COLOR: var(--color2);
	--trans2_PROVMODAL_BTN_BORDER: none;
	--trans2_PROVMODAL_BTN_BG: var(--color6);
	--trans2_PROVMODAL_BTN_HOVER_TXT_COLOR: var(--color2);
	--trans2_PROVMODAL_BTN_HOVER_BORDER: none;
	--trans2_PROVMODAL_BTN_HOVER_BG: var(--color7);
	--trans2_PROVMODAL_BTN_DISABLED_TXT_COLOR: #bdbdbd;
	--trans2_PROVMODAL_BTN_DISABLED_BORDER: none;
	--trans2_PROVMODAL_BTN_DISABLED_BG: #7d7d7d;
	--trans2_PROVMODAL_NOTICE_BG: #7d7d7d;
	--trans2_PROVMODAL_NOTICE_DISC: var(--color2);
	
	--trans2_FORM_INPUT_BORDER_RADIUS: 5px;
	--trans2_FORM_INPUT_BG: var(--color2);
	--trans2_FORM_INPUT_TXT_COLOR: var(--color3);
	--trans2_FORM_INPUT_BORDER: 1px solid #bdbdbd;
	--trans2_FORM_INPUT_BOX_SHADOW: none;
	--trans2_FORM_INPUT_DISABLED_TXT_COLOR: var(--color2);
	--trans2_FORM_INPUT_DISABLED_BG: var(--color5);
	--trans2_FORM_INPUT_DISABLED_BORDER: 1px solid var(--color5);
	--trans2_FORM_INPUT_BTN_DISABLED_TXT_COLOR: #bdbdbd;
	--trans2_FORM_INPUT_BTN_DISABLED_BORDER: none;
	--trans2_FORM_INPUT_BTN_DISABLED_BG: #7d7d7d;
	--trans2_FORM_INPUT_BTN_BORDER_RADIUS: 5px;
	--trans2_FORM_INPUT_BTN_SUBMIT_BG: var(--color4);
	--trans2_FORM_INPUT_BTN_SUBMIT_TXT_COLOR: var(--color2);
	--trans2_FORM_INPUT_BTN_SUBMIT_BORDER: none;
	--trans2_FORM_INPUT_BTN_SUBMIT_HOVER_BG: var(--color5);
	--trans2_FORM_INPUT_BTN_SUBMIT_HOVER_TXT_COLOR: var(--color2);
	--trans2_FORM_INPUT_BTN_SUBMIT_HOVER_BORDER: none;
	--trans2_FORM_INPUT_BTN_SUBSUBMIT_TXT_COLOR: var(--color2);
	--trans2_FORM_INPUT_BTN_SUBSUBMIT_BORDER: none;
	--trans2_FORM_INPUT_BTN_SUBSUBMIT_BG: var(--color6);
	--trans2_FORM_INPUT_BTN_SUBSUBMIT_HOVER_TXT_COLOR: var(--color2);
	--trans2_FORM_INPUT_BTN_SUBSUBMIT_HOVER_BORDER: none;
	--trans2_FORM_INPUT_BTN_SUBSUBMIT_HOVER_BG: var(--color7);
	--trans2_FORM_INPUT_IMPORTANT: var(--important);
	--trans2_FORM_TOGGLE_ON_TXT_COLOR: var(--color2);
	--trans2_FORM_TOGGLE_ON_BORDER: 1px solid #19c703;
	--trans2_FORM_TOGGLE_ON_BG: #19c703;
	--trans2_FORM_TOGGLE_OFF_TXT_COLOR: var(--color2);
	--trans2_FORM_TOGGLE_OFF_BORDER: 1px solid #b70505;
	--trans2_FORM_TOGGLE_OFF_BG: #b70505;
	--trans2_FORM_PROV_SWITCH_TXT_COLOR: var(--color3);
	--trans2_FORM_PROV_SWITCH_HOVER_TXT_COLOR: var(--color7);
	
	--trans2_CONTENT_TITLE_TXT_COLOR: var(--color2);
	--trans2_CONTENT_TITLE_BG: 0 0;
	--trans2_CONTENT_TITLE_DISC_BG: var(--color6);
	--trans2_CONTENT_TABLIST_BORDER_RADIUS: 5px;
	--trans2_CONTENT_TABLIST_TXT_COLOR: var(--color2);
	--trans2_CONTENT_TABLIST_BORDER: none;
	--trans2_CONTENT_TABLIST_BG: var(--color3);
	--trans2_CONTENT_TABLIST_ACTIVE_TXT_COLOR: var(--color2);
	--trans2_CONTENT_TABLIST_ACTIVE_BORDER: none;
	--trans2_CONTENT_TABLIST_ACTIVE_BG: var(--color5);
	--trans2_CONTENT_CREDIT_COUNT_TXT_COLOR: var(--color2);
	--trans2_CONTENT_CREDIT_COUNT_BG: var(--important);
	--trans2_CONTENT_TXT_COLOR: var(--color2);
	--trans2_CONTENT_BG: var(--gradient1);
	--trans2_CONTENT_BORDER_SEPERATE_LINE: 2px dashed var(--color2);
	
	--trans2_PROV_BOX_TITLE_TXT_COLOR: var(--color2);
	--trans2_PROV_BOX_TITLE_DISC_BG: var(--color4);
	--trans2_PROV_BOX_TITLE_DISC_BORDER_RADIUS: 0;
	--trans2_PROV_BOX_PROV_ITEM_IMG_BG: #e5e5e5;
	--trans2_PROV_BOX_PROV_ITEM_AMT_TXT_COLOR: var(--color1);
	--trans2_PROV_BOX_PROV_ITEM_AMT_BORDER: none;
	--trans2_PROV_BOX_PROV_ITEM_AMT_BG: #d0d0d0;
	--trans2_PROV_BOX_PROV_ITEM_AMT_BOX_SHADOW: inset 0 0 6px 2px var(--color3);
	--trans2_PROV_BOX_PROV_ITEM_INFO_BORDER_RADIUS: 0 0 5px 5px;
	--trans2_PROV_BOX_PROV_ITEM_INFO_TXT_COLOR: var(--color1);
	--trans2_PROV_BOX_PROV_ITEM_INFO_BORDER: none;
	--trans2_PROV_BOX_PROV_ITEM_INFO_BG: var(--color6);
	--trans2_PROV_BOX_PROV_ITEM_INFO_HOVER_TXT_COLOR: var(--color1);
	--trans2_PROV_BOX_PROV_ITEM_INFO_HOVER_BORDER: none;
	--trans2_PROV_BOX_PROV_ITEM_INFO_HOVER_BG: var(--color7);
	--trans2_PROV_BOX_PROV_ITEM_INFO_DISABLED_TXT_COLOR: #bdbdbd; 
	--trans2_PROV_BOX_PROV_ITEM_INFO_DISABLED_BORDER: none;
	--trans2_PROV_BOX_PROV_ITEM_INFO_DISABLED_BG: #7d7d7d;
	
	--trans2_CREDITS_BOX_H4_TXT_COLOR: var(--color2);
	--trans2_CREDITS_BOX_CREDITS_ITEM_CONTENT_TXT_COLOR: var(--color2);
	--trans2_CREDITS_BOX_CREDITS_ITEM_CONTENT_AMT_TXT_COLOR: inherit;
	--trans2_CREDITS_BOX_CREDITS_ITEM_CONTENT_AMT_LAST_TXT_COLOR: inherit;
	--trans2_CREDITS_BOX_CREDITS_ITEM_INFO_TITLE_TXT_COLOR: inherit;
	--trans2_CREDITS_BOX_CREDITS_ITEM_INFO_DESC_TXT_COLOR: inherit;
	--trans2_CREDITS_BOX_CREDITS_ITEM_INFO_BTN_TXT_COLOR: var(--color1);
	--trans2_CREDITS_BOX_CREDITS_ITEM_INFO_BTN_BORDER: none;
	--trans2_CREDITS_BOX_CREDITS_ITEM_INFO_BTN_BG: var(--color6);
	--trans2_CREDITS_BOX_CREDITS_ITEM_INFO_BTN_HOVER_BOX_SHADOW: 3px 3px 0 0 var(--color7);
	
	/* prov_list_3 */
	--prov3_CAROUSEL_PADDLE_BTN_TXT_COLOR: var(--color6);
	--prov3_CAROUSEL_PROV_IMG_BG: #7d7d7d75;
	--prov3_CAROUSEL_PROV_IMG_BORDER: 4px solid var(--color4);
	--prov3_CAROUSEL_PROV_IMG_LBL_LOBBY_TXT_COLOR: var(--color2);
	--prov3_CAROUSEL_PROV_IMG_LBL_LOBBY_BG: var(--color4);
	--prov3_CAROUSEL_PROV_IMG_LBL_GAMELIST_TXT_COLOR: var(--color2);
	--prov3_CAROUSEL_PROV_IMG_LBL_GAMELIST_BG: var(--color6);
	--prov3_CAROUSEL_PROV_IMG_PROV_NAME_TXT_COLOR: var(--color3);
	--prov3_CAROUSEL_PROV_IMG_PROV_NAME_BG: #f3f3f3;
	--prov3_CAROUSEL_PROV_IMG_PROV_NAME_HOVER_TXT_COLOR: var(--color2);
	--prov3_CAROUSEL_PROV_IMG_PROV_NAME_HOVER_BG: var(--color4);
	
	--prov3_FORM_INPUT_BG: var(--color2);
	--prov3_FORM_INPUT_BORDER_RADIUS: 5px;
	--prov3_FORM_INPUT_BORDER: 2px solid var(--color4);
	--prov3_FORM_INPUT_TXT_COLOR: var(--color3);
	--prov3_FORM_INPUT_DISABLED_BG: var(--color5);
	--prov3_FORM_INPUT_DISABLED_BORDER: 2px solid var(--color4);
	--prov3_FORM_INPUT_DISABLED_TXT_COLOR: var(--color2);
	--prov3_FORM_INPUT_ICON_COLOR: var(--color3);
	--prov3_FORM_INPUT_LBL_TXT_COLOR: var(--color2);
	--prov3_FORM_INPUT_COPY_COLOR: var(--color2);
	
	--prov3_TAB_HEAD_H3_TXT_COLOR: var(--color6);
	--prov3_TAB_HEAD_H3_BG: var(--color4);
	--prov3_TAB_HEAD_H3_BG_TXT_COLOR: var(--color2);
	--prov3_TAB_FILTER_BTN_BG: #e3e3e3;
	--prov3_TAB_FILTER_BTN_TXT_COLOR: var(--color3);
	--prov3_TAB_FILTER_BTN_BORDER: none;
	--prov3_TAB_FILTER_BTN_HOVER_BG: var(--color4);
	--prov3_TAB_FILTER_BTN_HOVER_TXT_COLOR: var(--color2);
	
	--prov3_PROVITEM_IMG_BG: #7d7d7d47;
	--prov3_PROVITEM_IMG_BORDER: 1px solid #7d7d7d;
	--prov3_PROVITEM_LBL_LOBBY_BG: var(--color4);
	--prov3_PROVITEM_LBL_LOBBY_TXT_COLOR: var(--color2);
	--prov3_PROVITEM_LBL_GAMELIST_BG: var(--color6);
	--prov3_PROVITEM_LBL_GAMELIST_TXT_COLOR: var(--color2);
	--prov3_PROVITEM_NAME_TXT_COLOR: var(--color2);
	--prov3_PROVITEM_BTN_BG: var(--color6);
	--prov3_PROVITEM_BTN_TXT_COLOR: var(--color2);
	--prov3_PROVITEM_BTN_BORDER: none;
	--prov3_PROVITEM_BTN_HOVER_BG: var(--color2);
	--prov3_PROVITEM_BTN_HOVER_TXT_COLOR: var(--color6);
	--prov3_PROVITEM_BTN_HOVER_BORDER: none;
	
	--prov3_USRPSWDBOX_BG: #7d7d7d;
	--prov3_USRPSWDBOX_TXT_COLOR: var(--color2);
	--prov3_USRPSWDBOX_LINK_TXT_COLOR: var(--color6);
	--prov3_USRPSWDBOX_BTN_BG: var(--color4);
	--prov3_USRPSWDBOX_BTN_TXT_COLOR: var(--color2);
	--prov3_USRPSWDBOX_BTN_HOVER_BG: var(--color5);
	--prov3_USRPSWDBOX_BTN_HOVER_TXT_COLOR: var(--color2);
	--prov3_USRPSWDBOX_QR_BG: #7493b6;
	--prov3_USRPSWDBOX_QR_LBL_BG: var(--color4);
	--prov3_USRPSWDBOX_QR_LBL_TXT_COLOR: var(--color2);
	
	--prov3_FAVBOX_TITLE_TXT_COLOR: var(--color2);
	--prov3_FAVBOX_TITLE_ICON_COLOR: #eb0c0c;
	--prov3_FAVBOX_BG: #bdbdbd47;
	--prov3_FAVBOX_BORDER: 2px solid var(--color4);
	--prov3_FAVBOX_ITEM_LBL_BG: var(--color4);
	--prov3_FAVBOX_ITEM_LBL_TXT_COLOR: var(--color2);
	--prov3_FAVBOX_BTN_BG: transparent;
	--prov3_FAVBOX_BTN_TXT_COLOR: var(--color2);
	--prov3_FAVBOX_BTN_HOVER_BG: transparent;
	--prov3_FAVBOX_BTN_HOVER_TXT_COLOR: #eb0c0c;
	--prov3_FAVBOX_CAROUSEL_BTN_TXT_COLOR: var(--color3);
	
	/* h4 */
	--h4_NAVIDROP_BG: #000000e0;
	--h4_NAVIDROP_ITEM_BG: 0 0;
	--h4_NAVIDROP_ITEM_TXT_COLOR: var(--color2);
	--h4_NAVIDROP_ITEM_HOVER_BG: #313131;
	--h4_NAVIDROP_ITEM_HOVER_TXT_COLOR: var(--color2);
	--h4_NAVIDROP_ITEM_LBL_LOBBY_BG: var(--color4);
	--h4_NAVIDROP_ITEM_LBL_LOBBY_TXT_COLOR: var(--color2);
	--h4_NAVIDROP_ITEM_LBL_GAMELIST_BG: var(--color6);
	--h4_NAVIDROP_ITEM_LBL_GAMELIST_TXT_COLOR: var(--color2);
	
	/* about_2 */
	--about2_CONTAINER_MAX_WIDTH: var(--content_MAX_WIDTH);
	--about2_CONTAINER_MARGIN: var(--content_MARGIN);
	--about2_CONTAINER_PADDING: var(--content_PADDING);
	
	--about2_WRAP_BG: var(--gradient1);
	--about2_WRAP_TXT: var(--color2);
	--about2_WRAP_RADIUS: 0;
	--about2_INFO_TABLIST_LI_BG: #bdbdbd;
	--about2_INFO_TABLIST_LI_TXT: var(--color3);
	--about2_INFO_TABLIST_LI_BORDER: 4px solid var(--color4);
	--about2_INFO_TABLIST_LI_ACTIVE_BG: var(--color4);
	--about2_INFO_TABLIST_LI_ACTIVE_TXT: var(--color2);
	--about2_INFO_H2_TXT: var(--color3);
	--about2_INFO_H2_DISC: var(--color6);
	--about2_INFO_CONTACT_ITEM_BG: #444;
	--about2_INFO_CONTACT_ITEM_IMG_BG: var(--color4);
	--about2_INFO_CONTACT_ITEM_LBL_TXT: var(--color2);
	--about2_INFO_CONTACT_ITEM_VAL_TXT: var(--color2);
	--about2_INFO_CONTACT_ITEM_VAL_HOVER_TXT: var(--color6);
	
	--select2-input-bg: rgba(28,28,29,1);
	--select2-dropdown-border-color:#333;
	--select2-dropdown-search-bg: #181818;
	--select2-dropdown-option-bg: #181818;
	--select2-dropdown-selected-bg: #393939;
	
	/* topSlideshow_3 */
	--top3_INDICATOR_BG: var(--color2);
	--top3_INDICATOR_ACTIVE_BG: var(--color6);
	
	/* VIP */
	--vip2_STEP_CONTAINER_CIRCLE_BG: #e4a511;
	--vip2_STEP_CONTAINER_CIRCLE_COLOR: #fff;
	--vip2_STEP_CONTAINER_P_TXT_COLOR: #7d7d7d;
	--vip2_STEP_CONTAINER_CIRCLE_LINE_BG: rgb(228 165 17 / 50%);
	
	--vip2_COVER_BG: #2e2e2e;
	--vip2_COVER_BG_BORDER_RADIUS: 0 5px 5px 5px;
	--vip2_TABLIST_BG: #7d7d7d;
	--vip2_TABLIST_BORDER: none;
	--vip2_TABLIST_BORDER_RADIUS: 5px 5px 0 0;
	--vip2_TABLIST_LI_COLOR: #fff;
	--vip2_TABLIST_LI_FIRST_CHILD_BORDER_RADIUS: 5px 0 0 0;
	--vip2_TABLIST_LI_SECOND_CHILD_BORDER_RADIUS: 0 5px 0 0;
	--vip2_TABLIST_LI_ACTIVE_BG: #2E2E2E;
	--vip2_TABLIST_LI_ACTIVE_COLOR: #fff;
	
	--vip2_MEMBER_GRP_STATUS_SUB_HEADER_COLOR: #fff;
	--vip2_MEMBER_GRP_STATUS_GRP_NAME_COLOR: #fff;
	--vip2_MEMBER_GRP_STATUS_PROGRESS_TXT_COLOR: #fff;
	--vip2_MEMBER_GRP_STATUS_CURRENT_POINT_TXT_COLOR: #ffe6a9;
	--vip2_MEMBER_GRP_STATUS_CURRENT_LVL_FIRST_BG: #464646;
	--vip2_MEMBER_GRP_STATUS_CURRENT_LVL_FIRST_COLOR: #fff;
	--vip2_MEMBER_GRP_STATUS_CURRENT_LVL_SECOND_BG: #8F3146;
	--vip2_MEMBER_GRP_STATUS_CURRENT_LVL_SECOND_COLOR: #fff;
	--vip2_MEMBER_GRP_STATUS_CURRENT_LVL_THIRD_BG: #3B2F91;
	--vip2_MEMBER_GRP_STATUS_CURRENT_LVL_THIRD_COLOR: #fff;
	--vip2_MEMBER_GRP_STATUS_CURRENT_LVL_FOURTH_BG: #D12B2C;
	--vip2_MEMBER_GRP_STATUS_CURRENT_LVL_FOURTH_COLOR: #fff;
	--vip2_MEMBER_GRP_STATUS_CURRENT_LVL_TOP_BG: #4413A9;
	--vip2_MEMBER_GRP_STATUS_CURRENT_LVL_TOP_COLOR: #fff;
	
	--vip2_MEMBER_GRP_STATUS_MEMBER_CONTAINER_FIRST_BG: radial-gradient(circle at center, #A7A7A7, #656565);
	--vip2_MEMBER_GRP_STATUS_MEMBER_CONTAINER_SECOND_BG: radial-gradient(circle at center, #FC9A7E, #BA3026);
	--vip2_MEMBER_GRP_STATUS_MEMBER_CONTAINER_THIRD_BG: radial-gradient(circle at center, #C1C4E0, #8B86FF);
	--vip2_MEMBER_GRP_STATUS_MEMBER_CONTAINER_FOURTH_BG: radial-gradient(circle at center, #F5D28D, #D24003);
	--vip2_MEMBER_GRP_STATUS_MEMBER_CONTAINER_TOP_BG: radial-gradient(circle at center, #F1BEEE, #775EC3);
	--vip2_MEMBER_GRP_STATUS_MEMBER_PROGRESS_CONTAINER_BG: #fff;
	--vip2_MEMBER_GRP_STATUS_MEMBER_PROGRESS_BAR_FIRST_BG: #FDB813;
	--vip2_MEMBER_GRP_STATUS_MEMBER_PROGRESS_BAR_SECOND_BG: #96253E;
	--vip2_MEMBER_GRP_STATUS_MEMBER_PROGRESS_BAR_THIRD_BG: #372A8A;
	--vip2_MEMBER_GRP_STATUS_MEMBER_PROGRESS_BAR_FOURTH_BG: #bf2805;
	--vip2_MEMBER_GRP_STATUS_MEMBER_PROGRESS_BAR_TOP_BG: #4413A9;
	
	/* Free Credit */
	--freeCredit2_CLAIM_ALL_CONTAINER_BG: var(--color11);
	--freeCredit2_CLAIM_ALL_CONTAINER_COLOR: var(--color2);
	--freeCredit2_CLAIM_ALL_BORDER_RADIUS: 5px;
	--freeCredit2_CLAIM_ALL_HEADER_BG: #FFFFFF;
	--freeCredit2_CLAIM_ALL_HEADER_COLOR: #000;
	--freeCredit2_CLAIM_ALL_HEADER_BORDER_RADIUS: 20px;
	--freeCredit2_CLAIM_ALL_CARD_BG: #FFF4DC;
	--freeCredit2_CLAIM_ALL_CARD_COLOR: #000;
	--freeCredit2_CLAIM_ALL_CARD_BORDER_RADIUS: 5px;
	--freeCredit2_CLAIM_ALL_CARD_BOTTOM_HR: 2px dashed lightgrey;
	--freeCredit2_CLAIM_ALL_CARD_BOTTOM_MORE_INFO_COLOR: #0F2065;
	--freeCredit2_CLAIM_ALL_CARD_BOTTOM_CLAIM_BTN_BG: var(--color4);
	--freeCredit2_CLAIM_ALL_CARD_BOTTOM_CLAIM_BTN_COLOR: var(--color1);
	--freeCredit2_CLAIM_ALL_CARD_BOTTOM_CLAIM_BTN_BORDER_RADIUS: 5px;
	--freeCredit2_CLAIM_ALL_CARD_BOTTOM_CLAIM_BTN_BORDER: none;
	--freeCredit2_CLAIM_ALL_ARROW_COLOR: var(--color11);
	--freeCredit2_CLAIM_ALL_ARROW_ACTIVE_HOVER_COLOR: #fff;
	--freeCredit2_CLAIM_ALL_ARROW_DISABLED_COLOR: var(--color4) !important;
	--freeCredit2_CLAIM_ALL_ARROW_DISABLED_ICON_BORDER: 2px solid #C0C0C0 !important;
	--freeCredit2_CLAIM_ALL_ARROW_DISABLED_ICON_BG: #C0C0C0 !important;
	--freeCredit2_CLAIM_ALL_ARROW_ACTIVE_HOVER_ICON_BORDER: 2px solid #fff;
	--freeCredit2_CLAIM_ALL_ARROW_ACTIVE_HOVER_ICON_BG: var(--color11);
	--freeCredit2_CLAIM_ALL_OR_SEPARATOR_TXT_COLOR: #fff;
	--freeCredit2_CLAIM_ALL_OR_SEPARATOR_LINE_BG: #fff;
	
	--freeCredit2_CLAIM_ALL_MODAL_BORDER_RADIUS: 10px;
	--freeCredit2_CLAIM_ALL_MODAL_COLOR: var(--color1);
	--freeCredit2_CLAIM_ALL_MODAL_SHOW_DETAILS_COLOR: #BEBEBE;
	--freeCredit2_CLAIM_ALL_MODAL_ERROR_LIST_BG: #C9C9C9;
	--freeCredit2_CLAIM_ALL_MODAL_ERROR_LIST_COLOR: #000;
	--freeCredit2_CLAIM_ALL_MODAL_ERROR_LIST_BORDER_RADIUS: 10px;
	--freeCredit2_CLAIM_ALL_MODAL_RED_TXT_COLOR: #e60000;
	--freeCredit2_CLAIM_ALL_MODAL_GREEN_TXT_COLOR: #28e837;
	--freeCredit2_CLAIM_ALL_MODAL_GREY_TXT_COLOR: #BEBEBE;
	--freeCredit2_CLAIM_ALL_MODAL_SUCCESS_TXT_SHADOW: 2px 2px 4px #3ffd4e5c;
	--freeCredit2_CLAIM_ALL_MODAL_FAIL_TXT_SHADOW: 2px 2px 4px #e600007d;
	
	--freeCredit2_CLAIM_ALL_LOADING_CONTAINER_BG: #0000006e;
	--freeCredit2_CLAIM_ALL_LOADING_CONTAINER_BORDER_RADIUS: 10px;
	--freeCredit2_CLAIM_ALL_LOADING_SPINNER_BORDER: 5px solid rgba(0, 0, 0, 0.1);
	--freeCredit2_CLAIM_ALL_LOADING_SPINNER_BORDER_LEFT_COLOR: #09f;
	--freeCredit2_CLAIM_ALL_LOADING_MSG_TXT_SHADOW: 4px 4px 4px #000000b5;
}

/* Preloader */
#preloader {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	z-index: 99999;
}
#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dstg-loader_img{
	width:250px;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
    position: relative;
	font-size: 12px;
	font-family: 'Quicksand', sans-serif
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b, strong {
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner,
	button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring,
	button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button
	{
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden], template {
	display: none
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

*::-ms-scrollbar {
	width: 5px;
    height: 5px
}

.dstg-hidden-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.dstg-hidden-scrollbar::-webkit-scrollBar {
	display: none
}

.dstg-hidden-scrollbar:-ms-scrollBar, .dstg-hidden-scrollbar::-ms-scrollBar {
	display: none
}

.dstg-hidden-scrollbar::-o-scrollBar {
	display: none
}

.dstg-hidden-scrollbar::scrollBar, .dstg-hidden-scrollbar:scrollBar {
	display: none
}

@-webkit-keyframes autofill {
	to {
		color: #fff;
		background: transparent
	}
} 

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both
}

.dstg-vertical-top {
	vertical-align: top
}

.dstg-vertical-middle {
	vertical-align: middle
}

.dstg-vertical-bottom {
	vertical-align: bottom !important
}

.dstg-cursor-pointer {
	cursor: pointer
}

.dstg-space-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.dstg-space-around {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.dstg-flex-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.dstg-flex-end, .dstg-flex-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.dstg-flex-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.dstg-flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.dstg-flex-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.dstg-flex-column {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column
}

.dstg-flex-column, .dstg-flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal
}

.dstg-flex-row {
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row
}

.dstg-flex-auto {
	flex: auto
}

.dstg-align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.dstg-align-center, .dstg-align-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.dstg-align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.dstg-align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.dstg-align-bottom, .dstg-justify-align-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.dstg-justify-align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.dstg-flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.dstg-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.dstg-d-table {
	display: table !important
}

.dstg-d-table-cell {
	display: table-cell !important
}

.dstg-d-inline-block {
	display: inline-block !important
}

.dstg-d-block {
	display: block !important
}

.dstg-d-none {
	display: none !important
}

.dstg-font-20 {
	font-size: 20px
}

.dstg-font-18 {
	font-size: 18px
}

.dstg-font-15 {
	font-size: 15px
}

.dstg-font-16 {
	font-size: 16px
}

.dstg-font-14 {
	font-size: 14px
}

.dstg-font-12 {
	font-size: 12px
}

.dstg-font-10 {
	font-size: 10px
}

.dstg-font-8 {
	font-size: 8px
}

font-italic {
	font-style: italic;
}

.dstg-text-center {
	text-align: center !important 
}

.dstg-text-left {
	text-align: left !important
}

.dstg-text-right {
	text-align: right !important
}

.dstg-overflow-hidden {
	overflow: hidden
}

.dstg-overflow-x-scroll {
	overflow-x: scroll
}

.dstg-font-compress {
	letter-spacing: 5px !important;
	-webkit-transform: scaleX(.8);
	transform: scaleX(.8);
	white-space: nowrap
}

.dstg-font-compress.dstg-font-compress-left {
	-webkit-transform-origin: left;
	transform-origin: left
}

.dstg-font-compress.dstg-font-compress-center {
	-webkit-transform-origin: center;
	transform-origin: center
}

.dstg-font-compress.dstg-font-compress-right {
	-webkit-transform-origin: right;
	transform-origin: right
}

.dstg-background-primary {
	background: #121212;
}

.dstg-bg-none {
	background: none
}

.dstg-fixing {
	min-height: 47px;
	color: #9b9b9b;
	border: 1px solid rgba(0, 0, 0, .7);
	background-color: rgba(0, 0, 0, .7);
	border-radius: 3px
}

.dstg-bg-size-full {
	background-size: 100% 100%
}

.dstg-bg-no-repeat {
	background-repeat: no-repeat
}

.dstg-bg-contain {
	background-size: contain !important
}

.dstg-bg-cover {
	background-size: cover !important
}

.dstg-block-bg-gradual {
	background: linear-gradient(124deg, #2f2f2f, #202020 100%)
}

.dstg-gray-gradual {
	background: linear-gradient(106deg, #000, #202020 100%)
}

.dstg-border-none {
	border: none
}

.dstg-rounded {
	border-radius: 50%
}

.dstg-w-100 {
	width: 100% !important
}

.dstg-w-90 {
	width: 90%
}

.dstg-w-50 {
	width: 50%
}

.dstg-w-15 {
	width: 15%
}

.dstg-h-100 {
	height: 100%
}

.dstg-h-100vh {
	height: 100vh !important
}

.dstg-right-0 {
	right: 0
}

.dstg-p-t-20 {
	padding-top: 20px !important
}

.dstg-m-t-20 {
	margin-top: 20px !important
}

.dstg-m-b-20 {
	margin-bottom: 20px !important
}

.dstg-p-20 {
	padding: 20px !important
}

.dstg-m-t-30 {
	margin-top: 30px !important
}

.dstg-m-l-5 {
	margin-left: 5px
}

.dstg-m-l-15 {
	margin-left: 15px
}

.dstg-m-r-15 {
	margin-right: 15px
}

.dstg-p-relative {
	position: relative
}

.dstg-p-absolute {
	position: absolute !important
}

.dstg-p-static {
	position: static
}

.dstg-p-fix {
	position: fixed
}

.dstg-justify-center {
	justify-content: center;
}

@media ( min-width :1024px) and (max-width:1499px) {
	.dstg-container {
		width: 80% !important;
		min-width: 980px
	}
}

@media ( max-width :1024px) {
	.dstg-container {
		padding: 0 20px
	}
}

@media ( min-width :1500px) {
	.dstg-container {
		max-width: 1400px
	}
}

.dstg-is-invisible {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	pointer-events: none;
	filter: progid:DXImageTransform.dstg-Microsoft.dstg-Alpha(Opacity=0);
	opacity: 0
}

@media screen and (min-width:0) {
	.dstg-is-invisible {
		display: none
	}
}

.dstg-captcha::-webkit-input-placeholder {
	font-size: 12px
}

.dstg-captcha::-moz-placeholder {
	font-size: 12px
}

.dstg-captcha:-ms-input-placeholder {
	font-size: 12px
}

.dstg-captcha::-ms-input-placeholder {
	font-size: 12px
}

.dstg-captcha::placeholder {
	font-size: 12px
}

.dstg-opacity-0 {
	opacity: 0
}

.dstg-opacity-1 {
	opacity: 1
}

ul {
	list-style-type: none;
	padding-left: 0
}

.dstg-router-animate-enter, .dstg-router-animate-leave {
	opacity: 0
}

.dstg-router-animate-enter-active {
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}

.dstg-router-animate-leave-to {
	opacity: 0
}

.dstg-router-animate-leave-active {
	pointer-events: none;
	position: absolute;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	width: 100%
}

.dstg-router-animateInRight-enter, .dstg-router-animateInRight-leave {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.dstg-router-animateInRight-enter-to {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.dstg-router-animateInRight-enter-active {
	-webkit-transition: .4s;
	transition: .4s
}

.dstg-router-animateInRight-leave-to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.dstg-router-animateInRight-leave-active {
	pointer-events: none;
	position: absolute;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	width: 100%
}

.dstg-router-animate-pop-enter {
	-webkit-transform: scale(0);
	transform: scale(0)
}

.dstg-router-animate-pop-enter-to {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.dstg-router-animate-pop-enter-active {
	-webkit-transition: .5s;
	transition: .5s
}

.dstg-router-animate-pop-leave-to {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.dstg-router-animate-pop-leave-active {
	-webkit-transition: .3s;
	transition: .3s
}

.dstg-router-animateJello-enter-active {
	-webkit-animation: jello .5s;
	animation: jello .5s
}

.dstg-router-animateJello-leave-active {
	animation: jello .5s reverse
}

@-webkit-keyframes jello { 
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	} 22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	} 33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	} 44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	} 55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	} 66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	} 77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg)
	} 88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg)
	}
}

@keyframes jello { 
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	} 22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	} 33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	} 44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	} 55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	} 66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	} 77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg)
	} 88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg)
	}
}

.dstg-jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

.dstg-router-animateHinge-enter-active {
	-webkit-animation: hinge 1s;
	animation: hinge 1s
}

.dstg-router-animateHinge-leave-active {
	animation: hinge 1s reverse
}

@-webkit-keyframes hinge { 
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform-origin: top left;
		transform-origin: top left
	} 20%, 60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform:rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left
	} 40%, 80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left
	} to {
		opacity: 0;
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0)
	}
}

@keyframes hinge { 
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform-origin: top left;
		transform-origin: top left
	} 20%, 60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left
	} 40%, 80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left
	} to {
		opacity: 0;
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0)
	}
}

.dstg-hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

.dstg-fade-enter, .dstg-fade-leave-to {
	opacity: 0
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	} to {
		opacity: 1
	}
}

@keyframes fadeIn { 
	0% {
		opacity: 0
	} to {
		opacity: 1
	}
}

.dstg-fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInUp { 
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	} to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUp { 
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	} to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.dstg-fadeInUp {
	-webkit-animation: fadeInUp 1.7s;
	animation: fadeInUp 1.7s
}

@-webkit-keyframes fadeInLeft { 
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	} to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInLeft { 
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	} to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.dstg-fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight { 
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	} to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}


@keyframes fadeInRight { 
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	} to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.dstg-fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes slideInUp { 
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	} to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInUp { 
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	} to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.dstg-slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutUp { 
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	} to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp { 
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	} to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.dstg-slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@-webkit-keyframes tada { 
	0% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
		-webkit-transform-origin: center;
		transform-origin: center
	} 20% {
		-webkit-transform: rotate(0) scale(1.2);
		transform: rotate(0) scale(1.2);
		-webkit-transform-origin: center;
		transform-origin: center
	} 25% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2)
	} 30% {
		-webkit-transform: rotate(-5deg) scale(1.2);
		transform: rotate(-5deg) scale(1.2)
	} 35% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2);
		-webkit-transform-origin: center;
		transform-origin :center
	} 40% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2)
	} 45% {
		-webkit-transform: rotate(-5deg) scale (1.2);
		transform: rotate(-5deg) scale(1.2)
	} 50% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2);
		-webkit-transform-origin: center;
		transform-origin: center
	} 55% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2)
	} 60% {
		-webkit-transform: rotate(-5deg) scale(1.2);
		transform: rotate(-5deg) scale(1.2)
	} 65% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2);
		-webkit-transform-origin: center;
		transform-origin: center
	} 70% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2)
	} 75% {
		-webkit-transform: rotate(-5deg) scale(1.2);
		transform: rotate(-5deg) scale(1.2)
	} 80% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2);
		-webkit-transform-origin: center;
		transform-origin: center
	} 85% {
		-webkit-transform: rotate(0) scale(1.2);
		transform: rotate(0) scale(1.2);
		-webkit-transform-origin: center;
		transform-origin: center
	} to {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@keyframes tada { 
	0% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
		-webkit-transform-origin: center;
		transform-origin: center
	} 20% {
		-webkit-transform: rotate(0) scale(1.2);
		transform: rotate(0) scale(1.2);
		-webkit-transform-origin: center;
		transform-origin: center
	} 25% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2)
	} 30% {
		-webkit-transform: rotate(-5deg) scale(1.2);
		transform: rotate(-5deg) scale(1.2)
	} 35% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2);
		-webkit-transform-origin: center;
		transform-origin :center
	} 40% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2)
	} 45% {
		-webkit-transform: rotate(-5deg) scale (1.2);
		transform: rotate(-5deg) scale(1.2)
	} 50% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2);
		-webkit-transform-origin: center;
		transform-origin: center
	} 55% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2)
	} 60% {
		-webkit-transform: rotate(-5deg) scale(1.2);
		transform: rotate(-5deg) scale(1.2)
	} 65% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2);
		-webkit-transform-origin: center;
		transform-origin: center
	} 70% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2)
	} 75% {
		-webkit-transform: rotate(-5deg) scale(1.2);
		transform: rotate(-5deg) scale(1.2)
	} 80% {
		-webkit-transform: rotate(5deg) scale(1.2);
		transform: rotate(5deg) scale(1.2);
		-webkit-transform-origin: center;
		transform-origin: center
	} 85% {
		-webkit-transform: rotate(0) scale(1.2);
		transform: rotate(0) scale(1.2);
		-webkit-transform-origin: center;
		transform-origin: center
	} to {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

.dstg-tada {
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
	-webkit-animation-name: tada;
	animation-name: tada;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	} 50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	} to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes rotate { 
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	} 50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	} to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.dstg-slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight { 
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	} to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInRight { 
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	} to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.dstg-slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

.dstg-animated {
	-webkit-animation-duration: 1.7s;
	animation-duration: 1.7s
}

@-webkit-keyframes ani-shuttle { 
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	} 10%, 20%{
		-webkit-transform: scale(.9) rotate(-8deg);
		transform: scale(.9) rotate(-8deg)
	} 30%, 50%, 70%{
		-webkit-transform: scale(1.3) rotate(8deg);
		transform: scale(1.3) rotate(8deg)
	} 40%, 60%{
		-webkit-transform: scale(1.3) rotate(-8deg);
		transform: scale(1.3) rotate(-8deg)
	} 80%{
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}

@keyframes ani-shuttle { 
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	} 10%, 20%{
		-webkit-transform: scale(.9) rotate(-8deg);
		transform: scale(.9) rotate(-8deg)
	} 30%, 50%, 70%{
		-webkit-transform: scale(1.3) rotate(8deg);
		transform: scale(1.3) rotate(8deg)
	} 40%, 60%{
		-webkit-transform: scale(1.3) rotate(-8deg);
		transform: scale(1.3) rotate(-8deg)
	} 80%{
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}

@-webkit-keyframes hvr-icon-right { 
	0%, 50%, to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	} 25%, 75% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px)
	}
}

@keyframes hvr-icon-right { 
	0%, 50%, to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	} 25%, 75% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px)
	}
}

.dstg-m-r-0 {
	margin-right: 0 !important
}

.dstg-m-l-0 {
	margin-left: 0 !important
}

.dstg-m-t-0 {
	margin-top: 0 !important
}

.dstg-m-b-0 {
	margin-bottom: 0 !important
}

.dstg-m-r-5 {
	margin-right: 5px !important
}

.dstg-m-l-5 {
	margin-left: 5px !important
}

.dstg-m-t-5 {
	margin-top: 5px !important
}

.dstg-m-b-5 {
	margin-bottom: 5px !important
}

.dstg-m-r-10 {
	margin-right: 10px !important
}

.dstg-m-l-10 {
	margin-left: 10px !important
}

.dstg-m-t-10 {
	margin-top: 10px !important
}

.dstg-m-b-10 {
	margin-bottom: 10px !important
}

.dstg-m-r-15 {
	margin-right: 15px !important
}

.dstg-m-l-15 {
	margin-left: 15px !important
}

.dstg-m-t-15 {
	margin-top: 15px !important
}

.dstg-m-b-15 {
	margin-bottom: 15px !important
}

.dstg-m-r-20 {
	margin-right: 20px !important
}

.dstg-m-l-20 {
	margin-left: 20px !important
}

.dstg-m-t-20 {
	margin-top: 20px !important
}

.dstg-m-b-20 {
	margin-bottom: 20px !important
}

.dstg-p-r-0 {
	padding-right: 0 !important
}

.dstg-p-l-0 {
	padding-left: 0 !important
}

.dstg-p-t-0 {
	padding-top: 0 !important
}

.dstg-p-b-0 {
	padding-bottom: 0 !important
}

.dstg-p-r-5 {
	padding-right: 5px !important
}

.dstg-p-l-5 {
	padding-left: 5px !important
}

.dstg-p-t-5 {
	padding-top: 5px !important
}

.dstg-p-b-5 {
	padding-bottom: 5px !important
}

.dstg-p-r-10 {
	padding-right: 10px !important
}

.dstg-p-l-10 {
	padding-left: 10px !important
}

.dstg-p-t-10 {
	padding-top: 10px !important
}

.dstg-p-b-10 {
	padding-bottom: 10px !important
}

.dstg-p-r-15 {
	padding-right: 15px !important
}

.dstg-p-l-15 {
	padding-left: 15px !important
}

.dstg-p-t-15 {
	padding-top: 15px !important
}

.dstg-p-b-15 {
	padding-bottom: 15px !important
}

.dstg-m-auto {
	margin: 0 auto !important
}

.dstg-m-0 {
	margin: 0 !important
}

.dstg-m-5 {
	margin: 5px !important
}

.dstg-m-10 {
	margin: 10px !important
}

.dstg-m-15 {
	margin: 15px !important
}

.dstg-p-0 {
	padding: 0 !important
}

.dstg-p-5 {
	padding: 5px !important
}

.dstg-p-10 {
	padding: 10px !important
}

.dstg-p-15 {
	padding: 15px !important
}

.dstg-m-r-l-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.dstg-m-t-b-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.dstg-m-r-l-5 {
	margin-right: 5px !important;
	margin-left: 5px !important
}

.dstg-m-t-b-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important
}

.dstg-m-r-l-10 {
	margin-right: 10px !important;
	margin-left: 10px !important
}

.dstg-m-t-b-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important
}

.dstg-m-r-l-15 {
	margin-right: 15px !important;
	margin-left: 15px !important
}

.dstg-m-t-b-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important
}

.dstg-p-r-l-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.dstg-p-t-b-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.dstg-p-r-l-5 {
	padding-right: 5px !important;
	padding-left: 5px !important
}

.dstg-p-t-b-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important
}

.dstg-p-r-l-10 {
	padding-right: 10px !important;
	padding-left: 10px !important
}

.dstg-p-t-b-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important
}

.dstg-p-r-l-15 {
	padding-right: 15px !important;
	padding-left: 15px !important
}

.dstg-p-t-b-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.carousel-indicators {
	z-index: 1
}


html *, body * {
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 1px;
}

body, html {
	width: 100%;
	height: 100%
}

body, html {
	min-width: 1000px
}

@media screen and (max-width: 1300px) {
	html, body {
	    height: calc(100%) !important;
	}
}


h1, h2, h3, h4, h5, h6, ul {
	margin: 0
}

input {
	border: 0
}

input:focus {
	outline: none
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none
}

h3 {
	color: #bcbcbc
}

h4 {
	color: #f3e071
}

h5 {
	font-size: 14px;
	color: #bcbcbc;
	line-height: 24px;
	font-weight: 400
}

[v-cloak] {
	display: none !important
}

.dstg-wrap {
	margin: 0 auto;
	width: unset;
	max-width: 1200px;
	position: relative
}

path:focus, svg:focus {
	outline: none
}

@media ( min-width :780px) {
	.dstg-wrap {
		max-width: 1200px
	}
}

button {
	outline: none
}

#app {
	height: 100%
}

.dstg-pc-content-min-height {
	background: #121212;
}

.dstg-loader {
	position: fixed;
    top: 0px;
    z-index: 999999;
    background: rgba(0,0,0,.6)
}

.dstg-loader.dstg-d-loader {
	display: none;
}

.dstg-btn-play.dstg-yellow {
	border-radius: 3px;
	min-height: 35px;
	font-weight: bold
}

.dstg-btn-play:last-child { 
 	margin-right: 0 
}

/* .dstg-btn-play:before { 
	content: ""; 
	height: 100%; 
	width: 136px; 
	display: block; 
	position: absolute; 
	top: 0; 
	right: -5.3rem; 
	-webkit-transform: skewX(-71deg) translateX(2em); 
	transform: skewX(-71deg) translateX(2em); 
	-webkit-transition: none; 
	transition: none 
}  */

/* .dstg-btn-play:not(.dstg-gray ):hover:before { 
	-webkit-transform: skewX(-71deg) translateX(-10.5em); 
	transform: skewX(-71deg) translateX(-10.5em); 
	-webkit-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out 
} */

.dstg-background-primary-img {
	position: fixed;
	top: 0;
    left: 0;
	z-index: -1
}

/* INPUT */
.form-group .input- {
	position: relative;
    display: flex;
    flex-direction: column
}

.form-group input,
.form-group select {
	width: 100%;
	padding: 10px;
    border: 1px solid #bdbdbd;
    box-shadow: none
}

.form-group input:focus,
.form-group input:hover,
.form-group select:focus,
.form-group select:hover {
	box-shadow: none !important;
	-webkit-box-shadow: none !important
}

.form-group input.icon-l ,
.form-group select.icon-l {
	padding: 10px 1rem 10px 3rem
}

.form-group input.icon-r ,
.form-group select.icon-r {
	padding: 10px 3rem 10px 1rem
}

/* MODAL */
.modal-content {
	border-radius: 0;
	background: linear-gradient(136deg,#f6f4f4,#dddddf);
    color: #000
}

.modal-header {
	position: relative;
    font-weight: 600;
    border: none;
    font-size: 18px;
}

.modal-header:after {
	content: "";
    position: absolute;
    width: 95%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.modal-header .title {
	margin: 0 3rem 0 20px
}

.modal-header .diamond {
	position: absolute;
    width: 10px;
    height: 10px;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg)
}

.modal-header .btn-modalClose {
	position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0
}

/* langmodal */
#langmodal .lang- {
	margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid var(--color3)
}

#langmodal .lang-:last-child {
	margin: 0;
	padding: 0;
	border: 0
}

#langmodal .lang- .lang-lbl {
	margin: 0;
    gap: 1rem;
    align-items: center;
    font-weight: 600
}

#langmodal .lang- .lang-lbl img {
	width: 30px
}

#langmodal .lang- .lang-option {
	display: flex;
	flex-wrap: wrap;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    gap: 2rem;
    align-items: center
}

#langmodal .lang- .lang-option li {
	position: relative;
	cursor: pointer;
	transition: .3s
}

#langmodal .lang- .lang-option li:hover {
	color: var(--color6)
}

#langmodal .lang- .lang-option li:after {
	content: "";
	position: absolute;
	width: 1px;
    height: 100%;
    background: var(--color3);
    right: -1rem
}

#langmodal .lang- .lang-option li:last-child:after {
	background: 0
}

/* loginmodal */
#loginmodal .form- {
	display: none;
    animation-name: fadeOut
}

#loginmodal .form-.show {
	display: block;
    animation-name: fadeIn;
    animation-duration: .5s
}

#loginmodal .form-text {
	text-align: center;
	margin: 0 0 2rem
}

#loginmodal .form-text .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px
}

#loginmodal .form-text .text {
	font-size: 14px;
	color: inherit
}

#loginmodal .nav-tabs {
	margin-bottom: 1rem;
	border-bottom: 3px solid
}

#loginmodal .nav-tabs .nav-link {
	margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 0;
    color: #7d7d7d;
    background: #cfcfcf
}

#loginmodal .nav-tabs .nav-link.active,
#loginmodal .nav-tabs .nav-link:hover {
	color: #fff;
	background: #013b7a
}

#loginmodal .form-group:last-child {
	display: flex;
    flex-direction: column;
    gap: 5px
}

#loginmodal .input- i {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    z-index: 1
}

#loginmodal .input- i.left- {
	left: 1rem
}

#loginmodal .input- i.right- {
	right: 1rem
}

#loginmodal .input- input {
	border-radius: 5px;
	padding: 12px 1rem
}

#loginmodal .input- select {
	border-radius: 5px;
	padding: 10px 1rem
}

#loginmodal .input- input.icon-l {
	padding-left: 3rem
}

#loginmodal .input- input.icon-r {
	padding-right: 3rem
}

#loginmodal .input- input.icon-lr {
	padding: 12px 3rem
}

#loginmodal .remember {
	gap: 5px
}

#loginmodal .remember input {
	width: auto;
	cursor: pointer
}

#loginmodal .remember label {
	margin: 0
}

#loginmodal .forgot-field {
	cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    margin-bottom: .5rem
}

#loginmodal .forgot-field:hover {
	color: #fcb913
}

#loginmodal .loginBtn,
#loginmodal .loginOtpBtn {
	padding: 10px;
	border: 0;
	color: #fff
}

#loginmodal .loginOtpBtn {
	height: auto
}

#loginmodal .loginPswdVisi- {
	cursor: pointer
}

#loginmodal .otpTimer- {
	position: absolute;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
    border-radius: 10px;
    color: #fff;
    background: #000000b3
}

#loginmodal .otpTimer- span {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#loginmodal .otpTimer- i {
	position: relative;
    top: 0;
    transform: translateY(0)
}

/* autotransmodal, provgamemodal, restoremodal */
.modal .restoreList-wrap {
	margin: 1rem 0
}

.modal .restoreList-wrap .lbl {
	font-size: 14px;
    font-weight: 600
}

.modal .restoreList-wrap .list- .listItem- {
	display: grid;
    grid-template-columns: 30% 35% 35%;
    padding: 5px
}

.modal .restoreList-wrap .listHeader {
	font-weight: 600;
    color: var(--color2);
    background: var(--color4)
}

.modal .restoreList-wrap .listBody {
	max-height: 150px;
    overflow-y: auto;
    color: var(--color1);
    background: var(--color2)
}

.modal .restoreList-wrap .listBody .listItem- div:first-child img {
	max-width: 80%
}

#autotransmodal .directProviderInfo-wrap {
	margin: 1rem -15px
}

#autotransmodal .directProviderInfo-wrap .provinfo- {
	font-size: 14px
}

#autotransmodal .directProviderInfo-wrap .provinfo- div:first-child {
	font-weight: 600
}

#autotransmodal .transactionStatus-wrap {
	margin: 1rem 0;
    display: flex;
    gap: 5px;
    align-items: center
}

#autotransmodal .directProviderBtn-wrap,
#provgamemodal .providerBtn-wrap {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px
}

#autotransmodal .directProviderBtn-wrap button,
#provgamemodal .providerBtn-wrap button {
	width: calc(100%/3);
	padding: 10px 5px;
    font-size: 12px;
    font-weight: 600;
	border: 0;
	border-radius: 5px;
	text-transform: uppercase;
	transition: .3s;
	color: var(--color2);
	background: var(--color6)
}

#autotransmodal .directProviderBtn-wrap button:hover,
#provgamemodal .providerBtn-wrap button:hover {
	filter: brightness(.6)
}

#autotransmodal .directProviderBtn-wrap button:disabled,
#provgamemodal .providerBtn-wrap button:disabled {
	background: var(--color3);
    color: var(--color2)
}

#restoremodal .restoreList-wrap .listBody {
	max-height: 350px
}

/* donwloadmodal */
#downloadmodal .provider-img-wrap {
    text-align: center;
    width: fit-content;
    margin: auto;
}

#downloadmodal .provider-img-wrap img {
	width: 100%;
}

#downloadmodal .downloadQR-content {
	display: flex;
    justify-content: center;
}

#downloadmodal .downloadQR-content .downloadQR-item {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

#downloadmodal .downloadQR-content .user-wrap {
	padding-top: 50px
}

#downloadmodal .downloadQR-content .img-wrap {
	width: 120px;
    height: 120px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

#downloadmodal .downloadQR-content .btn-download {
	border: none;
    padding: 0.6rem 2rem;
    font-weight: bold;
    cursor: pointer;
    margin-top: 1rem;
    border-radius: unset
}

#downloadmodal .downloadQR-content .user-wrap .form-group {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

#downloadmodal .downloadQR-content .user-wrap .form-group .form-wrap {
	display: flex;
    flex-direction: row;
    align-items: center
}

#downloadmodal .downloadQR-content .user-wrap .form-group .col-form-label {
	font-size: 12px
}

#downloadmodal .downloadQR-content .user-wrap .form-group input {
	width: 126px;
    text-align: center;
    padding: 10px 5px;
    margin-left: 5px;
    border-radius: 20px;
    font-size: 12px
}

/* announcemodal */
#announcemodal #announceList {
	max-height: 600px;
    overflow-y: auto
}

#announcemodal .announce-item {
	margin: 0 0 1rem;
    padding: 0 0 5px;
	border-bottom: 1px dashed
}

#announcemodal .announce-item .title {
    cursor: pointer
}

#announcemodal .announce-item .title i {
	margin: 0 10px 0 0
}

#announcemodal .announce-item .message {
	padding: 10px 0
}
/* MODAL */

/* HEADER */
header {
	-webkit-box-shadow: 0 -30px 30px 0 rgba(35, 35, 35, .7);
    box-shadow: 0 -30px 30px 0 rgba(35, 35, 35, .7)
}

header .dstg-header-content {
	width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* position: fixed; */
    z-index: 999;
    height: auto
}

.dstg-header-content .dstg-header-left {
	width: 100%;
	height: 60px;
	display: flex;
    align-items: center;
    margin: auto 0
}

.dstg-header-content .dstg-header-left a,
.dstg-header-content .dstg-header-left a img {
	height: 100%;
	display: flex;
    align-items: center
}

.dstg-header-content .dstg-header-center {
	height: 80px
}

.dstg-header-content .dstg-header-center .dstg-traceAmt-box {
    min-width: 180px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    vertical-align: middle;
    margin-right: 20px;
    padding: 20px 0
}

/* header qr element */
.two-logos{
	display:flex;
}

.two-logos:before{
	display:none;
} 

.two-logos a{
	padding-right: 20px;
}

.logo-divider {
	border: solid;
    border-width: 1px;
    height: 60%;
    color: var(--color2);
    margin: 0 18px;
}  

.partners-logo{
	padding-left: 20px;
}

.partners-logo img {
	width: 50px;
	height: 50px;
}

.partners-logo i {
	cursor: pointer;
	font-size: 38px;
	border: 2px solid var(--color2);
	padding: 4px;
	border-radius: 4px;
	color: var(--color2);
}
/* header qr element */

/* Member Group Progress Header */
.dstg-header-content .dstg-header-center .dstg-member-box {
    width: max-content;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    vertical-align: middle;
    margin-right: 15px;
    padding: 20px 0;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header {
	position: absolute;
    width: 250px;
    margin: 30px 0 0;
    border-radius: 10px;
    background: #d4d4d4;
    top: 42px;
    padding: 20px;
    transform: translateX(-40%);
    opacity: 0;
    cursor: auto;
    display: none;
}

.dstg-header-content .dstg-header-center .dstg-member-box:hover .member-group-info-header {
	z-index: 10;
	opacity: 1;
	transition: .3s opacity;
	display: block;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .arrow-pointer {
	position: absolute;
    font-size: 60px;
	top: -30px;
	left: 43%;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .dstg-member-img {
	width: 50px;
    height: 50px;
    background-repeat: round !important;
    background-position: unset !important;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .dstg-info-name {
	flex: 1;
	font-size: 16px;
	padding-bottom: 3px;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-rank-lvl {
	font-size: 12px;
	font-weight: normal;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container {
	position: relative;
	border-radius: 10px;
    padding: 14px;
    padding-top: 35px;
    font-weight: normal;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container .dstg-info-memberGroup {
	font-size: 16px;
    font-weight: bold;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container .member-progress-text {
	text-align: left;
    font-size: 14px;
    user-select: none;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container .member-progress-text .currentPoint {
	font-size: 28px;
	padding-right: 5px;
	font-weight: bold;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container .member-progress-container {
	margin-top: 8px;
	width: 100%;
    border-radius: 4px;
    overflow: hidden;
    height: 6px;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container .member-progress-container .member-progress-bar  {
	height: 100%;
    width: 0%;
    transition: width 0.4s ease;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container .currentLvlTxt {
	position: absolute;
	top: 0;
	left: 0;
    padding: 4px 10px;
    border-radius: 10px 0 10px 0;
    font-weight: bold;
    font-size: 11px;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container .member-group-icon,
.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container .member-group-icon-side {
	position: absolute;
	width: 45px;
	top: -10px;
    right: -10px;
}
/* Member Group Progress Header */

/* Member Group Progress Header */
.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .arrow-pointer {
	color: #d4d4d4;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .dstg-info-name {
	color: #000;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container .currentPoint {
	color: #ffe6a9;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.firstRank .currentLvlTxt {
	background-color: #464646;
	color: #fff;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.secondRank .currentLvlTxt {
	background-color: #8F3146;
	color: #fff;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.thirdRank .currentLvlTxt {
	background-color: #3B2F91;
	color: #fff;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.fourthRank .currentLvlTxt {
	background-color: #D12B2C;
	color: #fff;
}

.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.topRank .currentLvlTxt {
	background-color: #4413A9;
	color: #fff;
}
/* Member Group Progress Header */

.dstg-header-content .dstg-header-center .dstg-member-box .dstg-member-content {
	align-self: center;
	cursor: pointer;
}

.dstg-header-content .dstg-header-center .dstg-member-box .dstg-member-content .dstg-member-name {
	font-size: 1rem;
    font-weight: 700;
}

.dstg-header-content .dstg-header-center .dstg-navi-box {
	align-self: center
}

.dstg-header-content .dstg-header-center .dstg-navi-box .dstg-navi-content {
    cursor: pointer;
    font-weight: bold;
    width: max-content
}

.dstg-header-content .dstg-header-center .dstg-navi-box .dstg-navi-divider {
	margin: 0 5px;
	align-self: center
}

.dstg-header-content .dstg-header-center .dstg-btn-box button {
	border: none;
	cursor: pointer
}

.dstg-header-content .dstg-header-center .dstg-btn-box button i {
	transform: rotateZ(0);
	transition: transform .5s ease-in-out
}

.dstg-header-content .dstg-header-center .dstg-btn-box button:hover i {
	transform: rotateZ(360deg);
	transition: transform .5s ease-in-out
}

.dstg-header-content .dstg-header-center .dstg-language-box {
	min-width: 180px;
	cursor: pointer;
    font-size: 14px;
    height: 100%;
    padding: 25px 0;
    text-transform: uppercase
}

.dstg-header-content .dstg-header-center .dstg-language-box .dstg-title {
	margin: auto;
    width: 100%;
    display: flex;
    justify-content: center
}

.dstg-header-content .dstg-header-center .dstg-language-box .dstg-title img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border-radius: 100%
}

.dstg-header-content .dstg-header-center .dstg-language-box .dstg-title .dstg-title-label {
	height: 100%;
	margin: auto 0;
	letter-spacing: 1.5px;
	text-align: center;
	font-weight: bold;
	transition: .3s
}

.dstg-header-content .dstg-header-right{
	align-items:center;
}

.dstg-header-content .dstg-header-right .dstg-buttons {
	min-width: 180px
}

.dstg-header-content .dstg-header-right .dstg-buttons .dstg-button-big {
	width: 100%;
	height: 40px;
	border-width: 0;
	letter-spacing: 1.5px;
	font-weight: bold;
	transition: all 0.3s ease 0s;
	text-transform: uppercase
}

.dstg-header-right .dstg-buttons {
	margin-right: 10px
}

.dstg-countdown-widget {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
    margin-bottom: 20px;
}

.dstg-countdown-widget .dstg-countdowm-letter:first-child {
    font-size: 24px;
    padding: 10px;
    font-weight: bold;
}

.dstg-countdown-widget>div:first-child {
    width: 275px;
}

.dstg-countdown-widget>div {
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    margin: 4px;
    border-radius: 3px;
    min-height: 80px;
    box-sizing: border-box;
    width: 100px;
}

.dstg-countdown-widget>div span {
	font-size: 40px;
    font-weight: 700;
    display: block;
    width: 100%;
}

.dstg-countdown-widget>div div {
	font-size: 10px;
	margin-bottom: 5px;
}

/* refresh button */
.dstg-btn-box .dstg-refreshBtn {
    padding: 0.4em 0.5em;
    border-radius: 2rem;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 400;
    color: #fff !important;
    box-shadow: inset 0 -0.6em 0 -0.35em rgba(0,0,0,.27);
    text-align: center;
    position: relative;
    margin: 0
}

.dstg-btn-box .dstg-refreshBtn:hover {
	opacity: 0.8;
}
.dstg-btn-box .dstg-refreshBtn:active {
	top: 60%
}

/* header deposit and withdraw button */
.dstg-hdepositBtn {
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1
}

.dstg-hdepositBtn:before,
.dstg-hdepositBtn:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 50%;
  top: -50%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.dstg-hdepositBtn:after {
  top: 100%
}

.dstg-hdepositBtn:hover:before {
  top: 0
}

.dstg-hdepositBtn:hover:after {
  top: 50%
}

/* NEW NAVIGATION BAR */
.dstg-header-navi .dstg-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	white-space: nowrap
}

.dstg-header-navi.overflow- .dstg-wrapper {
	overflow-x: scroll;
	overflow-y: hidden
}

.dstg-header-navi .dstg-navi-item .dstg-navi-btn {
    position: relative;
    padding: 1rem 5px 12px;
    font-weight: 700;
    text-decoration: none;
    align-items: center;
    gap: 5px;
    border-bottom: 3px solid;
    text-transform: uppercase
}

.dstg-header-navi .dstg-navi-item .dstg-navi-btn .dstg-navi-icon {
    height: 25px;
    width: 25px;
    transition: none
}

.dstg-header-dropdown {
    background: rgba(0,0,0,.9);
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 99;
    overflow: hidden;
}

.dstg-header-dropdown .dstg-wrapper {
    width: 1300px;
    margin: 0 auto;
}

.dstg-header-dropdown .dstg-wrapper>ul {
    margin: 0 auto;
}

.dstg-header-dropdown .dstg-drop-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dstg-header-dropdown .dstg-wrapper li {
	display: inline-block;
}

.dstg-header-dropdown .dstg-drop-item {
    padding: 0 10px;
    width: 150px;
    margin: 5px 0;
}


.dstg-header-dropdown .dstg-drop-item:hover {
   background-color: #313131;
   transition: .3s;
}

.dstg-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.dstg-header-dropdown .dstg-drop-title {
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    padding: 8px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}

.dstg-more-list{
	z-index: 1;
    position: absolute;
    margin-top:5px;
    display:grid;
    padding:5px;  
    visibility: hidden;
    transform: scale(1, 0);
    transform-origin: top;
    transition: all .3s ease-in-out;

}

.dstg-more-selection{
	display: inline-block;
    padding: 5px 10px 0;
}

.dstg-more-selection a:hover{
    color: rgba(252,185,19,1);	
}

#moreNavi{
	font-weight: 700;
    height: auto;
    padding: 15px 0;
    margin: 0 4px;
    position: relative;
    transition: .2s;
}

.dstg-more-icon{
	height: 20px;
    width: 20px;
    margin: auto 8px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.dstg-more-selection:hover #moreNavi{
	border:none;
}

#naviBar .dstg-more-selection:hover .dstg-more-list{
    visibility: visible;
	transform: scale(1); 
}
/* NEW NAVIGATION BAR */

.dstg-header-navi .navi-item-dropdown- {
	position: absolute;
    width: 100%;
    height: fit-content;
    display: block;
    background: var(--h4_NAVIDROP_BG);
    z-index: 4
}

.dstg-header-navi.overflow- .navi-item-dropdown- {
	top: calc(100% - 11px)
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul {
	position: relative;
	display: none;
	max-height: 450px;
	overflow-y: auto;
	padding: 0 10%
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul.show {
	display: flex;
	flex-wrap: wrap
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul li {
	position: relative;
	width: calc(100% / 8);
	padding: 10px;
	transition: .3s;
	color: var(--h4_NAVIDROP_ITEM_TXT_COLOR);
	background: var(--h4_NAVIDROP_ITEM_BG)
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul li:hover {
	color: var(--h4_NAVIDROP_ITEM_HOVER_TXT_COLOR);
	background: var(--h4_NAVIDROP_ITEM_HOVER_BG)
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul li .block- {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: var(--color2);
    background: #000000e0;
    z-index: 2
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul li .block- .block-wrap {
	width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: .25rem 0;
    font-size: .75rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul li .block- .block-wrap i {
    font-size: 1.25rem
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul li .block-.overlay {
    cursor: pointer;
    background: 0 0;
    z-index: 1
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul li .block- .m-wrap i {
	color: #eebb17
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul li .prov-img {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul li .prov-img .lbl- {
	position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul li .prov-img .lbl-[data-gamelabel='lobby'] {
	color: var(--h4_NAVIDROP_ITEM_LBL_LOBBY_TXT_COLOR);
	background: var(--h4_NAVIDROP_ITEM_LBL_LOBBY_BG)
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul li .prov-img .lbl-[data-gamelabel='gamelist'] {
	color: var(--h4_NAVIDROP_ITEM_LBL_GAMELIST_TXT_COLOR);
	background: var(--h4_NAVIDROP_ITEM_LBL_GAMELIST_BG)
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul li .prov-img img {
	min-height: 140px
}

.dstg-header-navi .navi-item-dropdown- .dropdown-wrap- ul li .prov-name {
	font-weight: 600
}
/* HEADER */

/* FOOTER */
footer {
	padding-top: 15px;
}

@media ( min-width :1024px) and (max-width:1499px) {
	footer .dstg-footer-top,
	footer .dstg-footer-middle,
	footer .dstg-footer-bottom {
		width: 80% !important;
		min-width: 980px
	}
}

@media ( max-width :1024px) {
	footer .dstg-footer-top,
	footer .dstg-footer-middle,
	footer .dstg-footer-bottom {
		padding: 0 20px
	}
}

@media ( min-width :1500px) {
	footer .dstg-footer-top,
	footer .dstg-footer-middle,
	footer .dstg-footer-bottom {
		/* max-width: 1400px */	
	}
}

footer .dstg-footer-top {
	display: grid;
	grid-template-columns: 33.33% 33.33% 33.33% 
}

footer .dstg-footer-top .dstg-footer-separate {
	margin: 20px 0;
	margin-right: 30px
}

footer .dstg-footer-top .dstg-footer-separate:last-child {
	margin-right: 0
}

footer .dstg-footer-top .dstg-footer-separate .dstg-description-item {
	margin-bottom: 20px
}

footer .dstg-footer-top .dstg-footer-separate .dstg-description-item:last-child {
	margin-bottom: 0
}

footer .dstg-footer-top .dstg-footer-separate .dstg-description-item .dstg-title {
	margin-bottom: 10px;
	font-weight: bold;
	color: #888888;
}

footer .dstg-footer-top .dstg-footer-separate .dstg-description-item .dstg-content {
	text-align: justify;
	line-height: 15px;
	font-size: 10px;
}

footer .dstg-footer-top .dstg-footer-separate .dstg-description-item .dstg-content ul {
	list-style: disc;
	padding-left: 20px
}

footer .dstg-footer-middle .dstg-middle-separate:last-child {
	display: grid;
    grid-template-columns: 29.5% 1% 69.5%
}

footer .dstg-footer-bottom .dstg-bottom-wrap {
	padding: 10px 0
}

footer .dstg-footer-bottom .dstg-bottom-wrap .dstg-footer-bottom-bar {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 35px;
	letter-spacing: 1px
}

footer .dstg-footer-bottom .dstg-bottom-wrap .dstg-footer-bottom-bar ul li {
	display: inline-block;
	padding: 0 7px;
}

footer .dstg-footer-bottom .dstg-bottom-wrap .dstg-footer-bottom-bar ul li:last-child {
	border-right-width: 0
}

footer .dstg-footer-bottom .dstg-bottom-wrap .dstg-footer-bottom-bar .dstg-copy-right {
	/* font-weight: bold */
}

footer .dstg-img-wrapper {
	margin-bottom: 20px;
	padding: 20px;
}

footer .dstg-img-wrapper .dstg-title-box {
	margin: 5px 0;
    padding-bottom: 5px
}

footer .dstg-img-wrapper .dstg-title-box .dstg-icon {
	font-size: 25px;
	width: 45px;
	text-align: center
}

footer .dstg-img-wrapper .dstg-title-box .dstg-title {
	padding: 5px 0;
	font-weight: bold
}

footer .dstg-img-wrapper .dstg-img-content {
	margin: 20px auto
}	

footer .dstg-img-wrapper .dstg-platform-content .dstg-content-wrap {
	width: 100%;
    justify-content: center
}

footer .dstg-img-wrapper .dstg-img-content .dstg-content-wrap .dstg-content-item {
    width: 145px;
    height: 40px;
    border-radius: 10px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

footer .dstg-img-wrapper .dstg-platform-content .dstg-content-wrap .dstg-content-item {
	margin: 10px 0
}

.dstg-copyright {
	text-align: center;
    font-size: 12px;
    background: black;
    padding: 1rem
}

.dstg-provider-platform {
	
}

.dstg-provider-platform .dstg-provider-platform-wrap {
    padding: 1rem 15px;
    grid-template-columns: repeat(8, 1fr);
    gap: 40px;
    display: grid;
    justify-items: center;
}

.dstg-provider-platform .dstg-img {
	max-width: 120px;
	max-height: 80px;
    height: fit-content;
    margin: auto 0
}

.dstg-provider-platform .dstg-provider-platform-wrap.container .dstg-img {
	max-width: 115px
}

.dstg-footer-webmap > div div .dstg-content-item {
    width: 145px;
    height: 40px;
    border-radius: 10px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.dstg-footer-webmap {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; */
}

.dstg-footer-webmap .dstg-footer-webmap-wrap {
	display: grid;
    grid-template-columns: 15% 25% 60%;
    padding: 2rem 0 0
}

.dstg-footer-webmap .dstg-webmap-split {
    margin-right: 15px;
    margin-bottom: 40px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
    border-left: 2px solid
}

.dstg-footer-webmap .dstg-title {
	position: relative;
	font-size: 1rem;
	padding-left: 20px;
    font-weight: bold
}

.dstg-footer-webmap .dstg-title:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	left: -2px;
	top: 0
}

.dstg-footer-webmap .dstg-link-list {
	display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 20px
}

.dstg-footer-webmap .dstg-img-list {
	display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    gap: 1rem
}

.dstg-footer-webmap .dstg-img-list img {
	max-width: 120px;
	width: auto;
	height: fit-content;
    margin: auto 0
}
/* FOOTER */

/* navi bar */
.dstg-navi-content .dstg-bottom-nav {
	max-width: 1300px;
	margin: 0 auto;
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list {
	/* width: max-content; */
	height: 100%;
	font-size: 0;
	padding: 0
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	font-size: 14px;
	height: 100%;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	vertical-align: middle;
	width: 140px;
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item:hover {
	position: relative
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item a {
	display: flex;
	height: 100%;
	margin: auto;
	text-align: center;
	width: 100%;
	line-height: 55px;
	font-weight: bold;
	justify-content: center
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item a .dstg-navi-icon {
	height: 20px;
	width: 20px;
	margin: auto 4px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat
}

/* .dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item a .dstg-navi-icon.dstg-home-icon {
	background-image: url('/images/templates/Template 3/navi_icon/home-white.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item:hover a .dstg-navi-icon.dstg-home-icon,
.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item.dstg-is-acted a .dstg-navi-icon.dstg-home-icon {
	background-image: url('/images/templates/Template 3/navi_icon/home-hover.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item a .dstg-navi-icon.dstg-casino-icon {
	background-image: url('/images/templates/Template 3/navi_icon/casino-white.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item:hover a .dstg-navi-icon.dstg-casino-icon,
.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item.dstg-is-acted a .dstg-navi-icon.dstg-casino-icon {
	background-image: url('/images/templates/Template 3/navi_icon/casino-hover.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item a .dstg-navi-icon.dstg-sports-icon {
	background-image: url('/images/templates/Template 3/navi_icon/sport-white.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item:hover a .dstg-navi-icon.dstg-sports-icon,
.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item.dstg-is-acted a .dstg-navi-icon.dstg-sports-icon {
	background-image: url('/images/templates/Template 3/navi_icon/sport-hover.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item a .dstg-navi-icon.dstg-esport-icon {
	background-image: url('/images/templates/Template 3/navi_icon/esport-white.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item:hover a .dstg-navi-icon.dstg-esport-icon,
.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item.dstg-is-acted a .dstg-navi-icon.dstg-esport-icon {
	background-image: url('/images/templates/Template 3/navi_icon/esport-hover.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item a .dstg-navi-icon.dstg-slots-icon {
	background-image: url('/images/templates/Template 3/navi_icon/slot-white.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item:hover a .dstg-navi-icon.dstg-slots-icon,
.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item.dstg-is-acted a .dstg-navi-icon.dstg-slots-icon {
	background-image: url('/images/templates/Template 3/navi_icon/slot-hover.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item a .dstg-navi-icon.dstg-fishing-icon {
	background-image: url('/images/templates/Template 3/navi_icon/fish-white.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item:hover a .dstg-navi-icon.dstg-fishing-icon,
.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item.dstg-is-acted a .dstg-navi-icon.dstg-fishing-icon {
	background-image: url('/images/templates/Template 3/navi_icon/fish-hover.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item a .dstg-navi-icon.dstg-promo-icon {
	background-image: url('/images/templates/Template 3/navi_icon/promotion-white.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item:hover a .dstg-navi-icon.dstg-promo-icon,
.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item.dstg-is-acted a .dstg-navi-icon.dstg-promo-icon {
	background-image: url('/images/templates/Template 3/navi_icon/promotion-hover.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item a .dstg-navi-icon.dstg-download-icon {
	background-image: url('/images/templates/Template 3/navi_icon/download-white.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item:hover a .dstg-navi-icon.dstg-download-icon,
.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item.dstg-is-acted a .dstg-navi-icon.dstg-download-icon {
	background-image: url('/images/templates/Template 3/navi_icon/download-hover.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item a .dstg-navi-icon.dstg-lottery-icon {
	background-image: url('/images/templates/Template 3/navi_icon/lottery-white.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item:hover a .dstg-navi-icon.dstg-lottery-icon,
.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item.dstg-is-acted a .dstg-navi-icon.dstg-lottery-icon {
	background-image: url('/images/templates/Template 3/navi_icon/lottery-hover.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item a .dstg-navi-icon.dstg-vip-icon {
	background-image: url('/images/templates/Template 3/navi_icon/vip-white.dstg-png');
	transition: .3s
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item:hover a .dstg-navi-icon.dstg-vip-icon,
.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item.dstg-is-acted a .dstg-navi-icon.dstg-vip-icon {
	background-image: url('/images/templates/Template 3/navi_icon/vip-hover.dstg-png');
	transition: .3s
} */

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-nav-item:hover .dstg-nav-menus {
	opacity: 1
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-brand-item {
	position: relative
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-brand-item .dstg-brand-selection {
	cursor: pointer;
	max-height: 0;
	overflow-y: scroll;
	scrollbar-width: none;
	position: absolute;
	text-align: center;
	-webkit-transition: max-height .5s;
	transition: max-height .5s;
	width: 100%;
	z-index: 11
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-brand-item:hover .dstg-brand-selection {
	max-height: 220px;
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-brand-item .dstg-brand-selection::-webkit-scrollbar {
	display: none
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-brand-item .dstg-brand-selection li {
	cursor: pointer;
	letter-spacing: 1px;
	padding: 10px 0
}

.dstg-navi-content .dstg-bottom-nav .dstg-navi-list .dstg-brand-item .dstg-brand-selection li a {
	color: inherit;
	display: block;
	line-height: unset;
	transition: 0s
}

.dstg-navi-bar {
	position: relative;
	z-index: 2;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	/* padding-top: 70px */
}

.dstg-navi-inner {
	width: 100%;
	margin: 0 30px;
}

@media ( min-width :1400px) {
	.dstg-navi-inner {
		width: calc(100% - ( 100vw - 1400px)/2)
	}
}

.dstg-navi-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
/* navi bar */

/* side menu bar */
.dstg-sideMenu {
	z-index: 9;
    position: fixed;
    transition: all .3s ease-in-out
}

.dstg-sideMenu.dstg-sideMenuLeftContainer {
	width: 400px;
    top: 130px;
    left: 0;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.dstg-sideMenuLeftContainer.show {
	width: 260px;
	height: 100%;
	top: 90px;
	transition: all .3s ease-in-out;
	max-height: 450px;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop{
	width: 65px;
	pointer-events: visible;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-logo-box {
	height: 50px;
	cursor: pointer
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-logo-box .dstg-logo-img {
	width: 0;
	display: flex;
    align-items: center
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-logo-box .dstg-icon-img {
	font-size: 25px;
    line-height: 45px;
    padding: 0 10px;
    transform: rotate(0deg)
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-logo-box .dstg-icon-img.off {
	width: 100%;
    text-align: center;
    padding: 5px 10px;
    transform: rotate(180deg);
	transition: all .3s ease-in-out
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box {
	width: 0;
	height:0;
	padding: 10px;
	flex-direction: column;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-top {
	display: flex;
    width: 100%;
    margin: auto 10px;
    align-items: center;
    gap: 14px;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-top .dstg-member-img {
	width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 auto;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-top .dstg-member-img.no-image {
	width: 50px;
    height: 50px;
    background-repeat: round !important;
    background-position: unset !important;
    flex: 0 0 auto;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-top .dstg-member-grp {
	padding: 2px 8px;
    border-radius: 10px;
    margin-top: 6px;
    font-size: 11px;
    text-align: center;
    background: var(--color6);
    color: var(--color1);
}

/* Member Group Progress */
.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom {
    height: fit-content;
    margin: auto 10px;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container {
	position: relative;
	border-radius: 10px;
	padding: 12px 18px;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container .dstg-info-memberGroup {
	margin-bottom: 5px;
	font-weight: bold
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container .member-progress-text {
    margin-top: 8px;
    text-align: center;
    font-size: 13px;
	user-select: none;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container .member-progress-container {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    height: 6px;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container .member-progress-container .member-progress-bar {
    height: 100%;
    width: 0%;
    transition: width 0.4s ease;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container .member-view-all {
	font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: none;
    border-radius: 6px;
    height: 24px;
    width: 80px;
    padding: 5px;
    margin-top: 14px;
    font-weight: bold;
}
/* Member Group Progress */

/* Member Group Progress */
.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container .dstg-info-memberGroup, 
.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container .dstg-info-memberGroup {
	color: #fff;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container .member-progress-text, 
.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container .member-progress-text {
	color: #fff;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.firstRank, 
.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.firstRank {
	background: radial-gradient(circle at center, #A7A7A7, #656565);
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.secondRank,
.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.secondRank {
	background: radial-gradient(circle at center, #FC9A7E, #BA3026);
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.thirdRank,
.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.thirdRank {
	background: radial-gradient(circle at center, #C1C4E0, #8B86FF);
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.fourthRank,
.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.fourthRank {
	background: radial-gradient(circle at center, #F5D28D, #D24003);
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.topRank,
.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.topRank {
	background: radial-gradient(circle at center, #F1BEEE, #775EC3);
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container .member-progress-container, 
.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container .member-progress-container {
    background-color: #fff;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.firstRank .member-progress-container .member-progress-bar, 
.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.firstRank .member-progress-container .member-progress-bar, 
.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.firstRank .member-view-all {
    background-color: #FDB813;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.secondRank .member-progress-container .member-progress-bar, 
.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.secondRank .member-progress-container .member-progress-bar, 
.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.secondRank .member-view-all {
    background-color: #96253E;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.thirdRank .member-progress-container .member-progress-bar, 
.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.thirdRank .member-progress-container .member-progress-bar, 
.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.thirdRank .member-view-all {
    background-color: #372A8A;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.fourthRank .member-progress-container .member-progress-bar, 
.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.fourthRank .member-progress-container .member-progress-bar, 
.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.fourthRank .member-view-all {
    background-color: #bf2805;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.topRank .member-progress-container .member-progress-bar, 
.dstg-header-content .dstg-header-center .dstg-member-box .member-group-info-header .member-container.topRank .member-progress-container .member-progress-bar, 
.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container.topRank .member-view-all {
    background-color: #4413A9;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-info-bottom .member-container .member-view-all {
    color: #fff;
}
/* Member Group Progress */

/* Member Group Upgrade Downgrade Modal */
.rankUpgradeModal, 
.rankDowngradeModal {
	display: none;
	opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

.rankUpgradeModal .modal-content, 
.rankDowngradeModal .modal-content {
	width: 90%;
	max-width: 350px;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	position: relative;
	top: -8%;
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

.rankUpgradeModal.show .modal-content, 
.rankDowngradeModal.show .modal-content {
    transform: scale(1);
}

.rankUpgradeModal .modal-content .modal-header, 
.rankDowngradeModal .modal-content .modal-header {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px;
    justify-content: center;
}

.rankUpgradeModal .modal-content .modal-header:after, 
.rankDowngradeModal .modal-content .modal-header:after {
	border: none;
}

.rankUpgradeModal .modal-content .modal-close, 
.rankDowngradeModal .modal-content .modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.rankUpgradeModal .modal-content .modal-image {
    width: 75%;
    margin: auto;
}

.rankDowngradeModal .modal-content .modal-image {
	width: 50%;
    margin: auto;
}

.rankUpgradeModal .modal-content .modal-text, 
.rankDowngradeModal .modal-content .modal-text {
    margin-top: 20px;
    font-size: 14px;
}

.rankUpgradeModal .modal-content .modal-button, 
.rankDowngradeModal .modal-content .modal-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    margin: 20px auto auto;
    width: 80%;
}
/* Member Group Upgrade Downgrade Modal */

/* Member Group Upgrade Downgrade Modal */
.rankUpgradeModal, 
.rankDowngradeModal {
    background-color: rgba(0, 0, 0, 0.6);
}

.rankUpgradeModal .modal-content {
	background: linear-gradient(162.92deg, #41B993 1.18%, #F7F7F7 98.95%);
	border: none;
}

.rankDowngradeModal .modal-content {
	background: linear-gradient(162.92deg, #E0E0E0 1.18%, #757575 98.95%);
	border: none;
}

.rankUpgradeModal .modal-content .modal-header {
    color: #fff;
    background: none;
}

.rankDowngradeModal .modal-content .modal-header {
    color: #000;
    background: none;
}

.rankUpgradeModal .modal-content .modal-close {
    color: #fff;
    background: none;
    border: 1px solid #fff;
}

.rankDowngradeModal .modal-content .modal-close {
	color: #000;
	background: none;
	border: 1px solid #000;
}

.rankUpgradeModal .modal-content .modal-text {
    color: #000;
}

.rankDowngradeModal .modal-content .modal-text {
	color: #fff;
}

.rankUpgradeModal .modal-content .modal-button, 
.rankDowngradeModal .modal-content .modal-button {
    background-color: #FDB813;
    color: #fff;
}

.rankUpgradeModal .modal-content .modal-button:hover, 
.rankDowngradeModal .modal-content .modal-button:hover {
    background-color: #ffa500;
}
/* Member Group Upgrade Downgrade Modal */

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-memberPoint {
	height: fit-content;
	margin-top: 10px;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-memberPoint .dstg-info-memberPointTitle {
	font-weight: 600;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-memberPoint .dstg-btn-box button {
	border: none;
    cursor: pointer;
    margin: 7px;
    background: none;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-memberPoint .dstg-btn-box button i {
	transform: rotateZ(0);
    transition: transform .5s ease-in-out;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-memberPoint .dstg-btn-box button:hover i {
	transform: rotateZ(360deg);
	transition: transform .5s ease-in-out
}

.dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-member-box .dstg-member-memberPoint .dstg-btn-box button:active {
  	transform: translateY(4px);
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle {
	overflow-y: auto;
	max-height: 250px !important;	
	direction: rtl;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box {
	width: 100%;
	height: 100%;
	max-height : 50px;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box .dstg-menu-hover {
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    text-align: center;
    -webkit-transition: width 1s, max-width .5s;
    transition: width 1s, max-width .5s;
    width: 0;
    max-width: 0;
    height: 50px;
    left: 60px;
    top: 0;
    display: none;
    list-style: none;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box.off .dstg-menu-hover {
	display: flex;
	pointer-events: visible;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box.off:hover .dstg-menu-hover {
	width: auto;
    max-width: 300px;
    display: flex;
}


/* .dstg-sideMenuLeftContainer .dstg-sideMenuTop .dstg-funds-menu-box.off .dstg-funds-menu-hover li { */
/* 	width: calc(100%/3) */
/* } */

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box.off .dstg-menu-hover li {
    flex: 1;
    min-width: 60px;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box.off .dstg-menu-hover li .dstg-hover-menu-icon {
	font-size: 25px
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box .dstg-menu-label {
	cursor: pointer;
	padding: 10px;
	align-items: center;
	max-height: 50px;
	width: 60px;
	pointer-events: visible;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box.off .dstg-menu-label {
	cursor: default;
    pointer-events: visible;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box .dstg-menu-label .dstg-icon {
	width: 20%;
	font-size: 25px
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box.off .dstg-menu-label .dstg-icon {
	width: 100%;
	text-align: center
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box .dstg-menu-label .dstg-arrow {
	width: 0;
	height: 0;
	text-align: center;
	padding: 5px 0
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box .dstg-menu-label .dstg-arrow i {
	transform: rotateZ(180deg);
	transition: all .3s ease-in-out
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box .dstg-menu-label .dstg-arrow.on i {
	transform: rotateZ(0deg);
	transition: all .3s ease-in-out
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box .dstg-menu-label .dstg-title {
	width: 0;
	height: 0;
	padding: 5px 0;
	font-weight: bold
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box ul {
	height: 0;
	margin: 0;
	padding: 0;
	pointer-events: visible;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box ul li {
	padding: 10px 0
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box ul li .dstg-icon {
	height: 0;
	font-size: 25px;
	margin: 0 5px;
    margin-left: 40px;
    width: 30px;
    text-align: center;
    transition: .3s
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle .dstg-menu-box ul li .dstg-title {
	padding: 6px 0;
	font-weight: bold;
	transition: .3s
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle ul.sideNavi {
	width: 0;
	padding: 0;
	direction: ltr;
	pointer-events: none;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle ul.sideNavi > div,
.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle ul.sideNavi > li{
	direction: ltr !important;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle ul li.noSubNavi {
	height: 50px;
	padding: 10px 0;
	cursor: pointer;
	width: 60px;
	pointer-events: visible;
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle ul li.noSubNavi .dstg-title {
	width: 0;
	padding: 8px 0;
	font-weight: bold
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle ul li.noSubNavi .dstg-icon {
	position: relative;
	width: 20%;
	font-size: 25px;
    padding: 0 10px
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle ul li.noSubNavi .dstg-icon.off {
	width: 100%;
    text-align: center;
    padding: 0
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle ul li.noSubNavi .dstg-icon img {
    max-width: 30px
}

.dstg-sideMenuLeftContainer .dstg-sideMenuMiddle ul li.noSubNavi .dstg-icon img.dstg-highlight {
    position: relative;
    left: 0;
    max-width: 55px;
    bottom: 35px;
}

/* .sideMenu.sideMenuRightContainer {
	width: 80px;
    top: 150px;
    right: 0;
    -webkit-box-shadow: 3px 5px 9px 6px rgba(0,0,0,0.6); 
    box-shadow: 3px 5px 9px 6px rgba(0,0,0,0.6);
    transition: all .3s ease-in-out
}

.sideMenuRightContainer.show {
	width: 300px;
	top: 90px;
	transition: all .3s ease-in-out
}

.sideMenuRightContainer .sideMenuTop .title-box {
	text-align: center;
	padding: 15px 0;
	cursor: pointer;
	transition: .3s
}

.sideMenuRightContainer.show .sideMenuTop .title-box {
	background: unset
}

.sideMenuRightContainer .sideMenuTop .title-box .title {
	width: 0;
	height: 0;
	line-height: 30px;
	font-weight: bold
}

.sideMenuRightContainer.show .sideMenuTop .title-box .title {
	color: #7b7b7b
}

.sideMenuRightContainer .sideMenuTop .title-box .icon {
	font-size: 25px;
	transform: translate(-70px, 0)
}

.sideMenuRightContainer.show .sideMenuTop .title-box .icon {
	color: #7b7b7b
}

.sideMenuRightContainer .sideMenuTop .title-box .icon.off {
	width: 100%;
	transform: translate(0, 0);
	transition: transform .3s ease-in-out
}

.sideMenuRightContainer .sideMenuMiddle .balance-box {
	width: 0;
	height: 0;
	text-align: center;
	padding: 10px 0
}

.sideMenuRightContainer .sideMenuMiddle .balance-box .balance-amt {
	width: 0
}

.sideMenuRightContainer .sideMenuMiddle .balance-box .balance-amt .refreshIcon i {
	cursor: pointer;
	transform: rotateZ(0);
	transition: transform .5s ease-in-out
}

.sideMenuRightContainer .sideMenuMiddle .balance-box .balance-amt .refreshIcon:hover i {
	transform: rotateZ(360deg);
	transition: transform .5s ease-in-out
}

.sideMenuRightContainer .sideMenuMiddle .balance-box .balance-timer {
	width: 0;
	justify-content: center;
    margin-top: 5px
}

.sideMenuRightContainer .sideMenuMiddle .balance-box .balance-timer .timer-title {
    margin-right: 5px
}

.sideMenuRightContainer .sideMenuBottom .fastTransfer-box {
	width: 0;
	height: 0;
	margin: 5px 0
}

.sideMenuRightContainer .sideMenuBottom .fastTransfer-box.scroll {
	overflow-y: scroll
}

.fastTransfer-box .input-container ul li {
	padding: 5px 0
}

.fastTransfer-box .input-container .directAllIn-wrapper {
    padding: 0 10px
}

.fastTransfer-box .input-container .directAllIn-wrapper .toggle-btn {
	position: relative;
	display: inline-block;
	height: 35px
}

.fastTransfer-box .input-container .directAllIn-wrapper .toggle-btn .toggle-checkbox {
	display: none
}

.fastTransfer-box .input-container .directAllIn-wrapper .toggle-btn .toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px
}

.fastTransfer-box .input-container .directAllIn-wrapper .toggle-btn .toggle-slider:before {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	left: 10px;
	bottom: 7px;
	border-radius: 100%
}

.fastTransfer-box .input-container .directAllIn-wrapper .toggle-btn .toggle-slider .on {
	display: none;
}

.fastTransfer-box .input-container .directAllIn-wrapper .toggle-btn .toggle-slider .on,
.fastTransfer-box .input-container .directAllIn-wrapper .toggle-btn .toggle-slider .off {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	width: auto;
	text-align: center;
	font-weight: bold
}

.fastTransfer-box .input-container .directAllIn-wrapper .toggle-btn .toggle-checkbox:checked + .toggle-slider:before {
	-webkit-transform: translateX(230px);
	-ms-transform: translateX(230px);
	transform: translateX(230px)
}

.fastTransfer-box .input-container .directAllIn-wrapper .toggle-btn .toggle-checkbox:checked + .toggle-slider .on {
	display: block
}

.fastTransfer-box .input-container .directAllIn-wrapper .toggle-btn .toggle-checkbox:checked + .toggle-slider .off {
	display: none
} 

.fastTransfer-box .input-container .input-label {
	text-align: center;
	margin-bottom: 5px;
    font-weight: bold
}

.fastTransfer-box .input-container .select-input {
	position: relative
}

.fastTransfer-box .input-container .select-input select {
	display: none
}

.fastTransfer-box .input-container .select-input .select-selected {
	width: 280px;
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
    margin: auto;
    font-weight: bold
}

.fastTransfer-box .input-container .select-input .select-selected:after {
	content: "";
	position: absolute;
	top: 17px;
	right: 20px;
	width: 0;
	height: 0;
	border: 6px solid transparent
}

.fastTransfer-box .input-container .select-input .select-arrow-active:after {
	top: 10px;
	transform: rotateZ(180deg);
}

.fastTransfer-box .input-container .select-input .promoSelectItem.offScroll {
	overflow-Y: hidden;
}

.fastTransfer-box .input-container .select-input .select-hide {
	max-height: 0
}

.fastTransfer-box .input-container .select-input .select-items {
	width: 280px;
	height: 120px;
    text-align: center;
	position: absolute;
    z-index: 99;
	overflow-Y: scroll;
    margin: 0 5px
}

.fastTransfer-box .input-container .select-input .select-items div {
	width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 10px 5px;
    margin: 0 auto;
    font-weight: bold;
    transition: .3s
}

.fastTransfer-box .input-container .select-input .select-hide {
	display: none;
}

.fastTransfer-box .input-container .center-separate {
	width: 100%;
    text-align: center
}

.fastTransfer-box .input-container .center-separate i {
	transform: rotateZ(90deg);
	color: #e8e8e8;
	cursor: pointer
}

.fastTransfer-box .input-container .text-input {
	width: 280px
}

.fastTransfer-box .input-container .text-input input {
	text-align: center;
    padding: 10px 5px;
    cursor: pointer;
    font-weight: bold;
    transition: .3s
}

.fastTransfer-box .input-container .text-input input:disabled {
	cursor: default;
	transition: .3s
}

.fastTransfer-box .input-container .text-input select {
	width: 100%;
	text-align: center;
	padding: 8px 5px;
	font-weight: bold;
    cursor: pointer
}

.fastTransfer-box .input-container .btn-box {
	width: 230px
}

.fastTransfer-box .input-container #toogle-Transfer{
	text-align: center;
	text-underline-offset: 3px;
	cursor: pointer;
}

.fastTransfer-box .input-container .btn-box button {
    border: none;
    padding: 10px 0;
    font-weight: bold;
    cursor: pointer
} */

.dstg-sideBtn-wrapper {
	z-index: 9;
    position: fixed;
    right: 0;
    bottom: 110px;
    transition: all .3s ease-in-out
}

.dstg-sideBtn-wrapper .dstg-btn-box {
	width: 80px;
	text-align: center
}

.dstg-sideBtn-wrapper .dstg-btn-box button {
    width: 100%;
    border: none;
    padding: 15px 0;
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #fff;
    transition: all .3s ease-in-out
}

.dstg-left-collapse-100,
.dstg-left-collapse-75,
.dstg-left-collapse-5,
.dstg-right-collapse-100 {
/* 	-moz-transition: width .5s; */
/* 	-ms-transition: width .5s; */
/* 	-o-transition: width .5s; */
/* 	-webkit-transition: width .5s; */
/* 	transition: width .5s; */
	overflow: hidden
}

.dstg-bottom-collapse-100 {
/* 	-moz-transition: height .5s; */
/* 	-ms-transition: height .5s; */
/* 	-o-transition: height .5s; */
/* 	-webkit-transition: height .5s; */
/* 	transition: height .5s; */
	overflow: height
}

.dstg-down-collapse-100,
.dstg-down-collapse-30 {
	overflow: hidden
}
/* side menu bar */

/* banner slider */
.dstg-slider-container {
	min-width: 1000px;
	max-width: 2000px;
	margin: 0 auto;
	box-sizing: border-box
}

.dstg-banner-wrapper {
	position: relative
}

.dstg-banner-wrapper .dstg-banner-slider img {
	display: block;
	width: 100%;
	height: auto;
}
/* banner slider */

/* marquee */
.dstg-announcement-marquee {
	cursor: pointer
}

.dstg-announcement-marquee .dstg-marquee-wrapper {
	width: 95%;
	height: 20px;
	margin: 10px auto
}

.dstg-announcement-marquee .dstg-marquee-wrapper.dstg-adjusted {
	margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 20px
}

.dstg-announcement-marquee .dstg-marquee-wrapper.dstg-marquee-m90 {
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 20px
}

.dstg-announcement-marquee .dstg-marquee-icon {
	width: 3%;
    text-align: center
}

.dstg-announcement-marquee .dstg-marquee-content {
	width: 97%
}

.dstg-announcement-marquee .dstg-marquee-content marquee {
	height: 20px;
	font-weight: bold
}
/* marquee */

/* home page */
.dstg-pageContent {
	padding-top: 20px;
}

/* Free Credit */
.freecredit-wrap {
	cursor: pointer;
	width: 100px;
	height: 150px;
 	z-index: 10;
    position: fixed;
    left: 3rem;
    bottom: 0;
    margin: 0 20px;
    transition: all .3s ease-in-out;
}

.freecredit-wrap .freecreditCloseBtn,
.minigame-wrap .miniGameCloseBtn {
	 margin-left: 100px;
}

.minigame-wrap {
	cursor: pointer;
	width: 100px;
	height: 300px;
 	z-index: 10;
    position: fixed;
    left: 3rem;
    bottom: 0;
    margin: 0 20px;
    transition: all .3s ease-in-out;
}

.dstg-jumplink-afterLogin {
	 margin: 0 50px!important;
}

.freecredit-wrap:hover,
.minigame-wrap:hover {
	opacity: 1;
	transform: scale(1.15);
}

.freecredit-wrap:hover:after,
.minigame-wrap:hover:after {
	opacity: 1;
}

.freecredit-wrap .CREDITS img,
.minigame-wrap .MINIGAME img {
	max-width: 100%;
	max-height: 100%;
}

#btn-freecredit-close,
#btn-minigame-close {
 	cursor:pointer;
 	border-radius: 25px;
}

.dstg-jumplink-angpow-wrapper {
	cursor: pointer;
	width: 135px;
	height: 150px;
 	z-index: 9;
    position: fixed;
    bottom: 0;
    margin: 0 20px;
    transition: all .3s ease-in-out;
}

.dstg-float-spinwheel-wrapper {
	cursor: pointer;
	width: 135px;
	height: 300px;
 	z-index: 9;
    position: fixed;
    bottom: 0;
    margin: 0 20px;
    transition: all .3s ease-in-out;
}

.dstg-jumplink-afterLogin {
	 left: 3rem
}

.dstg-jumplink-angpow-wrapper:hover,
.dstg-float-spinwheel-wrapper:hover {
	opacity: 1;
	transform: scale(1.15);
}

.dstg-jumplink-angpow-wrapper:hover:after,
.dstg-float-spinwheel-wrapper:hover:after {
	opacity: 1;
}

#btn-angpow-close,
#btn-spinwheel-close{
 	cursor:pointer;
 	border-radius: 25px;
}

.dstg-jumplink-angpow-wrapper .dstg-btn-box img,
.dstg-float-spinwheel-wrapper .dstg-btn-box img {
	max-width: 100%;
	max-height: 100%;
}

/* EligibleGames */
.dstg-gamesList-wrapper {
	max-width: 100%!important;
    margin: 0 auto;
    overflow: scroll;
    overflow-x: hidden;
    height: 215px;
}
.dstg-gamesList-wrapper .dstg-games-wrapper .dstg-games-packet {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.dstg-gamesList-wrapper .dstg-games-wrapper .dstg-games-packet .dstg-angpowGame-wrap {
    width: 92px;
    height: 96px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    color: #fff;
    margin: 5px auto;
    cursor: pointer;
}
.dstg-gamesList-wrapper .dstg-games-packet .dstg-angpowGame-wrap .dstg-title-info {
	top: 35%;
    left: 20%;
    overflow-wrap: break-word;
    inline-size: 130px;
}

.dstg-bonus-wrapper .dstg-home-packet {
	display: grid;
}

.dstg-bonus-wrapper .dstg-home-packet .dstg-freeCreditList {
    width: 1000px;
    height: 100%;
    margin: auto;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.dstg-bonus-wrapper .dstg-home-packet .dstg-freeCreditList .dstg-freeCreditItems {
    display: grid;
    grid-template-columns: 35% 44% 20%;
    height: 80px;
    margin: 40px 0;
}

.dstg-bonus-wrapper .dstg-home-packet .dstg-freeCreditList .dstg-freeCreditItems .dstg-left {
	font-family: bahnschrift semibold,sans-serif;
}

.dstg-bonus-wrapper .dstg-home-packet .dstg-freeCreditList .dstg-freeCreditItems .dstg-left .dstg-currencyCode {
	text-align: left;
	font-size: 25px;
    padding: 0 25px;
}

.dstg-bonus-wrapper .dstg-home-packet .dstg-freeCreditList .dstg-freeCreditItems .dstg-left .dstg-amount-info {
	margin: 2px auto;
	font-size: 30px;
	width: 250px;
	word-break: break-all;
}

.dstg-bonus-wrapper .dstg-home-packet .dstg-freeCreditList .dstg-freeCreditItems .dstg-center {
	text-align: left;
	padding: 5px;
}

.dstg-bonus-wrapper .dstg-home-packet .dstg-freeCreditList .dstg-freeCreditItems .dstg-center .dstg-title {
	margin-bottom: 5px;
}

.dstg-bonus-wrapper .dstg-home-packet .dstg-freeCreditList .dstg-freeCreditItems .dstg-center .dstg-moreInfo-btn {
	font-family: bahnschrift semibold,sans-serif;
   	font-style: italic;
	margin-top: 10px;
	font-size: 10px;
	text-decoration-line: underline;
    cursor: pointer
}

.dstg-bonus-wrapper .dstg-home-packet .dstg-freeCreditList .dstg-freeCreditItems .dstg-right {
	font-family: bahnschrift semibold,sans-serif;
   	cursor: pointer;
   	margin: 20px 0
}

.dstg-bonus-wrapper .dstg-home-packet .dstg-freeCreditList .dstg-freeCreditItems .dstg-right .dstg-claim-btn {
	border-radius: 30px;
	border: none;
    width: 180px;
    height: 50px;
    font-size: 25px;
    font-style: italic;
    cursor: pointer
}

.dstg-banner {
    max-width: 1045px;
    height: 185px;
}

.dstg-banner img,
.dstg-redeemImg img {
	max-width: 100%;
	max-height: 100%;
}

.dstg-redeemImg {
	max-width: 490px;
    height: 97px;
    margin: 50px auto;
}

.dstg-free-credit-banner {
   	max-width: 1045px;
    height: 185px;
    margin: 20px 0;
}

/* Free Credit */

.dstg-content-wrapper {
	/* max-width: 1400px; */
	margin-bottom: 50px;
	display: grid;
    grid-template-columns: 50% 50%;
}

.dstg-content-wrapper .dstg-video-wrap {
	margin: 0 auto
}

.dstg-content-wrapper .dstg-video-wrap .dstg-title-box {
	margin: 5px 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.dstg-content-wrapper .dstg-video-wrap .dstg-title-box .dstg-icon {
	font-size: 25px;
	width: 50px;
	text-align: center
}

.dstg-content-wrapper .dstg-video-wrap .dstg-title-box .dstg-title {
	padding: 5px 0;
	font-weight: bold
}

.dstg-content-wrapper .dstg-video-wrap .dstg-video-wrapper {
	min-height: 325px
}

.dstg-content-wrapper .dstg-menu-wrap {
    width: 100%;
    justify-content: center;
    margin-top: 20px
}

#tncDefaultRegModal .close span {
  color: #fff;
}

.reg-btn {
  opacity: 0.6;
  cursor: not-allowed;
}

.reg-btn.enabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.dstg-fournavi-wrapper .dstg-menu-item:hover {
	transform: scale(1.1);
	transition: .3s ease
}

.dstg-fournavi-wrapper .dstg-menu-item.dstg-menu-item-small {
	width: calc(100%/2.1);
	height: 215px
}

.dstg-fournavi-wrapper .dstg-menu-item,
.dstg-fournavi-wrapper .dstg-menu-item .dstg-mask {
    overflow: hidden;
}

.dstg-fournavi-wrapper .dstg-menu-item .dstg-mask {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, rgba(0,0,0,.4)), color-stop(25%, hsla(0,0%,100% 0)));
	background: linear-gradient(0deg, rgba(0,0,0,.4) 6%, hsla(0,0%,100%,0) 25%);
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.dstg-fournavi-wrapper .dstg-menu-item .dstg-mask:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(3,3,6,.7);
	opacity: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.dstg-fournavi-wrapper .dstg-menu-item .dstg-mask .dstg-menu-detail {
	bottom: 20px;
	width: 100%;
	text-align: center;
	-webkit-transition: .3s ease;
    transition: .3s ease
}

.dstg-fournavi-wrapper .dstg-menu-item .dstg-mask .dstg-menu-detail .dstg-title-info .dstg-word {
	text-shadow: 0 0 30px #000, 0 0 10px #000;
	font-weight: 700;
	font-stretch: condensed;
	line-height: 1.03;
	letter-spacing: 1.33px;
	transform: scaleX(.8)
}

.dstg-fournavi-wrapper .dstg-menu-item .dstg-mask .dstg-menu-detail  .dstg-title-info {
	margin-bottom: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.dstg-fournavi-wrapper .dstg-menu-item .dstg-mask .dstg-menu-detail .dstg-title-info .dstg-title {
	font-size: 25px
}

.dstg-fournavi-wrapper .dstg-menu-item .dstg-mask .dstg-menu-detail .dstg-subtitle {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 2px
}

.dstg-fournavi-wrapper .dstg-menu-item .dstg-mask .dstg-menu-detail .dstg-btn-box {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	justify-content: center
}

.dstg-fournavi-wrapper .dstg-menu-item .dstg-mask:hover:before {
	opacity: 1
}

.dstg-fournavi-wrapper .dstg-menu-item .dstg-mask:hover .dstg-menu-detail {
	width: 100%;
    text-align: center;
    bottom: 50px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.dstg-fournavi-wrapper .dstg-menu-item .dstg-mask:hover .dstg-menu-detail .dstg-title-info {
	margin-bottom: 20px
}

.dstg-fournavi-wrapper .dstg-menu-item .dstg-mask:hover .dstg-btn-box {
	max-height: 50px;
	opacity: 1
}

.dstg-fournavi-wrapper .dstg-menu-item .dstg-mask .dstg-btn-box .dstg-btn-play {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 100px
}

.dstg-sub-slider-wrapper {
	/* max-width: 1400px; */ 
	margin-bottom: 50px
}

.dstg-sub-slider-wrapper .dstg-title-box {
	margin: 5px 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.dstg-sub-slider-wrapper .dstg-title-box .dstg-icon {
	font-size: 25px;
	width: 50px;
	text-align: center
}

.dstg-sub-slider-wrapper .dstg-title-box .dstg-title {
	padding: 5px 0;
	font-weight: bold
}


.dstg-sub-slider-wrapper .dstg-title-box .dstg-titleBottom {
	border-bottom: 3px solid;
    padding-bottom: 5px;
}

.dstg-sub-slider-wrapper .dstg-subSlider-wrapper {
	position: relative
}

.dstg-sub-slider-wrapper .dstg-subSlider-wrapper .dstg-sub-slider img {
	width: 100%;
	height: 100%
}

.dstg-sub-slider-wrapper .dstg-subSlider-wrapper .dstg-lSSlideOuter .dstg-lSPager.dstg-lSpg {
	text-align: right
}

.dstg-sub-slider-wrapper .dstg-subSlider-wrapper .dstg-lSSlideOuter .dstg-lSPager.dstg-lSpg li:last-child {
	margin-right: 10px
}

.dstg-other-slider-wrapper {
	display: grid;
	grid-template-columns: 48% 4% 48%;
	padding-bottom: 40px;
}

.dstg-sub-slider-wrapper .dstg-subSlider-wrapper .dstg-game-slider {
	overflow: hidden;
    position: relative
}

.dstg-sub-slider-wrapper .dstg-subSlider-wrapper .dstg-game-slider .dstg-imgContainer {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute
}

.dstg-sub-slider-wrapper .dstg-subSlider-wrapper .dstg-game-slider .dstg-imgContainer .dstg-imgItem {
	margin-right: 20px;
    height: 100%
}

.dstg-sub-slider-wrapper .dstg-subSlider-wrapper .dstg-game-slider .dstg-imgContainer .dstg-imgItem .dstg-img {
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    position: relative
}

.dstg-sub-slider-wrapper .dstg-subSlider-wrapper .dstg-game-slider .dstg-imgContainer .dstg-imgItem .dstg-img img {
	position: absolute;
	display: block;
    width: 100%;
    height: auto
}

.dstg-sub-slider-wrapper .dstg-subSlider-wrapper .dstg-game-slider .dstg-imgContainer.dstg-hotgames-enter-active {
	-webkit-animation: enter 20s linear;
	animation: enter 20s linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite
}

.dstg-sub-slider-wrapper .dstg-subSlider-wrapper .dstg-game-slider .dstg-imgContainer.dstg-hotgames-leave-active {
	-webkit-animation: leave 20s linear;
	animation: leave 20s linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite
}

.dstg-slider-video.wrap{
	grid-template-columns: unset;
    max-width: 600px;
}

@-webkit-keyframes enter {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	} 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes leave {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	} 100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

.dstg-jackpot-wrap {
	width: 100%;
	position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.dstg-jackpot-wrap .dstg-jackpot-title {
	margin: auto 10px;
	font-size: 30px;
    font-weight: bold
}

@media ( max-width :1500px) {
	.dstg-jackpot-wrap .dstg-jackpot-title {
		font-size: 20px
	}
}

.dstg-jackpot-wrap .dstg-jackpot-img {
	width: 100%;
	display: block
}

.dstg-bannerBox {
	width: 100%;
	margin-bottom: 1rem;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}
/* home page */

/* casino page */
.dstg-casino-promo-wrap {
	display: grid;
	grid-template-columns: 40% 5% 55%
}

.dstg-casino-promo-wrap .dstg-casinoSlider-wrapper .dstg-title-box {
	margin: 5px 0;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.dstg-casino-promo-wrap .dstg-casinoSlider-wrapper .dstg-title-box .dstg-icon {
    font-size: 25px;
    width: 50px;
    text-align: center
}

.dstg-casino-promo-wrap .dstg-casinoSlider-wrapper .dstg-title-box .dstg-title {
	padding: 5px 0;
    font-weight: bold
}

.dstg-casino-promo-wrap .dstg-casinoSlider-wrapper .dstg-casino-slider img {
	width: 100%;
	height: 100%
}

.dstg-casino-promo-wrap .dstg-casinoSlider-wrapper .dstg-lSSlideOuter .dstg-lSPager.dstg-lSpg {
	text-align: right;
	width: auto
}

.dstg-casino-promo-wrap .dstg-casinoSlider-wrapper .dstg-lSSlideOuter .dstg-lSPager.dstg-lSpg li:first-child {
	margin-left: 10px
}
/* casino page */

/* slots page */
.dstg-slots-container .dstg-slotProviderNavi-wrap {
	margin: 50px auto
}

.dstg-slots-container .dstg-slotProviderNavi-wrap .dstg-providerNaviControl {
	width: 5%
}

.dstg-slots-container .dstg-slotProviderNavi-wrap .dstg-providerNaviControl button {
	width: 100%;
    height: 100%;
    border: none;
    font-size: 30px;
    cursor: pointer
}

.dstg-slots-container .dstg-slotProviderNavi-wrap .dstg-providerNaviItem {
	width: 90%
}

.dstg-slots-container .dstg-slotProviderNavi-wrap .dstg-providerNaviItem .dstg-providerNavi-box {
	justify-content: center;
	margin: 0 auto;
	width: 100%
}

.dstg-slots-container .dstg-slotProviderNavi-wrap .dstg-providerNaviItem .dstg-providerNavi-box .dstg-providerNavi-option {
	cursor: pointer;
	margin: 0 2px;
    width: calc(100%/6.2)
}

.dstg-slots-container .dstg-slotProviderNavi-wrap .dstg-providerNaviItem .dstg-providerNavi-box .dstg-providerNavi-option .dstg-provider-img {
	width: 100%;
    height: 70px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat
}

.dstg-slots-container .dstg-slotProviderNavi-wrap .dstg-providerNaviItem .dstg-providerNavi-box .dstg-providerNavi-option .dstg-provider-img .dstg-mask {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, rgba(0,0,0,.1)), color-stop(100%, hsla(0,0%,100% 0)));
	background: linear-gradient(0deg, rgba(0,0,0,.1) 6%, hsla(0,0%,100%,0) 100%)
}

.dstg-slots-container .dstg-slotProviderNavi-wrap .dstg-providerNaviItem .dstg-providerNavi-box .dstg-providerNavi-option .dstg-provider-name {
    text-align: center;
    font-weight: bold;
    padding: 10px 0
}
/* slots page */

/* promotion page */
.promoFilter-wrapper {
	width: 100%;
	margin: 50px 0
}
	
.promoFilter-wrapper .promoFilter-separate {
	/* width: 1250px; */
	margin: 0 auto;
	padding: 10px 0
}
	
.promoFilter-wrapper .promoFilter-separate .promoFilter-title {
	margin: auto;
    font-weight: bold;
    width: 10%
}
	
.promoFilter-wrapper .promoFilter-separate .promoFilter-option {
	width: 90%
}
	
.promoFilter-wrapper .promoFilter-separate .promoFilter-option .promoFilter-list {
	margin-bottom: 5px;
	flex-wrap: wrap;
    gap: 5px
}
	
.promoFilter-wrapper .promoFilter-separate .promoFilter-option .promoFilter-list:last-child {
	margin-bottom: 0
}
	
.promoFilter-wrapper .promoFilter-separate .promoFilter-option .promoFilter-list li .option {
	width: 154px;
	text-align: center;
	padding: 10px 5px;
	cursor: pointer;
    font-weight: bold
}
	
.promoFilter-wrapper .promoFilter-separate .promoFilter-option .promoFilter-list li .option-input {
	opacity: 0;
	position: absolute;
	width: 154px;
	height: 40px;
	cursor: pointer
}

.promoList-wrapper .promoList-separate {
	display: grid;
	grid-template-columns: 24.5% 1% 74.5%;
	margin-top: 10px
}

.promoList-wrapper .promoList-separate:first-child {
	margin-top: 0
}

.promoList-wrapper .promoList-separate:last-child {
	padding-bottom: 0;
    margin-bottom: 100px
}

.promoList-separate .promoContent-left .promo-img {
	width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.promoList-separate .promoContent-right {
	padding-left: 30px
}

.promoList-separate .promoContent-right .promo-description {
	display: grid;
    grid-template-columns: 70% 30%;
    height: 205px;
}

.promoList-separate .promoContent-right .promo-description .description-left {
    border-right: 2px dotted #dcdcdc;
    padding-top: 15px;
    position: relative;
}

.promoList-separate .promoContent-right .promo-description .description-right {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promoList-separate .promoContent-right .promo-description .description-left .description-title .text {
	padding: 5px 15px;
    font-weight: bold;
    width: 100%;
    margin-right: 10px
}

.promoList-separate .promoContent-right .promo-description .description-left .description-title {
	margin-bottom: 10px
}

.promoList-separate .promoContent-right .promo-description .description-left .description-title .flag {
	width: 12px;
	height: 35px;
}

.promoList-separate .promoContent-right .promo-description .description-left .description-content {
	text-align: justify
}

.promoList-separate .promoContent-right .promo-description .description-right .description-date {
	margin: 40px 10px
}

.promoList-separate .promoContent-right .promo-description .description-right .description-date .date-title {
	text-align: left;
	font-weight: bold;
    font-size: 1rem;
    background-color: #e4e4e4;
    padding: 10px;
}

.promoList-separate .promoContent-right .promo-description .description-right .description-date .date-range {
   	font-weight: bold;
    margin-top: 10px;
}

.promoList-separate .promoContent-right .promo-btn {
	padding-top: 15px;
    bottom: 0;
    position: absolute;
}

.promoList-separate .promoContent-right .promo-btn button {
	width: 180px;
	border: none;
	padding: 10px 0;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 1px;
}

.promoList-separate .promoContent-right .promo-info .info-wrap {
	text-align: justify;
    line-height: 25px;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden
}

.promoList-separate .promoContent-right .promo-info .info-wrap .info-content {
	-moz-transition: padding .5s;
    -ms-transition: padding .5s;
    -o-transition: padding .5s;
    -webkit-transition: padding .5s;
    transition: padding .5s;
}

.promoList-separate .promoContent-right .promo-info .info-wrap .info-content h3 {
	margin-bottom: 5px
}

.promoList-separate .promoContent-right .promo-info .info-wrap .info-content table {
	width: 80%;
	margin-left: 12px;
    border-collapse: collapse
}

.promoList-separate .promoContent-right .promo-info .info-wrap .info-content table td,
.promoList-separate .promoContent-right .promo-info .info-wrap .info-content table th {
	padding: 5px
}

.promoList-separate .promoContent-right .promo-info .info-wrap .info-content ul {
	list-style: disc;
	padding-left: 12px;
	margin-bottom: 5px
}

.promoList-separate .promoContent-right .promo-info .info-wrap .info-content ul li table {
	margin-left: 0
}

.promoList-wrapper .promoList-not {
	min-height: 200px;
    width: 100%;
    padding: 50px;
    text-align: center
}
/* promotion page */

/* download page/download list */
.dstg-download-wrapper,
.dstg-downloadList-wrapper {
	margin-top: 60px;
	justify-content: center;
}

.dstg-download-wrapper .dstg-download-item,
.dstg-downloadList-wrapper .dstg-download-item {
    width: 370px;
    margin: 10px;
    margin-bottom: 50px
}

.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-img-box,
.dstg-downloadList-wrapper .dstg-download-item .dstg-content-box .dstg-img-box {
	height: 100px;
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-background-img,
.dstg-downloadList-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-background-img {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-background-img img,
.dstg-downloadList-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-background-img img {
    max-width: 140px;
    max-height: 80px;
    width: fit-content;
    display: block;
    margin: auto;
}

.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask,
.dstg-downloadList-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask,
.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-mask {
	overflow: hidden;
	/* background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, rgba(0,0,0,.4)), color-stop(25%, hsla(0,0%,100%,0)));
    background: linear-gradient(0deg, rgba(0,0,0,.4) 6%, hsla(0,0%,100%,0) 25%); */
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-mask {
	position: absolute;
    bottom: 100px;
    width: 100%;
}

.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask:before,
.dstg-downloadList-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask:before,
.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-mask:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3,3,6,.7);
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask:hover:before,
.dstg-downloadList-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask:hover:before,
.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-mask:hover:before {
	opacity: 1;
	-webkit-transition: .3s ease;
    transition: .3s ease
}

.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask .dstg-download-detail,
.dstg-downloadList-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask .dstg-download-detail,
.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-mask .dstg-download-detail {
    width: 100%;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask:hover .dstg-download-detail,
.dstg-downloadList-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask:hover .dstg-download-detail,
.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-mask:hover .dstg-download-detail {
	bottom: 25px;
	-webkit-transition: .3s ease;
    transition: .3s ease;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask .dstg-download-detail .dstg-btn-box,
.dstg-downloadList-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask .dstg-download-detail .dstg-btn-box,
.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-mask .dstg-download-detail .dstg-btn-box {
	max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask:hover .dstg-download-detail .dstg-btn-box,
.dstg-downloadList-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask:hover .dstg-download-detail .dstg-btn-box,
.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-mask:hover .dstg-download-detail .dstg-btn-box {
	max-height: 50px;
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask .dstg-download-detail .dstg-btn-box .dstg-btn-play,
.dstg-downloadList-wrapper .dstg-download-item .dstg-content-box .dstg-img-box .dstg-mask .dstg-download-detail .dstg-btn-box .dstg-btn-play,
.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-mask .dstg-download-detail .dstg-btn-box .dstg-btn-play {
	position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 120px
}

.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-title-box,
.dstg-downloadList-wrapper .dstg-download-item .dstg-content-box .dstg-title-box {
	width: 100%;
    padding: 10px;
    margin: 12px auto;
    text-align: center;
    border-radius: 5px;
}

.dstg-download-wrapper .dstg-download-item .dstg-content-box .dstg-title-box span,
.dstg-downloadList-wrapper .dstg-download-item .dstg-content-box .dstg-title-box span {
	font-weight: bold;
	padding-bottom: 2px;
}
/* download page/download list */

/* info content base */
.dstg-pageContent .dstg-article-wrap {
	width: 100%;
	margin: 20px 0
}
		
.dstg-article-wrap .dstg-title-box {
	margin-bottom: 30px;
	display: flex;
}
		
.dstg-article-wrap .dstg-title-box .dstg-flag {
	width: 12px;
	height: 28px
}
		
.dstg-article-wrap .dstg-title-box .dstg-title {
	line-height: 28px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold
}
		
.dstg-article-wrap .dstg-article-box {
	min-height: 400px;
	padding: 20px 30px;
	margin-bottom: 50px
}
/* info content base */

/* seo content */
.dstg-article-wrap .dstg-seo-btn button {
	width: 150px;
    border: none;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 0
}

.dstg-article-wrap .dstg-article-box .dstg-seo-info {
	font-size: 15px
}
		
.dstg-article-wrap .dstg-article-box .dstg-seo-info strong {
	color: #013D7A
}

.dstg-article-wrap .dstg-article-box .dstg-seo-info a {
	font-weight: bold;
	transition: .3s
}

.dstg-article-wrap .dstg-article-box .dstg-seo-info ul {
	list-style-type: disc;
	margin-left: 20px
}

.dstg-seo-wrapper {
    height: 400px;
    overflow-y: scroll;
    padding: 30px;
    border-radius: 20px
}

.dstg-seo-wrapper strong {
	font-weight: unset
}

.dstg-seo-wrapper a {
	font-weight: bold;
	transition: .3s
}

.dstg-seo-wrapper ul {
	list-style-type: disc;
	margin-left: 20px
}
/* seo content */

/* about us page */
.dstg-article-wrap .dstg-article-box .dstg-about-info {
	text-align: justify;
	line-height: 25px;
	font-size: 15px
}
/* about us page */

/* contact us page */
.dstg-article-wrap .dstg-article-box .dstg-contact-info {
	font-size: 20px
}

.dstg-article-wrap .dstg-article-box .dstg-contact-info .dstg-contact-list {
	width: 600px;
	font-size: 20px;
	margin: 85px auto;
	-webkit-box-shadow: 8px 8px 10px 4px rgba(0,0,0,0.2);
	box-shadow: 8px 8px 10px 4px rgba(0,0,0,0.2)
}
	
.dstg-article-wrap .dstg-article-box .dstg-contact-info .dstg-contact-list tr {
	height: 45px
}
	
.dstg-article-wrap .dstg-article-box .dstg-contact-info .dstg-contact-list tr .dstg-primary-col {
	padding: 0 25px;
	font-weight: bold
}
	
.dstg-article-wrap .dstg-article-box .dstg-contact-info .dstg-contact-list tr .dstg-primary-col i {
	margin-right: 5px
}

.dstg-article-wrap .dstg-article-box .dstg-contact-info .dstg-contact-list tr .dstg-primary-col img{
    width: 21px;
    height: 20px;
    margin-right: 5px;
}
	
.dstg-article-wrap .dstg-article-box .dstg-contact-info .dstg-contact-list tr .dstg-seperator-col {
	padding: 0 10px;
	text-align: center
}
	
.dstg-article-wrap .dstg-article-box .dstg-contact-info .dstg-contact-list tr .dstg-value-col {
	padding: 0 10px
}

#contactmodal .modal-body tr {
	font-size: 1rem;
}

#contactmodal .modal-body tr .dstg-primary-col {
	display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 10px;
    font-weight: bold;
}

#contactmodal .modal-body tr .dstg-primary-col img{
	width: 26px;
	height: 25px;
}

#contactmodal .modal-body tr .dstg-primary-col span {
	margin-left: 10px;
}

#contactmodal .modal-body tr .dstg-seperator-col {
	padding: 10px 10px;
    text-align: center;
}

#contactmodal .modal-body tr .dstg-value-col {
	font-weight: bold;
    padding: 10px 10px;
}
/* contact us page */

/* terms n conditions page */
.dstg-article-wrap .dstg-article-box .dstg-term-info {
	margin-top: 20px;
    text-align: justify;
    line-height: 25px
}

.dstg-article-wrap .dstg-article-box .dstg-term-info ol li ul {
	list-style: disc;
    padding-left: 20px
}

.dstg-article-wrap .dstg-article-box .dstg-term-info .dstg-info-cover {
	margin-bottom: 30px;
	padding-bottom: 10px
}
/* terms n conditions page */

/* marquee pop & announce pop */
.dstg-marqueePop-box .dstg-marqueePop-wrapper,
.dstg-announcePop-box .dstg-announcePop-wrapper {
	width: 1000px
}

.dstg-marqueePop-box .dstg-marqueePop-wrapper .dstg-popContent-wrap,
.dstg-announcePop-box .dstg-announcePop-wrapper .dstg-announceContent-wrap {
    height: 300px;
	padding-right: 10px;
	overflow-y: scroll
}

.dstg-marqueePop-box .dstg-marqueePop-wrapper .dstg-popContent-wrap .dstg-announce-cover,
.dstg-announcePop-box .dstg-announcePop-wrapper .dstg-announceContent-wrap .dstg-announce-cover {
	margin-bottom: 30px;
    padding-bottom: 10px
}

.dstg-marqueePop-box .dstg-marqueePop-wrapper .dstg-popContent-wrap .dstg-announce-cover .dstg-announce-title-box,
.dstg-announcePop-box .dstg-announcePop-wrapper .dstg-announceContent-wrap .dstg-announce-cover .dstg-announce-title-box {
	padding-bottom: 10px;
    cursor: pointer;
    transition: padding-bottom .5s ease
}

.dstg-marqueePop-box .dstg-marqueePop-wrapper .dstg-popContent-wrap .dstg-announce-cover .dstg-announce-title-box .dstg-flag,
.dstg-announcePop-box .dstg-announcePop-wrapper .dstg-announceContent-wrap .dstg-announce-cover .dstg-announce-title-box .dstg-flag {
	width: 25px;
    font-weight: bold
}

.dstg-marqueePop-box .dstg-marqueePop-wrapper .dstg-popContent-wrap .dstg-announce-cover .dstg-announce-title-box i,
.dstg-announcePop-box .dstg-announcePop-wrapper .dstg-announceContent-wrap .dstg-announce-cover .dstg-announce-title-box i {
	line-height: 10px;
	margin-right: 10px;
    transform: rotateZ(0deg);
    transition: all .5s ease-in-out
}

.dstg-marqueePop-box .dstg-marqueePop-wrapper .dstg-popContent-wrap .dstg-announce-cover .dstg-announce-title-box.dstg-show i,
.dstg-announcePop-box .dstg-announcePop-wrapper .dstg-announceContent-wrap .dstg-announce-cover .dstg-announce-title-box.dstg-show i {
	transform: rotateZ(180deg);
	transition: all .5s ease-in-out
}

.dstg-marqueePop-box .dstg-marqueePop-wrapper .dstg-popContent-wrap .dstg-announce-cover .dstg-announce-content,
.dstg-announcePop-box .dstg-announcePop-wrapper .dstg-announceContent-wrap .dstg-announce-cover .dstg-announce-content {
	text-align: justify;
	line-height: 25px;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	-webkit-transition: height .5s;
	transition: height .5s;
	height: 0;
	overflow: hidden
}

.dstg-announcePop-box .dstg-announcePop-wrapper .dstg-announceContent-wrap .dstg-announce-cover .dstg-announce-content img{
	width: 100%;
}
/* marquee pop & announce pop */

/* contact us pop */
.dstg-contactUsPop-box .dstg-contactUsPop-wrapper {
	width: 500px
}

.dstg-contactUsPop-box .dstg-contactUsPop-wrapper .dstg-contact-wrap {
	-webkit-box-shadow: 8px 8px 10px 4px rgba(0,0,0,0.2);
	box-shadow: 8px 8px 10px 4px rgba(0,0,0,0.2)
}

.dstg-contactUsPop-box .dstg-contactUsPop-wrapper .dstg-contact-wrap tr {
	height: 45px
}
	
.dstg-contactUsPop-box .dstg-contactUsPop-wrapper .dstg-contact-wrap tr .dstg-primary-col {
	padding: 0 25px;
	font-weight: bold
}

.dstg-contactUsPop-box .dstg-contactUsPop-wrapper .dstg-contact-wrap tr .dstg-primary-col i {
	margin-right: 5px
}
	
.dstg-contactUsPop-box .dstg-contactUsPop-wrapper .dstg-contact-wrap tr .dstg-seperator-col {
	padding: 0 10px;
	text-align: center
}
	
.dstg-contactUsPop-box .dstg-contactUsPop-wrapper .dstg-contact-wrap tr .dstg-value-col {
	padding: 0 10px
}
/* contact us pop */

/* register page */
.dstg-pageContent .dstg-register-wrap {
	width: 100%;
	margin: 20px 0
}
		
.dstg-register-wrap .dstg-title-box {
	margin: 0 auto;
	margin-bottom: 30px
}
		
.dstg-register-wrap .dstg-title-box .dstg-flag {
	width: 12px;
	height: 28px
}
		
.dstg-register-wrap .dstg-title-box .dstg-title {
	line-height: 28px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold
}
		
.dstg-register-wrap .dstg-register-box {
	min-height: 400px;
	padding: 20px 30px;
}

.dstg-register-wrap .dstg-register-box .dstg-register-content {
	margin: 30px auto;
	width: 90%;
	display: grid;
    grid-template-columns: 20% 80%
}

.dstg-register-wrap .dstg-register-box .dstg-register-content .dstg-member-benefits {
    max-height: 300px
}

.dstg-register-wrap .dstg-register-box .dstg-register-content .dstg-member-benefits .dstg-content .dstg-member-title {
	margin-bottom: 10px
}

.dstg-register-wrap .dstg-register-box .dstg-register-content .dstg-member-benefits .dstg-content .dstg-member-title .dstg-title {
    font-size: 24px
}

.dstg-register-wrap .dstg-register-box .dstg-register-content .dstg-member-benefits .dstg-content {
    padding: 10px
}

.dstg-register-wrap .dstg-register-box .dstg-register-content .dstg-member-benefits .dstg-content ul {
	list-style: decimal;
	padding-left: 15px
}

.dstg-register-wrap .dstg-register-box .dstg-register-content .dstg-member-benefits .dstg-content ul li {
	margin-bottom: 15px
}

.dstg-register-wrap .dstg-register-box .dstg-register-content .dstg-member-benefits .dstg-content ul li:last-child {
	margin-bottom: 0
}

.dstg-register-wrap .dstg-register-box .dstg-register-content .dstg-register-tab ul li {
	padding: 10px;
	cursor: pointer;
	font-weight: bold
}

.dstg-register-wrap .dstg-register-box .dstg-register-content .dstg-register-form {
	margin: 0 10%
}

.dstg-register-wrap .dstg-register-box .dstg-register-content .dstg-register-form .dstg-separate-form {
	/* margin-right: 70px */
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate {
	margin-bottom: 1rem
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate:last-child {
	margin-bottom: 0
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-label {
	margin-bottom: 5px
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-label .dstg-label-icon {
	width: 25px;
    text-align: center;
    margin-right: 10px
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-label .dstg-label-title {
	padding: 1px 0;
	font-weight: bold
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-label .regOTPTimer- {
	position: absolute;
	top: 0;
	right: 20%
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input {
    flex-wrap: wrap
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input input,.dstg-register-separate .dstg-register-input textarea {
    width: 80%;
    padding: 13px 10px;
    text-align: center
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate #captchaLabel i {
	width: 30%;
	background: #fff
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate #captchaLabel img {
	padding-top: 5px;
	max-height: 40px;
	cursor: pointer
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input #regCaptcha {
    width: 50%
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-regMobileInput {
	width: 55%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-otp-left-input {
	width: 35%
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-otp-right-input {
	border: none;
    padding: 10px 0;
    font-weight: 700;
    cursor: pointer;
    width: 45%;
    transition: .3s
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-otp-right-input:disabled {
	background: linear-gradient(180deg, rgba(170,167,167,1) 0%, rgba(105,105,105,1) 100%);
	cursor: default
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-select-input {
	position: relative
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-select-input select {
	display: none
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-select-input .dstg-select-selected {
	width: 250px;
	height: 100%;
    padding: 12.4px 5px;
    text-align: center;
    cursor: pointer;
    font-weight: bold
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-mobile-select .dstg-select-selected {
	width: 80px;
	height: 40px;
	border-right: none !important
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-select-input .dstg-select-selected:after {
	content: "";
	position: absolute;
	top: 17px;
	margin-left: 100px;
	width: 0;
	height: 0;
	border: 6px solid transparent
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-mobile-select .dstg-select-selected:after {
	margin-left: 20px
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-select-input .dstg-select-arrow-active:after {
	top: 10px;
	transform: rotateZ(180deg);
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-select-input .dstg-select-items {
	width: 250px;
    text-align: center;
	position: absolute;
    z-index: 99
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-select-regBankName .dstg-select-items {
    max-height: 240px;
    overflow-y: scroll;
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-select-regBankName .dstg-select-items div {
	height: 25px;
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-mobile-select .dstg-select-items {
	width: 80px;
	overflow-y: scroll;
    max-height: 110px
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-select-input .dstg-select-hide {
	max-height: 0
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-select-input .dstg-select-items div {
	width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    margin: 0 auto
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input .dstg-select-input .dstg-select-hide {
	display: none;
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input select {
	width: 80%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-input select.dstg-select-combine {
	width: 25%
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .inputMsg {
	width: 80%;
	text-align: justify;
	font-weight: bold
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .inputMsg.on {
	margin-top: 5px
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-register-btn button {
	width: 80%;
    border: none;
    padding: 10px 0;
    font-weight: bold;
    cursor: pointer;
    transition: .3s
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-whatsappRegStep {
	list-style-position: outside;
    list-style-type: decimal;
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .dstg-whatsappRegStep li {
	margin-bottom: 10px;
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate #whatsappQR img,
.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate #telegramQR img {
	width:unset;
}

.dstg-register-box .dstg-register-content .dstg-register-form .dstg-register-separate .telegramBtn {
	width: 100px;
    border: none;
    padding: 10px 0;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

@media only screen and (max-width :1500px) {
	.dstg-register-wrap .dstg-register-box {
		width: 100%
	}
	
	.dstg-register-wrap .dstg-title-box {
		width: 100%
	}
}
/* register page */

/* register success page */
.dstg-pageContent .dstg-registerSuccess-wrap {
    width: 100%;
    margin: 150px 0
}

.dstg-registerSuccess-wrap .dstg-title-box {
    margin: 0 auto;
	width: 80%;
	margin-bottom: 30px
}

.dstg-registerSuccess-wrap .dstg-title-box .dstg-flag {
    width: 12px;
    height: 28px
}

.dstg-registerSuccess-wrap .dstg-title-box .dstg-title {
    line-height: 28px;
    padding-left: 15px;
    font-size: 20px
}

.dstg-registerSuccess-wrap .dstg-registerSuccess-box {
    min-height: 400px;
	border-radius: 10px;
	padding: 20px 30px;
	width: 80%;
	margin: 0 auto
}

.dstg-registerSuccess-wrap .dstg-registerSuccess-box .dstg-registerSuccess-content {
	margin: 30px auto;
	width: 90%;
	display: grid;
    grid-template-columns: 30% 70%
}

.dstg-registerSuccess-wrap .dstg-registerSuccess-box .dstg-registerSuccess-content .dstg-member-benefits {
    max-height: 300px
}

.dstg-registerSuccess-wrap .dstg-registerSuccess-box .dstg-registerSuccess-content .dstg-member-benefits .dstg-content {
    padding: 10px;
}

.dstg-registerSuccess-wrap .dstg-registerSuccess-box .dstg-registerSuccess-content .dstg-member-benefits .dstg-content .dstg-member-title {
	margin-bottom: 10px
}

.dstg-registerSuccess-wrap .dstg-registerSuccess-box .dstg-registerSuccess-content .dstg-member-benefits .dstg-content .dstg-member-title .dstg-title {
    font-size: 24px
}

.dstg-registerSuccess-wrap .dstg-registerSuccess-box .dstg-registerSuccess-content .dstg-member-benefits .dstg-content ul {
	list-style: decimal;
	padding-left: 15px
}

.dstg-registerSuccess-wrap .dstg-registerSuccess-box .dstg-registerSuccess-content .dstg-member-benefits .dstg-content ul li {
	margin-bottom: 15px
}

.dstg-registerSuccess-wrap .dstg-registerSuccess-box .dstg-registerSuccess-content .dstg-member-benefits .dstg-content ul li:last-child {
	margin-bottom: 0
}

.dstg-registerSuccess-wrap .dstg-registerSuccess-box .dstg-registerSuccess-content .dstg-registerSuccess-msg {
	margin: 20px
}

.dstg-registerSuccess-wrap .dstg-registerSuccess-box .dstg-registerSuccess-content .dstg-registerSuccess-msg .dstg-msg-title {
	margin: 10px 0;
	text-align: left
}

.dstg-registerSuccess-wrap .dstg-registerSuccess-box .dstg-registerSuccess-content .dstg-registerSuccess-msg .dstg-msg-content {
	text-align: justify
}
/* register success page */

/* member home page */
/* specific slot container */
.dstg-filter-wrapper {
	width: 100%
}
	
.dstg-filter-wrapper .dstg-filter-type,
.dstg-filter-wrapper .dstg-filter-btn {
	margin: 0 auto;
	padding: 10px 0
}
	
.dstg-filter-wrapper .dstg-filter-type .dstg-filter-title {
	margin: auto;
	margin-right: 14px;
	width: 10%;
	font-weight: bold
}

.dstg-filter-wrapper .dstg-filter-type .dstg-filter-title.dstg-provider-title {
	margin: 0;
    font-size: 30px;
    width: auto;
    font-weight: bold
}

/* provider list search bar */

.dstg-filter-type .search-bar{
    margin: auto 0 auto auto;
    border-radius: 20px;
    padding: 0px 15px;
}

.dstg-filter-type .search-bar .searchInputBox{
    height: 40px;
    width: 165px;
    margin-left: 5px;
    border: none;
    outline: none;
}

/* provider list search bar */	
	
.dstg-filter-wrapper .dstg-filter-type .dstg-filter-option {
	width: 90%
}
	
.dstg-filter-wrapper .dstg-filter-type .dstg-filter-option .dstg-filter-list {
	margin-bottom: 5px
}
	
.dstg-filter-wrapper .dstg-filter-type .dstg-filter-option .dstg-filter-list:last-child {
	margin-bottom: 0
}
	
.dstg-filter-wrapper .dstg-filter-type .dstg-filter-option .dstg-filter-list li .option {
	width: 154px;
	text-align: center;
	padding: 10px 5px;
	margin-right: 2px;
	cursor: pointer;
	font-weight: bold
}

.dstg-filter-wrapper .dstg-filter-type .dstg-filter-option .dstg-filter-list li:last-child {
	margin-right: 0px
}
	
.dstg-filter-wrapper .dstg-filter-type .dstg-filter-option .dstg-filter-list li .option-input {
	opacity: 0;
	position: absolute;
	width: 154px;
	height: 40px;
	cursor: pointer
}

.dstg-filter-wrapper .dstg-filter-type .dstg-filter-option .dstg-filter-list li:first-child .option {
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.dstg-filter-wrapper .dstg-filter-type .dstg-filter-option .dstg-filter-list li:last-child .option {
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.dstg-specificSlotContainer {
	width: 1250px
}

.dstg-specificSlotContainer .dstg-leftSideContent {
	width: 65%
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-topContent .dstg-providerLogoImg {
	height: 120px;
    width: 25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-topContent .dstg-userContentBox {
	width: 75%;
	height: 120px
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-topContent .dstg-userContentBox .dstg-content-seperate {
	margin: 15px
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-topContent .dstg-userContentBox .dstg-content-seperate .dstg-content-label {
    padding: 10px 0;
    width: 70px;
    font-weight: bold
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-topContent .dstg-userContentBox .dstg-content-seperate .dstg-content-value {
	width: 200px;
    text-align: center;
    padding: 13px 5px;
    margin-left: 5px;
    font-weight: bold
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-topContent .dstg-userContentBox .dstg-content-seperate .dstg-content-copy {
	padding: 10px 0;
    margin-left: 5px;
    cursor: pointer
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-topContent	.dstg-userContentBox .dstg-content-seperate .dstg-generateBtn {
    height: 40px;
    border-width: 0;
    letter-spacing: 1.5px;
    font-weight: 700;
    transition: all .3s ease 0s;
    color: #fff;
    padding: 8px;
    margin-left: 10px;
    cursor: pointer;
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-topContent .dstg-userContentBox .dstg-userAccount-noti {
	margin: 40px 20px;
	font-weight: bold
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-topContent .dstg-userContentBox .dstg-userAccount-noti div {
	margin: 5px 0
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-topContent .dstg-userContentBox .dstg-userAccount-noti .dstg-userAccount-login {
	cursor: pointer
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-topContent .dstg-userContentBox .dstg-userAccount-noti .dstg-userAccount-register {
	cursor: pointer;
	transition: .3s
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-bottomContent {
	margin: 20px 0
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-bottomContent .dstg-descriptionBox .dstg-title { 
	text-align: center;
    font-weight: bold
}
	
.dstg-specificSlotContainer .dstg-leftSideContent .dstg-bottomContent .dstg-descriptionBox .dstg-description-seperate {
	margin: 20px 0
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-bottomContent .dstg-descriptionBox .dstg-description-seperate:last-child {
	margin-bottom: 0
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-bottomContent .dstg-descriptionBox .dstg-description-seperate .dstg-label {
	font-weight: bold;
	margin-bottom: 5px
}

.dstg-specificSlotContainer .dstg-leftSideContent .dstg-bottomContent .dstg-descriptionBox .dstg-description-seperate .dstg-content {
	text-align: justify
}

.dstg-specificSlotContainer .dstg-rightSideContent {
	width: 35%
}

.dstg-specificSlotContainer .dstg-rightSideContent iframe {
	width: 100%;
	min-height: 600px
}

.dstg-specificSlotContainer .dstg-rightSideContent .dstg-download-title {
	width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold
}

.dstg-specificSlotContainer .dstg-rightSideContent .dstg-download-item {
	width: 40%;
	margin: 0 auto;
	margin-bottom: 20px
}

.dstg-specificSlotContainer .dstg-rightSideContent .dstg-download-item:last-child {
	margin-bottom: 0
}

.dstg-specificSlotContainer .dstg-rightSideContent .dstg-download-item .dstg-download-qr {
	padding: 5px;
    background: #fff;
    margin-bottom: 5px
}

.dstg-specificSlotContainer .dstg-rightSideContent .dstg-download-item .dstg-download-btn button {
	border: none;
    padding: 10px 0;
    font-weight: bold;
    cursor: pointer
}

.dstg-gameListHide {
	display: none;
}

.dstg-gameListBtn-wrapper {
	margin: 20px auto;
}

.dstg-gameListBtn-wrapper button {
	border: none;
    padding: 10px 0;
    font-weight: bold;
    cursor: pointer;
    width: 200px;
    transition: .3s
}

.dstg-gameListTab.dstg-providerList {
	margin: 20px 0;
	justify-content: center;
}

.dstg-gameListTab.dstg-slotGameList {
	margin-top: 30px
}

.dstg-gameListTab .dstg-gameList-not {
	min-height: 200px;
	width: 100%;
    padding: 50px;
    text-align: center
}
/* specific slot conrainer */
/* member home page */

/* member pages base */
.dstg-pageContent .dstg-page-content-wrap {
	width: 100%;
	min-height: 572px;
	margin-top: 20px
}

.dstg-page-content-wrap .dstg-page-content-box {
	min-height: 400px;
    padding: 20px 30px;
    margin-bottom: 50px
}

.dstg-page-content-wrap .dstg-title-box {
	margin-bottom: 30px
}
		
.dstg-page-content-wrap .dstg-title-box .dstg-flag {
	width: 12px;
	height: 28px
}
		
.dstg-page-content-wrap .dstg-title-box .dstg-title {
	line-height: 28px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold
}
/* member pages base */

/* transfer page */
.dstg-transfer-wrap .dstg-transfer-box .dstg-transaction-wrapper {
	margin: 20px auto;
}

.dstg-transfer-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-title {
	width: 12%
}

.dstg-transfer-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option {
	width: 88%
}

.dstg-transfer-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-center-seperate {
    cursor: pointer
}

.dstg-transfer-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-transaction-btn {
	margin: 0 20px
}

.dstg-transfer-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-transaction-errMsg {
	margin: 0 10px
}

.dstg-transfer-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input .dstg-promoSelect,
.dstg-transfer-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input .dstg-promoSelectItem {
	width: 400px
}

.dstg-transfer-box  .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li #promoCode {
	width: 400px
}

.dstg-shortcut-wrapper .dstg-shortcut-seperate {
    padding: 25px 0
}

.dstg-shortcut-seperate .dstg-shortcut-title {
	padding: 10px 0
}

.dstg-shortcut-seperate .dstg-shortcut-title .dstg-flag {
	width: 10px;
    height: 10px;
    transform: rotateZ(45deg);
    margin: auto 0
}

.dstg-shortcut-seperate .dstg-shortcut-title .dstg-title-name {
	margin-left: 10px;
	font-weight: bold
}

.dstg-shortcut-seperate .dstg-shortcut-provider {
	display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px;
    margin-top: 1rem
}

.dstg-shortcut-seperate .dstg-shortcut-provider .provider-content {
	width: 100%
}

.dstg-shortcut-seperate .dstg-shortcut-provider .provider-content .provider-logo {
	position: relative
}

.dstg-shortcut-seperate .dstg-shortcut-provider .provider-content .provider-logo .logo-img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.dstg-shortcut-seperate .dstg-shortcut-provider .provider-content .provider-logo .logo-name {
	position: relative;
    height: 80px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #7d7d7d;
    background: #d0d0d0
}

.dstg-shortcut-seperate .dstg-shortcut-provider .provider-content .provider-logo .logo-name div {
    position: absolute;
    width: 98%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.dstg-shortcut-seperate .dstg-shortcut-provider .provider-content .provider-bal {
	font-weight: 700;
	text-align: center;
	padding: 10px 0
}

.dstg-shortcut-seperate .dstg-shortcut-provider .provider-content .provider-btn {
	/* height: 25% */
}

.dstg-shortcut-seperate .dstg-shortcut-provider .provider-content .provider-btn .btn-box {
    display: grid;
    grid-template-columns: repeat(3,1fr)
}

.dstg-shortcut-seperate .dstg-shortcut-provider .provider-content .provider-btn button {
    border: none;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 2px;
    transition: .3s
}

.dstg-shortcut-seperate .dstg-shortcut-provider .provider-content .provider-btn .maintenance-text {
	text-align: center;
    font-weight: bold;
    height: 100%;
    padding: 12px 5px
}

.dstg-shortcut-seperate .dstg-shortcut-provider .provider-content .provider-btn .locked-text,
.dstg-shortcut-seperate .dstg-shortcut-provider .provider-content .provider-btn .directAllIn-text {
    width: 100%;
    border: none;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 0
}

.dstg-timer-wrapper .dstg-timer-title {
	margin-right: 5px;
	padding: 10px 0;
	font-weight: bold
}

.dstg-timer-wrapper .dstg-timer-val {
	padding: 10px 0;
	font-weight: bold
}

.dstg-timer-wrapper .dstg-btn-box {
	margin-left: 10px
}

.dstg-timer-wrapper .dstg-btn-box:first-child {
	margin-left: 0
}

.dstg-timer-wrapper .dstg-btn-box button {
    width: 100px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 0;
    transition: .3s
}

.dstg-timer-wrapper .dstg-toggle-btn {
	position: relative;
	display: inline-block;
	width: 226px;
	height: 35px
}

.dstg-timer-wrapper .dstg-toggle-btn .dstg-toggle-checkbox {
	display:none
}

.dstg-timer-wrapper .dstg-toggle-btn .dstg-toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px
}

.dstg-timer-wrapper .dstg-toggle-btn .dstg-toggle-slider:before {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	left: 10px;
	bottom: 7px;
	border-radius: 100%
}

.dstg-timer-wrapper .dstg-toggle-btn .dstg-toggle-slider .on {
	display: none;
}

.dstg-timer-wrapper .dstg-toggle-btn .dstg-toggle-slider .on,
.dstg-timer-wrapper .dstg-toggle-btn .dstg-toggle-slider .off {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	width: auto;
	text-align: center;
	font-weight: bold
}

.dstg-timer-wrapper .dstg-toggle-btn .dstg-toggle-checkbox:checked + .dstg-toggle-slider:before {
	-webkit-transform: translateX(185px);
	-ms-transform: translateX(185px);
	transform: translateX(185px)
}

.dstg-timer-wrapper .dstg-toggle-btn .dstg-toggle-checkbox:checked + .dstg-toggle-slider .on {
	display: block
}

.dstg-timer-wrapper .dstg-toggle-btn .dstg-toggle-checkbox:checked + .dstg-toggle-slider .off {
	display: none
} 

.dstg-shortcut-wrapper .dstg-provider-wrap {
	width: 1250px
}
/* transfer page */

/* deposit page */
@media ( min-width :1024px) and (max-width:1499px) {
	.dstg-depositPageContent {
		width: 80% !important;
		min-width: 980px
	}
}

@media ( max-width :1024px) {
	.dstg-depositPageContent {
		padding: 0 20px
	}
}

@media ( min-width :1500px) {
	.dstg-depositPageContent {
		max-width: 1400px
	}
}

.dstg-deposit-box .dstg-deposit-form {
	display: grid;
	grid-template-columns: 50% 50%;
	min-height: 400px
}

.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-title {
	width: 30%
}

.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option {
	width: 70%
}

.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li {
	margin-right: 10px
}

.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li:last-child {
	margin-right: 0
}

.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input.dstg-hidden-overflow .dstg-select-items {
	overflow-y: scroll;
	max-height: 120px
}

.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-depositMsg {
	padding: 10px 0
}

.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .fileupload-box {
	position: relative;
	border: none;
	padding: 10px;
	font-weight: bold;
	cursor: pointer;
	width: 180px;
	text-align: center;
	margin-right: 10px
}

.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .fileupload-box .fileInput {
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	cursor: pointer
}

.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-btn-wrapper .btn-remove {
	border: none;
    padding: 10px 0;
    color: #e8e8e8;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    width: 100px
}

.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-transaction-btn {
	width: fit-content;
}

.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-transaction-btn .btn-deposit {
	width: 200px;
	border: none;
	padding: 10px 0;
	font-weight: bold;
	cursor: pointer;
	text-align: center
}

.dstg-deposit-box .dstg-deposit-description {
	width: 94%;
	padding: 10px;
	text-align: justify
}

.dstg-deposit-box .dstg-deposit-description div {
	margin: 10px 0
}

.dstg-deposit-box .dstg-deposit-description div:first-child {
	margin-top: 0
}

.dstg-deposit-box .dstg-deposit-description div:last-child {
	margin-bottom: 0
}

.dstg-deposit-box .dstg-transaction-seperate .dstg-logo {
	display: grid; 
	grid-template-columns: repeat(6, 1fr); 
	justify-content: space-around;
}

.dstg-deposit-box .dstg-transaction-seperate .dstg-logo img{
	width:100px; 
	height:60px;
	margin:auto;
}

.dstg-deposit-box .dstg-h2p-message-wrapper {
	margin: 20px 0
}

.dstg-deposit-box .dstg-h2p-message-wrapper .dstg-h2p-message-box .dstg-message-text {
	margin-bottom: 20px
}

.dstg-deposit-box .dstg-h2p-message-wrapper .dstg-h2p-message-box .dstg-message-description {
	margin-bottom: 10px
}

.dstg-deposit-box .dstg-h2p-message-wrapper .dstg-h2p-message-box .dstg-message-description .dstg-h2p-summary {
	margin: 20px;
	width: 620px
}

.dstg-deposit-box .dstg-h2p-message-wrapper .dstg-h2p-message-box .dstg-message-description .dstg-h2p-summary .dstg-summary-separate {
	display: grid;
	grid-template-columns: 24.5% 1% 74.5%;
	margin: 10px 0
}

.dstg-deposit-box .dstg-h2p-message-wrapper .dstg-h2p-message-box .dstg-message-description .dstg-h2p-summary .dstg-summary-separate div {
	padding: 0 10px
}

.dstg-deposit-box .dstg-h2p-message-wrapper .dstg-h2p-message-box .dstg-message-description .dstg-h2p-summary .dstg-summary-separate div:nth-child(2) {
	padding: 0;
	text-align: center
}

.dstg-depositPageContent .dstg-announcement-wrap,
.dstg-withdrawPageContent .dstg-announcement-wrap{
	min-height: 150px
}

.dstg-depositPageContent .dstg-announcement-wrap .dstg-announcement-box,
.dstg-withdrawPageContent .dstg-announcement-wrap .dstg-announcement-box{
	min-height: 150px
}

.dstg-depositPageContent .dstg-deposit-video-wrap,
.dstg-withdrawPageContent .dstg-withdraw-video-wrap {
	min-height: 350px
}

.dstg-depositPageContent .dstg-deposit-video-wrap .dstg-video-wrap,
.dstg-withdrawPageContent .dstg-withdraw-video-wrap .dstg-video-wrap {
	min-height: 350px
}

/* .dstg-depositPageContent .dstg-dropdown-menu {
	top: 408px !important;
    font-size: 13px;
    list-style: none;
    background-color: rgba(0, 0, 0, .9);
    border: 1px solid rgba(220,65,228,.4);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
} */
/* deposit page */

/* withdraw page */
.dstg-withdraw-box .dstg-withdraw-form {
	display: grid;
	grid-template-columns: 50% 50%;
	min-height: 400px
}

.dstg-withdraw-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-title {
	width: 30%
}

.dstg-withdraw-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option {
	width: 70%
}

.dstg-withdraw-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li {
	margin-right: 10px
}

.dstg-withdraw-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li:last-child {
	margin-right: 0
}

.dstg-withdraw-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input .dstg-select-items {
	max-height: 150px
}

.dstg-withdraw-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input.dstg-hidden-overflow .dstg-select-items {
	overflow: hidden
}

.dstg-withdraw-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-withdrawMsg {
	padding: 10px 0
}

.dstg-withdraw-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-transaction-btn {
	width: fit-content;
}

.dstg-withdraw-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-transaction-btn .btn-withdraw {
	width: 200px;
	border: none;
	padding: 10px 0;
	font-weight: bold;
	cursor: pointer;
	text-align: center
}
/* withdraw page */

/* histroy page */
.dstg-history-wrap .dstg-history-box .dstg-transaction-wrapper,
.dstg-history-wrap .dstg-history-box .dstg-claimReward-wrapper {
	margin: 20px auto
}

.dstg-history-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-title,
.dstg-history-box .dstg-claimReward-wrapper .dstg-claimReward-seperate .dstg-claimReward-title  {
	width: 12%
}

.dstg-history-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option,
.dstg-history-box .dstg-claimReward-wrapper .dstg-claimReward-seperate .dstg-claimReward-option {
	width: 88%
}

.dstg-history-box .dstg-transaction-wrapper .dstg-transaction-btn,
.dstg-history-box .dstg-claimReward-wrapper .dstg-transaction-btn {
	margin: 0 20px
}

.dstg-history-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input .dstg-select-items::-webkit-scrollbar,
.dstg-history-box .dstg-claimReward-wrapper .dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-select-input .dstg-select-items::-webkit-scrollbar {
	display: none
}

.dstg-history-wrap .dstg-history-box .dstg-table-wrapper {
	overflow-x: scroll;
	font-size: 20px
}

.dstg-history-wrap .dstg-history-box .dstg-table-wrapper .dstg-history-list,
.dstg-history-wrap .dstg-history-box .dstg-table-wrapper .dstg-claimhistory-list {
	border-collapse: collapse;
	width: 100%;
    font-size: 20px;
    border-bottom: none;
}

.dstg-history-box .dstg-table-wrapper .dstg-history-list tr,
.dstg-history-box .dstg-table-wrapper .dstg-claimhistory-list tr {
	border: solid grey;
	height: 45px
}

.dstg-history-box .dstg-table-wrapper .dstg-history-list tr td,
.dstg-history-box .dstg-table-wrapper .dstg-claimhistory-list tr td {
	text-align: center
}

.dstg-history-box .dstg-table-wrapper .dstg-history-list tr td .dstg-btn-detail,
.dstg-history-box .dstg-table-wrapper .dstg-claimhistory-list tr td .dstg-btn-detail {
	width: 40px;
    font-size: 14px;
    padding: 5px;
    cursor: pointer
}

.dstg-history-box .dstg-table-wrapper .dstg-history-list tbody tr,
.dstg-history-box .dstg-table-wrapper .dstg-claimhistory-list tbody tr {
	background: transparent
}

.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_length,
.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_filter {
    font-size: 16px;
    font-weight: bold;
	margin-bottom: 20px
}

.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_filter label input {
	height: 35px;
    padding: 0 15px
}

.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_paginate {
	font-size: 16px;
    padding-top: 25px
}

.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_paginate .dstg-paginate_button {
	border: none;
	box-shadow: none;
	font-weight: bold;
	transition: .3s
}

.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_paginate .dstg-paginate_button:hover,
.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_paginate .dstg-paginate_button:focus,
.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_paginate .dstg-paginate_button.dstg-current, 
.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_paginate .dstg-paginate_button.dstg-current:hover {
	border: none;
	box-shadow: none
}

.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_paginate .dstg-paginate_button.dstg-disabled,
.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_paginate .dstg-paginate_button.dstg-disabled:hover,
.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_paginate .dstg-paginate_button.dstg-disabled:focus,
.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_paginate .dstg-paginate_button.dstg-disabled:active {
    border: none
}

.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_paginate .dstg-paginate_button:hover,
.dstg-history-box .dstg-table-wrapper .dstg-dataTables_wrapper .dstg-dataTables_paginate .dstg-paginate_button:active {
	border: none;
	box-shadow: none
}
/* histroy page */

/* member bank info page */
.dstg-memberBank-wrapper {
	padding: 10px 0
}

.dstg-memberBank-wrapper .dstg-memberBank-thead {
	display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%
}

.dstg-memberBank-wrapper .dstg-memberBank-thead .dstg-thead-col {
	text-align: center;
    padding: 10px 0;
    font-weight: bold
}

.dstg-memberBank-wrapper .dstg-memberBank-tbody .dstg-memberBank-separate {
	display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%
}

.dstg-memberBank-wrapper .dstg-memberBank-tbody .dstg-memberBank-separate .dstg-thead-col {
	text-align: center;
	padding: 10px 0;
	justify-content: center
}

.dstg-memberBank-wrapper .dstg-memberBank-tbody .dstg-memberBank-separate .dstg-thead-col .dstg-col-text {
	font-weight: bold;
	padding: 10px 0
}

.dstg-memberBank-wrapper .dstg-memberBank-tbody .dstg-memberBank-separate .dstg-thead-col .dstg-col-text.dstg-bank-name {
	width: 100%;
	text-align: left
}

.dstg-memberBank-wrapper .dstg-memberBank-tbody .dstg-memberBank-separate .dstg-thead-col .dstg-col-img {
	margin: 0 10px;
	margin-left: 80px
}

.dstg-memberBank-wrapper .dstg-memberBank-tbody .dstg-memberBank-separate .dstg-thead-col .dstg-col-img .dstg-bank-img {
	width: 40px;
    height: 40px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.dstg-memberBank-wrapper .dstg-memberBank-tbody .dstg-memberBank-separate .dstg-thead-col .dstg-col-btn button {
	border: none;
    padding: 10px 0;
    font-weight: bold;
    cursor: pointer;
    width: 100px
}

.dstg-bankSetting-wrapper {
	margin: 50px auto
}

.dstg-bankSetting-wrapper .dstg-form-wrap {
	min-height: 320px;
	margin: 10px 20px
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-select-input {
	position: relative
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-select-input select {
	display: none
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-select-input .dstg-select-selected {
	width: 250px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    font-weight: bold
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-select-input .dstg-select-selected:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 20px;
	width: 0;
	height: 0;
	border: 6px solid transparent
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-select-input .dstg-select-arrow-active:after {
	top: 10px;
	transform: rotateZ(180deg);
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-select-input .dstg-select-items {
	width: 250px;
	overflow-y: scroll;
    text-align: center;
	position: absolute;
    z-index: 99;
    max-height: 210px;
    font-weight: bold
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-select-input .dstg-select-hide {
	max-height: 0
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-select-input .dstg-select-items div {
	width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    transition: .3s
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-select-input .dstg-select-hide {
	display: none;
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-form-seperate {
	margin-bottom: 15px
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-form-seperate:last-child {
	margin-bottom: 0
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-input-title {
	margin-bottom: 5px;
	font-weight: bold
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-formGroup {
	width: 250px;
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-formGroup .dstg-input-field {
	width: 100%;
	height: 35px;
    text-align: center;
    padding: 5px 10px;
    transition: .3s;
    cursor: pointer;
    background: transparent;
    font-weight: bold
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-formGroup select {
	width: 100%;
    height: 35px;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: 700;
    transition: .3s
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-error-msg {
	width: 220px;
    font-size: 12px;
    line-height: 12px;
    text-align: justify;
    transform: translate(16rem, -2.5rem);
    font-weight: bold
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-form-btn button {
	width: 150px;
    border: none;
    padding: 10px 0;
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px
}

.dstg-bankSetting-wrapper .dstg-form-wrap .dstg-form-btn button:last-child {
    margin-right: 0
}
/* member bank info page */

/* member info page */
.dstg-memberInfo-wrap .dstg-memberInfo-box .dstg-info-wrapper {
	margin: 10px auto
}

.dstg-memberInfo-box .dstg-info-wrapper .dstg-basic-info {
	padding: 10px 0;
	justify-content: center
}

.dstg-memberInfo-box .dstg-info-wrapper .dstg-basic-info .dstg-basic-seperate {
	width: calc(100%/3);
	text-align: center
}

.dstg-memberInfo-box .dstg-info-wrapper .dstg-basic-info .dstg-basic-icon {
	width: 100px;
    height: 80px;
    margin: auto;
    padding: 10px 0;
    font-size: 50px
}

.dstg-memberInfo-box .dstg-info-wrapper .dstg-basic-info .dstg-basic-icon .dstg-member-image {
	width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center
}

.dstg-memberInfo-box .dstg-info-wrapper .dstg-basic-info .dstg-basic-title {
	margin-bottom: 5px;
	font-weight: bold
}

.dstg-memberInfo-box .dstg-info-wrapper .dstg-btn-copy {
	margin-left: 10px;
    border: none;
    color: #fff;
    padding: 4px 15px;
    cursor: pointer 
}

.dstg-memberInfo-box .dstg-password-wrapper {
	margin: 50px auto
}

.dstg-password-wrapper .dstg-form-wrap {
	min-height: 320px;
	margin: 10px 20px
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-form-seperate {
	margin-bottom: 15px
}

.dstg-password-wrapper .dstg-form-wrap .dstg-form-seperate:last-child {
	margin-bottom: 0
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-input-title {
	margin-bottom: 5px;
	font-weight: bold
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-formGroup {
	width: 250px;
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-formGroup .dstg-otp-left-input {
	width: 55% !important;
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-formGroup .dstg-otp-right-input {
    margin: auto;
    height: 35px;
    border: none;
    font-weight: 700;
    cursor: pointer;
    width: 45%;
    color: #fff;
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-formGroup .dstg-otp-right-input:disabled {
	background: linear-gradient(180deg, rgba(170,167,167,1) 0%, rgba(105,105,105,1) 100%);
	cursor: default
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-formGroup .dstg-input-field {
	width: 85%;
	height: 35px;
    text-align: center;
    padding: 5px 10px;
    transition: .3s;
    cursor: pointer;
    background: transparent;
    font-weight: bold
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-formGroup.dstg-disabled .dstg-input-field {
	width: 100%;
	cursor: default
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-formGroup .dstg-input-icon {
	width: 15%;
	text-align: center;
	padding: 5px;
	-webkit-transition: .3s;
	transition: .3s
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-formGroup select {
    width: 100%;
    height: 35px;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    font-weight: 700;
    transition: .3s
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-form-seperate .dstg-error-msg {
	width: 220px;
    font-size: 12px;
    line-height: 12px;
    text-align: justify;
    transform: translate(16rem, -2.5rem);
    font-weight: bold
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-form-btn button {
	width: 150px;
    border: none;
    padding: 10px 0;
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-form-btn button:last-child {
    margin-right: 0
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-select-input {
	position: relative
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-select-input select {
	display: none
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-select-input .dstg-select-selected {
	width: 250px;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    font-weight: bold
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-select-input .dstg-select-selected:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 20px;
	width: 0;
	height: 0;
	border: 6px solid transparent
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-select-input .dstg-select-arrow-active:after {
	top: 10px;
	transform: rotateZ(180deg);
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-select-input .dstg-select-items {
	width: 250px;
	overflow-y: scroll;
    text-align: center;
	position: absolute;
    z-index: 99;
    max-height: 210px
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-select-input .dstg-select-hide {
	max-height: 0
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-select-input .dstg-select-items div {
	width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    font-weight: bold;
    transition: .3s
}

.dstg-memberInfo-box .dstg-password-wrapper .dstg-form-wrap .dstg-select-input .dstg-select-hide {
	display: none;
}
/* member info page */

/* member tnc page */
.dstg-pageContent .dstg-tnc-wrap {
	margin-top: 80px;
    border-radius: 10px;
    min-height: 250px;
}

.dstg-pageContent .dstg-tnc-wrap .dstg-register-separate {
	margin-bottom: 15px;
    margin-top: 24px;
}

.dstg-pageContent .dstg-tnc-wrap .dstg-register-separate .dstg-label-icon {
	width: 25px;
    text-align: center;
    margin-right: 10px;
}

.dstg-pageContent .dstg-tnc-wrap .dstg-register-separate .dstg-register-input input {
    width: 250px;
    height: 40px;
    padding: 10px;
    text-align: center;
}

.dstg-pageContent .dstg-tnc-wrap {
	min-height: 250px
}
		
.dstg-tnc-wrap .dstg-tnc-title {
	text-align: center;
	font-size: 30px;
	margin: 40px 0
}
		
.dstg-tnc-wrap .dstg-tnc-content {
	width: 75%;
    margin: 0 auto
}
		
.dstg-tnc-wrap .dstg-tnc-content ul {
	list-style: disc
}
		
.dstg-tnc-wrap .dstg-tnc-content ul li {
	margin: 10px 0
}
		
.dstg-tnc-wrap .dstg-tnc-content ul li .dstg-tnc-details {
	text-align: justify
}
		
.dstg-tnc-wrap .dstg-tnc-btn {
	width: 75%;
	margin: 30px auto;
	justify-content: center
}
		
.dstg-tnc-wrap .dstg-tnc-btn button {
	border: none;
	border-radius: 20px;
	padding: 10px 0;
	font-weight: 700;
	cursor: pointer;
	min-width: 100px
}
		
.dstg-tnc-wrap .dstg-tnc-btn button:first-child {
	margin-right: 10px
}
		
.dstg-tnc-wrap .dstg-tnc-btn button:last-child {
	margin-right: 0
}
/* member tnc page */

/* error page */
.dstg-pageContent .dstg-error-wrap {
	margin-top: 120px;
	border-radius: 10px;
	min-height: 250px
}
		
.dstg-error-wrap .dstg-error-title {
	text-align: center;
	font-size: 30px;
	margin: 40px 0
}
		
.dstg-error-wrap .dstg-error-content {
	text-align: center;
	font-size: 26px;
}
		
.dstg-error-wrap .dstg-error-content .dstg-error-description {
	margin: 20px 0
}
		
.dstg-error-wrap .dstg-error-content .dstg-error-btn {
	margin: 20px 0
}
		
.dstg-error-wrap .dstg-error-content .dstg-error-btn button {
	width: 250px;
	border: none;
	border-radius: 20px;
	padding: 10px 0;
	font-weight: bold;
	cursor: pointer
}
/* error page */

/* maintenance page */
.dstg-pageContent .dstg-maintenance-wrap {
	margin-top: 120px;
	border-radius: 10px;
	min-height: 250px
}
		
.dstg-maintenance-wrap .dstg-maintenance-title {
	text-align: center;
	font-size: 30px;
	margin: 40px 0
}
		
.dstg-maintenance-wrap .dstg-maintenance-content {
	text-align: center
}
		
.dstg-maintenance-wrap .dstg-maintenance-content .dstg-maintenance-description {
	margin: 20px auto;
	text-align: justify;
	width: 80%;
	line-height: 25px
}
/* maintenance page */

/* login pop */
.dstg-loginPop-box .dstg-loginPop-wrapper {
	width: 1000px
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap {
	/* display: grid;
	grid-template-columns: 50% 50% */
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-tab ul li {
	width: 100%;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	cursor: pointer
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-text {
	text-align: center;
	margin: 35px 0
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-text .dstg-title {
	font-weight: bold;
	margin-bottom: 15px
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-inputBox {
	width: 250px;
    margin: 20px auto;
	overflow: hidden;
	padding: 10px 0;
	height: 40px
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-inputBox:last-child {
	margin-bottom: 0
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-inputBox .dstg-inputField {
	width: 100%; 
	padding: 0 20px
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-inputBox .dstg-inputField .dstg-input-icon {
	width: 10%;
	text-align: center
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-inputBox .dstg-inputField input {
	border: none;
	background: none;
	width: 90%;
	height: 100%;
	padding: 0 20px;
	text-align: center
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-loginMobileInput .dstg-inputField .dstg-select-input {
	position: relative;
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-loginMobileInput .dstg-inputField .dstg-select-input select {
	display: none;
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-loginMobileInput .dstg-inputField .dstg-select-input .dstg-select-selected {
    width: 80px;
    padding: 12.4px 5px;
    text-align: center;
    cursor: pointer
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-loginMobileInput .dstg-inputField .dstg-select-input .dstg-select-selected:after {
	content: "";
    position: absolute;
    top: 17px;
    margin-left: 100px;
    width: 0;
    height: 0
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-loginMobileInput .dstg-inputField .dstg-mobile-select .dstg-select-selected:after {
    margin-left: 20px;
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-loginMobileInput .dstg-inputField .dstg-select-input .dstg-select-items {
    width: 80px;
    height: 100px;
    overflow-y: scroll;
    text-align: center;
    position: absolute;
    z-index: 99
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-loginMobileInput .dstg-inputField .dstg-select-input .dstg-select-hide {
	display: none;
	max-height: 0;
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-loginMobileInput .dstg-inputField .dstg-select-input .dstg-select-items div {
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    margin: 0 auto;
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-loginMobileInput .dstg-inputField input {
    width: 170px;
    height: 40px;
    padding: 10px;
    text-align: center
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-loginMobileInput .dstg-inputField select {
	width: 250px;
    height: 40px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-otp-left-input-login {
    width: 60%;
    margin: 0
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-otp-right-input-login {
    margin: auto;
    height: 40px;
    border: none;
    padding: 10px 0;
    font-weight: 700;
    cursor: pointer;
    width: 40%
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-otp-right-input-login:disabled {
	background: linear-gradient(180deg, rgba(170,167,167,1) 0%, rgba(105,105,105,1) 100%);
	cursor: default
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-btnBox {
	width: 250px;
	margin: 0 auto;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-btnBox .dstg-loginBtn {
	width: 250px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 0
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-forgot-box {
	margin: 5px auto;
	padding: 5px 0;
	width: 250px
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-forgot-box .dstg-forgot-wrap {
	text-align: left
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-forgot-box .dstg-forgot-wrap .dstg-text {
	cursor: pointer;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-forgot-box .dstg-alert {
	text-align: center
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-forgot-box .dstg-inputField {
	margin: 5px
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-forgot-box .dstg-inputField .dstg-select-input {
	position: relative
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-forgot-box .dstg-inputField .dstg-select-input select {
	display: none
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-forgot-box .dstg-inputField .dstg-select-input .dstg-select-selected {
	width: 140px;
    padding: 12.4px 5px;
    text-align: center;
    cursor: pointer
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-forgot-box .dstg-inputField .dstg-select-input .dstg-select-selected:after {
	content: "";
    position: absolute;
    top: 17px;
    margin-left: 45px;
    width: 0;
    height: 0
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-forgot-box .dstg-inputField .dstg-select-input .dstg-select-items {
	width: 140px;
    text-align: center;
    position: absolute;
    z-index: 99
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-forgot-box .dstg-inputField .dstg-select-input .dstg-select-hide {
    display: none;
    max-height: 0
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-forgot-box .dstg-inputField .dstg-select-input .dstg-select-items div {
	width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    margin: 0 auto;
    transition: .3s
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-forgot-box .dstg-inputField select {
	width: 70%;
	height: 40px;
	margin-right: 5px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-forgot-box .dstg-inputField button {
	border: none;
	width: 40%;
    margin: 5px auto;
    margin-right: 0;
    cursor: pointer
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-register-box {
    text-align: center;
    margin: 20px auto;
    padding: 10px 0;
    width: 300px
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-register-box .dstg-register-wrap .dstg-text {
	justify-content: center
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-login-form .dstg-form-content .dstg-register-box .dstg-register-wrap .dstg-text .dstg-register-btn {
	cursor: pointer;
	font-weight: bold;
	border-bottom: solid 1px transparent;
	-webkit-transition: .3s;
	transition: .3s
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-ad-banner-box .dstg-banner-wrap {
	width: 450px;
	height: 420px;
	margin: 0 auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.7);
	box-shadow: 0 2px 30px 0 rgba(0,0,0,.7);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}

.dstg-loginPop-box .dstg-loginPop-wrapper .dstg-loginInput-wrap .dstg-ad-banner-box .dstg-banner-wrap .dstg-mask {
	border-radius: 10px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, rgba(0,0,0,.4)), color-stop(25%, hsla(0,0%,100%,0)));
	background: linear-gradient(0deg, rgba(0,0,0,.4) 6%, hsla(0,0%,100%,0) 25%)
}
/* login pop */

/* language pop */
.dstg-languagePop-box .dstg-languagePop-wrapper {
	width: 450px
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap {
	padding: 0 10px
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap.dstg-scroll {
	overflow-y: scroll;
	max-height: 300px
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate {
	margin-bottom: 5px;
    padding-bottom: 5px
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-country-icon { 
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 10px;
	position: relative;
    top: 14px;
}

/* .dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-myr {
	background-image: url('/images/templates/Template 3/icon_language_malay.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-sgd {
	background-image: url('/images/templates/Template 3/icon_language_singa.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-thb {
	background-image: url('/images/templates/Template 3/icon_language_thai.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-mmk {
	background-image: url('/images/templates/Template 3/icon_language_myan.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-aus,
.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-aud {
	background-image: url('/images/templates/Template 3/icon_language_australia.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-inr {
	background-image: url('/images/templates/Template 3/icon_language_india.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-idr {
	background-image: url('/images/templates/Template 3/icon_language_indo.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-usd {
	background-image: url('/images/templates/Template 3/icon_language_us.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-usdt {
	background-image: url('/images/templates/Template 3/icon_language_usdt.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-china {
	background-image: url('/images/templates/Template 3/icon_language_china.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-uk {
	background-image: url('/images/templates/Template 3/icon_language_uk.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-nzd {
	background-image: url('/images/templates/Template 3/icon_language_nz.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-bdt {
	background-image: url('/images/templates/Template 3/icon_language_bangla.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-hkd {
	background-image: url('/images/templates/Template 3/icon_language_hk.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-npr {
	background-image: url('/images/templates/Template 3/icon_language_nepal.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-rmb {
	background-image: url('/images/templates/Template 3/icon_language_china.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-vnd {
	background-image: url('/images/templates/Template 3/icon_language_vietnam.dstg-png')
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-icon-php {
	background-image: url('/images/templates/Template 3/icon_language_philippines.dstg-png')
} */

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-country .dstg-country-name {
	padding: 5px 0;
	font-weight: bold;
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-option {
	margin-left: 20px
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-option li {
	text-align: center;
	padding: 5px 20px;
	cursor: pointer
}

.dstg-languagePop-box .dstg-languagePop-wrapper .dstg-language-wrap .dstg-language-seperate .dstg-language-option li:last-child {
	padding-right: 0;
	border-right: 0
}
/* language pop */

/* download pop */
.dstg-downloadPop-box .dstg-downloadPop-wrapper {
    width: 500px;
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-provider-img-wrap {
	justify-content: center
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-provider-img-wrap .dstg-img-box {
	width: 297px;
    height: 88px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-provider-img-wrap .dstg-img-box .dstg-mask {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, rgba(0,0,0,.4)), color-stop(25%, hsla(0,0%,100%,0)));
    background: linear-gradient(0deg, rgba(0,0,0,.4) 6%, hsla(0,0%,100%,0) 25%)
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-link-wrap {
	width: 90%;
	margin: 0 auto;
	margin-top: 10px
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-link-wrap.dstg-one {
	display: block
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-link-wrap.dstg-two {
	display: grid;
	grid-template-columns: 49.5% 1% 49.5%
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-link-wrap .dstg-link-separate {
	margin: 10px;
	text-align: center
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-link-wrap .dstg-separate-line {
	margin: 5px 0
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-link-wrap .dstg-link-separate .dstg-link-title {
	justify-content: center
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-link-wrap .dstg-link-separate .dstg-link-title .dstg-icon {
    text-align: center;
    font-size: 25px;
    padding: 3px 0;
    margin-right: 5px;
    width: 35px;
    height: 35px
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-link-wrap .dstg-link-separate .dstg-link-title .dstg-text {
	padding: 9px 0;
	font-weight: bold
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-link-wrap .dstg-link-separate .dstg-link-img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-link-wrap .dstg-link-separate .dstg-link-btn {
	border: none;
    padding: .6rem 2rem;
    font-weight: bold;
    cursor: pointer;
    margin-top: 1rem;
    color: #fff
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-link-wrap .dstg-link-separate .dstg-content-separate{
	margin: 25px 5px 10px 5px;
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-link-wrap .dstg-link-separate .dstg-content-separate .dstg-content-label{
	padding: 12px 0;
    width: 70px;
    font-weight: bold;
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-link-wrap .dstg-link-separate .dstg-content-separate .dstg-content-value{
	width: 200px;
    text-align: center;
    padding: 13px 5px;
    margin-left: 5px;
    font-weight: bold;
}

.dstg-downloadPop-box .dstg-downloadPop-wrapper .dstg-link-wrap .dstg-link-separate .dstg-content-separate .dstg-content-copy{
	padding: 10px 0;
    margin-left: 5px;
    cursor: pointer;
}

/* download pop */

/* provider pop */
.dstg-providerPop-box .dstg-providerPop-wrapper {
    width: 500px;
}
	
.dstg-providerPop-box .dstg-providerPop-wrapper .dstg-providerGame-wrap {
	justify-content: center
}
	
.dstg-providerPop-box .dstg-providerPop-wrapper .dstg-providerGame-wrap .dstg-providerGame-item {
	width: 252px;
	height: 75px;
	margin: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}
	
.dstg-providerPop-box .dstg-providerPop-wrapper .dstg-providerGame-wrap .dstg-providerGame-item .dstg-mask {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, rgba(0,0,0,.4)), color-stop(25%, hsla(0,0%,100%,0)));
	background: linear-gradient(0deg, rgba(0,0,0,.4) 6%, hsla(0,0%,100%,0) 25%);
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
	
.dstg-providerPop-box .dstg-providerPop-wrapper .dstg-providerBtn-wrap {
	justify-content: center;
	margin: 20px auto
}
	
.dstg-providerPop-box .dstg-providerPop-wrapper .dstg-providerBtn-wrap .dstg-providerBtn-item button {
	position: relative;
	overflow: hidden; 
	cursor: pointer; 
	width: 120px;
	margin-right: 10px;  
	margin-top: 5px 
}
/* provider pop */

/* restore list pop */
.dstg-restoreListPop-box .dstg-restoreListPop-wrapper {
    width: 500px;
}

.dstg-restoreListPop-box .dstg-restoreListPop-wrapper .dstg-listItem-wrap {
    justify-content: center;
    border-radius: 10px
}

.dstg-restoreListPop-box .dstg-restoreListPop-wrapper .dstg-listItem-wrap .dstg-listHeader div {
	text-align: center;
    width: calc(100%/3);
    padding: 10px 0;
    font-weight: bold
}

.dstg-restoreListPop-box .dstg-restoreListPop-wrapper .dstg-listItem-wrap .dstg-listBody {
	overflow-y: scroll;
    height: 250px
}

.dstg-restoreListPop-box .dstg-restoreListPop-wrapper .dstg-listItem-wrap .dstg-listBody::-webkit-scrollbar {
	display: none
}

.dstg-restoreListPop-box .dstg-restoreListPop-wrapper .dstg-listItem-wrap .dstg-listBody .dstg-listTr .dstg-listTd {
	width: calc(100%/3);
	text-align: center;
	padding: 10px 0;
	font-weight: bold
}

.dstg-restoreListPop-box .dstg-restoreListPop-wrapper .dstg-listItem-wrap .dstg-listBody .dstg-listTr .dstg-provider-logo {
	padding: 0 2px
}

.dstg-restoreListPop-box .dstg-restoreListPop-wrapper .dstg-listItem-wrap .dstg-listBody .dstg-listTr .dstg-provider-logo img {
	width: 100%
} 
/* restore list pop */

/* direct all in pop */
.dstg-directAllInPop-box .dstg-directAllInPop-wrapper {
    width: 500px;
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-directProviderGame-wrap {
	justify-content: center;
	margin-bottom: 10px
}
	
.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-directProviderGame-wrap .dstg-providerGame-item {
	width: 252px;
	height: 75px;
	margin: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}
	
.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-directProviderGame-wrap .dstg-providerGame-item .dstg-mask {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, rgba(0,0,0,.4)), color-stop(25%, hsla(0,0%,100%,0)));
	background: linear-gradient(0deg, rgba(0,0,0,.4) 6%, hsla(0,0%,100%,0) 25%);
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-restoredList-title {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-listItem-wrap {
    justify-content: center;
    margin-bottom: 15px
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-listItem-wrap .dstg-listHeader div {
	text-align: center;
    width: calc(100%/3);
    padding: 10px 0;
    font-weight: bold
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-listItem-wrap .dstg-listBody {
    max-height: 140px
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-listItem-wrap .dstg-listBody.dstg-scroll {
	overflow-y: scroll
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-listItem-wrap .dstg-listBody .dstg-listTr .dstg-listTd {
	width: calc(100%/3);
	text-align: center;
	padding: 10px 0
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-listItem-wrap .dstg-listBody .dstg-listTr .dstg-listTd span {
	font-weight: bold
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-listItem-wrap .dstg-listBody .dstg-listTr .dstg-provider-logo {
	padding: 0 2px
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-listItem-wrap .dstg-listBody .dstg-listTr .dstg-provider-logo img {
	width: 100%;
	height: 100%
} 

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-directProviderInfo-wrap {
	font-weight: bold;
    padding: 10px 0;
    display: grid;
    grid-template-columns: 58% 42%
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-directProviderBtn-wrap {
	justify-content: center;
	margin: 10px auto
}
	
.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-directProviderBtn-wrap .dstg-providerBtn-item button {
	position: relative;
	overflow: hidden; 
	cursor: pointer; 
	width: 120px; 
	margin-top: 10px;
	margin-right: 10px 
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-directProviderBtn-wrap .dstg-providerBtn-item button.dstg-maintenance,
.dstg-providerPop-box .dstg-providerPop-wrapper .dstg-providerBtn-wrap .dstg-providerBtn-item button.dstg-maintenance {
	cursor: auto;
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-directProviderBtn-wrap .dstg-providerBtn-item button.dstg-maintenance:nth-child(n+2),
.dstg-providerPop-box .dstg-providerPop-wrapper .dstg-providerBtn-wrap .dstg-providerBtn-item button.dstg-maintenance:nth-child(n+2) {
	display: none;
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-transactionStatus-wrap {
	padding: 10px 0;
    font-weight: bold
}

.dstg-directAllInPop-box .dstg-directAllInPop-wrapper .dstg-transactionStatus-wrap .dstg-bal-loader {
	margin-right: 5px
}
/* direct all in pop */

/* referral pop */
.dstg-referralPop-box .dstg-referralPop-wrapper .dstg-referralinfo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
    padding: 20px 0
}

.dstg-referralPop-box .dstg-referralPop-wrapper .dstg-referralinfo .dstg-info-seperate:last-child {
	text-align: right
}

.dstg-referralPop-box .dstg-referralPop-wrapper .dstg-referral-table .dstg-dataTables_wrapper .dstg-dataTables_length,
.dstg-referralPop-box .dstg-referralPop-wrapper .dstg-referral-table .dstg-dataTables_wrapper .dstg-dataTables_filter {
	font-size: 16px;
    margin-bottom: 20px
}

.dstg-referralPop-box .dstg-referralPop-wrapper .dstg-referral-table .dstg-dataTables_wrapper .dstg-dataTables_filter label input {
    height: 35px;
    padding: 0 15px
}

.dstg-referralPop-box .dstg-referralPop-wrapper .dstg-referral-table .dstg-dataTables_wrapper table.dstg-dataTable {
	width: 100%;
	font-size: 20px
}

.dstg-referralPop-box .dstg-referralPop-wrapper .dstg-referral-table .dstg-dataTables_wrapper table.dstg-dataTable tr {
	height: 45px
}

.dstg-referralPop-box .dstg-referralPop-wrapper .dstg-referral-table .dstg-dataTables_wrapper table.dstg-dataTable tr td {
	text-align: center;
	font-size: 16px
}

.dstg-referralPop-box .dstg-referralPop-wrapper .dstg-referral-table .dstg-dataTables_wrapper .dstg-dataTables_paginate {
	font-size: 16px;
    padding-top: 25px
}

.dstg-referralPop-box .dstg-referralPop-wrapper .dstg-referral-table .dstg-dataTables_wrapper .dstg-dataTables_paginate .dstg-paginate_button {
	font-weight: 700;
    transition: .3s
}

.dstg-betHistoryPop-box .dstg-betHistoryPop-wrapper {
    width: 750px
}

.dstg-bonusPop-box .dstg-bonusPop-wrapper {
    width: 850px
}

.dstg-bonusPop-box .dstg-bonusPop-wrapper .dstg-referral-table {
	margin-top: 50px
}
/* referral pop */

/* angpow pop */
.dstg-angpowPop-box .dstg-angpowPop-wrapper {
	width: 720px;
    height: 550px;
}

.dstg-angpowPop-box .dstg-angpowPop-wrapper .dstg-angpowPopContent-wrap {
	overflow-y:auto; 
	height: 450px;
}

.dstg-bonusList-wrapper .dstg-angpowPop-wrapper .dstg-popContent-wrap {
	padding: 10px 0;
    line-height: 1.3rem
}

.dstg-angpowPop-wrapper .dstg-popContent-wrap .dstg-description-content {
	white-space: pre-line;
	line-height: 1.6;
	margin: auto 4px
}

.dstg-angpowPop-box .dstg-angpowPop-wrapper .dstg-btnBox {
	text-align: center;
	margin: 20px auto;
}

.dstg-angpowPop-box .dstg-angpowPop-wrapper .dstg-btnBox .dstg-claimBtn {
	width: 150px;
	border: none;
	border-radius: 50px;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 0;
	margin-top: 10px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	color: #fff;
}

.dstg-login-box{
    margin: 30px auto;
    cursor: pointer;
    text-align: center
}

.dstg-claimPop-box .dstg-claimPop-wrapper {
	width: 500px
}

.dstg-claimList-wrapper .dstg-bonus-img {
  	width: 100%;
  	height: 340px;
  	background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.dstg-claimList-wrapper .dstg-bonus-img .dstg-description-title {
	margin-top: 50px
}

.dstg-claimList-wrapper .dstg-bonus-img .dstg-description-title .dstg-text {
	padding: 2px 0;
    margin-left: 15px
}
/* angpow pop */

/* pop box */
.dstg-pop-box {
	top: 0;
    z-index: -2;
    background: rgba(0,0,0,.6);
    opacity: 0;
    transition: .3s
}

.dstg-pop-box.dstg-fade {
	opacity: 1;
    z-index: 999;
    transition: .3s
}

.dstg-pop-box .dstg-pop-inner {
    overflow: hidden;
    margin: 6% auto;
    padding: 20px
}

.dstg-pop-box .dstg-pop-inner .dstg-popBtn-wrap {
    float: right;
    font-size: 25px
}

.dstg-pop-box .dstg-pop-inner .dstg-popBtn-wrap button {
    border: none;
    cursor: pointer
}

.dstg-pop-box .dstg-pop-inner .dstg-popTitle-wrap {
    margin-bottom: 10px;
    padding: 20px 0;
    font-weight: bold
}

.dstg-pop-box .dstg-pop-inner .dstg-popTitle-wrap .dstg-flag {
    width: 10px;
    height: 10px;
    transform: rotateZ(45deg)
}

.dstg-pop-box .dstg-pop-inner .dstg-popTitle-wrap .dstg-popTitle-item {
    padding-left: 15px;
    line-height: 10px;
}
/* pop box */

/* adPop box */
.dstg-ad-pop-box {
	top: 0;
    z-index: -2;
    background: rgba(0,0,0,.6);
    opacity: 0;
    transition: .3s
}

.dstg-ad-pop-box.dstg-fade {
	opacity: 1;
    z-index: 99999;
    transition: .3s
}

.dstg-ad-pop-box .dstg-ad-pop-inner {
    overflow: hidden;
    border-radius: 10px;
    margin: 6% auto;
    width: 500px;
    height: 550px
}

.dstg-ad-pop-box .dstg-ad-pop-inner .dstg-adPopBtn-wrap {
    position: absolute;
    transform: translate(460px, 10px)
}

.dstg-ad-pop-box .dstg-ad-pop-inner .dstg-adPopBtn-wrap button {
	background: transparent;
    border: none;
    cursor: pointer
}

.dstg-ad-pop-box .dstg-ad-pop-inner .dstg-adPopImgBox .dstg-adPopImg {
	width: 100%;
	height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,.8)
}

.dstg-ad-pop-box .dstg-ad-pop-innerBtn {
	height: 570px!important;
 	background: transparent;
}
		
.dstg-ad-pop-box .dstg-ad-pop-innerBtn .dstg-adPopImgBox .dstg-adPopBtn {
    width: 160px;
    height: 30px;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    border-radius: 5px;
    text-align: center;
}
/* adPop box */

/* datepicker */
.dstg-datepicker.dstg-dropdown-menu {
	margin-top: 6px;
	border-radius: 0;
    box-shadow: none
}

.dstg-datepicker-dropdown:before,
.dstg-datepicker-dropdown:after {
	content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 0;
    position: absolute
}

.dstg-datepicker table tr td,
.dstg-datepicker table tr th {
	font-weight: bold
}

.dstg-datepicker-dropdown.dstg-datepicker-orient-top:before,
.dstg-datepicker-dropdown.dstg-datepicker-orient-top:after {
	top: -7px
}

.dstg-datepicker-dropdown.dstg-datepicker-orient-left:before,
.dstg-datepicker-dropdown.dstg-datepicker-orient-left:after {
	left: 20px
}
/* datepicker */

/* air datetimepicker */
.dstg-datepickers-container .dstg-datepicker {
    border-radius: 0;
    box-shadow: none
}

.dstg-datepickers-container .dstg-datepicker--day-name {
	font-weight: bold
}
/* air datetimepicker */

/* light slider */
.lSSlideOuter .lSPager.lSpg {
    margin: 0 auto !important;
    position: absolute;
    width: 100%;
    text-align: center;
    transform: translate(0, -30px) !important;
    z-index: 10
}

.lSSlideOuter .lSPager.lSpg > li a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
	height: 10px;
    width: 10px;
    color: transparent;
    border-radius: 0;
	transition: .3s ease-in-out
}

.lSSlideOuter .lSPager.lSpg > li.active a {
    transform: rotateZ(45deg);
    transition: .3s ease-in-out
}

.lSSlideOuter .lSAction .lSPrev,
.lSSlideOuter .lSAction .lSNext {
	background-image: none;
	font-size: 30px;
    text-align: center;
    opacity: .8
}

.lSSlideOuter .lSAction .lSPrev:hover,
.lSSlideOuter .lSAction .lSNext:hover,
.lSSlideOuter .lSAction .lSPrev:focus,
.lSSlideOuter .lSAction .lSNext:focus,
.lSSlideOuter .lSAction .lSPrev:active,
.lSSlideOuter .lSAction .lSNext:active {
    font-size: 40px;
    opacity: 1
}
/* light slider */

/* provider list */
.dstg-label-box {
	width: 100%;
    margin: 20px auto;
    padding-bottom: 10px
}

.dstg-label-box .dstg-label-name {
	font-weight: bold
}

.dstg-provider-wrap {
    width: 100%;
    margin: auto;
    gap: 10px 5px;
    margin-top: 20px
}

.dstg-gameList-wrap .dstg-gameListTab,
.dstg-slotGameList .dstg-provider-wrap {
	margin: auto;
    gap: 10px 5px
}

.dstg-casino-promo-wrap .dstg-provider-wrap {
	max-width: 720px
}

.dstg-provider-wrap:last-child,
.dstg-gameList-wrap .dstg-gameListTab:last-child  {
	margin-bottom: 100px
}

.dstg-provider-wrap .dstg-provider-item {
    width: calc(100%/5.08);
	height: 285px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: .3s ease;
	border-radius: 17px
}

.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item {
	width: calc(100%/5.08);
	height: 170px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	transition: .3s ease
}

.dstg-provider-wrap .dstg-provider-item.dstg-slot-list {
    height: 170px;
    width: 240px;
    flex: unset;
    background-size: 80%
}

.dstg-provider-wrap .dstg-provider-item:hover {
	background-size: 115%
}

.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item:hover,
.dstg-provider-wrap .dstg-provider-item.dstg-slot-list:hover {
	background-size: 100%
}

/* .dstg-provider-wrap .dstg-provider-item, 
.dstg-provider-wrap .dstg-provider-item .dstg-mask,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item, 
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask {
	overflow: hidden
} */

.dstg-provider-wrap .dstg-provider-item .dstg-mask,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask {
	/* background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, rgba(0,0,0,.4)), color-stop(25%, hsla(0,0%,100%,0)));
	background: linear-gradient(0deg, rgba(0,0,0,.4) 6%, hsla(0,0%,100%,0) 25%); */
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.dstg-provider-wrap .dstg-provider-item .label_game_list,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .label_game_list {
	float: inline-end;
	font-size: 12px;
    font-weight: 500;
    min-width: 60px;
    text-align: center;
    width: -webkit-max-content;
    width: max-content;
    padding: 2px 0.25rem;
    background-color: var(--color4);
    color: var(--color2);
    border-radius: 2px;
    text-transform: uppercase;
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask .label_game_list,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask .label_game_list {
	position: absolute;
    top: 4px;
    right: 2px;
    font-size: 12px;
    font-weight: 500;
    min-width: 60px;
    text-align: center;
    width: -webkit-max-content;
    width: max-content;
    padding: 2px 0.25rem;
    background-color: var(--color4);
    color: var(--color2);
    border-radius: 2px;
    text-transform: uppercase;
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask:before,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(3,3,6,.7);
	opacity: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.dstg-pageContent .dstg-provider-item .dstg-mask:hover:before,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask:hover:before {
	opacity: 1;
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask .dstg-provider-detail{
	bottom: 25px;
	top: 30%;
	height: 100px;
	width: 100%;
	text-align: center;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask .dstg-provider-detail {
	bottom: 25px;
	top: 30px;
	height: 100px;
	width: 100%;
	text-align: center;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask:hover .dstg-provider-detail,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask:hover .dstg-provider-detail {
	width: 100%;
    text-align: center;
    bottom: 82px;
    -webkit-transition: .3s ease;
	transition: .3s ease
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask:hover .dstg-provider-detail.dstg-slot-list,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask:hover .dstg-provider-detail.dstg-slot-list {
    -webkit-transition: .3s ease;
	transition: .3s ease;
}

.dstg-provider-wrap .dstg-provider-item .dstg-provider-name,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-provider-name {
    font-weight: bold;
    letter-spacing: 1.33px;
	transform: scaleX(.8);
    opacity: 0;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.dstg-provider-wrap .dstg-provider-item:hover .dstg-provider-name,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item:hover .dstg-provider-name {
    opacity: 1;
    font-size: 16px !important;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask .dstg-provider-detail .dstg-btn-box,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask .dstg-provider-detail .dstg-btn-box {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask:hover .dstg-provider-detail .dstg-btn-box,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask:hover .dstg-provider-detail .dstg-btn-box {
	max-height: 100%;
	opacity: 1
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask .dstg-provider-detail .dstg-btn-box .font-14,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask .dstg-provider-detail .dstg-btn-box .font-14 {
	display: grid;
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask .dstg-provider-detail .dstg-fav-icon{
	position: relative;
    margin-left: 170px;
    cursor: pointer;
    top: -23px;
    opacity: 0;
    font-size: 20px;
}

.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask .dstg-provider-detail .dstg-fav-icon {
	position: relative;
    margin-left: 170px;
    cursor: pointer;
    top: -23px;
    opacity: 0;
    font-size: 20px;
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask:hover .dstg-provider-detail .dstg-fav-icon,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask:hover .dstg-provider-detail .dstg-fav-icon {
	opacity: 1
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask .dstg-provider-detail .dstg-btn-box .dstg-btn-play,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask .dstg-provider-detail .dstg-btn-box .dstg-btn-play {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 100px;
	margin-top: 5px;    
	margin-bottom: 10px;
    justify-self: center;
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask .dstg-provider-detail .dstg-btn-box .dstg-btn-plays,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask .dstg-provider-detail .dstg-btn-box .dstg-btn-plays {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	font-size: 32px;
	display: inline;
    margin-left: 5px;
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask .dstg-provider-detail .dstg-btn-box .dstg-is-maintenance,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask .dstg-provider-detail .dstg-btn-box .dstg-is-maintenance {
	font-weight: bold
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask .dstg-provider-detail .dstg-btn-box .dstg-btn-plays .dstg-content-label,
.dstg-gameList-wrap .dstg-gameListTab .dstg-provider-item .dstg-mask .dstg-provider-detail .dstg-btn-box .dstg-btn-plays .dstg-content-label {
	font-size: 12px;
}
/* provider list */

/* provider banner */
.dstg-provider-banner-wrap .dstg-provider-banner {
	max-width: 1400px;
	margin: auto
}

.dstg-provider-banner-wrap .dstg-provider-banner .dstg-img-box {
	width: 100%;
	height: 500px
}

.dstg-provider-banner-wrap .dstg-provider-banner .dstg-img-box img {
	width: 100%;
    height: 500px;
    display: block
}

.dstg-provider-banner-wrap .dstg-provider-banner .dstg-btn-box {
	position: absolute;
    width: fit-content;
    height: auto;
    transform: translate(200%, -275%)
}

.dstg-provider-banner-wrap .dstg-provider-banner .dstg-btn-box button {
	border: none;
    font-weight: bold;
    width: 130px;
    height: 50px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 3px;
    transition: .3s
}
/* provider banner */

/* transaction input */
.dstg-transaction-wrapper,
.dstg-claimReward-wrapper {
	margin: 50px auto;
	width: 100%
}
	
.dstg-transaction-wrapper .dstg-transaction-seperate,
.dstg-claimReward-wrapper .dstg-claimReward-seperate {
	margin: 0 auto;
	padding: 10px 0
}
	
.dstg-transaction-seperate .dstg-transaction-title,
.dstg-claimReward-seperate .dstg-claimReward-title {
	margin: auto;
	margin-right: 20px;
	font-weight: bold;
	width: 10%
}
	
.dstg-transaction-seperate .dstg-transaction-option,
.dstg-claimReward-seperate .dstg-claimReward-option {
	width: 90%
}
	
.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list {
	margin-bottom: 5px
}
	
.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list:last-child,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list:last-child {
	margin-bottom: 0
}
	
.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .option,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .option {
	width: 180px;
	text-align: center;
	padding: 10px 5px;
	margin-right: 2px;
	cursor: pointer;
	font-weight: bold;
	transition: .3s
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li:first-child .option,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li:first-child .option {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px
}
	
.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li:last-child .option,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li:last-child .option {
	margin-right: 0px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px
}
	
.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-radio-input,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-radio-input {
	opacity: 0;
	position: absolute;
	width: 180px;
	height: 40px;
	cursor: pointer
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-date-input,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-date-input {
	width: 200px;
	font-weight: bold;
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-date-input .dstg-date-picker,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-date-input .dstg-date-picker {
	width: 80%;
    text-align: center;
    padding: 10px 5px;
    transition: .3s;
    cursor: pointer;
    background: transparent;
    font-weight: bold
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-date-input .datetime-picker,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-date-input .dstg-datetime-picker {
	width: 100%;
	text-align: center;
    padding: 10px 5px;
    transition: .3s;
    cursor: pointer;
    background: transparent;
    font-weight: bold
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-date-input .dstg-date-icon,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-date-input .dstg-date-icon {
	width: 20%;
    margin: 10px 0
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-center-seperate,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-center-seperate {
    width: 80px;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-text-input,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-text-input {
	text-align: center;
    padding: 10px 5px;
    transition: .3s;
    cursor: pointer;
    width: 200px;
    font-weight: bold
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-text-input:disabled,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-text-input:disabled {
	cursor: default
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-text-input.dstg-disabled,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-text-input.dstg-disabled {
	cursor: default;
	font-weight: bold
}

.dstg-transaction-btn button {
	width: 180px;
	border: none;
	padding: 10px 0;
	font-weight: bold;
	cursor: pointer;
	transition: .3s
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-select-input {
	position: relative
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input select,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-select-input select {
	display: none
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input .dstg-select-selected,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-select-input .dstg-select-selected {
	width: 200px;
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
    font-weight: bold
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input .dstg-select-selected:after,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-select-input .dstg-select-selected:after {
	content: "";
	position: absolute;
	top: 17px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input .dstg-select-arrow-active:after,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-select-input .dstg-select-arrow-active:after {
	top: 10px;
	transform: rotateZ(180deg);
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input .dstg-select-items,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-select-input .dstg-select-items {
	width: 200px;
	overflow-y: scroll;
    text-align: center;
	position: absolute;
    z-index: 99;
    max-height: 360px;
    font-weight: bold;
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input .dstg-select-hide,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-select-input .dstg-select-hide {
	max-height: 0
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input .dstg-select-items div,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-select-input .dstg-select-items div {
	width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 10px 5px;
    transition: .3s
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-select-input .dstg-select-hide,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-select-input .dstg-select-hide {
	display: none;
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li .dstg-transaction-errMsg .dstg-error-msg,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li .dstg-claimReward-errMsg .dstg-error-msg {
	padding: 10px 0;
    font-size: 14px;
    font-weight: bold
}

.dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list li select,
.dstg-claimReward-seperate .dstg-claimReward-option .dstg-claimReward-list li select {
	text-align: center;
    cursor: pointer;
    width: 200px;
    font-weight: bold;
    padding: 10px 5px;
    transition: all 0.3s ease 0s
}
/* transaction input */

/* announcement/member bank info/member info dropdown */
.dstg-info-cover {
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.dstg-info-cover .dstg-info-title-box {
	padding-bottom: 10px;
	cursor: pointer;
	transition: padding-bottom 0.5s ease
}

.dstg-info-cover .dstg-info-title-box.dstg-show {
	padding-bottom: 20px
}

.dstg-info-cover .dstg-info-title-box .dstg-flag {
	width: 10px;
	height: 10px;
	transform: rotateZ(45deg)
}

.dstg-info-cover .dstg-info-title-box .dstg-title {
	line-height: 10px;
	padding-left: 15px;
	font-weight: bold
}

.dstg-info-cover .dstg-info-title-box i {
	line-height: 10px;
	transform: rotate(0deg);
	transition: all .5s ease-in-out
}

.dstg-info-cover .dstg-info-title-box.dstg-show i {
	transform: rotate(180deg);
	transition: all .5s ease-in-out
}

.dstg-info-cover .dstg-info-content {
	text-align: justify;
	line-height: 25px;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	-webkit-transition: height .5s;
	transition: height .5s;
	height: 0;
	overflow: hidden
}
/* announcement/member bank info/member info dropdown */

/* transaction summary section */
.dstg-summary-wrapper {
	margin: 50px auto;
    width: 100%;
    padding: 25px
}

.dstg-summary-wrapper .dstg-summary-title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-weight: bold
}

.dstg-summary-wrapper .dstg-summary-content .dstg-content-separate {
	width: 100%;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 30% 70%
}

.dstg-summary-wrapper .dstg-summary-content .dstg-content-separate:last-child { /*  */
	margin-bottom: 0
}

.dstg-summary-wrapper .dstg-summary-content .dstg-content-separate .dstg-content-label {
	text-align: left;
	padding: 12px 0;
	font-weight: bold
}

.dstg-summary-wrapper .dstg-summary-content .dstg-content-separate .dstg-content-info .dstg-content-text {
	padding: 12px 0;
	margin-right: 10px;
	min-width: 50px;
	font-weight: bold
}

.dstg-summary-wrapper .dstg-summary-content .dstg-content-separate .dstg-content-info .dstg-content-img.dstg-deposit-type {
	width: 80px;
	height: 40px;
	background-size: 100%;
	background-position: center
}

/* copy button */
.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list .copyBtn,
.dstg-summary-wrapper .dstg-summary-content .dstg-content-separate .dstg-content-info .dstg-content-text .copyBtn {
	padding: 0.5em 0.5em;
    border-radius: 2rem;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 400;
    color: #fff !important;
    box-shadow: inset 0 -0.6em 0 -0.35em rgb(0 0 0 / 27%);
    text-align: center;
    position: relative;
    margin: 0;
    cursor: pointer
}

.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list .copyBtn:hover,
.dstg-summary-wrapper .dstg-summary-content .dstg-content-separate .dstg-content-info .dstg-content-text .copyBtn:hover{
	opacity: 0.8
}

.dstg-deposit-box .dstg-transaction-wrapper .dstg-transaction-seperate .dstg-transaction-option .dstg-transaction-list .copyBtn:active,
.dstg-summary-wrapper .dstg-summary-content .dstg-content-separate .dstg-content-info .dstg-content-text .copyBtn:active{
	top: 20%
}
/* copy button */

.dstg-summary-wrapper .dstg-summary-content .dstg-content-separate .dstg-content-info .dstg-content-img.dstg-bank-type {
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-position: center
}

.dstg-summary-wrapper .dstg-summary-content .dstg-content-separate .dstg-content-info .dstg-content-img.deposit-receipt {
	width: 100%;
	height: 300px;
	background-size: 100%;
	background-repeat: no-repeat
}
/* transaction summary section */

/* Free Credit in transfer page */
.dstg-transactionChangeTab-btn .dstg-notification {
	position: absolute;
    top: 5px;
    left: 76%;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100%;
}
	
.dstg-freeCreditTransfer-wrap .dstg-transaction-freeCredit-title{
    font-weight: 600;
    margin: 40px 0;
    padding-bottom: 10px;
}

.dstg-freeCreditTransfer-wrap .dstg-currency-code {
	margin-top: 45px;
	font-size:30px;
}

.dstg-freeCreditTransfer-wrap .dstg-freeCreditAmt {
	text-align: center; 
	font-weight: 600; 
	font-size:70px; 
}

.dstg-freeCreditTransfer-wrap .dstg-freeCreditTitle {
	margin: -10px 0 20px 0; 
	text-transform: uppercase; 
	overflow-wrap: break-word; 
	inline-size: 312px
}

.dstg-freeCreditTransfer-wrap .dstg-freeCreditContent {
	overflow-wrap: break-word;
    inline-size: 381px;
    white-space: pre-line;
    line-height: 1.6;
}

.dstg-transaction-list {
	position: relative;
}

.dstg-transaction-list.masked:before {
	content: "";
	cursor: default;
	z-index: 1;
	opacity:1;
}

.dstg-transaction-list.masked .maskedText {
	position: absolute;
    top: 45%;
    font-size: 16px;
    font-style: italic;
    z-index: 1;
}

.dstg-freeCreditWrapper{
	width: 100%
}

.dstg-freeCreditWrapper .dstg-transaction-list {
	z-index:1;
	width: 100%; 
	height: 190px; 
	margin-bottom: 1em; 
	box-sizing: border-box; 
	background-size: 100%; 
 	background-repeat: no-repeat; 
 	justify-content: space-around; 
 	border-radius: 19px; 
 	grid-template-columns: 30% 50% 20%; 
 	/* background-image: url('/images/templates/Template 3/freeCredit/claimCreditBackground.dstg-png'); */
	display: flex
}

.dstg-freeCreditWrapper .dstg-transaction-list .dstg-credit-content{
	display: flex;
	width: 100%
}

.dstg-freeCreditWrapper .dstg-transaction-list .dstg-credit-content .dstg-transaction-seperate{
	margin: auto;
}

.dstg-claim-credit-background{
	position:absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dstg-claim-credit-background img{
	width:100%;
	height: 190px;
}

.dstg-freeCreditWrapper .select-lbl{
	margin-top: 10px
}

.dstg-freeCreditWrapper .dstg-transaction-btn {
	font-family: 'Bahnschrift SemiBold', sans-serif;
    font-style: italic;
    font-size: 25px;
    cursor: pointer;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 30px;
}

.dstg-freeCreditWrapper .dstg-moreInfoBtn{
    font-family: bahnschrift semibold,sans-serif;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.5px;
    cursor: pointer;
    color: #fff;
    border: none;
    width: max-content;
    border-radius: 15px;
    padding: 2px 10px;
    bottom: 35px;
    left: 500px;
    position: absolute;
}

.dstg-freeCreditWrapper .dstg-freeCreditProviderOption {
	width: 190px;
    padding: 10px 5px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 12px;
    font-weight: 600;
}

.dstg-transactionChangeTab-btn,
.dstg-historyChangeTab-btn {
	display: flex;
    padding: 5px;
}

.dstg-transactionChangeTab-btn .active,
.dstg-referralChangeTab-btn .active,
.dstg-historyChangeTab-btn .active {
	font-weight: 900;
	transition: .3s;
}

.dstg-transactionBtn,
.dstg-historyBtn {
    border-radius: 10px;
    border: 0px;
    width: 180px;
    padding: 12px 0;
    font-weight: 700;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
}
 
.dstg-transactionBtn:hover,
.dstg-historyBtn:hover {
	transition: .3s;
} 

.dstg-transactionChangeTab-btn .dstg-freeCreditBtn,
.dstg-referralChangeTab-btn .dstg-referralReport,
.dstg-historyChangeTab-btn .dstg-claimRewardBtn {
	left: -15px;
    position: relative;
}
/* Free Credit in transfer page */

/* Voucher */
.dstg-freeCreditTransfer-wrap .dstg-transaction-freeCredit-title {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.dstg-freeCreditTransfer-wrap .dstg-transaction-freeCredit-title .dstg-freeCredit-title {
    width: 300px;
    margin-top: 10px;
}

.dstg-freeCreditTransfer-wrap .dstg-transaction-freeCredit-title .dstg-voucher-wrap {
	width: 390px;
}

.dstg-freeCreditTransfer-wrap .dstg-transaction-freeCredit-title .dstg-voucher-wrap .dstg-voucherCode {
	width: 260px;
}

.dstg-freeCreditTransfer-wrap .dstg-transaction-freeCredit-title .dstg-voucher-wrap .dstg-voucherCode::placeholder {
  	font-size: 12px;
}

.dstg-freeCreditTransfer-wrap .dstg-transaction-freeCredit-title .dstg-voucher-wrap .dstg-redeemBtn,
.dstg-freeCreditTransfer-wrap .dstg-unClaim_voucher-wrap .dstg-redeemBtn {
    border-radius: 10px;
    border: 0;
    width: 120px;
    padding: 8px 0;
    font-weight: 700;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase
}

.dstg-freeCreditTransfer-wrap .dstg-unClaim_voucher-wrap .dstg-voucherCode {
	width: 410px;
    margin-block: 20px;
    padding: 5px;
}
/* Voucher */

/* REFERRAL PAGE */
.dstg-referral-wrap .dstg-referral-info-wrapper {
    display: grid;
    grid-template-columns: 60% 40%;
    margin: 2rem 0 1rem
}

.dstg-referral-wrap .dstg-referral-info-wrapper .dstg-left .dstg-item-group {
    margin-bottom: 2rem
}

.dstg-referral-wrap .dstg-referral-info-wrapper .dstg-left .dstg-item-group:last-child {
    margin-bottom: 0
}

.dstg-referral-wrap .dstg-referral-info-wrapper .dstg-left .dstg-item-group .dstg-label {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase
}

.dstg-referral-wrap .dstg-referral-info-wrapper .dstg-left .dstg-item-group input {
    padding: 16px 25px;
    font-size: 14px;
    width: 100%;
    max-width: 500px;
    line-height: normal
}

.dstg-referral-wrap .dstg-referral-info-wrapper .dstg-left .dstg-item-group .dstg-copyIcon {
    position: absolute;
    margin-top: 1rem;
    cursor: pointer;
    font-size: 16px;
    transform: translate(-30px, 0)
}

.dstg-referral-wrap .dstg-referral-info-wrapper .dstg-shareBtn {
    background-size: contain;
    width: 100px;
    height: 100px;
    cursor: pointer
}

.dstg-referral-wrap .dstg-referral-info-wrapper #whatsappBtn {
	background-image: url('/resources/images/referral/share_icon_2/whatsapp_share.png')
}

.dstg-referral-wrap .dstg-referral-info-wrapper #telegramBtn {
	background-image: url('/resources/images/referral/share_icon_2/telegram_share.png')
}

.dstg-referral-wrap .dstg-referral-info-wrapper #lineBtn {
	background-image: url('/resources/images/referral/share_icon_2/line_share.png')
}

.dstg-referral-wrap .dstg-referral-info-wrapper #facebookBtn {
	background-image: url('/resources/images/referral/share_icon_2/fb_share.png')
}

.dstg-referral-wrap .dstg-referral-info-wrapper #viberBtn {
	background-image: url('/resources/images/referral/share_icon_2/viber_share.png')
}

.dstg-referral-wrap .dstg-referral-info-wrapper #messengerBtn {
	background-image: url('/resources/images/referral/share_icon_2/messenger_share.png')
}

.dstg-referral-wrap .dstg-referral-info-wrapper .dstg-QRcodeWrap {
    width: 240px;
    text-align: -webkit-center;
    margin: 0 auto;
    border-radius: 5px
}

.dstg-referral-wrap .dstg-referral-info-wrapper #referralQR {
    padding: 10px
}

.dstg-referral-wrap .dstg-referral-info-wrapper .dstg-QRtext {
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 700;
    font-size: 18px
}

.dstg-referral-flow-box {
    margin: 2rem 0 1rem
}

.dstg-referral-flow-box .dstg-title {
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase
}

.dstg-referral-flow-background{
	position:absolute;
}

.dstg-referral-flow-box .dstg-content {
    position: relative;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 5rem 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url('/images/templates/Template 3/referral/referral_flow_desktop_bg.dstg-png') */
}

.dstg-referral-flow-box .dstg-content .dstg-referral-flow-desc {
    position: relative;
    width: 50%;
    justify-content: right;
    line-height: 1rem;
    text-align: left;
    left: 80%;
    top: 25%;
    -webkit-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%)
}
/* REFERRAL PAGE */

/* Referral Container */
.dstg-ref-box{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 77%;
    display: flex;
    padding: 5px 20px;
    border-radius: 5px;
    padding: 10px 0px 10px;
}

.dstg-ref-box .dstg-ref-logo{
	font-size: 50px;
	margin-left: 25px;
    margin-right: 25px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.dstg-ref-box .dstg-ref-details{
	font-size: 15px;
	margin-top:auto;
	margin-bottom:auto;
}

.dstg-ref-box .dstg-ref-details .dstg-ref-desc-1{
	font-size:20px;
	font-weight:600;
    margin-bottom: 5px;
}

.dstg-ref-box .dstg-referral-code-box{
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    padding: 0px 15px;
}

.dstg-ref-box .dstg-referral-code-box #refCode{
	font-size: 20px;
    padding: 0 30px 0px 10px;
    max-height: 50px;
}

.dstg-ref-box .dstg-referral-code-box .dstg-copyIcon{	
    position: relative;
    right: 25px;
    font-size: 15px;
    margin-top:auto;
    margin-bottom:auto;	
}

.dstg-ref-box .dstg-referral-code-box .dstg-share-btn{
    border-radius: 5px;
    padding: 12px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    max-height: 50px;
    width:105px;
}

.dstg-ref-box .dstg-referral-code-box .dstg-share-btn .dstg-share-icon{
	margin-left: 2px;
}
/* Referral Container */

/* PROVIDERS */
/* .dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOAB, .dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOABS {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_AB.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOAB, .dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOABS {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_AB_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOAGD {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_AGD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOAGD {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_AGD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOAWC {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_AWC.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOAWC {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_AWC_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOAWCS {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_AWCS.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOAWCS {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_AWCS_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOBG {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_BG.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOBG {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_BG_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINODGD {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_DGD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINODGD {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_DGD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOEBET {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_EBET.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOEBET {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_EBET_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOEVOD, .dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOEVODS {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_EVOD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOEVOD, .dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOEVODS {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_EVOD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOKING855 {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_KING855.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOKING855 {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_KING855_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOPT {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_PT.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOPT {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_PT_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOPTG {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_PTG.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOPTG {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_PTG_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOSAD {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_SAD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOSAD {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_SAD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOWMCD {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_WMCD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOWMCD {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_WMCD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOEVOL {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_EVOL.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOEVOL {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_EVOL_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOYB {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_YB.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOYB {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_YB_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCASINOMGD {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_MGD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCASINOMGD {
	background-image: url('/images/templates/Template 3/provider_navi/CASINO/provider_MGD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSPORTSCMD368 {
	background-image: url('/images/templates/Template 3/provider_navi/SPORT/provider_CMD368.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSPORTSCMD368 {
	background-image: url('/images/templates/Template 3/provider_navi/SPORT/provider_CMD368_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSPORTSIBCD {
	background-image: url('/images/templates/Template 3/provider_navi/SPORT/provider_IBCD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSPORTSIBCD {
	background-image: url('/images/templates/Template 3/provider_navi/SPORT/provider_IBCD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSPORTSSBOD {
	background-image: url('/images/templates/Template 3/provider_navi/SPORT/provider_SBOD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSPORTSSBOD {
	background-image: url('/images/templates/Template 3/provider_navi/SPORT/provider_SBOD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSPORTSBCS {
	background-image: url('/images/templates/Template 3/provider_navi/SPORT/provider_BCS.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSPORTSBCS {
	background-image: url('/images/templates/Template 3/provider_navi/SPORT/provider_BCS_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerESPORTCMD368 {
	background-image: url('/images/templates/Template 3/provider_navi/ESPORT/provider_CMD368.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerESPORTCMD368 {
	background-image: url('/images/templates/Template 3/provider_navi/ESPORT/provider_CMD368_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerESPORTIBCD {
	background-image: url('/images/templates/Template 3/provider_navi/ESPORT/provider_IBCD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerESPORTIBCD {
	background-image: url('/images/templates/Template 3/provider_navi/ESPORT/provider_IBCD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerESPORTTF {
	background-image: url('/images/templates/Template 3/provider_navi/ESPORT/provider_TF.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerESPORTTF {
	background-image: url('/images/templates/Template 3/provider_navi/ESPORT/provider_TF_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerESPORTSBOD {
	background-image: url('/images/templates/Template 3/provider_navi/ESPORT/provider_SBOD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerESPORTSBOD {
	background-image: url('/images/templates/Template 3/provider_navi/ESPORT/provider_SBOD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTAGD {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_AGD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTAGD {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_AGD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTCQ9 {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_CQ9.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTCQ9 {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_CQ9_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTFKY {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_FKY.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTFKY {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_FKY_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTGI {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_GI.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTGI {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_GI_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTHBRD {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_HBRD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTHBRD {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_HBRD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTJDB {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_JDB.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTJDB {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_JDB_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTJK {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_JK.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTJK {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_JK_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTL4 {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_L4.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTL4 {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_L4_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTMEGA {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_MEGA.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTMEGA {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_MEGA_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTPPD {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_PPD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTPPD {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_PPD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTPPDS {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_PPDS.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTPPDS {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_PPDS_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTPT {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_PT.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTPT {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_PT_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTPTG {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_PTG.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTPTG {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_PTG_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTPUSSY {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_PUSSY.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTPUSSY {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_PUSSY_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTPLUS {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_PLUS.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTPLUS {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_PLUS_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTREDMARIO {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_REDMARIO.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTREDMARIO {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_REDMARIO_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTRTGD {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_RTGD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTRTGD {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_RTGD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTSCR {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_SCR.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTSCR {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_SCR_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTSGD {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_SGD.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTSGD {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_SGD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTWMG {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_WMG.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTWMG {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_WMG_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTXE {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_XE.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTXE {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_XE_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTXPROG {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_XPROG.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTXPROG {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_XPROG_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTLE {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_LE.dstg-png') 
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTLE {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_LE_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTVP {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_VP.dstg-png') 
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTVP {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_VP_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTKMS {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_KMS.dstg-png') 
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTKMS {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_KMS_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTGW99 {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_GW99.dstg-png') 
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTGW99 {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_GW99_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTMGD {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_MGD.dstg-png') 
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTMGD {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_MGD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTJILI {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_JILI.dstg-png') 
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTJILI {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_JILI_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerSLOTRT {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_RT.dstg-png') 
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerSLOTRT {
	background-image: url('/images/templates/Template 3/provider_navi/SLOT/provider_RT_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCRICKETWCKD {
	background-image: url('/images/templates/Template 3/provider_navi/CRICKET/provider_WCKD.dstg-png') 
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCRICKETWCKD {
	background-image: url('/images/templates/Template 3/provider_navi/CRICKET/provider_WCKD_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerCRICKETSWIZ {
	background-image: url('/images/templates/Template 3/provider_navi/CRICKET/provider_SWIZ.dstg-png') 
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerCRICKETSWIZ {
	background-image: url('/images/templates/Template 3/provider_navi/CRICKET/provider_SWIZ_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerFISHINGJILI {
	background-image: url('/images/templates/Template 3/provider_navi/FISHING/provider_JILI.dstg-png') 
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerFISHINGJILI {
	background-image: url('/images/templates/Template 3/provider_navi/FISHING/provider_JILI_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerFISHINGBG {
	background-image: url('/images/templates/Template 3/provider_navi/FISHING/provider_BG.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerFISHINGBG {
	background-image: url('/images/templates/Template 3/provider_navi/FISHING/provider_BG_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerFISHINGGI {
	background-image: url('/images/templates/Template 3/provider_navi/FISHING/provider_GI.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerFISHINGGI {
	background-image: url('/images/templates/Template 3/provider_navi/FISHING/provider_GI_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerFISHINGJDB {
	background-image: url('/images/templates/Template 3/provider_navi/FISHING/provider_JDB.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerFISHINGJDB {
	background-image: url('/images/templates/Template 3/provider_navi/FISHING/provider_JDB_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerFISHINGJK {
	background-image: url('/images/templates/Template 3/provider_navi/FISHING/provider_JK.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerFISHINGJK {
	background-image: url('/images/templates/Template 3/provider_navi/FISHING/provider_JK_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerGALAXYGI {
	background-image: url('/images/templates/Template 3/provider_navi/GALAXY/provider_GI.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerGALAXYGI {
	background-image: url('/images/templates/Template 3/provider_navi/GALAXY/provider_GI_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerHORSEBOOKHB {
	background-image: url('/images/templates/Template 3/provider_navi/HORSEBOOK/provider_HB.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerHORSEBOOKHB {
	background-image: url('/images/templates/Template 3/provider_navi/HORSEBOOK/provider_HB_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerLOTTERYKENO {
	background-image: url('/images/templates/Template 3/provider_navi/LOTTERY/provider_KENO.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerLOTTERYKENO {
	background-image: url('/images/templates/Template 3/provider_navi/LOTTERY/provider_KENO_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerLOTTERYATOM {
	background-image: url('/images/templates/Template 3/provider_navi/LOTTERY/provider_ATOM.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerLOTTERYATOM {
	background-image: url('/images/templates/Template 3/provider_navi/LOTTERY/provider_ATOM_hover.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item .dstg-drop-img.dstg-providerLOTTERYRNGWAR {
	background-image: url('/images/templates/Template 3/provider_navi/LOTTERY/provider_RNGWAR.dstg-png')
}

.dstg-header-dropdown .dstg-drop-item:hover .dstg-drop-img.dstg-providerLOTTERYRNGWAR {
	background-image: url('/images/templates/Template 3/provider_navi/LOTTERY/provider_RNGWAR_hover.dstg-png')
} */

/* UPCOMING MATCH */
.dstg-upcoming-wrap .dstg-titleBottom {
	border-bottom: 3px solid;
    padding-bottom: 5px;
}

.dstg-upcoming-wrap .dstg-text_game_title {
    font-size: 16px;
    padding: 5px 0;
    font-weight: 700;
}

.dstg-member-upcoming-wrap {
	width: 77%;
    border-radius: 5px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8px 5px;
    
}

.dstg-member-upcoming-wrap #upcomingSlider li {
	margin-top: 0
}

.dstg-member-upcoming-wrap .dstg-member-title-box {
	place-content: center
}

.dstg-member-upcoming-wrap .dstg-member_text_game_title {
    font-size: 30px;
    padding: 3px;
    font-weight: bold;
}

.dstg-upcomingSlider-wrap .dstg-lSSlideOuter .dstg-lslide img,
.dstg-upcomingSlider-wrap .dstg-lSSlideOuter .dstg-clone img {
	width: -webkit-fill-available;
	/* height: 295px; */
}

.dstg-upcoming-wrap .dstg-lSPrev,
.dstg-upcoming-wrap .dstg-lSNext {
	font-size: 2rem;
	width: fit-content;
    height: fit-content
}
/* UPCOMING MATCH */

/* TOURNAMENT */
/* countdown timer */
.dstg-countdown-container {
    display: flex;
    justify-content: center
}

.dstg-big-text {
	font-family: 'DSDigital';
    font-size: 6rem;
    line-height: 1;
    margin: 1rem 2rem
}

.dstg-countdown-tour span {
	font-family: 'DSDigital';
    font-size: 1.3rem
}
/* countdown timer */

/* tournament slideshow */
.dstg-tournament-slideShow {
	position: relative;
	margin: 3rem 0
}

.dstg-tournament-main {
	position: relative;
	line-height: 0
}

.dstg-tournament-main:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.dstg-tournament-main img {
	width: 100%
}

.dstg-tournament-main .dstg-main-content {
	position: absolute;
    width: fit-content;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1rem;
    z-index: 1
}

.dstg-tournament-main .dstg-main-content .dstg-detailsBox .dstg-title {
	margin-bottom: 10px;
	font-size: 2rem
}

.dstg-tournament-main .dstg-main-content .dstg-moreInfo-btn {
	margin-left: 1rem;
	cursor: pointer;
	font-style: italic;
	text-decoration: underline
}
/* tournament slideshow */

/* tournament list  */
.dstg-tournament-wrap {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 5rem
}

.dstg-tournament-wrap:last-child {
	margin-bottom: 0
}

.dstg-tournament-wrap .dstg-title-box {
	margin: 5px 0;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.dstg-tournament-wrap .dstg-title-box .dstg-icon {
	font-size: 25px;
    width: 50px;
    text-align: center
}

.dstg-tournament-wrap .dstg-title-box .dstg-iconBottom {
    padding-bottom: 5px
}

.dstg-tournament-wrap .dstg-title-box .dstg-title {
	padding: 5px 0;
    font-weight: 700;
    text-transform: uppercase
}

.dstg-tournament-wrap .dstg-title-box .dstg-titleBottom {
	border-bottom: 3px solid;
    padding-bottom: 5px
}

.dstg-tournament-wrap .dstg-tournament-box {
	position: relative;
	display: block
}

.dstg-tournament-wrap .dstg-tournament-box .dstg-box-row {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem 2rem
}

.dstg-tournament-wrap .dstg-tournament-box .dstg-box-row .dstg-box-item {
	position: relative;
	/* margin: 0 1rem 2rem */
}

.dstg-tournament-wrap .dstg-tournament-box .dstg-box-row .dstg-box-item:nth-child(3n+1) {
	/* margin: 0 2rem 2rem 0 */
}

.dstg-tournament-wrap .dstg-tournament-box .dstg-box-row .dstg-box-item:nth-child(3n+3) {
	/* margin: 0 0 2rem 2rem */
}

.dstg-tournament-wrap .dstg-tournament-box .dstg-box-row .dstg-box-item .dstg-img {
	position: relative;
	line-height: 0
}

.dstg-tournament-wrap .dstg-tournament-box .dstg-box-row .dstg-box-item .dstg-img img {
	width: 100%
}

.dstg-tournament-wrap .dstg-tournament-box .dstg-box-row .dstg-box-item .dstg-img .dstg-btn-box {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5rem 0;
    text-align: center;
    opacity: 0;
    z-index: -1;
    transition: .3s
}

.dstg-tournament-wrap .dstg-tournament-box .dstg-box-row .dstg-box-item .dstg-img .dstg-btn-box .dstg-title {
	font-size: 1rem;
    font-weight: 600;
    line-height: 2rem
}

.dstg-tournament-wrap .dstg-tournament-box .dstg-box-row .dstg-box-item .dstg-img .dstg-btn-box .dstg-date {
    font-size: 12px;
    line-height: 2rem
}

.dstg-tournament-wrap .dstg-tournament-box .dstg-box-row .dstg-box-item:hover .dstg-img .dstg-btn-box {
	opacity: 1;
    z-index: 1
}

.dstg-tournament-wrap .dstg-tournament-box .dstg-box-row .dstg-box-item .dstg-img .dstg-btn-box button {
	padding: 10px 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s
}

.dstg-tournament-wrap .dstg-tournament-box-action {
	position: absolute;
    top: 0;
    right: 0;
    transform: translateY(10px)
}

.dstg-tournament-wrap .dstg-tournament-box-action i {
	margin: 0 10px;
	font-size: 1.4rem;
	cursor: pointer;
    transition: .3s
}
/* tournament list  */

/* ranking list*/
.dstg-tournament-ranking-wrap .dstg-rank-top {
    display: grid;
    grid-template-columns: 80% 20%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.dstg-tournament-ranking-wrap .dstg-rank-top .dstg-section-title {
	display: flex;
	margin: auto 1rem;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase
}

.dstg-tournament-ranking-wrap .dstg-rank-top .dstg-section-title .dstg-icon {
    margin-right: 10px;
	font-size: 25px
}

.dstg-tournament-ranking-wrap .dstg-rank-top .dstg-section-title .dstg-title {
	margin: auto 0
}

.dstg-tournament-ranking-wrap .dstg-rank-top .dstg-boxAction {	
	position: relative;
	margin: auto 0 auto auto;
    height: 100%;
}

.dstg-tournament-ranking-wrap .dstg-rank-top .dstg-boxAction:before {
	content: "";
	position: absolute;
	left: -55px
}

.dstg-tournament-ranking-wrap .dstg-rank-top .dstg-boxAction i {
    margin: 1rem 5px;
    font-size: 1.4rem;
    cursor: pointer;
    transition: .3s
}

.dstg-tournament-ranking-wrap .dstg-rank-top .dstg-boxAction i:last-child {
	margin-right: 20px
}

.dstg-tournament-ranking-wrap .dstg-rank-bottom {
	position: relative;
	padding: 1rem;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.dstg-tournament-ranking-wrap .dstg-rank-bottom .dstg-loading-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000a8
}

.dstg-tournament-ranking-wrap .dstg-rank-bottom .dstg-loading-mask .dstg-spinner-animation {
	top: 50%;
    left: 50%;
	transform: scale(.8) translateX(-50%) translateY(-50%) translateZ(0);
	margin: 0
}

.dstg-tournament-ranking-wrap .dstg-rank-bottom .dstg-tournament-type {
	width: fit-content;
    margin-bottom: 1rem;
    padding-bottom: 2px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}

.dstg-tournament-ranking-wrap .dstg-rank-bottom .dstg-rank-tab {
    display: grid;
    grid-template-columns: repeat(19, 1fr);
    grid-gap: 5px;
    margin-bottom: 10px
}

.dstg-tournament-ranking-wrap .dstg-rank-bottom .dstg-rank-tab li {
	padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    transition: .3s
}

.dstg-tournament-ranking-wrap .dstg-rank-bottom .dstg-rank-tab-content {
	display: block
}

.dstg-tournament-ranking-wrap .dstg-rank-bottom .dstg-tab-box {
	display: none;
	margin-bottom: 1rem
}

.dstg-tournament-ranking-wrap .dstg-rank-bottom .dstg-tab-box.active {
	display: block
}

.dstg-tournament-ranking-wrap .dstg-rank-bottom .dstg-tab-box .dstg-title {
	margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600
}

.dstg-tournament-ranking-wrap .dstg-rank-bottom .dstg-tab-box .dstg-rank-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px
}

.dstg-tournament-ranking-wrap .dstg-rank-bottom .dstg-tab-box button {
	float: right;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer
}

.dstg-tournament-ranking-wrap .dstg-rank-bottom .dstg-tab-box button:hover {
	text-decoration: underline
}

.dstg-rank-list {
    padding: 1rem
}

.dstg-rank-list .dstg-list-item {
	padding: 1rem;
	font-weight: 600;
	border-radius: 20px
}

.dstg-rank-list .dstg-list-item .dstg-index {
	position: relative;
	padding: 1rem 0;
	font-size: 2rem;
    font-weight: 600;
    text-align: center;
    transform: skewX(-10deg)
}

.dstg-rank-list .dstg-list-item:nth-child(1) .dstg-index,
.dstg-rank-list .dstg-list-item:nth-child(2) .dstg-index,
.dstg-rank-list .dstg-list-item:nth-child(3) .dstg-index {
	transform: skewX(0);
	color: transparent;
	text-shadow: none
}

.dstg-rank-list .dstg-list-item .dstg-username {
	text-align: center;
	font-size: 14px;
}

.dstg-rank-list .dstg-list-item .dstg-amount {
	text-align: center;
	font-size: 20px;
}

.dstg-medal {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    display: inline-flex;
    width: 45px;
    height: 55px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	color: #fff
}

.dstg-medal:before {
	content: "";
	position: absolute;
	width: 35px;
	height: 45px;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
}

.dstg-medal-1 {
    background: #bd8818;
    text-shadow: 1px 1px 1px #000;
    box-shadow: inset 6px 16px 0 0 #fadd40
}

.dstg-medal-1:before {
	background: linear-gradient(to bottom right, #f9ad0e 50%, #e89f06 50%)
}

.dstg-medal-2 {
	background: #9ea1a4;
    text-shadow: 1px 1px 1px #000;
    box-shadow: inset 6px 16px 0 0 #eceeef
}

.dstg-medal-2:before {
	background: linear-gradient(to bottom right, #d1d7da 50%, #c3cbcf 50%)
}

.dstg-medal-3 {
	background: #955405;
    text-shadow: 1px 1px 1px #000;
    box-shadow: inset 6px 16px 0 0 #f4a23d
}

.dstg-medal-3:before {
	background: linear-gradient(to bottom right, #df7e08 50%, #c67007 50%)
}

.dstg-medal .dstg-medal-index {
    font-size: 25px;
	text-align: center;
	z-index: 1;
	color: #fff
}
/* ranking list*/

/* pop box */
.dstg-tournamentPop-wrapper {
	width: 550px;
	margin: 2% auto !important;
	padding: unset !important;
    border-radius: 15px
}

.dstg-tournamentPop-wrapper .dstg-modal-header {
    position: relative;
    display: grid;
    grid-template-columns: 90% 10%;
    padding: 10px 1rem
}

.dstg-tournamentPop-wrapper .dstg-modal-header .dstg-title {
	text-transform: uppercase
}

.dstg-tournamentPop-wrapper .dstg-modal-header .dstg-title .dstg-upperTitle {
	margin-top: 2px;
	font-size: 1rem;
    font-weight: 600
}

.dstg-tournamentPop-wrapper .dstg-modal-header .dstg-title .dstg-upperTitle i {
	font-size: 20px
}

.dstg-tournamentPop-wrapper .dstg-modal-header .dstg-btn {
	margin: auto 0;
	text-align: right
}

.dstg-tournamentPop-wrapper .dstg-modal-header .dstg-btn button {
	padding: 0;
	font-size: 1.4rem;
	cursor: pointer
}

.dstg-tournamentPop-wrapper .dstg-modal-body {
	padding: 1rem 2rem
}

#tourMoreInfomodal .dstg-img {
	margin-bottom: 1rem;
	padding: 0 5rem
}

#tourMoreInfomodal .dstg-img img {
    width: 100%
}

.dstg-tournamentPop-wrapper .dstg-modal-body .scroll {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden
}

#tourMoreInfomodal .dstg-info .dstg-box-seperate:first-child {
	display: grid;
    grid-template-columns: 65% 35%;
    margin-bottom: 10px
}

#tourMoreInfomodal .dstg-info .dstg-box-seperate:last-child {
	display: grid;
    grid-template-columns: 75% 25%
}

#tourMoreInfomodal .dstg-info .dstg-title {
	position: relative;
	padding: 0 0 0 10px;
    font-size: 20px;
    font-weight: 600
}

#tourMoreInfomodal .dstg-info .dstg-title:before {
	content: "";
	position: absolute;
	width: 5px;
    height: 100%;
    left: 0;
    top: 0
}

#tourMoreInfomodal .dstg-info .dstg-date {
	position: relative;
	margin: 0 0 auto;
	padding: 0 0 0 10px
}

#tourMoreInfomodal .dstg-info .dstg-date:before {
	content: "";
	position: absolute;
	width: 5px;
    height: 100%;
    left: 0;
    top: 0
}

#tourMoreInfomodal .dstg-info .dstg-desc {
	font-size: 14px
}

#tourMoreInfomodal .dstg-info .dstg-btn {
	margin: auto 0 0;
	text-align: right
}

#tourMoreInfomodal .dstg-info .dstg-btn button {
	width: fit-content;
	padding: 0;
	font-weight: 600;
    text-transform: uppercase;
    cursor: pointer
}

#tourMoreInfomodal .dstg-info .dstg-btn button:hover {
	text-decoration: underline
}

#tourMoreInfomodal h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600
}

#tourRankingmodal .dstg-info {
	display: grid;
	grid-template-columns: 65% 35%
}

#tourRankingmodal .dstg-info .dstg-title {
	position: relative;
	padding: 0 0 0 10px;
	font-size: 20px;
	font-weight: 600
}

#tourRankingmodal .dstg-info .dstg-title:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	left: 0;
	top: 0
}

#tourRankingmodal .dstg-info .dstg-btn {
	margin: auto 0 0;
	text-align: right
}

#tourRankingmodal .dstg-info .dstg-btn button {
	width: fit-content;
	padding: 0;
	font-weight: 600;
    text-transform: uppercase;
    cursor: pointer
}

#tourRankingmodal .dstg-info .dstg-btn button:hover {
	text-decoration: underline
}

#tourRankingmodal .dstg-content {
	max-height: 480px;
    overflow-x: hidden;
    overflow-y: auto
}

#tourRankingmodal .dstg-content .dstg-rank-list {
	margin: 1rem 0 0
}

#tourRankingmodal .dstg-content .dstg-rank-list .dstg-list-item {
	display: grid;
    grid-template-columns: 15% 40% 45%;
    margin-bottom: 1rem
}

#tourRankingmodal .dstg-content .dstg-rank-list .dstg-list-item:nth-child(1),
#tourRankingmodal .dstg-content .dstg-rank-list .dstg-list-item:nth-child(2),
#tourRankingmodal .dstg-content .dstg-rank-list .dstg-list-item:nth-child(3) {
	margin-bottom: 1.4rem
}

#tourRankingmodal .dstg-content .dstg-rank-list .dstg-list-item .dstg-index {
	padding: 5px 0
}

#tourRankingmodal .dstg-content .dstg-rank-list .dstg-list-item .dstg-username,
#tourRankingmodal .dstg-content .dstg-rank-list .dstg-list-item .dstg-amount {
	margin: auto 0
}
/* pop box */
/* TOURNAMENT */

/* Total Balance List */
.dstg-header-content .dstg-header-center .dstg-balance-box {
	width: max-content;
	grid-gap: 5px;
	margin-right: 15px;
    vertical-align: middle;
    align-items: center
}

.dstg-header-content .dstg-header-center .dstg-balance-box .dstg-btn-box {
    width: fit-content;
    margin-right: 0;
    font-size: 1rem
}

.dstg-header-content .dstg-header-center .dstg-balance-box .wallet-balance {
	position: relative;
	top: 10px;
    font-size: 1rem;
	letter-spacing: 1.5px
}

.dstg-header-content .dstg-header-center .dstg-balance-box .wallet-balance .label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase
}

.dstg-header-content .dstg-header-center .dstg-balance-box .wallet-balance .content {
	position: relative;
	cursor: pointer;
	padding-bottom: 15px
}

.dstg-header-content .dstg-header-center .dstg-balance-box .wallet-balance .content:hover .totalBalList {
    top: 0;
    opacity: 10;
    transition: .3s opacity
}

.dstg-header-content .dstg-header-center .dstg-balance-box .wallet-balance .totalBalList {
    position: absolute;
    width: 400px;
    top: -28rem;
    left: 0;
    margin: 30px 0 0;
    padding: 1rem 0;
    opacity: 0;
    z-index: 10
}

.dstg-header-content .dstg-header-center .dstg-balance-box .wallet-balance .totalBalList .timerArea {
    padding: 0 10px;
    font-size: 10px
}

.dstg-header-content .dstg-header-center .dstg-balance-box .wallet-balance .totalBalList hr {
    margin: 10px;
    border: none
}

.dstg-header-content .dstg-header-center .dstg-balance-box .wallet-balance .totalBalList .mainWalletArea {
    margin-bottom: 1rem;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600
}

.dstg-header-content .dstg-header-center .dstg-balance-box .wallet-balance .totalBalList .provWalletArea {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px
}

.dstg-header-content .dstg-header-center .dstg-balance-box .wallet-balance .totalBalList .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: 60% 10% 30%
}

.dstg-header-content .dstg-header-center .dstg-balance-box .wallet-balance .totalBalList .item .provName {
    font-size: 12px;
    align-self: center
}

.dstg-header-content .dstg-header-center .dstg-balance-box .wallet-balance .totalBalList .item .provStatus {
    padding: 0 5px 0 0;
    font-size: 12px;
    text-align: right;
    align-self: center
}

.dstg-header-content .dstg-header-center .dstg-balance-box .wallet-balance .totalBalList .item .provBal {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    align-self: center
}
/* Total Balance List */

/* LIVE SCORE */
/* live score loading */
@keyframes ldio-gblex47ykrc {
	0% { transform: translate(12px, 80px) scale(0) }
	25% { transform: translate(12px, 80px) scale(0) }
	50% { transform: translate(12px, 80px) scale(1) }
	75% { transform: translate(80px, 80px) scale(1) }
	100% { transform: translate(148px, 80px) scale(1) }
}

@keyframes ldio-gblex47ykrc-r {
	0% { transform: translate(148px, 80px) scale(1) }
	100% { transform: translate(148px, 80px) scale(0) }
}

.dstg-ldio-gblex47ykrc div {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transform: translate(80px, 80px) scale(1);
	animation: ldio-gblex47ykrc 1s infinite cubic-bezier(0, 0.5, 0.5, 1)
}
.dstg-ldio-gblex47ykrc div:nth-child(1) {
	transform: translate(148px,80px) scale(1);
	animation: ldio-gblex47ykrc-r 0.25s infinite cubic-bezier(0, 0.5, 0.5, 1), ldio-gblex47ykrc-c 1s infinite step-start
}
.dstg-ldio-gblex47ykrc div:nth-child(2) {
	animation-delay: -0.25s
}
.dstg-ldio-gblex47ykrc div:nth-child(3) {
	animation-delay: -0.5s
}
.dstg-ldio-gblex47ykrc div:nth-child(4) {
	animation-delay: -0.75s
}
.dstg-ldio-gblex47ykrc div:nth-child(5) {
	animation-delay: -1s
}

.dstg-loadingio-spinner-ellipsis-ikykzdc02sc {
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 200px;
	height: 200px;
	display: inline-block;
	overflow: hidden
}

.dstg-ldio-gblex47ykrc {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0
}

.dstg-ldio-gblex47ykrc div { 
	box-sizing: content-box
}
/* live score loading */

.dstg-liveScoreWidget {
	width: 100%;
	margin-bottom: 2rem
}

.dstg-memberLiveScoreWidget {
	width: 77%;
	margin: 2rem auto;
}

.dstg-liveScoreWidget .dstg-ls-header {
	display: grid;
	grid-template-columns: 20% 60% 20%;
    padding: 1rem
}

.dstg-liveScoreWidget .dstg-ls-header .dstg-filter-select {
	position: relative;
	align-self: center
}

.dstg-liveScoreWidget .dstg-ls-header .dstg-filter-select .dstg-input {
	width: 100%;
    border-radius: 5px;
    cursor: pointer
}

.dstg-liveScoreWidget .dstg-ls-header .dstg-filter-select select {
	padding: 12px 10px 12px 2rem
}

.dstg-liveScoreWidget .dstg-ls-header .dstg-filter-select input {
	padding: 12px 2rem 12px 10px
}

.dstg-liveScoreWidget .dstg-ls-header .dstg-filter-select .dstg-icon {
	position: absolute;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.dstg-liveScoreWidget .dstg-ls-header .dstg-filter-select img {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.dstg-liveScoreWidget .dstg-ls-header .dstg-filter-select .dstg-icon.dstg-fa-caret-down {
	right: 4px
}

.dstg-liveScoreWidget .dstg-ls-header .dstg-filter-select .dstg-icon.dstg-fa-calendar-alt {
	right: 10px
}

.dstg-liveScoreWidget .dstg-ls-header .dstg-date-option {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    margin: 0 1rem;
    align-self: center
}

.dstg-liveScoreWidget .dstg-ls-header .dstg-date-option li button {
	width: 100%;
	padding: 5px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

.dstg-liveScoreWidget .dstg-ls-header .dstg-date-option li button.dstg-active {
	cursor: default
}

.dstg-liveScoreWidget .dstg-ls-header .dstg-date-option li button.dstg-day {
	font-size: 12px
}

.dstg-liveScoreWidget .dstg-ls-header .dstg-date-option li button.dstg-date {
	font-size: 10px
}

.dstg-liveScoreWidget .dstg-ls-body {
	position: relative;
	padding: 1rem
}

.dstg-liveScoreWidget .dstg-ls-body .dstg-b-msg {
	display: none;
	margin-bottom: 5px;
    padding: 10px 1rem;
    font-size: 1rem;
    letter-spacing: .48px;
    border-radius: 5px
}

.dstg-liveScoreWidget .dstg-ls-body .dstg-b-msg.dstg-show {
	display: block
}

.dstg-liveScoreWidget .dstg-ls-body .dstg-b-content {
	display: grid;
	grid-template-columns: 30% 70%;
	min-height: 520px
}

.dstg-liveScoreWidget .dstg-ls-body .dstg-b-mask {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.dstg-liveScoreWidget .dstg-ls-body .dstg-b-getResult .dstg-msg {
	position: absolute;
    width: 90%;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center
}

.dstg-liveScoreWidget .dstg-league-section {
	padding: 1rem 8px 1rem 1rem;
    border-radius: 5px
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-layer {
	overflow-y: auto;
    max-height: 525px;
    padding-right: 5px;
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-drop {
	margin: 5px 0 0;
	padding: 1rem;
    border-radius: 5px
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-drop:first-child {
	margin-top: 0
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-cat-name {
	position: relative;
	padding-right: 1rem;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-cat-name i {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 1rem
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-item-list {
	overflow: hidden
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-item-list .dstg-inner {
	padding-top: 1rem
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-item-list .dstg-item {
	display: grid;
	grid-template-columns: 20% 70% 10%;
	margin: 5px 0 0;
    padding: 10px 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-item-list .dstg-item:first-child {
	margin-top: 0
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-item-list .dstg-item .dstg-f-info {
	display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    margin: auto;
    justify-content: space-around;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .41px
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-item-list .dstg-item .dstg-f-team .dstg-win {
	font-weight: 600
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-item-list .dstg-item .dstg-f-team .dstg-t-home,
.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-item-list .dstg-item .dstg-f-team .dstg-t-away {
	display: flex
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-item-list .dstg-item .dstg-f-team .dstg-t-home {
	margin-bottom: 5px
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-item-list .dstg-item .dstg-f-team .dstg-t-home div:first-child img,
.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-item-list .dstg-item .dstg-f-team .dstg-t-away div:first-child img {
	width: 25px;
	height: 25px
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-item-list .dstg-item .dstg-f-team .dstg-t-home div:last-child,
.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-item-list .dstg-item .dstg-f-team .dstg-t-away div:last-child {
	padding: 0 5px 0 10px;
	font-size: 10px;
    letter-spacing: .41px;
    align-self: center
}

.dstg-liveScoreWidget .dstg-league-fixture-list .dstg-fixture-item-list .dstg-item .dstg-f-score {
	display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    margin: auto;
    justify-content: space-around;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600
}

.dstg-liveScoreWidget .dstg-league-fixture-content {
	margin-left: 5px;
	padding: 0
}

.dstg-liveScoreWidget .dstg-league-fixture-content hr {
	margin: 1rem 0
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-label {
	position: relative;
	display: grid;
    grid-template-columns: 50% 50%;
    padding: 17px 10px 17px 2rem;
    font-weight: 600;
    border-radius: 5px 5px 0 0
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-label img {
	position: absolute;
    width: 20px;
    height: 20px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%)
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-label div:last-child {
	text-align: right
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-main {
	padding: 1rem
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team {
	display: grid;
    grid-template-columns: 40% 20% 40%;
    margin: 0 3rem 1rem
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-home div:first-child,
.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-away div:first-child {
	margin-bottom: 5px;
	text-align: center
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-home div:first-child img,
.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-away div:first-child img {
	width: 100px;
	max-height: 100px
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-home div:last-child,
.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-away div:last-child {
	font-size: 1rem;
    font-weight: 600;
    text-align: center
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-short-info {
    text-align: center;
    align-self: center
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-short-info .dstg-fc-score {
	position: relative;
	display: flex;
	margin-bottom: 2rem;
	font-size: 3rem;
    font-weight: 600;
    justify-content: space-around
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-short-info .dstg-fc-score i {
	position: absolute;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-short-info .dstg-fc-score .dstg-fa-caret-right {
	left: 0
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-short-info .dstg-fc-score .dstg-fa-caret-left {
	right: 0
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-short-info .dstg-fc-status {
	font-size: 14px
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-short-info .dstg-fc-date {
	display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0 0 2rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .48px
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-short-info .dstg-fc-date span:first-child {
	font-size: 2rem
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-team .dstg-fc-short-info .dstg-fc-date span:last-child {
	font-size: 14px
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-info .dstg-info-row {
	display: grid;
	grid-gap: 5px;
    margin-bottom: 5px
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-info .dstg-info-row:first-child {
    grid-template-columns: repeat(3, 1fr)
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-info .dstg-info-row:last-child {
    grid-template-columns: repeat(2, 1fr)
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-info .dstg-info-row .dstg-info-column {
	display: flex;
    flex: 1;
    flex-direction: column;
    padding: 10px;
    border-radius: 5px;
    justify-content: center
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-info .dstg-info-row .dstg-info-column span:first-child {
	text-transform: uppercase
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-info .dstg-info-row .dstg-info-column span:last-child {
	font-size: 1rem;
	letter-spacing: .48px
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-score-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
	margin-top: 2rem
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-fc-score-details .dstg-score-section {
	padding: 1rem;
    border-radius: 5px
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-score-section .dstg-label {
	margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: .48px;
    text-align: center;
    text-transform: uppercase
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-score-section .dstg-score-board {
	display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-score-section .dstg-score-board div:first-child,
.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-score-section .dstg-score-board div:last-child {
	text-align: center
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-score-section .dstg-score-board div:first-child img,
.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-score-section .dstg-score-board div:last-child img {
	width: 70px;
    max-height: 70px
}

.dstg-liveScoreWidget .dstg-league-fixture-content .dstg-score-section .dstg-score-board div:nth-child(2) {
	display: flex;
    font-size: 2rem;
    font-weight: 600;
    justify-content: space-around;
    align-self: center
}
/* LIVE SCORE */

/* favourite */
.dstg-favourite-tab {
	width: 77%;
    margin: 2rem auto 0;
    font-size: 20px
}

.dstg-favourite-tab .dstg-fav-title {
	display: flex;
	font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
}

.dstg-favourite-tab .dstg-favourite-box {
    width: 100%;
    border-radius: 5px;
    word-wrap: break-word;
    position: relative;
}

.dstg-favourite-tab .dstg-icon {
	 margin-right: 15px;
}

.dstg-favourite-tab .dstg-provider-logo {
	display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-gap: 5px;
    padding: 1rem
}

.dstg-favourite-tab .dstg-provider-logo li {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center
}

.dstg-favourite-box .dstg-provider-logo li .dstg-prov-item {
	width: 90%;
    cursor: pointer
}

.dstg-favourite-box .dstg-provider-logo li .dstg-prov-item:hover {
	filter: brightness(.5);
	-webkit-filter: brightness(.5);
}

.dstg-favourite-box .dstg-provider-logo li.dstg-loading .dstg-prov-item,
.dstg-favourite-box .dstg-provider-logo li.dstg-loading .dstg-prov-item:hover,
.dstg-favourite-box .dstg-provider-logo li.dstg-locked .dstg-prov-item,
.dstg-favourite-box .dstg-provider-logo li.dstg-locked .dstg-prov-item:hover {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	cursor: default
}

.dstg-favourite-tab .dstg-provider-logo li .dstg-loading {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c1c1dd4
}

.dstg-favourite-tab .dstg-provider-logo li .dstg-loading img {
	width: 20px
}

.dstg-favourite-tab .dstg-provider-logo li .dstg-locked {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    background: #1c1c1dd4
}

.dstg-favourite-box .dstg-provider-logo li .dstg-hide {
	opacity: 0 !important;
	z-index: -2 !important
}
/* favourite */

/*  tutorial */
.dstg-pageContent .dstg-tutorial-wrap .dstg-tutorial-item {
	text-align: center;
    width: 100%;
    margin-bottom: 2rem;
}

.dstg-pageContent .dstg-tutorial-wrap .dstg-tutorial-item  .dstg-tutorial-title {
	font-size: 20px;
}

.dstg-pageContent .dstg-tutorial-wrap .dstg-tutorial-item iframe {
	width: 100%;
    height: 350px;
    border: none;
}

.dstg-deposit-video-wrap .dstg-deposit-video-wrapper,
.dstg-withdraw-video-wrap .dstg-withdraw-video-wrapper {
	display: flex
}

.dstg-deposit-video-wrap .dstg-depositvideo-item,
.dstg-withdraw-video-wrap .dstg-withdrawvideo-item {
	text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.dstg-deposit-video-wrap .dstg-depositvideos-item,
.dstg-withdraw-video-wrap .dstg-withdrawvideos-item {
	text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.dstg-deposit-video-wrap .dstg-depositvideo-item .dstg-depositvideo-title,
.dstg-withdraw-video-wrap .dstg-withdrawvideo-item .dstg-withdrawvideo-title {
	margin-bottom: 15px;
    font-size: 20px;
}

.dstg-deposit-video-wrap .dstg-depositvideo-item iframe,
.dstg-withdraw-video-wrap .dstg-withdrawvideo-item iframe {
	width: 100%;
    height: 250px;
    border: none;
}

.dstg-deposit-video-wrap .dstg-depositvideos-item iframe,
.dstg-withdraw-video-wrap .dstg-withdrawvideos-item iframe {
	margin-top: 38px;
	width: 100%;
    height: 250px;
    border: none;
}
/*  tutorial */


/* Spin Wheel */
.dstg-spinwheel-container {
	margin-bottom: 25px;
	margin-left: 20px;
}

.dstg-spinwheel-box {
	display: grid;
    grid-auto-flow: column;
    grid-template-columns: 60% 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
}

.dstg-spinwheel-container .dstg-spin-container {
    margin: 0 auto;
   	display: grid;
    grid-template-columns: repeat(2,36%);
    max-height: 400px;
    overflow-y: scroll;
}

.dstg-spinwheel-container .dstg-spin-container::-webkit-scrollbar {
   	display: none;
}

.dstg-spinwheel-container .dstg-spin-container .dstg-spin-selector {
    text-align: center;
    margin-right: 25px;
}

.dstg-spinwheel-container .dstg-spin-container .dstg-spin-selector .dstg-spin-selector-gameName {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -15px;
    overflow-wrap: anywhere;
}

.dstg-spinwheel-container .dstg-spin-container .dstg-spin-selector .dstg-spin-selector-balance {
	font-size: 3rem;
    font-weight: 600;
    margin-top: 30px;
}

.dstg-spinwheel-container .dstg-spin-container .dstg-spin-selector .dstg-spin-selector-label {
	font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -26px;
    margin-top: 40px;
}

.dstg-spinwheel-container .dstg-spin-container .dstg-spin-selector .dstg-spin-selector-box {
	border-radius: 15px;
	padding: 2.5rem 2rem;
	margin-top: 15px;
}

.dstg-spinwheel-container .dstg-button-container {
	width: 100%;
    margin-top: 3rem;
    text-align: center;
    margin-bottom: -20px;
}

.dstg-spinwheel-container .dstg-button-container button {
	border-radius: 24px;
    padding: 12px;
    width: 145px;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
}

.dstg-Spinwheel-bg {
	height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dstg-Spinwheel-bg img {
	position: absolute;
    margin: 0;
    left: -5rem;
    height: 96%;
    margin-top: -16px;
}

.dstg-btn-box.claim {
	display: flex;
}

.dstg-article-wrap .dstg-title-box .dstg-btn-history,
.dstg-article-wrap .dstg-title-box .dstg-claimed-reward {
    font-size: 12px;
    color: #fff;
    border-radius: 15px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
}

.dstg-article-wrap .dstg-title-box .dstg-claimed-reward {
	animation: glowing-box 1200ms infinite;
}

.dstg-spinwheel-container .dstg-claimed-reward .dstg-msg-label {
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}

.dstg-article-wrap .dstg-title-box .dstg-btn-history .dstg-msg-label,
.dstg-article-wrap .dstg-title-box .dstg-claimed-reward .dstg-msg-label {
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	width: max-content;
}


.dstg-article-wrap .dstg-title-box .dstg-btn-history .dstg-msg-label .dstg-icon,
.dstg-article-wrap .dstg-title-box .dstg-claimed-reward .dstg-msg-label .dstg-icon{
    margin-left: 10px;
}

.dstg-spinwheel-container .dstg-errormsg-box {
	margin-top: 20%;
}

.dstg-spinwheel-container .dstg-msg-box {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
}

.dstg-spinwheel-container .dstg-msg-box .dstg-error-msg-label {
    font-size: 20px;
    font-weight: bold;
    width: 40%;
}

.dstg-spinwheel-container .dstg-msg-box .dstg-button-box button {
	padding: 10px 15px;
	background: linear-gradient(180deg,rgb(208 179 91) 0%,rgb(140 105 1) 100%);
	border: none;
	font-size: 12px;
	color: #fff;
	border-radius: 15px;
	font-weight: bold;
	cursor: pointer;
}

.dstg-spinwheel-container .dstg-msg-box .dstg-button-box .dstg-icon { 
    margin-left: 10px;
}

/* Spin Wheel */

/* DAILY LOGIN REWARD */

.dstg-member-daily-reward-container{
	max-width: 1180px;
    margin: 1.5rem auto;
}

.dstg-daily-reward-container{
	max-width: 1280px;
    margin: 1.5rem auto;
    width: 100%;
}

.dstg-daily-reward-title{
	font-family: sans-serif;
	text-align: center;
    pointer-events: none;
    font-size: 40px;
    padding: 2.5rem 3px 3px 3px;
    font-weight: 900;
}


.dstg-dailyLoginReward{
	display: flex;
    flex-direction: row;
    overflow-x: auto;
    cursor: grab;
    position: relative;
    scrollbar-width: none;
    padding: 20px;
}

.dstg-dailyLoginReward::-webkit-scrollbar{
	width:0px;
	height:0px;
}

.dstg-reward-frame{
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-width:169px;
    max-width:169px;
    margin: 1.5rem 1rem;
    padding: 1rem 0.5rem;
    gap: 1rem;
    border-radius: 15px;
}

.dstg-reward-frame::before{
	content: "";
	position: absolute;
	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	border-radius: 15px; 
 	border: 3px solid transparent;
  	-webkit-mask:
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  	-webkit-mask-composite: destination-out;
  	pointer-events: none;
}

.dstg-reward-img{
	height: 140px;
	margin-top: -20px;
	max-width: 100%;
}

.dstg-check-in-day-wrap{
	position: relative;
    width: 70px;
    height: 50px;
    background: rgba(252,185,19,1);
    top: -30px;
}

.dstg-check-in-day-wrap:before{
	content: '';
    position: absolute;
    top: 0;
    left: -29.5px;
    width: 0px;
    height: 0px;
    border-right: 30px solid rgba(252,185,19,1);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.dstg-check-in-day-wrap:after{
	 content: '';
     position: absolute;
     top: 0;
     right: -29.5px;
     width: 0px;
     height: 0px;
     border-left: 30px solid rgba(252,185,19,1);
     border-top: 25px solid transparent;
     border-bottom: 25px solid transparent;
}

.dstg-check-in-day{
	padding-top: 15px;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
}


.dstg-reward-check-in-button{
	font-size: 15px;
    font-weight: 600;
    padding: 10px 35px;
    border-radius: 10px;
    min-width: 96px;
    transition: all 0.2s linear;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.dstg-reward-check-in-button:hover{
	cursor: pointer;
}

.dstg-claimed-btn:disabled{
	cursor: auto;
	padding: 8px 25px;
}

.dstg-claim-next:disabled{
	cursor: not-allowed;
}


.dstg-claim-today{
	animation: glowing 1300ms infinite;
}

.dstg-dailyRewardPop-box .dstg-dailyRewardPop-wrapper {
	width: 500px;
}

.dstg-dailyRewardPop-box .dstg-dailyRewardContent-wrapper{
	background: #00000080;
}

.dstg-dailyRewardPop-box .dstg-dailyRewardContent-wrapper .dstg-reward-pop {
    width: 100%;
    height: 340px;
    border-radius: 10px;
}

.dstg-dailyRewardPop-box .dstg-dailyRewardContent-wrapper .dstg-reward-pop .dstg-description-title{
	margin-top: 40px;
}

.dstg-dailyRewardPop-box .dstg-dailyRewardContent-wrapper .dstg-reward-pop .dstg-description-title .dstg-text {
    padding: 2px 0;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.dstg-dailyRewardPop-box .dstg-dailyRewardContent-wrapper .dstg-reward-pop .dstg-description-content{
	text-align: center;
    margin-top: 30px;
}

.dstg-dailyRewardPop-box .dstg-dailyRewardContent-wrapper .dstg-reward-pop .dstg-description-content .dstg-success-icon{
	font-size: 30px;
    margin-bottom: 30px;
}

.dstg-dailyRewardPop-box .dstg-dailyRewardContent-wrapper .dstg-reward-pop .dstg-description-content .dstg-success-icon i{
	border: solid 4px;
    border-radius: 50%;
    padding: 10px;
}

.dstg-dailyRewardPop-box .dstg-dailyRewardContent-wrapper .dstg-reward-pop .dstg-description-content .dstg-please-login-icon{
	font-size: 30px;
    margin-bottom: 30px;
}

.dstg-dailyRewardPop-box .dstg-dailyRewardContent-wrapper .dstg-reward-pop .dstg-description-content .dstg-please-login-icon i{
	border: solid 4px;
    border-radius: 50%;
    padding: 18px 20px;
    font-size: 30px;
}

.dstg-dailyRewardPop-box .dstg-dailyRewardContent-wrapper .dstg-reward-pop .dstg-dailyRewardPop-btn{
	text-align: center;
    margin-top: 30px;;
}

.dstg-dailyRewardPop-box .dstg-dailyRewardContent-wrapper .dstg-reward-pop .dstg-dailyRewardPop-btn button{
	padding: 9px 40px;
    border-radius: 5px;
    font-size: 15px;
    margin: 0 10px;
    cursor: pointer;
}
/* DAILY LOGIN REWARD */

/* PROMO GROUP */
.dstg-provider-wrap .dstg-provider-item .dstg-mask.dstg-b:before {
	opacity: 1
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask .dstg-hide {
	opacity: 0;
    display: none;
    z-index: -1
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask .dstg-locked {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #fff
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask .dstg-loading {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.dstg-provider-wrap .dstg-provider-item .dstg-mask .dstg-loading img {
	width: 30px
}

.dstg-shortcut-seperate .dstg-shortcut-provider .provider-content .provider-btn button:disabled,
.dstg-shortcut-seperate .dstg-shortcut-provider .provider-content .provider-btn button:disabled:hover {
	background: #7d7d7d;
	color: #fff;
	cursor: default
}

.dstg-timer-wrapper .dstg-btn-box .dstg-btn-mainRestoreAll:disabled,
.dstg-timer-wrapper .dstg-btn-box .dstg-btn-mainRestoreAll:disabled:hover {
	background: #7d7d7d;
	color: #fff;
	cursor: default
}

.dstg-freeCreditWrapper .dstg-btn-creditTransfer:disabled,
.dstg-freeCreditWrapper .dstg-btn-creditTransfer:disabled:hover {
	background: #7d7d7d;
	color: #fff;
	cursor: default
}
/* PROMO GROUP */


/* Add Amount */
.form-group input .deposit-form .form-group select{
	width: 100%;
    height: 2.5rem;
    padding: 0 0.625rem;
    border-radius: 3px;
    background: 0 0;
    color: #ffdf18;
    line-height: 2.375rem;
}
.deposit-form .form-group select option{
	background: #212529;
}

.deposit-form .tipsMinMax {
	color: #f2dc9c;
}

.form-group .col-form-label{
	margin-bottom: 0.5rem;
	color: #fff;
	font-size: .8125rem;
	font-weight: 500;
}


.choose-box {
	font-family: "Bebas Neue",Helvetica,Tahoma,sans-serif;
    display: flex;
    gap: 10px 20px;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 70%;
    margin: 0 auto;
    margin-right: unset;
    justify-content: flex-start;
   	padding: 10px 15px;
}

.add-money-box .choose-box li {
    flex-basis: calc(20% - 10px);
    display: block;
    width: 70%;
    transition: .3s;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 3px;
    text-align: center;
    font-size: 10px;
    color: #00FFFF ;
    

}
.add-money-box .choose-box li.ani {
	animation: moneyBtn-Animation .5s ease-in-out 1;
}

@keyframes moneyBtn-Animation {
    0% {
        filter: drop-shadow(0 0 0 #ea464f)
    }

    to {
        filter: drop-shadow(0 -20px 0 #ea464f)
    }
}

.choose-box li:hover {
	cursor: pointer;
	border: 1px solid #ea464f;
    box-shadow: 0 0 2px 1px #ea464f;
    -webkit-box-shadow: 0 0 2px 1px #ea464f;
}

.choose-box p {
    line-height: 2.375rem;
    margin: 0;
}

.choose-box span {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .875rem;
    line-height: 1.25rem;
}

.choose-box span {
    display: none;
}
#deposit-gateway-ul .nav-link.active:before {
    color: #101935;
    content: '';
    position: absolute;
    right: 10px;
    bottom: -16px;
    z-index: 2;
}

#deposit-gateway-ul .nav-link.active:after {
	content: '';
	position: absolute;
	right: 9px;
	bottom: 0px;
	width: 0;
	height: 0;
	border-width: 0 0 20px 20px;
	border-style: solid;
	border-color: transparent transparent var(--color6);
}


/* Deposit New Layout */
.deposit-wrap {
	width: 100%;
	margin-left: 5%;
}

.deposit-wrap .title-box {
	margin-bottom: 30px;
}

.deposit-wrap .title-box .flag {
    width: 12px;
    height: 28px;
}

.deposit-wrap .title-box .title {
    line-height: 28px;
    padding-left: 15px;
    font-size: 20px;
}

.deposit-container  {
	width: 85%;
    min-height: 8.9rem;
    border-radius: 0.08rem;
    position: relative;
    padding: 0!important;
    margin-left: 5%;
}

.deposit-wrapper {
	display: grid;
}

.deposit-wrapper .deposit-tab-container {
	width: 100%;
    overflow-x: auto;
    border-radius: 0.1rem 0.1rem 0 0;
    overflow: unset;
    padding: 10px 30px 30px;
    border-bottom: 0;
    border-radius: 10px;
}

.deposit-wrapper .deposit-tab-container .deposit-option-container {
	 margin-top: 30px;
	 margin-left: 4%;
}

.deposit-wrapper .deposit-tab-container .deposit-tab-header {
	display: flex;
    justify-content: space-between;
    position: relative;
}

.deposit-wrapper .deposit-tab-container .deposit-tab-header p {
    font-size: 16px;
    padding: 0 0 15px;
    margin: 0 0 0 0.05rem;
}

.deposit-wrapper .standard-tab-container,
.deposit-wrapper .deposit-channel-container .deposit-select-box {
	width: 100%;
    font-size: .14rem;
    background: transparent!important;
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); */
    grid-gap: 20px;
    align-items: start;
    border-radius: 0.08rem;
    margin: 0 0 0.25rem;
    padding: 0;
}

.deposit-wrapper .standard-tab-container {
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.deposit-wrapper .deposit-channel-container .deposit-select-box {
	grid-template-columns: 15% 15% 15% 15% 15% 15% 15%;
	/* grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); */
}

.deposit-wrapper .standard-tab-container .tab-header,
.deposit-wrapper .deposit-channel-container .deposit-select-box .tab-header {
    justify-content: center;
    width: auto;
    white-space: nowrap;
    flex-grow: inherit;
    font-weight: 500;
    border-radius: unset;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: unset!important;
    margin: 0!important;
    padding: 0!important;
    font-size: 14px;
}

.deposit-wrapper .standard-tab-container .tab-header .img-container,
.deposit-wrapper .deposit-channel-container .deposit-select-box .tab-header .img-container {
	align-items: center;
    border-radius: 8px;
    padding: 10px 0;
    width: 100%;
    min-height: 0.7rem;
    text-align: center;
    height: 70px;
}

.deposit-wrapper .standard-tab-container .tab-header .img-container img,
.deposit-wrapper .deposit-channel-container .deposit-select-box .tab-header .img-container img {
	width: 50%;
}

.deposit-wrapper .standard-tab-container .tab-header .deposit-option-tittle,
.deposit-wrapper .deposit-channel-container .deposit-select-box .deposit-option {
    font-size: 13px;
    text-align: center;
    white-space: initial;
    padding: 10px 0 0;
}

.deposit-wrapper .deposit-channel-container {
    border-radius: 0.1rem 0.1rem 0 0;
    overflow: unset;
    border-bottom: 0;
    padding: 0;
    margin-top: 3%;
    width: 70%;
    margin-left: 4%;
}

.deposit-wrapper .deposit-channel-container p {
    font-size: 16px;
    padding: 0 0 15px;
    margin: 0 0 0 0.05rem;
}

.deposit-wrapper .bank-list-container {
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-row-gap: 0.15rem;
    grid-column-gap: 0.1rem;
    margin: 0 0 0.35rem;
    padding: 8px;
    margin-top: 35px;
    width: 90%;
    border: unset;
    margin-left: 4%;
}

.deposit-container .deposit-tab-container .standard-form-field {
	width: 90%;
	margin-left: 4%;
}

.nav-tabs .nav-link {
    font-size: 13px;
    word-break: break-word;
    margin: 0 0 0 0.1rem;
    text-align: center;
}

.form-group .choose-box {
	font-family: bebas neue,Helvetica,Tahoma,sans-serif;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin-bottom: 1rem;
    width: 100%;
   	gap: unset;
    margin: unset;
    padding: unset;
    margin-top: 20px;
}

.form-group .choose-box li {
    display: block;
    margin-right: 9px;
    margin-bottom: 10px;
    transition: .3s;
    text-align: center;
    border-radius: 0.05rem;
    cursor: pointer;
    font-size: 16px;
    padding: 1px;
    width: unset;
}

.form-group .choose-box li p {
	line-height: 2.375rem;
    margin: 0;
}

.form-group .choose-box li p span {
	display: none;
}

.form-group button {
    border-radius: 10px;
    width: 49%;
    height: 42px;
    font-size: 13px;
    border: none;
}

.form-group input, .form-group select {
    border-radius: 5px;
}

.form-group .form-input.minmax {
	position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-group .form-input .deposit-amount-input {
	position: relative;
}

.form-group .form-input .deposit-amount-input span {
    position: absolute;
	right: 10px;
    top: 54%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.form-group .form-input .deposit-amount-input span i {
	font-size: 16px;
}

.form-group .form-input .minmax-input {
	align-items: center;
    display: flex;
    width: 49%;
}

.form-group .form-input .minmax-input span {
    font-size: 13px;
}

.form-group .copyIcon {
	position: absolute;
    width: fit-content;
    height: fit-content;
    top: 55%;
    right: 23px;
    transform: translateY(-50%);
    font-size: 1rem;
    cursor: pointer;
}

.region-qr-container {
    grid-area: transaction;
    padding: 0 0.4rem;
}

.region-qr-container .bank-qrcode {
	margin: 0 0 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.region-qr-container .bank-qrcode .frame {
	position: relative;
    margin: 0 0 0.25rem;
    padding: 15px;
    border-radius: 10px;
}

.form-group .specificUploadBtn {
	position: relative;
}

.form-group .specificUploadBtn .btnDepositReceipt {
	width: 49%;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
    border-radius: 10px;
    width: 49%;
    height: 42px;
    font-size: 13px;
    margin-top: 35px;
    cursor: pointer;
}

.form-group .specificUploadBtn .btnDepositReceipt.btnSelect {
    border: none;
    cursor: pointer;
}

.form-group .specificUploadBtn .form-control#depositReceipt {
	position: absolute;
    opacity: 0;
    top: 0;
    width: 48%;
    height: 100%;
    cursor: pointer;
}

.form-group .depositReceiptImg .receipt-img {
	display: flex;
    justify-content: center;
}

.form-group .depositReceiptImg .receipt-img img {
	width: 50%;
}

.form-group .depositNotice {
	border-radius: 5px;
}

.nav-tabs .nav-link {
	align-items: center;
    cursor: pointer;
    display: flex;
}

.nav-tabs .nav-link .paymentgateway_logo {
    width: 14%;
    border-radius: 6px;
    position: relative;
}

.nav-tabs .nav-link .paymentgateway-name {
    word-break: break-word;
    margin: 0 0 0 0.1rem;
}
/* Deposit New Layout */

/* Dont Show Again Pop up */
.modal-footer {
	border-top: none;
	justify-content: center; 
}

.admodal- .modal-footer input{
	cursor: pointer
}
/* Dont Show Again Pop up */

#angpowmodal .dstg-bonusList-wrapper table,
#creditsinfomodal .credits-info table{
	max-width: 450px;
}
/**SELECT 2*/
.select2-container.mobile_prefix_selection {width:99px !important}
.select2-selection {height:100% !important;}
.mobile_prefix_selection .select2-selection--single { border-radius:0px !important;}
.mobile_prefix_selection .select2-selection--single .select2-selection__rendered {padding:8px !important;}
.mobile_prefix_selection .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
/** select2 dropdown ***/
.mobile_prefix_dropdown.select2-dropdown {
	width: 180px !important;
	border:1px solid var(--select2-dropdown-border-color);
}
.mobile_prefix_dropdown.select2-dropdown .select2-search {
	background-color:var(--select2-dropdown-search-bg);
}
.mobile_prefix_dropdown .select2-results__options .select2-results__option {
	background-color:var(--select2-dropdown-option-bg);
}
.mobile_prefix_dropdown .select2-results__option--highlighted.select2-results__option--selectable {
	background-color:var(--select2-dropdown-selected-bg);
}
.mobile_prefix_selection .country_code_option {
	display:flex;
	align-items:center;
	gap:8px;
}
.country_code_option img {
	height:25px;
	width:25px;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .toggle-doc-dropdown,
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content
{
    position: relative;
    border-radius: 8px;
    margin-bottom: 16px;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .toggle-doc-dropdown {
	background-color: var(--sumsub-kyc-toggle-doc-dropdown);
    padding: 15px 8px;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .content-view {
	display:none;
	margin-bottom:1rem;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content {
	margin: 0px !important;
	padding: 20px 20px 30px 20px;
	background-color: var(--sumsub-kyc-doc-dropdown-content);
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content .kyc-item- .kyc-upload-img {
	visibility:hidden;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content .kyc-item- label {
	font-size:13px;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content .kyc-item- .kyc-upload-,.doc-dropdown-content .kyc-item- .kyc-preview-img {
	position:relative;
	margin-top:8px;
	border: 2px dashed var(--sumsub-kyc-preview-img-border-color);
    border-radius: 8px;
    height: 140px;
    cursor:pointer;
    padding: 12px 0px;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content .kyc-item- .kyc-preview-img {
	border:none !important;
	padding:0px;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content .kyc-item- .kyc-preview-img i {
	font-size:17px;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content .kyc-item- .kyc-preview-img .kyc-close-preview {
	position:absolute;
	right:10px;
	top:10px;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content .kyc-item- .kyc-preview-img .kyc-preview-toggle {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
} 
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content .kyc-item- .kyc-preview-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content .kyc-item- .kyc-preview-img .kyc-preview-overlay {
	opacity:0;
	border-radius: 8px;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content .kyc-item- .kyc-preview-img .kyc-preview-overlay.show {
	opacity:1;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,.8);
	transition: all .3s ease-in-out;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content .kyc-item- .kyc-upload- .kyc-upload-display{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content .kyc-item- .kyc-upload- .kyc-upload-display i {
	font-size:30px;
	margin-bottom:12px;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .doc-dropdown-content .kyc-item- .kyc-upload- .kyc-upload-display .text {
	font-size:13px;
	margin-bottom:10px;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .toggle-doc-dropdown .doc_checkbox {
	position:relative;
	margin:8px 0 8px 25px;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .toggle-doc-dropdown .doc_checkbox span {
	margin-left:15px;
	font-size:16px;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .toggle-doc-dropdown .doc_checkbox::after {
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 23px;
    width: 23px;
    background-color: var(--color2);
    border-radius: 6px;
    cursor: pointer;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .toggle-doc-dropdown .doc_checkbox.checked::after {
	content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 23px;
    width: 23px;
    background:linear-gradient(to bottom, var(--color4), var(--color5));
    border-radius: 6px;
    cursor: pointer;
    text-align:center;
    font-size:16px;
    color:var(--color2);
    transition:all .3s ease;
}
#sum-sub-kyc-block .sumsub-kyc-container .drop-down-item .toggle-doc-dropdown .doc_checkbox input[type="checkbox"] {
	visibility:hidden;
}
#sum-sub-kyc-block .sumsub-kyc-status-outer {
	position:relative;
	margin:35px 20px 35px 20px;
}
#sum-sub-kyc-block .sumsub-kyc-status-outer .status-inner {
	display:flex;
	gap:30px;
	align-items:center;
}
#sum-sub-kyc-block .sumsub-kyc-status-outer .status-inner .title-icon {
	font-size:35px;
}
/* status icon color */
#sum-sub-kyc-block .sumsub-kyc-status-outer[data-view="approved"] .status-inner .title-icon {
	color: var(--sumsub-kyc-approved-icon-color);
}
#sum-sub-kyc-block .sumsub-kyc-status-outer[data-view="rejected"] .status-inner .title-icon {
	color: var(--sumsub-kyc-rejected-icon-color);
}
#sum-sub-kyc-block .sumsub-kyc-status-outer[data-view="pending"] .status-inner .title-icon {
	color: var(--sumsub-kyc-pending-icon-color);
}
/* status icon color */
#sum-sub-kyc-block .sumsub-kyc-status-outer .status-inner .inner-content .kyc2-status-btn{
	padding:.81rem;
	color:var(--color2);
	background:transparent;
	border:2px solid var(--sumsub-kyc-refresh-btn-bg);
}
#sum-sub-kyc-block .sumsub-kyc-status-outer .status-inner .inner-content .kyc2-status-btn:hover {
	background: var(--sumsub-kyc-refresh-btn-bg);
	border:2px solid var(--sumsub-kyc-refresh-btn-bg);
	color:var(--color2);
	transition:all .3s ease-in-out;
}
#sum-sub-kyc-block .sumsub-kyc-status-outer .status-inner .inner-content h1.title {font-size:19px;}
#sumsub-kyc-preview-modal .close {
	position:absolute;
	top:-50px;
	right:-50px;
	font-size:45px;
	color:var(--color2);
}