@charset "utf-8";
/* CSS Document */
body, html{
	font-family: 'IBM Plex Sans Thai', sans-serif;
}
a:link {
	text-decoration: none;
  }
table tr{
		font-size: 14px;
	}
.font14{
	font-size: 14px;
}
.font15{
	font-size: 15px;
}
.font16{
	font-size: 16px;
}
.font17{
	font-size: 17px;
}
.font18{
	font-size: 18px;
}
.font19{
	font-size: 19px;
}
.font20{
	font-size: 20px;
}
.font21{
	font-size: 21px;
}
.font22{
	font-size: 22px;
}
.font23{
	font-size: 23px;
}
.font24{
	font-size: 24px;
}
.font25{
	font-size: 25px;
}
.hide {
    display: none;
}
.loading{
	height: 100%;
 	 width: 100%;
 	 position: fixed;
 	 z-index: 1;
 	 top: 0;
 	 left: 0;
 	 background-color: rgb(0,0,0);
  	background-color: rgba(0,0,0, 0.8);
}
.loading-content {
  	position: relative;
  	top: 50%;
	left: 0;
  	width: 100%;
  	text-align: center;
	font-size: 50px;
	color: #ffffff;
}
.overflow{
  	width: 100%;
  	overflow-x: auto;
}.nowrap {
	white-space: nowrap;
 }.bold{
	 font-weight: bold;
 }.red{
	 color: red;
 }.green{
	 color: green;
 }.blue{
	 color: blue;
 }
 .radius-10 {
	border-radius: 10px
}
.bg-light-primary {
	background-color: rgb(13 110 253 / .11)!important
}

.bg-light-success {
	background-color: rgb(23 160 14 / .11)!important
}

.bg-light-danger {
	background-color: rgb(244 17 39 / .11)!important
}

.bg-light-warning {
	background-color: rgb(255 193 7 / .11)!important
}

.bg-light-info {
	background-color: rgb(13 202 240 / 18%)!important
}
.order-actions a {
	font-size: 18px;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f1f1;
	border: 1px solid #eeecec;
	text-align: center;
	border-radius: 20%;
	color: #2b2a2a
}
.main-sidebar { 
	background-color: #FFFFFF !important;
}
.btn-light{
	background-color : #F1F1F1;
	border-color: #F1F1F1;;
}
.bg1 {
	background-color: #963DD1;
}
.bg2 {
	background-color: #008000;
}
.bg3 {
	background-color: #B00000;
}
.bg4 {
	background-color: #FA8112;
}
.fc-event{
    cursor: pointer;
}
.aaa{
	color: #000000;
}
td {
	white-space: normal !important;
}
.main-sidebar .sidebar {
    overflow-y: scroll;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
  }
  
  #myBtn:hover {
	background-color: #555;
  }

