.select2-container {
	z-index: 2050;
}

.modal .modal-full{
	max-width: 95%
}

.pointer{
	cursor:pointer;
}

body {
	
    font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
}
/*
@font-face {
  font-family: 'Designil Thai Font';
  unicode-range: U+0E00–U+0E7F;
}
*/

.avatar{
  height:20px;
}

body.login-page {
  background: url(../img/pattern/95732.jpg);
  background-repeat: repeat;
  background-size: 40%;
}