:root {
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #198754;
}
.nav-underline .nav-link {
	border-bottom: 0 solid transparent;
}

.menu-main{
	
}
.menu-main{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
}
.menu-main li{
	position: relative;
	padding: 0 12px;
}
.menu-main li a{
	line-height: 35px;
	/*padding: 0 12px;*/
	transition: .2s;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	background: linear-gradient(182deg, #98cc8a 12%, #104a1d 100%);
	padding: 0px 16px;
}
.border-bottom {
    border-bottom: none !important;
}
#footer_nav{
	justify-content: center;
}

.main-form-desc-1 {
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.main-form-desc-2 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-top: 4px;
}

.main-form-box {
	margin-top: 10px;
	padding: 20px;
	background-color: #9fc8a5;
	border-radius: 10px;
	border: 4px dotted #5f9157;
}

.main-form-box input {
	border: 3px solid #afaf59;
	text-indent: 10px;
}

.main-form-box-name-input {
	border: 3px solid #afaf59;
	text-indent: 10px;
}
.main-form-box-name-label {
	text-indent: 20px;
}

.input-group-down {
	background-color: #0d6efd;
	border-top: 3px solid #afaf59;
	border-right: 3px solid #afaf59;
	border-bottom: 3px solid #afaf59;
	color: #fff;
	cursor: pointer;
}

.input-group-down i::before {
	font-size: 25px;
}
.main-form-box-cta {
	padding: 15px;
	font-size: 20px;
	flex-grow: 1;
}
footer {
	/* background-color: azure; */
	background-color: #62915a52;
}
footer .logo-section img {
	max-width: 150px;
	height: auto;
}

footer .links a {
	color: #007bff;
}

footer .contact-info p {
	margin: 0.5rem 0;
}
footer .blog-header-logo img {
    border-radius: 90px;
    padding: 45px 0px;
    background: #fff;
}

/* <style> */
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.b-example-divider {
	width: 100%;
	height: 3rem;
	background-color: rgba(0, 0, 0, 0.1);
	border: solid rgba(0, 0, 0, 0.15);
	border-width: 1px 0;
	box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
		inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

.bi {
	vertical-align: -0.125em;
	fill: currentColor;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	/* height: 2.75rem; */
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: wrap;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	justify-content: center;
	padding: 8px 0px;
	border: 5px dotted #608c53;
}

.btn-bd-primary {
	--bd-violet-bg: #712cf9;
	--bd-violet-rgb: 112.520718, 44.062154, 249.437846;

	--bs-btn-font-weight: 600;
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bd-violet-bg);
	--bs-btn-border-color: var(--bd-violet-bg);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: #6528e0;
	--bs-btn-hover-border-color: #6528e0;
	--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
	--bs-btn-active-color: var(--bs-btn-hover-color);
	--bs-btn-active-bg: #5a23c8;
	--bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
	z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
	display: block !important;
}

/* result */
.main-result-child-head {
	text-align: center;
	font-size: 30px;
}
.main-result-list-wrap-line {
	width: 100%;

	margin-bottom: 6px;
	display: flex;
	gap: 10px;
}

.main-result-list-wrap-line-name {
	display: flex;
	min-width: 100px;
	justify-content: flex-end;
	align-items: center;
}

.main-result-list-wrap-line-text {
	height: 50px;
	align-items: center;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	border: 2px solid #176363;
	padding-left: 10px;
	cursor: pointer;
}

.main-result-list-wrap-line-text-cta {
	background-color: #5f9157;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 10px;
	color: #fff;
	cursor: pointer;
}

.section-small {
	border: 2px solid #08390f;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 20px;
}

.section-small .title {
	color: #08390f;
	font-weight: bold;
	margin-bottom: 10px;
}

.section-big {
	border: 2px solid #08390f;
	border-radius: 8px;
	padding: 16px;
}

.section-big .title {
	color: #08390f;
	font-weight: bold;
	margin-bottom: 10px;
}

.btn-copy {
	background-color: #5f9157;
	color: white;
}

.blog-header-logo img {
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	/* Styles for smartphones */
	.style .d-flex {
		flex-direction: column;
	}
}


.wp-caption.aligncenter {
	text-align: center;
}

.one_generated_variant {
	cursor: pointer;
	border: 1px solid #4444;
	margin: 10px 0px;
	padding: 10px 24px
}

.one_generated_variant:nth-child(1) {
	background-color: #f72585;
}

/** Custom CSS **/
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.bang-mau-kth-1>table {
    background-color: #fffff8;
    border-collapse: collapse;
    border: 1px solid #ccc;
    color: #222;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
}
.bang-mau-kth-1 thead th {
    background: #fff;
    color: #5f9157;
    font-weight: 700;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1;
}
.bang-mau-kth-1 td, .bang-mau-kth-1 th {
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
}
.bang-mau-kth-1 thead th div {
    line-height: 1.6;
    margin-top: 3px;
    margin-bottom: 0;
    font-size: .875em;
    font-weight: 400;
}
.bang-mau-kth-1 tbody td:first-child {
    width: 90px;
}
.bang-mau-kth-1 tbody td {
    text-align: left;
}
.bang-mau-kth-2 table {
    border-collapse: collapse;
    width: 100%;
}
.bang-mau-kth-2 td {
    border: 1px solid #ccc;
    font-size: 15px;
    font-family: Tahoma, sans-serif;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}