@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");

body {
	font-family: "Kanit", sans-serif;
	background: #ffffff;
	color: #34495e;
}

.input-link {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

.btn-link {
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}

a.gp-name {
	color: black !important;
}

a.gp-name:hover {
	color: black !important;
	font-weight: bold;
	text-decoration: underline;
}

td.fulltd {
	padding: 0em 0em 0em 0em;
}

td a.fulltd {
	display: block;
	width: 100%;
	height: 100%;
}

div.fulltd {
	height: 100%;
	width: 100%;
	padding: 1em 1em 0em 1em;
}

td.fulltd:hover {
	padding: 0em 0em 0em 0em;
}

.dropdown-footer {
	padding: 0.25rem 1rem !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
	background-color: white !important;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):focus,
.btn-light:not(:disabled):not(.disabled).hover,
.show > .btn-light.dropdown-toggle {
	background-color: #f6f6f6 !important;
}

.btn-success {
	color: #fff;
	background-color: #117728;
	border-color: #117728;
	border-radius: 0;
	box-shadow: none;
}

.btn-success:hover {
	color: #fff;
	background-color: #08631c;
	border-color: #08631c;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #08631c;
	border-color: #08631c;
	box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}
/* 
i.fa-pen:hover {
    color: #dba400 !important;
}

i.fa-trash:hover {
    color: #bb2402 !important;
} */
