.layout-navbar-fixed.text-sm .wrapper .content-wrapper {
	margin-top: calc(2.93725rem + 18px);
}
.layout-top-nav .wrapper .main-header .brand-image{
	margin-top: 0;
	margin-right: .2rem;
	height: 50px;
}
.nav-link{
	height: 2.2rem !important;
	padding: 0.35rem 0.7rem !important;
	background: #fff;
	margin-right: 10px;
	border: solid 1px #ffca0a;
	border-radius: 10px;
	color: #545454 !important;
	min-width:100px;
	text-align:center;
}
@media (max-width: 767.98px){
.nav-link {
	margin: 0.5rem 0;
	}
}
.btn-report {
	height:42px;
}
.digit-group input {
	/*width: 50px;*/
    /*height: 50px;*/
    /*background-color: #c9c9c9;*/
    /*border: solid 1px #9e9e9e;*/
    /*line-height: 50px;*/
    /*text-align: center;*/
    /*font-size: 24px;*/
    /*font-weight: 400;*/
    /*color: #000000;*/
    /*margin: 0 10px;*/
	
    width: 50px;
    height: 50px;
    margin: 0px 2px;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFF;
    border-radius: 2px;
    background-color: rgba(229, 229, 229, 0.2);
    border: solid 1px #3b5898;
	
}

.navbars-container {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1021;
}

.navbars {
	display: flex;
	justify-content: space-around;
	align-items: center;
	--r: 20px;
    --s: 45px;
    --a: 10deg;
    height: 60px;
    width: 100%;
    aspect-ratio: 1;
    background: var(--ci_color_1);
    border-radius: var(--r);
    --_m: 0 / calc(2* var(--r)) var(--r) no-repeat radial-gradient(50% 100% at bottom, #000 calc(100% - 1px), #0000);
    --_d: (var(--s) + var(--r))* cos(var(--a));
    mask: calc(50% + var(--_d)) var(--_m), calc(50% - var(--_d)) var(--_m), radial-gradient(var(--s) at 50% calc(-1* sin(var(--a))* var(--s)), #0000 100%, #000 calc(100% + 1px)) 0 calc(var(--r)*(1 - sin(var(--a)))) no-repeat, linear-gradient(90deg, #000 calc(50% - var(--_d)), #0000 0 calc(50% + var(--_d)), #000 0);
}


.nav-items {
	text-decoration: none;
	color: var(--ci_color_font_1);
	font-size: 16px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	flex-grow: 1;
}

.nav-items i {
	font-size: 20px;
}.nav-items img{
	height: 35px;
}
.center-icon img{
	height: 55px;
    position: relative;
    top: -10px;
    margin: -13px;
}
.nav-items:hover{
	color: var(--ci_color_2);
	font-weight: bold;
}
.nav-items.active {
	/*min-width: 60px;*/
	/*min-height: 60px;*/
	color: #FFF; /* Highlight color for active item */
	font-weight: bold;
	background:  var(--ci_color_2);
	padding: 10px 0;
	border-radius: 20px 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.nav-center {
	/*position: absolute;*/
	position: relative;
	top: -20px;
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	display: flex;
	flex-direction: column;
	align-items: center;

	text-decoration: none;
	color: #000000;
	font-size: 14px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	flex-grow: 1;
}

.center-icon {
	position: absolute;
	top: -35px;
	width: 80px;
	height: 80px;
	background: linear-gradient(var(--ci_color_2), var(--ci_color_1)) padding-box,linear-gradient(to right, #e9b94b, #fff6a0) border-box;
	border-radius: 50%;
	border: 4px solid transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 18px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	z-index:2;
}

.center-text {
	color: #000000;
	font-size: 14px;
	margin-top: 8px;
}


.circle-container {
	display: inline-block;
	position: relative;
	width: 250px;
	height: 250px;
}

.circle {
	position: absolute;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgba(155, 44, 8, 0.8), rgba(98, 24, 3, 0.5));
}

.circle.inner {
	width: 88%;
	height: 88%;
	top: 6%;
	left: 6%;
	background: radial-gradient(circle, rgba(255, 127, 80, 0.7), rgba(166, 61, 14, 0.4));
}

.circle.central {
	width: 65%;
    height: 65%;
    top: 17%;
    left: 17%;
    background: radial-gradient(circle, rgba(255, 159, 104, 0.9), rgba(217, 91, 33, 0.6));
}

.text {
    width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 16px;
	/*font-family: Arial, sans-serif;*/
	text-align: center;
	z-index: 1022; /* ให้อยู่เหนือวงกลม */
}

.refresh-icon {
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 159, 104, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.refresh-icon:after {
	font-size: 20px;
	color: #fff;
}