body {
	font-family: 'Varela Round', sans-serif;
	background-color: #f7f7f7;
}
.navbar {
	background: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.09) 0 2px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.09) 0 2px 0;
	box-shadow: rgba(0, 0, 0, 0.09) 0 2px 0;
	padding: 10px 16px;
}
.navbar .navbar-brand {
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 20px;
	color: #dd5638;
	padding-left: 23px;
}
.navbar-light .navbar-nav .active>.nav-link {
    color: #435d7d;
}
.fileinput {
	text-align: center;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
ul.pagination {
	margin-bottom: 0;
}
.card-title {
    color: #fff;
    background: #435d7d;
    padding: 16px 20px;
}
.footer {
	background-color: #435d7d;
	color: #f7f7f7;
}

.footer a {
	color: #d9d9d9;
}

th a {
	display: block;
	width: 100%;
	color: inherit;

}
th a:hover {
	text-decoration: none;
}
a.sortable {
	padding-right: 18px;
	position: relative;
}
a.sortable:before,
a.sortable:after {
	border: 4px solid transparent;
	content: "";
	display: block;
	height: 0;
	right: 5px;
	top: 50%;
	position: absolute;
	width: 0;
}
a.sortable:before {
	border-bottom-color: #e4e4e4;
	margin-top: -9px;
}
a.sortable.asc:before {
	border-bottom-color: #848484;
	margin-top: -9px;
}
a.sortable:after {
	border-top-color: #e4e4e4;
	margin-top: 1px;
}
a.sortable.desc:after {
	border-top-color: #848484;
	margin-top: 1px;
}
.auth-wrapper {
	min-height: 92vh;
}

.auth-wrapper h1 {
	font-size: 1.5em;
	font-weight: 700;
	color: #6c757d;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.auth-wrapper .form-label {
	color: #6c757d;
}

button.note-btn.dropdown-toggle::after {
    display: none;
}

i.fa-solid.fa-user-tie.fa-2xl {
    padding: 6px;
}
a.nav-logo {
    margin-left: 13px;
}

.row .save-submit {
    margin-top: 24px;
}

.form-custom-select .select-wrapper {
    position: relative;
}

.form-custom-select .custom-arrow {
    position: absolute;
    top: 50%;
    right: 10px; /* Adjust this value for arrow placement */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #555 transparent transparent transparent; /* Adjust the color as needed */
    pointer-events: none; /* To allow clicking through to the select element */
}


h2.reporthead {
    margin-top: 29px;
    text-align: center;
    background-color: #d0d0d0;
    padding: 7px;
	font-weight: 700;
}

table.dataTable tbody tr .latest-remaining-amount, table tbody tr.latest-remaining-amount {
	background-color: #ccece3;
	font-weight: bold;
}

td.text-color {
    color: #1e91cf;
}

.flex.space-x-2.mt-4.p-2 form {
    display: grid;
}

.legend-title {
    color: #333;
    font-size: 19px;
    font-weight: 400;
}

.conditionalfield {
    display: flex;
}

span.select2-selection.select2-selection--single:hover {
    border: 1px solid #b9b9b9;
    border-top-color: #a0a0a0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.pay-slip {
	border: 1px solid #000;
	margin: 20px;
	padding: 20px;
}

.pay-slip h2 {
	text-align: center;
}

.pay-slip table {
	width: 100%;
	border-collapse: collapse;
}

.pay-slip th,
.pay-slip td {
	padding: 8px;
	text-align: left;
}

.school-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	padding: 20px;
}

.school-header .school-info {
	flex: 1;
}

.school-header img {
	max-width: 184px;
}

.school-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	padding: 20px;
	flex-direction: row;
}

.school-header .school-address {
	font-size: 14px;
	margin: 0;
}

.school-header h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
	color: #dd127b;
	text-align: left;
}

button.bg-role-element {
    background-color: aliceblue;
    padding: 10px;
}





