@charset "utf-8";

/* Custom CakePHP Pagination */
.paging {
	background: transparent;
	color: #aaa;
	margin-top: 1em;
	clear: both;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex-wrap: wrap;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 4px 4px;
	/*display: inline-block;*/
}
.paging > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border: 1.5px solid #d8d0fb;
	border-radius: 8px;
	font-size: .75rem;
	font-weight: 500;
	color: #8169f1;
	background: #fff;
	transition: background .18s, color .18s, border-color .18s, box-shadow .18s;
	cursor: pointer;
}
.paging a:hover,
.paging > span:hover {
	background: #8169f1;
	border-color: #8169f1;
	color: #fff;
	box-shadow: 0 4px 12px rgba(129, 105, 241, .25);
}
.paging .prev,
.paging .next {
	border-radius: 8px;
	font-weight: 600;
	letter-spacing: .01em;
}
.paging .disabled {
	color: #ccc;
	border-color: #ebebeb;
	background: #f9f9f9;
	cursor: default;
	pointer-events: none;
}
.paging .disabled:hover {
	background: #f9f9f9;
	color: #ccc !important;
	box-shadow: none;
}
.paging .current {
	background: #8169f1;
	border-color: #8169f1;
	font-weight: 600;
	color: #fff;
	box-shadow: 0 4px 12px rgba(129, 105, 241, .30);
	cursor: default;
	pointer-events: none;
}
/* End - Custom CakePHP Pagination */

/* Search Form*/
.search-bar {
	display: flex;
	align-items: center;
	background: #e6e6e6;
	border-radius: 50px;
	padding: 8px 10px;
	max-width: 600px;
	margin: 0 auto;
	box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.search-input {
	display: flex;
	align-items: center;
	padding: 0 15px;
	flex: 1;
}

.search-input i {
	color: #999;
	margin-right: 8px;
	font-size: 14px;
}

.search-input input {
	border: none;
	background: transparent;
	outline: none;
	width: 100%;
	font-size: 14px;
	color: #333;
}

.search-input input::placeholder {
	color: #aaa;
}

.divider {
	width: 1px;
	height: 24px;
	background: #ddd;
}

.search-btn {
	border: none;
	background: linear-gradient(135deg, #6c63ff, #8e6cff);
	color: #fff;
	padding: 10px 20px;
	border-radius: 40px;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.25s ease;
	white-space: nowrap;
}

.search-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 15px rgba(108, 99, 255, 0.3);
}
/* End - Search Form*/



.back-office-index-page-round_image {
	border-radius: 8px;
	width: 120px;
	height: 100px;
	object-fit: cover;
}

.back-office-table-detail-page-round_image {
	border-radius: 8px;
	width: 200px;
	height: 150px;
	object-fit: cover;
}

.head_index{
	width:95%;
	font-size:14px;
	color:#000;
	margin-left:auto;
	margin-right:auto;
	border-color: #DDDDDD;
	border-style: solid;
	border-width:1.5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: linear-gradient(to bottom, rgba(245,245,245,1) 5%,rgba(255,255,255,1) 18%);
	padding: 10px;

	/*-webkit-box-shadow: #000 0 1px 15px;
    -moz-box-shadow: #000 0 1px 10px;
    box-shadow: #000 0 1px 10px;*/
}
.box_show_home{
	width: 92%;
	font-size:14px;
	height: auto;
	color:#000;
	margin-right:auto;
	border-color: #DDDDDD;
	border-style: solid;
	border-width:1.5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: linear-gradient(to bottom, rgba(245,245,245,1) 5%,rgba(255,255,255,1) 18%);
	margin-left: 20px;
	padding: 20px;
	/*-webkit-box-shadow: #000 0 1px 15px;
    -moz-box-shadow: #000 0 1px 10px;
    box-shadow: #000 0 1px 10px;*/
}

.box_show_head{
	width: 92%;
	font-size:18px;
	color:#000;
	margin-left:auto;
	margin-right:auto;
	border-color: #DDDDDD;
	border-style: solid;
	border-width:1.5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#5ea2f7;
	/*background: linear-gradient(to bottom, rgba(90,160,246,1) 5%,rgba(97,208,249,1) 50%);*/

}

table.table_001.table_001 {
	border-spacing: 0;

} /* IMPORTANT, I REMOVED border-collapse: collapse; FROM THIS LINE IN ORDER TO MAKE THE OUTER BORDER RADIUS WORK */

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active,
a:hover {
	text-decoration:none;
}


/*
Table Style - This is what you want
------------------------------------------------------------------ */
table.table_001 a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table.table_001 a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table.table_001 a:active,
table.table_001 a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table.table_001 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;
	width:85%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.table_001 th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.table_001 th:first-child{
	text-align: left;
	padding-left:20px;
}
table.table_001 tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.table_001 tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table.table_001 tr{
	text-align: center;
	padding-left:20px;
}
table.table_001 tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table.table_001 tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.table_001 tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.table_001 tr:last-child td{
	border-bottom:0;
}
table.table_001 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.table_001 tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table.table_001 tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
/* table 002 */
.table_002 tr { height: 50px; }
/* table 002 */

.inputs  {
	padding: 6px;
	border-radius: 3px;
	border: 1px solid #CCC;
	background-image: none;
	width:200px;
}
.inputs:focus {
	outline-color: #54B4AD;
}

.back-office-header-logo {
	max-height: 40px;
	border-radius: 6px;
}

.catalog-project-index-cover {
	object-fit: cover;
	height: 250px;
}

.catalog-project-portfolio-cover {
	object-fit: cover;
	height: 410px;
}

.popup-carousel-item-img {
	position: relative;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	word-wrap: break-word;
	max-height: 900px;
}

.catalog-project-portfolio-img {
	object-fit: cover;
	width: 100%;
	max-height: 160px;
	margin: 12px 0;
	border-radius: 8px;
	cursor: pointer;
}