<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.error{
	color: red;
}

html,body,h1,h2,h3,h4,h5 {font-family: "Kanit", sans-serif}
div.ex {
    color: #3c60fc;
}
div.out {
    color: #fc211f;
}
.hide-menu{
	width: 0px !important;
}
.full-size{
	margin-left: 0px !important;
}
.hide-icn{
	margin-left: 15px !important;
}
@media (max-width: 993px){
	#menu-icn{
		display: none;
	}
}


/* CUSTOM CSS */
table th h5 a{
	color: white;
}
.sidenav-menu{
	margin-top: 5px;
}
.sidenav-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.sidenav-menu::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.sidenav-menu::-webkit-scrollbar-thumb
{
	background-color: #2196f3;	
	background-image: -webkit-linear-gradient(45deg,
		rgba(255, 255, 255, .2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, .2) 50%,
		rgba(255, 255, 255, .2) 75%,
		transparent 75%,
		transparent)
}
.w3-select{
	height: 39px;
}
.w3-blue{
	background-color: #2196f3;
    background-image: -webkit-linear-gradient(145deg, rgba(255, 255, 255, .2) 25%, transparent 30%, transparent 45%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 78%, transparent);
}

/* label{ */
/* 	width: -webkit-fill-available; */
/* } */
@media (max-width:768px) {
	.view-mode-col-xs-1{
		width: 8.33333333%;
	}
	.view-mode-col-xs-2{
		width: 16.66666667%;
	}
	.view-mode-col-xs-3{
		width: 25%;
	}
	.view-mode-col-xs-4{
		width: 33.33333333%;
	}
	.view-mode-col-xs-5{
		width: 41.66666667%;
	}
	.view-mode-col-xs-6{
		width: 50%;
	}
	.view-mode-col-xs-7{
		width: 58.33333333%;
	}
	.view-mode-col-xs-8{
		width: 66.66666667%;
	}
	.view-mode-col-xs-9{
		width: 75%;
	}
	.view-mode-col-xs-10{
		width: 83.33333333%;
	}
	.view-mode-col-offset-xs-1{
    	margin-left: 8.33333333%;
	}
	.view-mode-col-offset-xs-2{
	    margin-left: 16.66666667%;
	}
	.view-mode-col-offset-xs-3{
	    margin-left: 25%;
	}
	.view-mode-col-offset-xs-4{
	    margin-left: 33.33333333%;
	}
	.view-mode-col-offset-xs-5{
	    margin-left: 41.66666667%;
	}
	.view-mode-col-offset-xs-6{
	    margin-left: 50%;
	}
	.view-mode-col-offset-xs-7{
	    margin-left: 58.33333333%;
	}
	.view-mode-col-offset-xs-8{
	    margin-left: 66.66666667%;
	}
	.view-mode-col-offset-xs-9{
	    margin-left: 75%;
	}
	.view-mode-col-offset-xs-10{
	    margin-left: 83.33333333%;
	}
	.form-control-table{
		width: unset!important;
	}
	.span-button{
		width: 100%;
		margin-bottom: 10px;
	}
}
/* CUSTOM CSS */
</pre></body></html>