﻿:root {
	--MainColor: rgb(25, 152, 230);
	--MainColorBlue: rgb(25, 152, 230);
	--MainColorGreen: rgb(54, 210, 158);
	--MainColorYellow: rgb(247, 202, 18);
	--MainColorRed: rgb(222, 71, 71);
	--MainColorPink: rgb(255, 53, 133);
	--MainColorOrange: rgb(247, 114, 23);
	--MainColorPurple: rgb(200, 72, 241);
	--MenuColor: rgba(252, 252, 252, 1);
	--DataWidth: 95%;
	--DataWidthS: 80%;
	--DataMobWidth: 95%;
	--DataMobWidthS: 85%;
	--DataMaxWidth: 2300px;
	--borderTB: 1px solid rgb(180, 180, 180);
	--MainColorTxt: rgb(30, 30, 30);
	--MainColorTxt2: rgb(80, 80, 80);
	--bgBlackColor: rgba(247, 247, 247, 1);
	--bgWhiteColor: rgba(255, 255, 255, 1);
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	max-width: var(--DataMaxWidth);
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	color: var(--MainColorTxt);
	line-height: 1.4;
}

.BlankSpace {
	height: 20px;
}

.BlankSpaceS {
	height: 5px;
}

.BlankSpaceM {
	height: 10px;
}

.BlankSpaceL {
	height: 15px;
}


.lbTopicB, .lbTopic, .lbTopicColor, .lbHeadB, .lbHead, .lbHeadColor, .lbbtHead, .lbbtTxt, .lbSubTopicB, .lbSubTopic, .lbSubTopicColor, .lbPass, .lbNoPass, .lbCondition, .lbColor {
	font-size: 30px;
	font-weight: bold;
	color: var(--MainColorTxt);
}

.lbHeadB, .lbHead, .lbHeadColor, .lbbtHead {
	font-size: 18px;
}

.lbSubTopicB, .lbSubTopic, .lbSubTopicColor {
	font-size: 22px;
}

.lbHeadColor, .lbTopicColor, .lbbtTxt, .lbSubTopicColor {
	color: var(--MainColor);
}

.lbHead, .lbTopic, .lbbtHead, .lbbtTxt, .lbSubTopic, .lbSubTopicColor, .lbPass, .lbNoPass, .lbColor {
	font-weight: normal;
}

.lbbtHead, .lbbtTxt {
	cursor: pointer;
}

.lbbtTxt, .lbPass, .lbNoPass, .lbCondition, .lbColor {
	font-size: 16px;
}

.lbColor {
	color: var(--MainColor);
}

.lbPass {
	color: var(--MainColorGreen);
}

.lbNoPass {
	color: var(--MainColorRed);
}

.lbCondition {
	font-weight: normal;
	color: rgb(120, 120, 120);
}

.lbMenuAlert {
	cursor: pointer;
	font-size: 13px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 25px;
	margin-left: 10px;
	background-color: var(--MainColorRed);
	/*opacity: 0.4;*/
}


.lbSmall, .lbSmallB, .lbMSG {
	font-size: 13px;
	font-weight: normal;
	color: var(--MainColorTxt2);
}

.lbSmallB {
	font-weight: bold;
}

.lbMSG {
	color: crimson;
}

.imbt {
	width: 14%;
	height: auto;
	align-content: center;
	cursor: pointer;
}

.ImageBanner, .ImageSpeaker, .ImageLogo {
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
}

.ImageLogo {
	width: 45px;
	margin: 0;
	padding: 0;
}

.ContainMenu, .ContainMenuBlur {
	width: 100%;
	border: none;
	background-color: var(--MenuColor);
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgb(230, 230, 230);
}

.ContainMenuBlur {
	-webkit-backdrop-filter: blur(15px); /*blur bg*/
	backdrop-filter: blur(15px); /*blur bg*/
	z-index: 5;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	top: 0px;
	position: fixed;
}


