.assembly-search-section {
    padding: 5px;
    margin-bottom: 15px;
    background: rgb(67 71 80 / 85%);
    border-radius: 2px;
}

.assembly-search-form {
    display: flex;
    justify-content: center;
}

.assembly-field-container-left {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}

.assembly-field-container-right {
    width: 10%;
    margin-left: 5px;
}



/* //////////////////////////////////////////////////////////// */
/* These styles is for assembly report filter for generating PDF */
/* //////////////////////////////////////////////////////////// */


.assembly-report-form-container {
	width: 100%;
}

.assembly-report-filter {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;

}






/* //////////////////////////////// */
/*   ASSEMBLY TABLE TAB INCLUDES    */
/* -------------------------------- */
.assembly-table {width: 100%;}

.assembly__th__list,
.assembly__th__main,
.assembly__th__issue,
.assembly__th__return {
    font-family: "CeraRoundProBold", sans-serif;
    font-size: 15px;
    padding: 8px 10px;
    text-align: center;
    color: #585a12;
}

.assembly__th__main {background: #ececab;}
.assembly__th__issue {background: #ddf0b1;}
.assembly__th__return {background: #cbe2b5;}
.assembly__th__list {background: #ececab;}

.assembly__td__main,
.assembly__td__issue,
.assembly__td__return,
.assembly__td__list {
    padding: 10px;
    font-size: 14px;
    vertical-align: middle;
    font-style: italic;
    color: #000000;
    text-align: center;
    background: #efefef;
}

.assembly-empty {
    background: #f1f1f1;
    padding: 20px 0;
    color: #999696;
    font-style: italic;
}

.assembly-empty a {
    display: block;
    font-family: "CeraRoundProBold", sans-serif;
    font-size: 16px;
    color: #aa3232;
    margin-top: 5px;
}

.assembly-action  {
	font-family: "CeraRoundProBold", sans-serif;
	font-size: 14px;
	color: #aa3232;
	transition: all 0.2s ease;
}

.assembly-action:hover {
    color: #ef4722;
}

.a__action__01 {font-size: 14px;}
.a__action__01 i {font-size: 11px;}










/* ////////////////////////////////////// */
/*             ASSEMBLY PART              */
/* -------------------------------------- */

.assembly__part__section {
    text-align: right;
	margin-bottom: 5px;
}

.assembly__part__section a > i {
	text-decoration: underline;
}

.assembly__part__section a > i:hover {
	text-decoration: none;
}

.empty-parts {
    color: #999696;
    font-style: italic;
    padding: 10px;
    font-size: 15px;
}




/* ////////////////////////////////////// */
/*              ASSEMBLY FORM             */
/* -------------------------------------- */
.assembly__form__text__header {
	text-align: center;
	font-size: 25px;
    margin-bottom: 25px;
	padding: 10px 0;
    color: #a9a9a9;
	/* background: #dedede; */
}








/* ////////////////////////////////////// */
/*           ASSEMBLY LIST TABLE          */
/* -------------------------------------- */

/* table.assembly_table {
    width: 100%;
}

table.assembly_table th, table.assembly_table td {
	border: 1px solid #8f8f8f;
}

.assembly__01__th {
    padding: 5px 8px;
	font-size: 14px;
	text-align: left;
    color: #515151;
    vertical-align: middle;
	font-family: "Google Sans Medium";
}

.assembly__th {
    font-family: "CeraRoundProBold";
    font-size: 15px;
    padding: 8px;
    background: #ececab;
    text-align: center;
    color: #585a12;
}


.assembly__td {
    padding: 8px;
    font-size: 14px;
    vertical-align: middle;
    font-style: italic;
    color: #000000;
    text-align: center;
    background: #efefef;
} */




/* color accent */
/* .aa__01 {
    background: #fdffed;
    color: #a19f9f;
    font-family: "Google Sans Medium";
    padding: 10px 0;
}

.aa__02 {
    background: #f9f6cc;
}

.aa__03 {
    background: #ebe6a3;
}

.aa__04 {
    background: #fff2b6;
} */





/* ///////////////////////////////////// */
/*         REDESIGN TABLE TO GRID        */
/* ///////////////////////////////////// */

/* .assembly-grid-container {
    width: 100%;
	box-sizing: border-box;
}

.assembly-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 2px;
}


.assembly-grid-item {
    background: #d9e6cc;
}

.assembly-grid-item p {
	font-family: "CeraRoundProBold";
	font-size: 15px;
	padding: 8px 10px;
	color: #557054;
}


.assembly-grid-item span {
    display: block;
	background: #ededed;
	font-size: 14px;
	padding: 8px 10px;
	color: #000;
    font-style: italic;
}


.assembly-grid-accent-01 {
    background: #d9e6cc;
}

.assembly-grid-accent-02 {
    background: #d0e4b9;
}

.assembly-empty {
    background: #f1f1f1;
	padding: 20px 0;
	color: #999696;
	font-style: italic;
}



.assembly-link {
    font-family: "Google Sans Bold";
	font-size: 14px;
	color: #aa3232;
	transition: all 0.3s ease;
    margin-top: 10px;
    display: block;
} */


/* //////////////////// */
/* ASSEMBLY PART */

/* .assembly-part-grid-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.assembly-part-item p {
    font-family: "CeraRoundProBold";
    font-size: 15px;
    display: block;
    background: #cddfca;
    padding: 8px 10px;
    color: #5a665d;
}

.assembly-part-item span {
    display: block;
    background: #ededed;
    padding: 8px 10px;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 2px;
} */





.assembly-year-validator,
.assembly-form-error {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: red;
    font-size: 14px;
    font-style: italic;
}


.assembly-delete-animation {
	width: 100px;
}
















/* /////////////////////////// */
/*         REDESIGN            */
/* /////////////////////////// */

/* .assembly-table-wrapper {
    border: 2px solid #a8a8a8;
	border-radius: 12px;
	margin-bottom: 15px;
} */


/* table.assembly-tab-table-card {
    background-color: #ebebc6;
} */
















.assembly-count-update {
    vertical-align: middle;
}

.assembly-card-update {
    display: flex;
	align-items: center;
	justify-content: center
}

.assembly-card-update img {
	width: 18px;
	filter: brightness(0) saturate(100%) invert(43%) sepia(3%) saturate(24%) hue-rotate(5deg) brightness(93%) contrast(79%);
}

.assembly-card-update img:hover {
	filter: invert(33%) sepia(17%) saturate(2254%) hue-rotate(314deg) brightness(102%) contrast(81%);
    transition: all 0.3s ease;
}

.assembly-card-update-count {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: #504f4f;
	border-radius: 50%;
}

.assembly-card-update-count h1 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}




/* Issue and Return */
table.assembly-tab-table thead {
    background-color:var(--gray_header);
	border-bottom:1px solid rgba(1,1,1,0.2);
	font-weight: 600;
	color: #6c6c6c;
	font-size: 15px;
}

table.assembly-tab-table tbody tr:not(:last-child){
    border-bottom:1px solid rgba(1, 1, 1, 0.2);
}

table.assembly-tab-table tbody tr:nth-of-type(even) {
    background: #e9e9e9;
}


table.assembly-tab-table th, 
table.assembly-tab-table td {
    padding: 0.8rem 1rem;
    position: relative;
    cursor: default;
	/* Border for each cell */
	border: 1px solid var(--gray_header);
}

table.assembly-tab-table td {
	font-weight: 500;
	font-size: 14px;
}


/* Assembly Part Issue and Return update icon */
.assembly-part-update-icon {
	width: 14px;
	filter: invert(33%) sepia(17%) saturate(2254%) hue-rotate(314deg) brightness(102%) contrast(81%);
	transition: all 0.3s ease;
}


.issue {
    color: var(--green);
}
.return {
    color: var(--red);
}