
/* /////////////////////////////*/
/*      CASTING FORM - CRUD     */

.recent-sequence {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    font-style: italic;
    font-size: 14px;
    border-bottom: 2px solid #d16060;
    padding-top: 15px;
    padding-bottom: 30px;
}

.recent-sequence-item {
    line-height: 20px;
    color: #000;
}

.rec-seq-value {
    font-family: "CeraRoundProBold";
    color: #d44126;
}

.recent-sequence-icon {
    width: 65px;
}


/*////////////////////////*/
/* CASTING DYNAMIC RESULT */

.dynamic-query-result {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 20px;
}

.dynamic-query-result-item {
    background: #464643;
    color: #fff;
    text-align: center;
    padding: 4px 10px;
}

.dynamic-query-result-item p {
    padding-bottom: 3px;
    font-family: "CeraRoundProBold";
    font-size: 14px;
}

.dynamic-query-result-item span {
    display: block;
    /* padding: 3px 10px 5px 10px; */
    font-size: 16px;
    color: #d7d7d7;
}



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

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


.casting-field-container-left {
	width: 15%;
    margin-right: 10px;
}


.casting-create {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #56cc89;
	height:100%;
	text-decoration: none;
	color: #fff;
}

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

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

.casting-search-input-center {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
	background: #fff;
	padding: 5px 10px;
    width: 70%;
}

.casting-input-field {
	width: 100%;
	font-size: 15px;
}


.casting-field-container-right {
	width: 15%;
}

.casting-search-submit {
    background: #56cc89;
    border: none;
    padding: 0 20px;
    font-size: 15px; color: #fff;
    width: 100%;
    height: 100%;
}

.casting-search-submit:hover {
    color: #dedede;
} */





/* /////////////////// */
/* CASTING LIST FILTER */

.casting-filter-form {
    width: 100%;
    background: rgb(67 71 80 / 85%);;
    display: grid;
    grid-template-columns: 15% repeat(3, 1fr) 15%; /* First and last items occupy 20%, middle items share remaining space */
    grid-gap: 5px; /* Adjust gap between grid items as needed */
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
}




.casting-create {
    text-decoration: none;
    color: #fff;
    font-family: "CeraRoundProBold";
    width: 100%;
    height: 100%;
    text-align: center;
    background: #56cc89;
    display: flex;
    align-items: center;
    justify-content: center;
}

.casting-create:hover {
    color: #5f5f5f;
}


.casting-filter-input {
    background: #fff;
    padding: 10px;
}

.casting-filter-input-field {
    width: 100%;
}


.casting-filter-input-field::placeholder {
    color: #c0c0c0cc;
    font-style: italic;
}


.casting-search-submit-button {
    border: none;
    background: #56cc89;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "CeraRoundProBold"; 
    color: #fff;
    cursor: pointer;
}

.casting-search-submit-button:hover {
    color: #5f5f5f;
}


.filter-submit-icon {
    width: 28px;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(16deg) brightness(103%) contrast(101%);
}







/* //////////////////////////////////// */
/*         CASTING LIST TABLE           */
/* ------------------------------------ */

.casting__header {
    font-family: "Gotham Rounded Bold", sans-serif;
    font-size: 14px;
    background: #eaea9e;
    padding: 10px;
    text-align: center;
    color: #646464;
}

.casting__th {
    font-family: "CeraRoundProBold";
    font-size: 15px;
    padding: 8px;
    background: #c9c9bd;
    text-align: center;
    color: #393838;
    /* color: #616161; */
}

.casting__td {
	padding: 7px;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    background: #efefef;
}




/* //////////////////////////////////// */
/*         CASTING TABS SUMMARY         */
/* ------------------------------------ */



.casting-summary h1 {
    font-size: 20px;
    margin-bottom: 15px;
}

.casting-summary-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
}

.casting-grid-item {
    background: #eee;
}

.casting-grid-item .metal {
    background: #676767;
    padding: 6px;
    font-size: 15px;
    font-family: "Gotham Rounded Medium", sans-serif;
    color: #fafafa;
}

.casting-grid-item .metal-value {
    display: block;
    padding: 6px;
    font-size: 15px;
}




/* ///////////////////////// */
/*       CASTING REPORT      */

.casting-report-form-container {
    width: 100%;
    background: #676767;
    box-sizing: border-box;
    padding: 10px;
}

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

}



.casting-pdf-submit-container {
    display: block;    
}


.casting-pdf-submit {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5fb483;
    border: none;
    font-family: "CeraRoundProBold";
    font-size: 16px;
    color: #fff;
    padding: 0px 15px;
    transition: all 0.3s ease;
}

.casting-pdf-submit img {
    width: 28px;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(16deg) brightness(103%) contrast(101%);
}


.casting-pdf-submit:hover {
    color: #525253;
    cursor: pointer;
}









.casting-year-validator {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: red;
    font-size: 15px;
}






.casting-item-link {
    text-align: center;
    margin-top: 20px;
    font-family: "Gotham Rounded Bold", sans-serif;
}

.casting-item-link-icon {
    width: 11px;
	filter: invert(33%) sepia(17%) saturate(2254%) hue-rotate(314deg) brightness(102%) contrast(81%);
}

.casting-item-link a {
    margin-right: 10px;
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #761c1c;
	transition: all 0.5s ease;
	text-transform: uppercase;
}

.casting-item-link a:hover {
    color: #5a875a;
}




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