.header-color {
	padding: 25px 0;
	border-bottom: solid 1px #eee;
}
.tab-color__column-code-image {
	
}
.tab-color__column-code-image img {
    width: 100%;
}
.wrap-breadcrumbs {
	background: #f7f7f7;
	padding: 5px 0;
}
span.code-image img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-bottom: 7px;
}
input:focus,
textarea:focus,
button:focus,
a:focus,
.btn:focus {
	outline: none;
}

.tab-color {
	padding: 30px 0;
}

.tab-color__list {
	gap: 17px;
	/* justify-content: center; */
}

.scroll-auto {
	overflow-x: auto;
}

.tab-color__heading-ttl {
	font-size: 5.6rem;
}

.tab-color__heading-desc {
	max-width: 736px;
	color: #4d4d4d;
	font-size: 16px;
}

.tab-color__list-item {}

.tab-color__list-item>a {
	text-align: center;
	display: block;
	color: #666;
	font-size: 13px;
	white-space: nowrap;
	border-bottom: 1px solid transparent;
}

.tab-color__list-item>a:hover {
	color: var(--color-hover);
}

.tab-color__list-item.is-active a {
	color: black;
	font-weight: 700;
	border-bottom-color: black;
}

.tab-color__list-item .code {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto 8px;
	border-radius: 50%;
}

.tab-content {
	background: #f7f7f7;
	padding: 40px 0;
}

.tab-color__column:not(:last-child) {
	margin-bottom: 20px;
}

.tab-color__column>.row {
	gap: 25px 0;
}

.tab-color__column-wrap {
	background: white;
}

.tab-color__column-code {
	position: relative;
	overflow: hidden;
}

.tab-color__column-txt {
	color: #666;
}

.tab-color__column-ttl {
	font-size: 18px;
}

.tab-color__column-code::before {
	content: "";
	padding-top: calc((3 / 2) * 100%);
	display: block;
}

.tab-color__column-ct {
	padding: 10px;
	text-align: center;
}

.tab-color__content {}

.tab-color__content:not(:last-child) {
	margin-bottom: 20px;
}

.color-search-form {
	max-width: 416px;
	position: relative;
}

.color-search-form .form-control {
	width: 100%;
	border: 1px solid #808080;
	height: 56px;
	border-radius: 8px;
	padding: 10px;
	font-size: 16px;
}

.color-search-form .btn {
	position: absolute;
	border: 0;
	background: transparent;
	top: 0;
	right: 0;
	padding: 0;
	height: 100%;
	width: 50px;
}

.color-search-form .btn svg {
	width: 25px;
	height: 25px;
}

.page-link {
	font-size: 14px;
}

/* Custom Bootstrap Pagination Styles */
.pagination {
	justify-content: center;
	gap: 4px;
}

.pagination .page-link {
	border: none;
	padding: 12px 16px;

	min-width: 45px;
	height: 45px;
	border-radius: 50% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6c757d;
	background: #f8f9fa;
	transition: all 0.3s ease;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}

.pagination a[rel="prev"],
.pagination a[rel="next"] {
	font-size: 24px;
}

.pagination .page-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #96c944, #3aad4a);
	transition: left 0.3s ease;
	z-index: -1;
}

.pagination .page-link:hover {
	color: white;
	background: transparent;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgb(170 214 79);
}

.pagination .page-link:hover::before {
	left: 0;
}

.pagination .page-item.active .page-link {
	background: linear-gradient(45deg, #96c944, #3aad4a);
	color: white;
	box-shadow: 0 5px 15px rgb(170 214 79);
	transform: translateY(-1px);
}

.pagination .page-item.disabled .page-link {
	opacity: 0.5;
	pointer-events: none;
}

@media (max-width: 767px) {
	.tab-color__heading-ttl {
		font-size: 3.6rem;
	}
}

/* Rounded Style */
