@charset "UTF-8";/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
.female {color:#FF00C0!important;}
.male {color:#3822bb!important;}
.renfemale {color:#660442!important;}
.renmale {color:#1d1397!important;}
.renCharged {color:#9d1797!important;}
.renPaid {color:#1d9727!important;}
.renResigned {color:#Ad2727!important;}
.renDiscount {background-color:#e7e7e7!important;}
.currentSuspended {background-color:#fbe7e7!important;}
.table_t1 {padding-top:0;padding-bottom:0}
.table>:not(caption)>*>* {
    padding: .25rem .25rem;
}
.highlight_select {background-color:#f1e9f3;}


.table .fin {
	color:#AA2222!important;
	display: flex;
    height: 22px !important;
}
.table .trn {
	color:#22AA22!important;
	display: flex;
    height: 22px !important;
}
.filter {display:contents!important;color:#555555;}
.filter_gender {font-size:18px;font-style:italic; display:contents!important; color:#888888!important;}
.filter_category {font-size:18px;font-style:italic; display:contents!important;color:#AAAAAA;}
.filter_cat_group {font-size:18px;font-style:italic; display:contents!important;color:#aa8888;}

.w-140px {width: 140px!important;}

.form-select-lg {
	padding-top: .825rem;
	padding-bottom: .825rem;
	padding-left: 1rem;
	font-size: 1.15rem;
	border-radius: .625rem;
}

.app-sidebar-logo {height:unset!important;}

.form-control-solid {background-color: var(--bs-gray-200)!important;border-color: var(--bs-gray-400)!important}
.form-select-solid {background-color: var(--bs-gray-200)!important;border-color: var(--bs-gray-400)!important}

.fsheet_body {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.6;
	color: #212529;
	text-align: left;
	background-color: #f8fafc;
}

.fsheet_card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.fsheet_card {
	box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
	border: 0;
	border-radius: 0.4rem;
	margin-bottom: 30px;
}

.fsheet_card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}

.table.finance{
	padding-top:0px!important;
	padding-bottom:0px!important;
}

.dev {background-color:#5c0f21!important;}
.live {background-color:#0d0e12!important;}
.prod {background-color:#055a26!important;}

.progress_extra {height:2rem!important;}

	 /* Gallery Styling */
 .gallery {
	 display: grid;
	 grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	 gap: 20px;
 }

.gallery-card {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
	transition: transform 0.4s ease;
}

.gallery-card:hover img {
	transform: scale(1.05);
}

/* Overlay effect on hover */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.3s ease;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gallery-card:hover .overlay {
	opacity: 1;
}

.overlay i {
	font-size: 2rem;
	color: white;
}

/* Modal Styling */
.modal-content {
	background-color: #FFF;
	border: none;
	border-radius: 12px;
}

.modal-body {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	flex-direction: column;
}

#modalImage {
	max-height: 75vh;
	width: auto;
	border-radius: 12px;
	transition: transform 0.3s ease;
}

#modalCaption {
	margin-top: 12px;
	font-size: 1rem;
	color: #ccc;
	text-align: center;
	max-width: 80%;
}

.modal-footer {
	border: none;
	justify-content: space-between;
	padding: 10px 20px;
}

.btn-nav {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border-radius: 50px;
	padding: 8px 18px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-nav:hover {
	background-color: #000;
	color: #fff;
}

.report_subtotal {
	background-color: #f0f0f0!important;
	color: #000;
}
.report_total {
	 background-color: #e8e8e8!important;
	 color: #000;
 }
.report_header {
	background-color: #E0E0E0!important;
	color: #fff;
}
.inv_paid {
	background-color: #D0FFD0!important;
	color: #fff;
}
.inv_partial {
	background-color: #FFFFA0!important;
	color: #fff;
}
.full-width{
	width: 100%;
}

.event_synopsis {
	background-color:aliceblue;
}

.flag-block {
	 background-color: #FF0000!important;
	 border-color: #FF0000!important;
}

.menu-link {
	padding: .45rem 1rem!important;
}

