@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krub:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Trirong:wght@500;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital@1&display=swap');

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'Sarabun-Regular';
    src: url('../fonts/Sarabun/Sarabun-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Sarabun-Light';
    src: url('../fonts/Sarabun/Sarabun-Light.ttf');
	font-weight: normal;
	font-style: normal;
}

body { 
	font-family: var(--bs-font-primary), 'Sarabun-Light', sans-serif; 
	font-weight: normal;
	font-size: 1.3em;
}
.font-pri { font-family: var(--bs-font-primary); }
.font-sec { font-family: var(--bs-font-secondary); }
.font-tri { font-family: var(--bs-font-tertiary); }

h1, .h1{
	font-family: 'Roboto-Bold';
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { 
	font-family: var(--bs-font-primary), sans-serif; 
}

.cursor-pointer { cursor: pointer; }


 /*
|--------------------------------------------------------------------------
| a href link
|--------------------------------------------------------------------------
*/
a.text-primary:hover 
{
    color : var(--bs-secondary) !important;
    opacity: 0.8 !important;
}
a.text-secondary:hover 
{
    color : var(--bs-primary) !important;
    opacity: 0.8 !important;
}

 /*
|--------------------------------------------------------------------------
| Text & Button
|--------------------------------------------------------------------------
*/

.text-primary {
	color : var(--bs-primary) !important;
}
.text-secondary {
	color : var(--bs-secondary) !important;
}
.text-triple {
	color : var(--bs-triple) !important;
}

.text-label {
	font-family: 'Sarabun-Light'; 
	font-weight: normal;
	font-size:1em;
	color: var(--bs-gray-dark);
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.text-red {
	font-size:1em;
	font-weight: bold;
	color: red;
	padding-right: 5px;
	/* padding-left: 15px; */
}
/*
|--------------------------------------------------------------------------
| Background Image
|--------------------------------------------------------------------------
*/
.bg-wave{
	background-image: url('../img/goodkit/orang-bg.png');
	/* background-position: center; */
	/* background-repeat:no-repeat; */
	margin-left: 1px;
}

footer{
	background-image: url('../img/goodkit/footer/footer.png');
}
/*
|--------------------------------------------------------------------------
| Font Size
|--------------------------------------------------------------------------
*/
.fs-smaller { font-size: 0.9rem; }
.fs-normal { font-size: 1rem; }
.fs-bigger { font-size: 1.2rem; }

/*
|--------------------------------------------------------------------------
| Background Color
|--------------------------------------------------------------------------
*/
.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.bg-tertiary {
	background-color: var(--bs-tertiary) !important;
}

.bg-triple {
	background-color: var(--bs-triple) !important;
}

.bg-breadcrumbs {
	font-size: 1rem;
	background-color: var(--bs-secondary) !important;
}
div.sub-link i:first-child {
	display: none !important;
}
/*
|--------------------------------------------------------------------------
| Padding
|--------------------------------------------------------------------------
*/
.pr-1 {
	padding-right: 10px;
}
.pr-2 {
	padding-right: 20px;
}
.pr-3 {
	padding-right: 30px;
}
.pr-4 {
	padding-right: 40px;
}
.pr-5 {
	padding-right: 50px;
}

/*
|--------------------------------------------------------------------------
| Font Weight
|--------------------------------------------------------------------------
*/
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fw-800 {
	font-weight: 800;
}

.profile-pic-avatar {
    width: 180px;
    height: 180px;
    -webkit-border-radius: 100px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100px;
    -moz-background-clip: padding;
    border-radius: 100px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    float: left;
    background-size: cover;
    background-position: center center;
}
	.profile-pic-circle {
		margin: auto;
		width: 200px;
		height: 200px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		overflow: hidden;
	}
  
  .profile-pic-circle img {
	height: 100%;
  }

  	[type="date"] {
		background: url('../img/goodkit/calendar.svg')  97% 50% no-repeat ;
	}
	[type="date"]::-webkit-inner-spin-button {
		display: none;
	}
	[type="date"]::-webkit-calendar-picker-indicator {
		opacity: 0;
	}


