/*------------------User Select------------------*/
.us-n {
	user-select: none;
	-webkit-user-select: none;
}

/*------------------Text Over Flow------------------*/
.tof {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/*-----------------Box Sizing------------------*/
.bs-bb {box-sizing: border-box;}

/*------------------Text 不换行------------------*/
.t-nowarp {width: fit-content; white-space: nowrap;
}

/*------------------Text Deco None--(for a href)---------------*/
.tdecn, .tdecn:hover, .tdecn:visited, .tdecn:link, .tdecn:active {text-decoration: none !important;}

/*------------------Text Deco None Hover Orange--(for a href)---------------*/
.tdecn-o {text-decoration: none !important;color: rgb(230,230,230);}
.tdecn-o:visited, .tdecn-o:link, .tdecn-o:active {text-decoration: none !important;color: rgb(230,230,230);}
.tdecn-o:hover {text-decoration: none !important;color: rgb(255,166,0);}

/*------------------Opacity---------------*/
.op-1 {opacity: 1;}
.op-1:hover {opacity: .8;}

/*------------------Floar Right------------------*/
.f-r {float:right;}

/*------------------Text Aline------------------*/
.ta-c {text-align:center;}
.ta-j {text-align:justify;}
	 
/*------------------Transition Time------------------*/
.tst-2 {transition-duration: .2s;}
.tst-3 {transition-duration: .3s;}
.tst-5 {transition-duration: .5;}

/*------------------Display Few Default------------------*/

.df-if-w860 {
	width: 860px;
    display: inline-flex;
}

.dif-fdc {
    display: inline-flex;
    flex-direction: column;
}

.df-if-ac-w860 {
	width: 860px;
    display: inline-flex;
    align-items: center;
}

.df-ac {
    display: flex;
    align-items: center;
}

.df-fdr {
	display: flex;
    flex-direction: row;
}

.df-fdr-ac {
    display: flex;
    flex-direction: row;
	align-items: center;
}

.df-fdr-jcc-ac {
	display: flex;
    flex-direction: row;
	justify-content: center;
    align-items: center;
}
	
.df-fdr-jcsb-ac {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
}

.df-fdr-ac-jcsb {
    display: flex;
    flex-direction: row;
	align-items: center;
    justify-content: space-between;
}

.df-fdr-jcsb {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}

.df-fdr-fww-jcsb {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.df-fdc {
    display: flex;
    flex-direction: column;
}

.df-fdc-ac {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.df-fdc-jcsb {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}

.df-fdc-jcsb-ac {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.df-fdc-jcsa {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.df-fdc-jcc-ac {	
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dg {display: grid;}
.dn {display: none;}

/*----------------------------------Grid Template Columns----------------------------------*/
.gtc-r3 {grid-template-columns: repeat(3, minmax(0, 1fr));}
.gtc-r4 {grid-template-columns: repeat(4, minmax(0, 1fr));}
.gtc-r5 {grid-template-columns: repeat(5, minmax(0, 1fr));}

/*----------------------------------Fonts-sytyle----------------------------------*/
.t-it {font-style:italic}
.ta-c {text-align: center;}

/*------------------Fonts-onhover--------*/
.f-normal-wo {font-family: helvetica;color: rgb(230,230,230);}
.f-normal-wo:hover {font-family: helvetica;color: rgb(255,166,0);cursor: pointer;}

/*------------------Fonts-Size 12 sans-serif -----f-normal fs-12 fw-500--------*/
.ta-j {text-align: justify;}
.f-normal {font-family: helvetica;	color: rgb(230,230,230);}
.f-normal-o {font-family: helvetica;color: rgb(255,166,0);}
.f-normal-180 {font-family: helvetica;color: rgb(180,180,180);}

.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}
.fs-10 {font-size: 10px;}
.fs-11 {font-size: 11px;}
.fs-12 {font-size: 12px;}
.fs-13 {font-size: 13px;}
.fs-14 {font-size: 14px;}
.fs-16 {font-size: 16px;}
.fs-18 {font-size: 18px;}
.fs-20 {font-size: 20px;}
.fs-22 {font-size: 22px;}

/*------------------Fonts sans-serif -----f-normal2 fs-12 fw-500--------*/
.f-normal2 {font-family: helvetica;color: rgb(230,230,230);}
.f-normal2-o {font-family: helvetica;color: rgb(255,166,0);}

/*----------------------------------Hover color -------------------------------*/
.hover-o:hover {color: rgb(255,144,0);cursor: pointer;}
.hover-180:hover {color: rgb(180,180,180);cursor: pointer;}
.hover-200:hover {color: rgb(200,200,200);cursor: pointer;}
.bgch:hover {background: rgb(130,130,130);}

/*--------------------------------Line Height-------------------------------------*/
.lh-1 {line-height: 1;}
.lh-1-3 {line-height: 1.3;}
.lh-1-5 {line-height: 1.5;}
.lh-2 {line-height: 2;}

/*-----------------------------Gap 5-30-----------------------------*/
.gap-5 {gap: 5px;}
.gap-10 {gap: 10px;}
.gap-15 {gap: 15px;}
.gap-20 {gap: 20px;}

/*-----------------------------Margin All 5-30-----------------------------*/
.m-auto {margin: 0px Auto;}
.m-0 {margin: 0px;}
.m-5 {margin: 5px;}
.m-10 {margin: 10px;}
.m-15 {margin: 15px;}
.m-20 {margin: 20px;}
.m-25 {margin: 25px;}
.m-30 {margin: 30px;}
.m-40 {margin: 40px;}

/*------------------Margin Left 5-30------------------*/
.ml-auto {margin-left: auto;}
.ml-3 {margin-left:3px;}
.ml-5 {margin-left:5px;}
.ml-10 {margin-left:10px;}
.ml-15 {margin-left:15px;}
.ml-20 {margin-left:20px;}
.ml-25 {margin-left:25px;}
.ml-30 {margin-left:30px;}
.ml-35 {margin-left: 35px;}
.ml-40 {margin-left: 40px;}

/*------------------Margin Right 5-30------------------*/
.mr-3 {margin-right:3px;}
.mr-5 {margin-right:5px;}
.mr-10 {margin-right:10px;}
.mr-15 {margin-right:15px;}
.mr-20 {margin-right:20px;}
.mr-25 {margin-right:25px;}
.mr-30 {margin-right:30px;}
.mr-40 {margin-right:40px;}
.mr-50 {margin-right:50px;}

/*------------------Margin Top 5-30------------------*/

.mt-3 {margin-top:3px;}
.mt-5 {margin-top:5px;}
.mt-10 {margin-top:10px;}
.mt-15 {margin-top:15px;}
.mt-20 {margin-top:20px;}
.mt-25 {margin-top:25px;}
.mt-30 {margin-top:30px;}
.mt-35 {margin-top:35px;}
.mt-40 {margin-top:40px;}
.mt-50 {margin-top:50px;}
.mt-60 {margin-top:60px;}

/*------------------Margin Bottom 5-30------------------*/
.mb-5 {margin-bottom:5px;}
.mb-10 {margin-bottom:10px;}
.mb-15 {margin-bottom:15px;}
.mb-20 {margin-bottom:20px;}
.mb-25 {margin-bottom:25px;}
.mb-30 {margin-bottom:30px;}
.mb-35 {margin-bottom:35px;}
.mb-40 {margin-bottom:40px;}

/*------------------Padding All 5-30------------------*/

.p-0 {padding: 0px;}
.p-5 {padding: 5px;}
.p-7 {padding: 5px;}
.p-10 {padding: 10px;}
.p-15 {padding: 15px;}
.p-20 {padding: 20px;}
.p-25 {padding: 25px;}
.p-30 {padding: 30px;}
.p-40 {padding: 40px;}

/*------------------Padding Left 5-30------------------*/
.pl-5 {padding-left:5px;}
.pl-10 {padding-left:10px;}
.pl-15 {padding-left:15px;}
.pl-20 {padding-left:20px;}
.pl-25 {padding-left:25px;}
.pl-30 {padding-left:30px;}
.pl-40 {padding-left:40px;}

/*------------------Padding Right 5-30------------------*/
.pr-5 {padding-right:5px;}
.pr-10 {padding-right:10px;}
.pr-15 {padding-right:15px;}
.pr-20 {padding-right:20px;}
.pr-25 {padding-right:25px;}
.pr-30 {padding-right:30px;}
.pr-40 {padding-right:40px;}

/*------------------Padding Top 5-30------------------*/

.pt-3 {padding-top:3px;}
.pt-5 {padding-top:5px;}
.pt-7 {padding-top:7px;}
.pt-10 {padding-top:10px;}
.pt-15 {padding-top:15px;}
.pt-20 {padding-top:20px;}
.pt-25 {padding-top:25px;}
.pt-30 {padding-top:30px;}
.pt-40 {padding-top:40px;}

/*------------------Padding Bottom 5-30------------------*/
.pb-3 {padding-bottom:3px;}
.pb-5 {padding-bottom:5px;}
.pb-7 {padding-bottom:7px;}
.pb-10 {padding-bottom:10px;}
.pb-15 {padding-bottom:15px;}
.pb-20 {padding-bottom:20px;}
.pb-25 {padding-bottom:25px;}
.pb-30 {padding-bottom:30px;}
.pb-40 {padding-bottom:40px;}

/*------- Button For Font 12 (.F125w) Color 68 with HOVER -------f-normal fs-12 fw-500 b-normal b-50-h tst-2 --------*/
.b-normal {
	width: auto;
    padding: 3px 14px;
    border-radius: 100px;
	border: 0px;
	text-align: center;
}

.b-no-h { 
	background: rgba(0,0,0,0);
	color: rgb(230,230,230);
}

.b-no-h:hover {
	background: rgb(255,166,0);
	color: rgb(230,230,230);
}

.b-50 {  /*------f-normal fs-12 fw-500 b-normal b-50-h tst-2-----*/
	background: rgb(50,50,50);
	color: rgb(230,230,230);
}

.b-50-h {
	background: rgb(50,50,50);
	color: rgb(230,230,230);
}

.b-50-h:hover {
	background: rgb(70,70,70);
}

.b-60 {   /*------f-normal fs-12 fw-500 b-normal b-60-h tst-2-----*/
	background: rgb(60,60,60);
	color: rgb(230,230,230);
}

.b-60-h {
	background: rgb(60,60,60);
	color: rgb(230,230,230);
}

.b-60-h:hover {
	background: rgb(80,80,80);
}

.b-70 {   /*------f-normal fs-12 fw-500 b-normal b-70-h tst-2-----*/
	background: rgb(70,70,70);
	color: rgb(230,230,230);
}

.b-70-h {
	background: rgb(70,70,70);
	color: rgb(230,230,230);
}

.b-70-h:hover {
	background: rgb(90,90,90);
}

.b-90 {   /*------f-normal fs-12 fw-500 b-normal b-90-h tst-2-----*/
	background: rgb(90,90,90);
	color: rgb(230,230,230);
}

.b-90-h {
	background: rgb(90,90,90);
	color: rgb(230,230,230);
}

.b-90-h:hover {
	background: rgb(110,110,110);
}

.b-110 {      /*------f-normal fs-12 fw-500 b-normal b-110-h tst-2-----*/
	background: rgb(110,110,110);
	color: rgb(230,230,230);
}

.b-110-h {
	background: rgb(110,110,110);
	color: rgb(230,230,230);
}

.b-110-h:hover {
	background: rgb(130,130,130);
}

.b-o {   /*------f-normal fs-12 fw-500 b-normal b-o-h tst-2-----*/
	background: rgb(255,166,0);
    color: rgb(230,230,230);
}

.b-o-h {
	background: rgb(255,166,0);
    color: rgb(230,230,230);
}

.b-o-h:hover {
    background: rgb(255,146,0);
}

.b-50-hd { /*---DARK VERSION!!---f-normal fs-12 fw-500 b-normal b-50-hd tst-2-----*/
	background: rgb(50,50,50);
	color: rgb(230,230,230);
}

.b-50-hd:hover {
	background: rgb(30,30,30);
}

/*------------------------------------------------Default Page Box----------------------------------------*/
.pbox-c28-p40-br5 {   
	background: rgb(28 28 28);
	padding: 40px;
	border-radius: 5px;
	box-sizing: border-box;
}

.pbox-c28-p20-br5 {   
	background: rgb(28,28,28);
	padding: 20px;
	border-radius: 5px;
	box-sizing: border-box;
}

.pbox-c38-p40-br5 {
	background: rgb(38,38,38);
	padding: 40px;
	border-radius: 5px;
	box-sizing: border-box;
}

.pbox-c38-p20-br5 {
    background: rgb(38,38,38);
	padding: 20px;
    border-radius: 5px;
	box-sizing: border-box;
}

.pbox-c50-p40-br5 {
    background: rgb(50,50,50);
	padding: 40px;
    border-radius: 5px;
	box-sizing: border-box;
}

.pbox-line87 {
    background: rgba(0,0,0,0);
	border:1px solid rgb(87,87,87);
	box-sizing: border-box;
}

	
/*-------------------------------------------Border Radius----------------------------------------*/
.bdr0 {border-radius:0px;}
.bdr2 {border-radius:2px;}
.bdr3 {border-radius:3px;}
.bdr5 {border-radius:5px;}
.bdr10 {border-radius:10px;}
.bdr20 {border-radius:20px;}
.bdr200 {border-radius:200px;}
.bdr-tl3 {border-top-left-radius:3px;}
.bdr-tr3 {border-top-right-radius:3px;}
.bdr-bl3 {border-bottom-left-radius:3px;}
.bdr-br3 {border-bottom-right-radius:3px;}
.bdr-tl5 {border-top-left-radius:5px;}
.bdr-tr5 {border-top-right-radius:5px;}
.bdr-bl5 {border-bottom-left-radius:5px;}
.bdr-br5 {border-bottom-right-radius:5px;}

/*-------------------------------------------Border px----------------------------------------*/

.bd-0 {border: 0px;}
.bd-dot-126 {border:1px dashed rgb(126, 126, 126);}

/*-------------------------------------------Border Color----------------------------------------*/
.bdc-80 {border: 1px solid rgb(80,80,80);}

/*-------------------------------------------Background Color----------------------------------------*/
.bgc-18 {background-color: rgb(18,18,18);}
.bgc-28 {background-color: rgb(28,28,28);}
.bgc-38 {background-color: rgb(38,38,38);}
.bgc-50 {background-color: rgb(50,50,50);}
.bgc-70 {background-color: rgb(70,70,70);}
.bgc-90 {background-color: rgb(90,90,90);}
.bgc-230 {background-color: rgb(230,230,230);}

/*-------------------------------------------Line Color----------------------------------------*/
.line-87 {border: 1px solid rgb(87,87,87);}
.line-none {border-style: none;}
.line-none:hover, line-none:active {border-style: none;}
/*-------------------------------------------No-Outline----------------------------------------*/
.oln {outline: none;}
.oln:hover, oln:active {outline: none;border-style: none;}

/*-------------------------------------------Width & Height--------------------------------------*/

.w-fill {width: -webkit-fill-available;}
.wh-fill {height: -webkit-fill-available;}

.wh-14 {width:14px;height:14px;}
.wh-16 {width:16px;height:16px;}
.wh-18 {width:18px;height:18px;}
.wh-20 {width:20px;height:20px;}
.wh-50 {width:50px;height:50px;}
.wh-60 {width:60px;	height:60px;}
.wh-74 {width: 74px; height: 74px;}
.wh-100 {width: 100px; height: 100px;}

.w-14 {width:14px;height:14px;}
.w-20 {width:20px;}
.w-50 {width:50px;}
.w-100 {width:100px;}
.w-120 {width:120;}
.w-150 {width:150px;}
.w-190 {width:190px;}
.w-200 {width:200px;}
.w-250 {width:250px;}
.w-300 {width:300px;}
.w-350 {width:350px;}
.w-400 {width:400px;}
.w-450 {width:450px;}
.w-500 {width:500px;}
.w-600 {width:600px;}
.w-700 {width:700px;}
.w-760 {width:760px;}
.w-780 {width:780px;}
.w-820 {width:820px;}
.w-860 {width:860px;}
.w-880 {width:880px;}
.w-900 {width:900px;}
.w-980 {width:980px;}
.w-auto {width:auto;}

.h-22 {height:22px;}
.h-auto {height:auto;}

/*-------------------------------------------MIN Height--------------------------------------*/
.mh-100 {min-height:100px;}

/*------------Auto HR-------<div class="auto-hr"></div>---------------------------------*/
.auto-hr {
	border-top: solid 1px rgba(87,87,87);
    width: -webkit-fill-available;
    height: 1px;
}

.auto-hr68 {
	border-top: solid 1px rgba(68,68,68);
    width: -webkit-fill-available;
    height: 1px;
}

/*-------------------Cursor---------------------------------*/
.cs-p {
	cursor:pointer;
}

.cs-default {
	cursor: default;
}

/*------------------------------Serch bar---------------------------------*/

.search-1 {
	height: 22px;
    text-align: center;
    color: rgb(230, 230, 230);
    display: block;
    border: 1px solid rgb(87, 87, 87);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    outline: none;
    spellcheck: false;
    autocomplete: off;
    autocorrect: off;
    autocapitalize: off; 
}

.search-1::placeholder {
    color: rgb(230, 230, 230);
	transition: .2s;
}

.search-1:hover::placeholder {
    color: transparent;
	transition: .2s;
}

/*------------------------------Input Box---------------------------------*/
/*----class="h-22 pt-5 pb-5 pl-10 pr-10 bgc-38 oln f-normal fs-12 mb-10"--*/
.input-box-A {
	height: 22px;
	padding: 5px 14px;
	font-size: 12px;
	border-style: none;
	border-radius: 20px;
	outline: none;
}

/*-----------------------------Creator Band ICON---------------------------------*/
.creator-icon {
    padding:2px;
    font-size: 10px;
    border-radius: 2px;
    text-align: center;
    color: rgb(230, 230, 230);
    font-weight: 600;
    background-image: linear-gradient(90deg, rgb(255, 166, 0) 0%, rgb(255, 83, 0) 100%);
}

/*-----------------------------Default Scroll Bar--------------------------------*/

.wksb {
}

.wksb::-webkit-scrollbar {
    width: 14px;
	height: 14px;
}
.wksb::-webkit-scrollbar-track {
    background-color: rgba(109,109,109,255);
	-webkit-border-radius:7px;
}

.wksb::-webkit-scrollbar-thumb {
	background-color:rgba(180,180,180,255);
	height: 14px;
	-webkit-border-radius:7px;
	border:none;
}

/*-----------------------------Drop List Style 01--------------------------------*/
.dls-01-native {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dls-01-wrap {
    position: relative;
}

.dls-01-btn {
    width: 100%;
    height: 30px;
    border: 1px solid rgb(87,87,87);
    border-radius: 5px;
    background-color: rgb(28 28 28);
    box-sizing: border-box;
    color: rgb(230,230,230);
    font-family: helvetica;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    padding: 0 10px 0 10px;
    line-height: 28px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dls-01-btn::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23CFCFCF' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px 6px;
    pointer-events: none;
}

.dls-01-wrap.is-open .dls-01-btn {
    border-color: rgb(110,110,110);
}

.dls-01-btn:disabled {
    opacity: 0.65;
    cursor: default;
}

.dls-01-menu {
    position: absolute;
    top: 30px;
    margin-top: 10px;
    left: 0;
    right: 0;
    border-top: 0;
    border-radius: 10px;
    background: rgb(38 38 38);
    border: 1px solid rgb(120,120,120);
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 300;
    box-shadow: 5px 15px 25px rgba(0,0,0,0.45);
    display: none;
}

.dls-01-wrap.is-open .dls-01-menu {
    display: block;
}

.dls-01-opt {
    padding: 7px 10px;
    color: rgb(230,230,230);
    font-family: helvetica;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    cursor: pointer;
    word-break: break-word;
}

.dls-01-opt:hover {
    background: rgb(60,60,60);
}

.dls-01-opt.is-selected {
    background: rgb(70,70,70);
}

.dls-01-opt.is-placeholder {
    color: rgb(170,170,170);
    font-size: 12px;
}

.dls-01-menu::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

.dls-01-menu::-webkit-scrollbar-track {
    background-color: rgba(109,109,109,255);
    -webkit-border-radius: 7px;
}

.dls-01-menu::-webkit-scrollbar-thumb {
    background-color: rgba(180,180,180,255);
    -webkit-border-radius: 7px;
    border: none;
}

html.js body[data-page^="forum"] select.wksb:not(.dls-01-native),
html.js body[data-page="forum-board"] #FORUM_BOARD_SORT:not(.dls-01-native) {
    visibility: hidden;
}

/*-----------------------------Forum Visual Normalization--------------------------------*/
body[data-page^="forum"] .dls-01-btn {
    height: 25px !important;
    border-radius: 2px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    line-height: normal !important;
}

body[data-page^="forum"] .dls-01-menu {
    top: 25px !important;
    border-radius: 2px !important;
}

body[data-page^="forum"] .dls-01-menu::-webkit-scrollbar-track,
body[data-page^="forum"] .dls-01-menu::-webkit-scrollbar-thumb,
body[data-page^="forum"] .wksb::-webkit-scrollbar-track,
body[data-page^="forum"] .wksb::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
}

body[data-page^="forum"] .bdr5,
body[data-page^="forum"] .bdr200,
body[data-page^="forum"] .pbox-c28-p20-br5,
body[data-page^="forum"] .pbox-c28-p40-br5,
body[data-page^="forum"] .pbox-c38-p20-br5,
body[data-page^="forum"] .pbox-c38-p40-br5,
body[data-page^="forum"] .pbox-c50-p40-br5 {
    border-radius: 2px !important;
}

body[data-page^="forum"] ::-webkit-scrollbar-track,
body[data-page^="forum"] ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
}

/*-----------------------------Default Check Box--------------------------------*/
.DefaultCheckBox {
    appearance: none;
    width: 18px;
    height: 18px;
    background: rgb(255,146,0);
    border-radius: 50%;
    position: relative;
}

.DefaultCheckBox:before {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-family: helvetica;
	font-weight: 600;
	color: rgb(230,230,230);
    opacity: 0;
}

.DefaultCheckBox:checked:before {
    opacity: 1;
}

/*-------Default Dark Overlay---<div class="darkoverlay"></div>-----------------------------*/
.darkoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    transition: opacity 0.3s ease-in-out;
    justify-content: center;
    align-items: center;
	backdrop-filter: blur(5px);
	z-index: 9999;
}

/*-------On OFF BUTTON CHECK BOX---<div class="pubSelect-onoff-switch"></div>-----AlphaTab and TXT Tabs---------------------*/

.pubSelect-onoff-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.pubSelect-onoff-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.pubSelect-onoff-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(28,28,28);
  -webkit-transition: .4s;
  transition: .4s;
}

.pubSelect-onoff-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  top: 50%;                     /* 垂直置中 */
  transform: translateY(-50%);  /* 修正偏移 */
  background-color: rgb(87,87,87);
  transition: .4s;
  border-radius: 50%;
}

.pubSelect-onoff-switch input:checked + .pubSelect-onoff-slider:before {
  transform: translate(18px, -50%); /* X 軸移動 + 保持垂直置中 */
  background-color: rgb(255,166,0);
}

/* Rounded sliders */
.pubSelect-onoff-slider.round {
  border-radius: 22px;
}

.pubSelect-onoff-slider.round:before {
  border-radius: 50%;
}

#projectDisplay {
    overflow: hidden;
    transition: height 0.3s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s ease-in-out;
}
