body{
	font-family: 'Kanit', sans-serif;
	background-color: #e8e7e7;
	/*background: none !important;*/
}

@font-face {
	font-family: 'sdchokdee-Regular';
	src: url(../fonts/sdchokdee-Regular.woff);
}

.animateZoomSmall{
	-webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@media (max-width: 600px) {
	.mb-none {
		display: none;
	}
	
	.swal-wide{
		width:100% !important;
	}
}



div#tab-slot .tab-sc {
    color: #fff;
    background-image: url(../images/uploads/21082020/tab-sc.png);
    position: absolute;
    top: 35px;
    right: 233px;
    width: 36px;
    height: 252px;
    display: block;
    cursor: pointer;
}

#tab-slot {
    height: 300px;
    width: 233px;
    position: fixed;
    top: 400px;
    right: 0px;
    z-index: 999;
    margin-right: 0px;
    background-repeat: repeat;
    text-align: center;
    padding-top: 10px;
}

#app_content{
	/*background: url(../images/uploads/18082020/bg.jpg);
	background-size: cover;*/
}

.field-icon {
  right: 5px;
    float: right;
    margin-left: -30px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}


.flex-img-bank img{
	width: 100px;
}

@media (max-width: 600px) {
	.flex-img-bank img{
		width: 50px;
	}
}


.flex-center{
	justify-content: center;
    align-items: center;
    display: flex;
}

/* width */
::-webkit-scrollbar {
  width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.alert-sidebar{
	position: fixed;
    /*top: 20px;*/
	/*left: 5px;*/
    min-width: 250px;
	overflow-y: auto;
	z-index: 1000;
	bottom: 5px;
    right: 5px;
}

.share-list i {
	color: #212529;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-page{
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 100000;
	background-color: black;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
}

.reset-password a{
	cursor: pointer;
    font-size: 18px !important;
    background-color: #989898;
    color: #fff;
    border-radius: 6px;
    padding: 2px 6px 2px 6px;
	text-decoration: none;
}

.reset-password a:hover{
	text-decoration: none;
}

.contact-line-button a {
    color: #fff !important;
    font-size: 30px;
    border-radius: 12px;
    width: 100%;
    float: left;
    margin: 10px 0px -10px 0px;
}