.DataContent, .DataContentS, .DataContentSS, .DataInContainer, .DataInContainer2 {
	width: var(--DataWidth);
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

.DataInContainer {
	width: 98%;
}

.DataInContainer2 {
	width: 96%;
}

.DataContentWhite, .DataContentBlack, .DataContentWhite2 {
	width: var(--DataWidth);
	background-color: var(--bgWhiteColor);
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	border: 1px solid rgb(220, 220, 220);
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.DataContentBlack {
	background-color: var(--bgBlackColor);
	border: 1px solid rgb(220, 220, 220);
}

.DataContentWhite2 {
	width: 100%;
}

.DataContentS {
	width: var(--DataWidthS);
}

.DataContentSS {
	width: 50%;
}

.bgBlack, .bgWhite {
	width: 100%;
	background-color: var(--bgBlackColor);
	padding-top: 20px;
	padding-bottom: 20px;
}

.bgWhite {
	background-color: var(--bgWhiteColor);
}

.TbContent, .TbContentNoPad, .TbCode, .TbBorder, .TBContentCol {
	border-collapse: collapse;
	border-spacing: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	width: 100%;
	background-color: none;
	overflow-x: auto;
}

.TbCode {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: var(--borderTB);
	border-bottom: var(--borderTB);
}

	.TbContent td, .TbCode td, .TBContentCol td {
		padding-bottom: 5px;
		padding-top: 5px;
		font-size: 16px;
		color: var(--MainColorTxt);
	}

.TbContentNoPad td {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: var(--MainColorTxt);
}

.TbBorder td {
	border: var(--borderTB);
	padding: 10px;
	font-size: 16px;
	color: var(--MainColorTxt);
	vertical-align: top;
}


.borderbottom {
	border-bottom: var(--borderTB);
	border-bottom-color: rgb(215, 215, 215);
}

.AutoWidthCell, .AutoWidthCellNoPad, .AutoWidthCellLeft, .AutoWidthCellRight, .AutoWidthCellXL {
	width: 1%;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
}

.AutoWidthCellXL {
	padding-right: 120px;
	padding-left: 120px;
}

.AutoWidthCellNoPad {
	padding: 0px;
}

.AutoWidthCellLeft {
	padding-left: 0px;
}

.AutoWidthCellRight {
	padding-right: 0px;
}

.btMenu, .btMenuFocus, .btMobMenu, .btMobMenuFocus, .btAdminMenu, .btAdminMenuFocus {
	background-color: rgba(200,0,0,0);
	border: none;
	outline: none;
	/*color: rgb(255, 255, 255);*/
	color: var(--MainColorTxt2);
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	cursor: pointer;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	border-radius: 0px;
	margin-right: 28px;
}

.btAdminMenu, .btAdminMenuFocus {
	margin: 7px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: transparent;
	border-radius: 25px;
}

	.btMenu:hover, .btAdminMenu:hover {
		opacity: 0.6;
	}

.btMenu:active {
	color: rgb(230,230,230);
}

.btMenuFocus {
	color: var(--MainColor);
}

.btAdminMenuFocus {
	background-color: var(--MainColor);
	color: var(--bgWhiteColor);
}

.btImage, .btImageFocus, .btLogo, .btImageS, .btImageL {
	outline: none;
	height: 55px;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 28px;
	filter: grayscale(0%);
}

	.btImage:hover, .btLogo:hover {
		filter: grayscale(60%);
	}

.btLogo {
	height: 45px;
	margin-right: 0px;
}

.btImageL {
	height: 25px;
	margin-right: 0px;
}

.btImageS {
	height: 18px;
	margin-right: 0px;
}


.btLogIn {
	background-color: var(--MainColor);
	color: white;
	border: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	border-radius: 25px;
	vertical-align: middle;
}

.flexMenu, .flexAdminMenu {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	height: auto;
	border: none;
	margin: auto;
	overflow-x: auto;
	-ms-overflow-style: none; /* Internet Explorer 10+ */
	scrollbar-width: none; /* Firefox */
}

.flexAdminMenu {
	justify-content: flex-start;
}


	.flexMenu::-webkit-scrollbar, .flexAdminMenu::-webkit-scrollbar {
		display: none; /* Safari and Chrome */
	}

.CombineMenu {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-between;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.flexLogin {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-wrap: nowrap;
	height: auto;
	border: none;
	margin: auto;
	align-items: center;
}

.Seperate {
	margin-right: 15px;
	margin-left: 15px;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	border-left: 1px solid rgb(180, 180, 180);
	width: 2px;
	height: 36px;
}

.MobileMenuHead, .MobileMenu {
	display: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.nav__icon {
	width: 27px;
	height: 25px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-top: auto;
	position: relative;
	cursor: pointer;
	z-index: 9;
}

	.nav__icon span {
		transition: all .3s;
		display: inline-block;
		background: rgb(100, 100, 100);
		position: absolute;
		right: 0;
		width: 100%;
		height: 2px;
		border-radius: 2px;
	}

		.nav__icon span:nth-of-type(1) {
			top: 5px;
		}

		.nav__icon span:nth-of-type(2) {
			top: 12px;
		}

		.nav__icon span:nth-of-type(3) {
			top: 19px;
		}

	.nav__icon.active span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}

	.nav__icon.active span:nth-of-type(2) {
		opacity: 0;
	}

	.nav__icon.active span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}

.DisableScroll {
	overflow: hidden;
}

.flexAround, .flexBetween {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1800px;
	height: auto;
	border: none;
	margin: auto;
	align-items: stretch;
}

.flexBetween {
	justify-content: space-between;
}

.ContainLeft, .ContainRight {
	width: 25%;
	padding: 0;
	margin-left: 0;
}

.ContainRight {
	margin-right: 0;
	width: 73%;
}

.lbt3to2to1, .lbt3to2to1Blank {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	white-space: normal;
	border-radius: 10px;
	border: 1px solid rgb(220, 220, 220);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	padding: 15px;
	background-color: var(--bgWhiteColor);
	text-decoration: none;
	display: inline-block;
	width: 30%;
	margin: 0;
	margin-top: 15px;
	vertical-align: middle;
	transition: transform .1s;
}

	.lbt3to2to1:hover {
		transform: scale(1.02);
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
	}

.lbt3to2to1Blank {
	visibility: hidden;
}

.modal, .ClearModal, .TransparentModal {
	display: block; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	left: 0;
	top: 0;
	width: 100vw; /* Full width */
	height: 100vh; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(200, 200, 200, 0.85); /* Black w/ opacity */
	-webkit-backdrop-filter: blur(14px); /*blur bg*/
	backdrop-filter: blur(14px); /*blur bg*/
}

.TransparentModal {
	display: none;
	background-color: rgba(220, 0, 0, 0); /* Black w/ opacity */
	-webkit-backdrop-filter: blur(0px); /*blur bg*/
	backdrop-filter: blur(0px); /*blur bg*/
	z-index: 3;
}

.ClearModal {
	z-index: 11; /* Sit on top */
	width: 100%;
	height: 100%;
	background-color: rgba(250, 250, 250, 0.4); /* Black w/ opacity */
	-webkit-backdrop-filter: blur(5px); /*blur bg*/
	backdrop-filter: blur(5px); /*blur bg*/
}

.ModalinModal {
	width: auto;
	height: auto;
	position: absolute;
	z-index: 11; /* Sit on top */
	background-color: rgba(255, 255, 255, 1); /* Black w/ opacity */
	-webkit-backdrop-filter: blur(0px); /*blur bg*/
	backdrop-filter: blur(0px); /*blur bg*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 1px 1px 5px 2px rgba(255,10,22, 1);
	padding: 10px;
	width: 65%;
	max-width: 450px;
	border-radius: 10px;
}

.modal-content, .modal-contentXL, .modal-contentS, .modal-contentL {
	background-color: var(--bgWhiteColor);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 0px solid rgb(100, 100, 100);
	padding: 10px;
	box-shadow: 1px 1px 10px 2px rgba(0,0,0, 0.4);
	width: 40%;
	max-width: 800px;
	border-radius: 10px;
}

.modal-contentL {
	width: 55%;
	max-width: 1300px;
}

.modal-contentXL {
	width: 85%;
	max-width: 1500px;
}

.modal-contentS {
	width: 30%;
	max-width: 400px;
}

.tbInput, .tbInputNoWidth, .tbInputNoWidthColor, .tbInputXL, .ddl, .ddlColor {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	padding: 5px;
	color: var(--maincolortx);
}

.tbInputNoWidth, .tbInputNoWidthColor, .ddl, .ddlColor {
	width: auto;
}

.ddl, .ddlColor {
	border: none;
	cursor: pointer;
	outline: none;
	padding: 8px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 10px;
	border: 1px solid rgb(30, 30, 30);
	font-weight: normal;
	margin-bottom: 6px;
	max-width: 85vw;
}

.tbInputNoWidthColor, .ddlColor {
	color: var(--MainColorRed);
}


.tbInputXL {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btGeneralColor, .btGeneral, .btGeneralColorNoWidth, .btGeneralRedNoWidth, .btGeneralNoWidth, .btCancel, .btLabel, .btInfoMenu, .btGeneralSmall, .btGeneralSmallBlack {
	background-color: var(--MainColor);
	color: rgb(255, 255, 255);
	border: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	border-radius: 25px;
	width: 100%;
	font-size: 16px;
	padding: 8px;
}

.btGeneralColorNoWidth, .btGeneralNoWidth, .btCancel, .btGeneralRedNoWidth {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.btGeneralSmall, .btGeneralSmallBlack {
	width: auto;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: var(--bgWhiteColor);
	border: 1px solid rgb(30, 30, 30);
	color: var(--MainColorTxt);
	font-size: 14px;
}

	.btGeneralSmall:hover {
		background-color: var(--MainColorTxt);
		color: var(--bgWhiteColor);
	}

.btGeneralSmallBlack {
	background-color: var(--MainColorTxt);
	color: var(--bgWhiteColor);
}

	.btGeneralSmallBlack:hover {
		background-color: var(--bgWhiteColor);
		color: var(--MainColorTxt);
	}

.btGeneralNoWidth, .btGeneral, .btGeneralRedNoWidth {
	background-color: var(--MainColorTxt);
}

.btGeneralRedNoWidth {
	background-color: var(--MainColorRed);
}

.btCancel, .btLabel, .btInfoMenu {
	background-color: transparent;
	color: var(--MainColorTxt);
	padding: 0;
	font-size: 13px;
	border-radius: 0px;
}

.btLabel, .btInfoMenu {
	width: auto;
	font-size: 16px;
	background-color: transparent;
}

.btInfoMenu {
	width: 100%;
	padding: 10px;
	text-align: right;
	margin-top: 1px;
	margin-bottom: 1px;
}

.btGeneralColor:hover, .btGeneral:hover, .btGeneralColorNoWidth:hover, .btGeneralNoWidth:hover, .btCancel:hover, .btGeneralRedNoWidth:hover, .btLabel:hover {
	opacity: 0.6;
}

.btInfoMenu:hover {
	background-color: rgb(240, 240, 240);
}

.lbtSmall, .lbtSmallColor, .lbtSmallRed, .lbtPass, .lbtNoPass, .lbtTxt, .lbtTxtCondition, .lbtHeadB {
	color: var(--MainColorTxt2);
	font-size: 13px;
	text-decoration: none;
}

.lbtHeadB {
	font-size: 18px;
	color: var(--MainColorTxt);
	font-weight: bold;
}

.lbtPass, .lbtNoPass, .lbtTxt, .lbtTxtCondition {
	font-size: 16px;
	color: var(--MainColorBlue);
}

.lbtTxtCondition {
	color: var(--MainColorTxt2);
}

.lbtSmallColor {
	color: var(--MainColor);
}

.lbtSmallRed, .lbtNoPass {
	color: var(--MainColorRed);
}

.lbtPass {
	color: var(--MainColorGreen);
}

.PicContainer {
	position: relative;
	background-color: transparent;
	padding: 0;
	margin: 0;
}


.ContaintxtonPic {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 3%;
	background-color: transparent;
}


.blurBottom {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	vertical-align: middle;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 7%, rgba(0, 0, 0, 0.75) 12%, rgba(0, 0, 0, 0.6) 17%, rgba(0, 0, 0, 0.4) 22%, rgba(0, 0, 0, 0.25) 27%, rgba(0, 0, 0, 0.1) 32%, rgba(0, 0, 0, 0) 37% );
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.ContainSpeaker, .ContainSpeakerBlank {
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	white-space: normal;
	border-radius: 10px;
	border: 0px solid rgb(220, 220, 220);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	background-color: var(--bgWhiteColor);
	text-decoration: none;
	display: inline-block;
	width: 32%;
	margin: 0;
	padding: 0px;
	margin-top: 15px;
	vertical-align: middle;
}

.ContainSpeakerBlank {
	visibility: hidden;
}

.ImageSpeaker {
	min-height: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.ContaintxtSpeaker {
	text-align: center;
	width: var(--DataWidth);
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.hidden {
	display: none;
}

.BlockInfo, .BlockInfoFocus {
	position: relative;
	cursor: pointer;
	border: 0px solid rgb(180, 180, 180);
	padding: 10px;
	text-align: right;
	border-radius: 10px;
}

.BlockInfoFocus {
	background-color: rgb(235, 235, 235);
}

.SubInfoData {
	background-color: var(--bgWhiteColor);
	z-index: 4;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid rgb(220, 220, 220);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.ShowNHideMobile {
	display: block;
}

.lbtMenu, .lbtMenuFocus, .lbtGeneral, .lbtGeneralFocus {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	white-space: normal;
	background-color: var(--bgWhiteColor);
	text-decoration: none;
	vertical-align: middle;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	width: auto;
	border: 2px solid rgb(100, 100, 100);
	border-radius: 10px;
	margin: 0;
	margin-bottom: 5px;
	filter: grayscale(65%);
	opacity: 0.8;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.lbtGeneral, .lbtGeneralFocus {
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid rgb(100, 100, 100);
}



.lbtMenuFocus, .lbtGeneralFocus {
	filter: grayscale(0%);
	opacity: 1;
	border-color: var(--MainColorGreen);
}

.lbtGeneralFocus {
	border-color: var(--MainColorOrange);
}

.lbtMenu:hover, .lbtGeneral:hover {
	filter: grayscale(0%);
	opacity: 1;
}

.ImageMenu {
	outline: none;
	width: auto;
	margin: auto;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 10px;
	height: 24px;
}

.ChatLeft, .ChatRight, .ChatTime {
	display: inline-block;
	width: auto;
	max-width: 70%;
	background-color: var(--MainColorBlue);
	margin: 0;
	margin-bottom: 2px;
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 15px;
	text-align: right;
	color: white;
}

.ChatLeft {
	background-color: rgb(230, 230, 230);
	text-align: left;
	color: var(--MainColorTxt2);
}

.ChatTime {
	padding: 0;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 0px;
	margin: 0;
	margin-bottom: 12px;
	background-color: transparent;
	font-size: 12px;
	color: rgb(120, 120, 120);
	text-align: center;
	vertical-align: top;
}

.ChatBox, .ChatBoxL, .ChatBoxS, .ChatBoxXL {
	width: 100%;
	overflow-y: auto;
	max-height: 40vh;
	border: var(--borderTB);
}

.ChatBoxS {
	max-height: 20vh;
}

.ChatBoxL {
	max-height: 50vh;
}

.ChatBoxXL {
	max-height: 55vh;
}

.TextNoWrap, .TextNoWrapS, .TextNoWrapL {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: transparent;
}

.TextNoWrapS {
	max-width: 25vw;
}

.TextNoWrapL {
	max-width: 45vw;
}

.BoxL, .BoxM, .BoxS, .BoxSS {
	width: 45vw;
	white-space: normal;
}

.BoxM {
	width: 30vw;
}

.BoxS {
	width: 20vw;
}

.BoxSS {
	width: 12vw;
}

.prev, .next {
	position: absolute;
	cursor: pointer;
	width: auto;
	color: black;
	font-weight: bold;
	font-size: 23px;
	transition: 0.6s ease;
	user-select: none;
	top: 0%;
	background-color: rgba(240, 240, 240, 0.65);
	padding-right: 12px;
	padding-left: 12px;
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}

.next {
	right: 0;
	/*border-radius: 15px 0 0 15px;*/
}

.OverflowX, .OverflowXY {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	margin-bottom: 6px;
}

.OverflowY {
	overflow-y: auto;
	max-height: 45vh;
}

.BorderBox {
	border: var(--borderTB);
}

.DialogBoxXL, .DialogBoxS, .DialogBoxM, .DialogBoxXLNoX {
	width: 100%;
	max-height: 70vh;
	overflow-y: auto;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.DialogBoxXLNoX {
	overflow-x: hidden;
}

.DialogBoxS {
	max-height: 20vh;
}

.DialogBoxM {
	max-height: 35vh;
}

.ContainDelBt {
	display: inline-block;
	margin-left: 10px;
	width: auto;
}

@media screen and (max-width: 1150px) {
	body, .btMenu, .btMenuFocus, .btAdminMenu, .btAdminMenuFocus, .lbbtTxt, .TbContent td, .TbContentNoPad td, .TbCode td, .TBContentCol td, .TbBorder td, .tbInput, .tbInputNoWidth, .tbInputNoWidthColor, .ddl, .ddlColor, .lbPass, .lbColor, .lbNoPass, .lbtPass, .lbtNoPass, .lbtTxt, .lbtTxtCondition, .lbCondition {
		font-size: 15px;
	}

	.lbTopicB, .lbTopic, .lbTopicColor {
		font-size: 28px;
	}

	.lbSubTopicB, .lbSubTopic, .lbSubTopicColor {
		font-size: 20px;
	}

	.lbHeadB, .lbHead, .lbHeadColor, .lbbtHead, .tbInputXL, .lbtHeadB {
		font-size: 17px;
	}


	.lbt3to2to1, .lbt3to2to1Blank {
		width: 28%;
	}



	.modal-contentS {
		width: 35%;
	}

	.modal-content {
		width: 45%;
	}

	.DataContentSS, .modal-contentL {
		width: 60%;
	}
}


@media screen and (max-width: 1000px) {
	.ContainSpeaker {
		width: 49%;
	}

	.ContainSpeakerBlank {
		display: none;
	}
}

@media screen and (max-width: 850px) {
	/*iPad Pro - iPad*/

	body, .lbbtTxt, .TbContent td, .TbContentNoPad td, .TbCode td, .TBContentCol td, .TbBorder td, .tbInput, .tbInputNoWidth, .tbInputNoWidthColor, .ddl, .ddlColor, .lbPass, .lbColor, .lbNoPass, .lbtPass, .lbtNoPass, .lbtTxt, .lbtTxtCondition, .lbCondition {
		font-size: 14px;
	}

	.btGeneralSmall, .btGeneralSmallBlack {
		font-size: 13px;
	}

	.lbSmall, .lbSmallB, .lbMSG, .btCancel, .lbtSmall, .lbtSmallColor, .lbtSmallRed, .lbMenuAlert {
		font-size: 12px;
	}

	.lbTopicB, .lbTopic, .lbTopicColor {
		font-size: 25px;
	}

	.lbSubTopicB, .lbSubTopic, .lbSubTopicColor {
		font-size: 18px;
	}

	.lbHeadB, .lbHead, .lbHeadColor, .lbbtHead, .btGeneralColor, .btGeneral, .btGeneralColorNoWidth, .btGeneralNoWidth, .btGeneralRedNoWidth, .btLabel, .btInfoMenu, .tbInputXL, .lbtHeadB {
		font-size: 15px;
	}

	.ContainMenu, .ContainMenuBlur {
		border-bottom: 0px solid rgb(220, 127, 74);
	}

	.DataContent, .DataContentWhite, .DataContentBlack, .DataInContainer {
		width: var(--DataMobWidth);
	}

	.DataInContainer2 {
		width: 90%;
	}

	.DataContentS {
		width: var(--DataMobWidthS);
	}

	.CombineMenu {
		display: none;
	}

	.MobileMenuHead {
		display: block;
		background-color: transparent;
		padding-top: 4px;
		padding-bottom: 4px;
		border-bottom: 1px solid rgb(230, 230, 230);
	}

	.MobileMenu {
		position: fixed;
		display: block;
		height: 0;
		transition: 1s;
		background-color: rgb(255, 255, 255);
		z-index: 3;
		overflow: auto;
	}

	.btMobMenu, .btMobMenuFocus {
		width: 100%;
		font-size: 14px;
		color: var(--MainColorTxt);
		text-align: left;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-top: 0px;
		border-bottom: 1px solid rgb(230, 230, 230);
	}

	.btMobMenuFocus {
		color: var(--MainColor);
	}

	.lbt3to2to1 {
		width: 44%;
	}

	.lbt3to2to1Blank {
		display: none;
	}

	.modal-contentS {
		width: 60%;
	}

	.modal-content {
		width: 50%;
	}

	.modal-contentL {
		width: 65%;
	}

	.DataContentSS {
		width: 70%;
	}

	.lbtMenu, .lbtMenuFocus {
		padding: 12px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

@media screen and (max-width: 650px) {
	/*iPad  Mini*/
	body, .btMobMenu, .btMobMenuFocus, .lbbtTxt, .TbContent td, .TbContentNoPad td, .TbCode td, .TBContentCol td, .TbBorder td, .tbInput, .tbInputNoWidth, .tbInputNoWidthColor, .ddl, .ddlColor, .lbPass, .lbColor, .lbNoPass, .lbtPass, .lbtNoPass, .lbtTxt, .lbtTxtCondition, .lbCondition {
		font-size: 13px;
	}

	.btGeneralSmall, .btGeneralSmallBlack {
		font-size: 12px;
	}

	.lbSmall, .lbSmallB, .lbMSG, .btCancel, .lbtSmall, .lbtSmallColor, .lbtSmallRed, .lbMenuAlert, .ChatTime {
		font-size: 11px;
	}

	.lbTopicB, .lbTopic, .lbTopicColor {
		font-size: 20px;
	}

	.lbSubTopicB, .lbSubTopic, .lbSubTopicColor {
		font-size: 17px;
	}

	.lbHeadB, .lbHead, .lbHeadColor, .lbbtHead, .btGeneralColor, .btGeneral, .btGeneralColorNoWidth, .btGeneralNoWidth, .btGeneralRedNoWidth, .btLabel, .btInfoMenu, .btAdminMenu, .btAdminMenuFocus, .tbInputXL, .lbtHeadB {
		font-size: 14px;
	}

	.lbt3to2to1 {
		width: 42%;
	}

	.DataContentWhite2 {
		width: 100%;
	}

	.DataInContainer2 {
		width: var(--DataMobWidth);
	}

	.DataContentSS, .modal-contentL {
		width: 80%;
	}

	.ContainSpeaker {
		width: 100%;
	}

	.modal-content {
		width: 65%;
	}

	.lbtMenu, .lbtMenuFocus {
		padding: 11px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.lbtGeneral, .lbtGeneralFocus {
		padding: 8px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.TextNoWrapS {
		max-width: 30vw;
	}

	.AutoWidthCellMob, .AutoWidthCellMobNoPad, .AutoWidthCellMobLeft, .AutoWidthCellMobRight {
		width: 1%;
		white-space: nowrap;
		padding-right: 10px;
		padding-left: 10px;
	}

	.AutoWidthCellMobNoPad {
		padding: 0px;
	}

	.AutoWidthCellMobLeft {
		padding-left: 0px;
	}

	.AutoWidthCellMobRight {
		padding-right: 0px;
	}

	.BoxM {
		width: 40vw;
	}

	.BoxS {
		width: 30vw;
	}

	.BoxSS {
		width: 20vw;
	}

	.btImageS {
		height: 16px;
	}

	.btImageL {
		height: 23px;
	}

	.ContainLeft {
		width: 100%;
	}

	.ContainRight {
		width: 100%;
	}

}

@media screen and (max-width: 450px) {
	/*iPhone Pro Max -> iPhone*/
	.lbTopicB, .lbTopic, .lbTopicColor {
		font-size: 17px;
	}

	.lbSubTopicB, .lbSubTopic, .lbSubTopicColor {
		font-size: 16px;
	}

	.lbt3to2to1 {
		width: 100%;
	}

	.btLogo, .ImageLogo {
		height: 40px;
	}

	.modal-contentS, .modal-content, .modal-contentL {
		width: 85%;
	}



	.DataContentSS {
		width: 94%;
	}

	.TbBorder td {
		padding: 6px;
	}

	.btGeneralColorNoWidth, .btGeneralNoWidth, .btGeneralRedNoWidth, .btLabel, .btGeneral, .btGeneralColor, .btInfoMenu {
		padding: 6px;
	}

	.btGeneralColorNoWidth, .btGeneralNoWidth, .btGeneralRedNoWidth, .btLabel, .btInfoMenu {
		padding-left: 13px;
		padding-right: 13px;
	}

	.BlockInfo, .BlockInfoFocus, .SubInfoData {
		padding: 6px;
	}

	.ShowNHideMobile {
		display: none;
	}

	.lbtMenu, .lbtMenuFocus {
		padding: 10px;
		padding-top: 6px;
		padding-bottom: 6px;
	}



	.ChatBox {
		max-height: 35vh;
	}

	.ChatBoxL {
		max-height: 38vh;
	}

	.ddl, .ddlColor {
		max-width: 90vw;
	}

	.btImageS {
		height: 14px;
	}

	.btImageL {
		height: 20px;
	}
}

@media screen and (max-width: 350px) {
	/*iPhone 5*/
	body, .btMobMenu, .btMobMenuFocus, .lbbtTxt, .TbContent td, .TbContentNoPad td, .TbCode td, .TBContentCol td, .TbBorder td, .tbInput, .tbInputNoWidth, .tbInputNoWidthColor, .ddl, .ddlColor, .lbPass, .lbColor, .lbNoPass, .lbtPass, .lbtNoPass, .lbtTxt, .lbtTxtCondition, .lbCondition {
		font-size: 12px;
	}

	.btGeneralSmall, .btGeneralSmallBlack {
		font-size: 11px;
	}

	.lbSmall, .lbSmallB, .lbMSG, .btCancel, .lbtSmall, .lbtSmallColor, .lbtSmallRed, .lbMenuAlert, .ChatTime {
		font-size: 10px;
	}

	.lbTopicB, .lbTopic, .lbTopicColor {
		font-size: 16px;
	}

	.lbSubTopicB, .lbSubTopic, .lbSubTopicColor {
		font-size: 15px;
	}

	.lbHeadB, .lbHead, .lbHeadColor, .lbbtHead, .btGeneralColor, .btGeneral, .btGeneralColorNoWidth, .btGeneralNoWidth, .btGeneralRedNoWidth, .btLabel, .btInfoMenu, .btAdminMenu, .btAdminMenuFocus, .tbInputXL, .lbtHeadB {
		font-size: 13px;
	}

	.btLogo, .ImageLogo {
		height: 38px;
	}

	.btImageS {
		height: 13px;
	}

	.btImageL {
		height: 18px;
	}
}
