.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 10px 24px;
}
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  opacity: 0.7;
}
.nav-tabs .nav-link {
  border: none;
  color: #888;
}
.nav-tabs .nav-link:hover {
  color: #04a9f5;
}
.nav-tabs .nav-link.disabled {
  opacity: 0.7;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  color: #111;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
}
.nav-pills {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}
.nav-pills .nav-link {
  border-radius: 5px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: #04a9f5;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content {
  padding: 35px 30px;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.row-spacing-eq {
  display: flex;
  justify-content: space-between;
}
.row-eq-height {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
}
.tabel-txt-xxsml table {
  overflow: hidden;
}
.tabel-txt-xxsml table thead tr {
  font-size: 60%;
}
.tabel-txt-xxsml table tbody tr {
  font-size: 80%;
}
.row-eq-height {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: table;
}
.row-padding-03 {
  margin-bottom: 3%;
}
.tabel-content-font-small table {
  overflow: hidden;
}
.tabel-content-font-small table tbody tr {
  font-size: small;
} /*# sourceMappingURL=custom.css.map */

.bg-gradient-red {
    background: linear-gradient(87deg, #df1b1b 0, #ba3030 100%) !important;
}

.card-border-radius-10 {
  border-radius: 10px;
}

.col-margin-left-10 {
  margin-left: 10%;
}

.col-margin-left-20 {
  margin-left: 20%;
}

.col-width-15 {
  width: 15%;
}

.col-padding-20 {
  padding: 20px 10px !important;
}

.theme-bg-dark {
  background: #3f4d67;
}

.card-trans {
  transition: all 0.3s ease;
}

.card-trans:hover {
  background-color: #076db1;
  transform: scale(1.05);
}

.clickable-row {
  cursor: pointer;
}

.clickable-row:hover {
  background-color: #a9b7d0;
}

.style-toggler {
  display: none;
}

.highlighted {
  background-color: #f0f8ff;
}

.highlighted-rows {
  cursor: pointer;
  color: #fff;
  background: #04a9f5 !important;
}

.hidden-column {
  display: none;
}

.actions-column {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.actions-column .btn {
  height: auto;
  padding: 0.25rem 0.5rem !important;
  line-height: 1.2 !important;
}

.bool-exemptions {
  margin-left: 30%;
  margin-top: 5%;
}

.id-card {
  width: 600px;
  height: 300px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  border: 3px solid #3f4d67;
}

.header {
  background-color: #3f4d67;
  padding: 5px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header img {
  width: 60px;
  height: 60px;
}

.header h1 {
  font-size: 24px;
  margin: 0;
  color: #fff;
}

.student-photo {
  position: absolute;
  top: 83px;
  left: 20px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #3f4d67;
  overflow: hidden;
}

.student-photo img {
  width: 100%;
  height: 100%;
}

.student-info {
  padding: 30px 20px 20px 200px;
  background-color: white;
}

.student-info h2 {
  color: #3f4d67;
  font-size: 22px;
  margin-bottom: 10px;
}

.student-info p {
  margin: 6px 0;
  font-size: 16px;
  color: #333;
}

.student-info p span {
  font-weight: bold;
  color: #000;
}

#student-info-id {
  position: absolute;
  bottom: 0px;
  left: 40px;
  width: 200px;
  height: 50px;
  color: #000;
}

#student-info-id p span {
  font-size: larger;
}

.footer {
  position: absolute;
  bottom: 0;
  background-color: #d83434;
  height: 30px;
  width: 100%;
}

.student-id-card-btn-save {
  padding: 10px 20px;
  color: #fff;
  background-color: #04a9f5;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}

.student-id-card-back {
  padding: 10px 20px;
  color: #fff;
  background-color: #3ebfea;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}

.student-id-card-back a {
  color: #fff;
}

.cards-clickable {
  cursor: pointer; 
}
.cards-clickable:hover {
  opacity: 0.9;
}

#bulk-action-dropdown {
  width: 170px;
}

#apply-action {
  margin-right: 20%;
}

/* Style for the tag elements */
.tag {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 5px;
  font-size: 14px;
}

.tag .close {
  margin-left: 5px;
  cursor: pointer;
  color: white;
}

/* Container for the role tags */
#role-tags-container {
  margin-top: 10px;
}

/* Style for the suggestions dropdown */
.suggestions-container {
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  position: absolute;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
}

/* Style for each suggestion item */
.suggestion-item {
  padding: 10px;
  cursor: pointer;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

#errormsg {
  color: red;
}

#ins_logo {
  border-radius: 5px;
  width: 6%;
  height: 6%;
}

tr.highlighted td {
  background-color: #04a9f5 !important;
  color: white;
}

.nav-tabs {
  border-bottom: 2px solid #3f4d67;
}
.nav-tabs .nav-link {
  border: 1px solid #3f4d67; 
  border-bottom: none;
  color: black;
}
.nav-tabs .nav-link.active {
  background-color: #3f4d67;
  color: #fff;
  border: 1px solid #3f4d67; 
}

#instituteDialog {
  max-width: 860px;
}

.is-invalid {
  border-color: #dc3545;
}

.is-valid {
  border-color:forestgreen;
}

.custom-small-button {
  font-size: 10px;  
  padding: 4px 8px;
  height: 22px; 
  min-width: 22px;
  line-height: 1; 
  border-radius: 4px; 
}

.custom-small-button i {
  font-size: 12px;
}

.table-container {
  display: none;
}

#table-style-hover.dataTable tbody th,
#table-style-hover.dataTable tbody td {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.8;
}

.card-block.table-border-style {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.dt-responsive, .table-container {
  width: 100%;
  max-width: 100%;
}

#table-style-hover {
  width: 100% !important;
  table-layout: auto;
}

.dt-buttons {
  margin-bottom: 10px;
}

#delattachment {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background-color: #dc3545;
  border: 1px solid #dc3545;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

#delattachment:hover {
  background-color: #c82333;
  border-color: #bd2130;
  text-decoration: none;
}

#Modal .select2-container.select2-container--open {
  max-width: 466px;
}

.traceback-container {
  max-width: 900px; 
  overflow-x: auto;
  height: 80px;
  white-space: pre-wrap;
  word-break: break-all;
}

.traceback-content {
  margin: 0;
  padding: 0;
  font-family: monospace;
}