:root{--header-color:#6a1b2b;--nav-color:#7b2335;--text-color:#d4af37;--footer-color:#331515}*{font-family:'Poppins',sans-serif}body{background-color:#faf7f2}.header-section{background-color:var(--header-color)}.child-section{min-height:500px}.footer-section{background-color:var(--footer-color)}.navbar-section{background-color:var(--nav-color);height:50px;line-height:40px}.navbar-footer{text-decoration:none;color:#000}.search-input{height:33px;border-bottom-left-radius:3px;border-top-left-radius:3px;border:0;margin:0}.search-button{height:33px;border-bottom-right-radius:3px;border-top-right-radius:3px;border:0;margin:0;background-color:var(--text-color)}.search-input:focus{border:0}.header-link{text-decoration:none;color:var(--text-color)}.hide{display:none}.show{display:block}.cursor-pointer{cursor:pointer}table{background:#fff}.table thead th{border-bottom:2px solid #dee2e6;font-size:.95rem;color:#555}.table tbody tr:hover{background:#f1f5f9}.table tbody td{font-size:.9rem;color:#444}.table-striped>tbody>tr:nth-of-type(odd){background-color:#fafafa}.err{font-size:12px}