.offcanvas-menu {
	width: 290px;
}

.offcanvas-project {
	width: 55%;
}

.img-logo-offcan {
	width: 200px;
}

.pro-info {
	width: 132px;
}

.offcan-project-footer {
	background-color: #009896;
	color: #fff;
	cursor: pointer;
	text-align: center;
	padding: 15px;
	margin: 10px;
	border-radius: 7px;
}

.tag-skill {
	font-size: 10px;
	font-weight: 700;
	border: 1px solid #e89a48;
	width: auto;
	display: inline-block;
	color: #f5b26b;
	padding: 2px;
	margin: 4px 0;
}

.alert-show-project {
	font-size: 14px;
	color: #ff0909;
	padding: 5px;
	background-color: #fff1f1;
	margin: 25px 0;
}

.box-login .btn-login {
	background-color: #009896;
	color: #fff;
	border: 0;
	padding: 10px 20px;
	border-radius: .25rem;
	width: 100%;
	margin: 15px 0;
}

.cur-pointer {
	cursor: pointer;
}

.box-role {
	border: 1px solid #ececec;
	margin-bottom: 15px;
	padding: 7px 10px;
	border-radius: 5px;
}

.text-rule {
	font-size: 13px;
}

.modal-header {
	border-bottom: 0;
}

.modal-footer {
	border-top: 0;
}

.form-check-label {
	margin-right: 5px;
}

.item-tag-skill {
	margin-bottom: 5px;
	display: inline-block;
	background-color: #FAAF3A;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
	font-size: 13px;
}

.dash-board-list.green .dash-widget {
	background-color: rgba(48, 255, 30, 0.1);
}

.dash-board-list.green .icon-col {
	background-color: rgba(19, 231, 1, 0.14);
}

.modal-header .btn-close {
	margin: 0;
}

.footer-sub-text {
	text-align: justify;
}

.br-9 {
	border-radius: 9px !important;
}

.slide-categories {
	padding-left: 0;
	margin-top: 40px;
}

.categories-box {
	position: relative;
	background-color: #fff;
	border-radius: 9px;
	overflow: hidden;
	padding: 15px;
	border: 1px solid #e3e7ee;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-slide .item{
	width: 580px;
	height: 280px;
}
.first-item-padding {
	padding-right: 100px !important;
	width: 680px !important;
}
.categories-box img {
	border-radius: 9px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.categories-box .item-text {
	padding: 15px 0 0 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.categories-box .txt-title {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
}

.categories-box .txt-content {
	font-weight: 700;
	font-size: 1.25rem;
	margin: 16px 0;
	flex-grow: 1;
}

.categories-box .btn-category {
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	border-radius: 5px;
	background-color: var(--bs-primary);
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s ease;
}


.categories-box .i-left {
	width: 45px;
	height: 40px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}

.slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border: 0;
	border-radius: 50%;
	background: #232323;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
	z-index: 100;
	color: #fff;
}

.slider-btn.prev {
	right: 20px;
}

.slider-btn.next {
	left: 20px;
}

.btn-category.color-0 {
	background-color: #009896;
	color: #fff;
}

.color-0 .i-left {
	color: #009896;
}

.btn-category.color-1 {
	background-color: #FF875A;
	color: #fff;
}

.color-1 .i-left {
	color: #FF875A;
}

.btn-category.color-2 {
	background-color: #03213D;
	color: #fff;
}
.color-2 .i-left {
	color: #03213D;
}

table{
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	background:#fff;
	overflow:hidden;
	border-radius:18px;
	border: 1px solid #f0f0f0;
}

thead th{
	background:var(--primary-color);
	color:#fff;
	padding:18px 20px;
	font-size:15px;
	font-weight:600;
	text-align:right;
	position:sticky;
	top:0;
}

tbody td{
	padding:16px 20px;
	color:#374151;
	border-bottom:1px solid #edf2f7;
	transition:.25s;
}

tbody tr{
	transition:.25s;
}

tbody tr:nth-child(even){
	background:#fafbff;
}

tbody tr:hover{
	background:#eef4ff;
	box-shadow:0 5px 18px rgba(37,99,235,.08);
}

tbody tr:last-child td{
	border-bottom:none;
}

thead th:first-child{
	border-top-right-radius:18px;
}
thead th:last-child{
	border-top-left-radius:18px;
}

tbody tr:last-child td:first-child{
	border-bottom-right-radius:18px;
}

tbody tr:last-child td:last-child{
	border-bottom-left-radius:18px;
}



/* ===== Bottom Mobile Navbar ===== */
.mobile-bottom-nav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	border-top: 1px solid var(--border-color);
	box-shadow: 0 -4px 12px rgba(0,0,0,0.06);
	z-index: 9999;
	height: 60px;
	right: 0;
}

.mobile-bottom-nav .nav-item {
	width: 25%;
	text-align: center;
	padding: 8px 0 6px;
	text-decoration: none;
	color: #777;
	font-size: 12px;
}

.mobile-bottom-nav .icon {
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto 3px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mobile-bottom-nav .nav-item.active {
	color: #00b3a6;
}

.mobile-bottom-nav .nav-item.active .icon {
	stroke-width: 2.2;
}

.blog-content blockquote {
	border-right: 3px solid #28c156;
	padding: 12px 15px;
	background-color: #efefef;
}

.fl-main-container .fl-container.fl-flasher .fl-message, .fl-main-container .fl-container.fl-flasher .fl-title {
	display: block ruby !important;
}

.content-w-h-c{
	display: flex;
	align-items: center;
	justify-content: center;
}

.ltr{
	direction: ltr;
}
.otp-input{
	width: 50px;
	border: 1px solid #acacac;
	border-radius: 7px;
	height: 50px;
}

@media (max-width: 700px) {

	.category-slide .item{
		width: 300px;
		height: 230px;
	}
	.back-to-top-icon{
		display: none !important;
	}
	.mobile-bottom-nav {
		display: flex;
	}


	.first-item-padding {
		padding-right: 20px !important;
		width: 320px !important;
	}

	.slide-categories {
		margin-top: 0;
	}

	.categories-box .btn-category {
		height: 45px;
	}

	.categories-box .item-text {
		padding: 20px 0 10px 0;
	}

	.categories-box .txt-title {
		font-weight: 700;
	}

	.categories-box .txt-content {
		font-weight: 700;
		font-size: 13px;
		margin: 10px 0;
	}

	.categories-box .btn-category {
		font-size: 13px;
		height: 45px;
	}

	.categories-box .i-left {
		width: 35px;
		height: 30px;
	}

	.offcanvas-project {
		width: 80%;

	}
}
