/**
* @copyright 2018
* @author Akudo Silas
* @package Gandapps UI
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("/assets/css/icons.min.css");
:root {
  --gui-primary-1: #09b14b;
  --gui-primary: #0d6efd;
  --gui-primary-rgb: 41, 104, 241;
  --gui-primary-50: #eef8ff;
  --gui-primary-100: #d8eeff;
  --gui-primary-200: #b9e0ff;
  --gui-primary-300: #89cfff;
  --gui-primary-400: #52b4ff;
  --gui-primary-500: #2a91ff;
  --gui-primary-600: #0d6efd;
  --gui-primary-700: #0c5ae9;
  --gui-primary-800: #1149bc;
  --gui-primary-900: #144194;
  --gui-primary-950: #11295a;
  --bs-success: #09b14b;
  --bs-success-rgb: 9, 177, 75;
}

body {
  font-family: "Roboto", var(--bs-body-font-family), sans-serif;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500,
.fw-semibold {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

img {
  max-width: 100%;
}

textarea {
  resize: vertical;
}

.canvas {
  display: block;
}

@keyframes bounces {
  0% {
    padding-left: 0;
    padding-right: 10px;
  }
  10% {
    padding-left: 10px;
    padding-right: 0;
  }
  20% {
    padding-left: 0;
    padding-right: 10px;
  }
  30% {
    padding-left: 10px;
    padding-right: 0;
  }
  40% {
    padding-left: 0;
    padding-right: 10px;
  }
  50% {
    padding-left: 10px;
    padding-right: 0;
  }
  100% {
    padding-left: 0;
    padding-right: 10px;
  }
}
@keyframes running-progress {
  0% {
    margin-left: 0;
    margin-right: 100%;
  }
  50% {
    margin-left: 25%;
    margin-right: 0;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}
.img-zoom:hover img, .img-zoom:focus img {
  transform: scale(1.05) rotate(1deg);
}
.img-zoom img {
  transition: all 0.3s linear;
}

.page-header {
  padding: 0;
  border-bottom: 0;
}
.page-header .header {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-header .header-title {
  margin-bottom: 1rem;
}
.page-header .header-title small {
  font-size: 0.8em;
}
.page-header .header-title small .fa {
  color: #ababab;
}
.page-header .header-toolbar {
  margin-bottom: 1rem;
}
.page-header .navigation .nav-tabs > .nav-item > .nav-link {
  margin-right: 0;
  color: #222;
  border-color: transparent;
  background-color: transparent;
}
.page-header .navigation .nav-tabs > .nav-item > .nav-link .fa {
  width: 20px !important;
  color: #333;
}
.page-header .navigation .nav-tabs > .nav-item > .nav-link.active {
  position: relative;
  color: var(--gui-primary);
  border-color: #ccc;
  border-radius: 0;
  border-bottom-color: #fff;
  background-color: #fff;
}

.static-page {
  height: 100vh;
  max-height: calc(100vh - 56px);
  z-index: 1;
}
.static-page .static-row {
  height: calc(100vh - 56px);
  max-height: calc(100vh - 56px);
}
.static-page .static-row .sidebar, .static-page .static-row .content-bar {
  max-height: calc(100vh - 56px);
  overflow: auto;
}
.static-page .sidebar-inner {
  max-height: calc(100vh - 56px);
  overflow: auto;
}

#logo {
  margin: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-bottom: 5px;
  font-size: 16px;
}

.account-droppanel {
  background-color: var(--gui-primary);
}
.account-droppanel > .header {
  padding: 1rem 1rem 0.5rem 1rem;
}
.account-droppanel > .header .photo > img {
  display: block;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 0.125rem solid #fff;
  background-color: #fff;
}
.account-droppanel > .header .names {
  text-align: center;
  padding: 0.3rem 0;
  font-size: 1rem;
  color: #fff;
}
.account-droppanel > .footer {
  border-top: 1px solid #eee;
  background-color: rgba(var(--gui-primary-rgb), 0.5);
}
.account-droppanel > .footer .btn {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 0.25rem solid transparent;
  color: #eee;
  font-size: 0.7rem;
}
.account-droppanel > .footer .btn:hover, .account-droppanel > .footer .btn:focus {
  border-bottom-color: var(--gui-primary);
}

.sidebar-nav {
  margin-top: 10vh;
}

.app-page .page-content {
  padding-left: 1rem;
  padding-right: 1rem;
}
.app-page .search-panel-inner {
  display: none !important;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  z-index: 100;
}
.app-page .search-panel-inner.in {
  position: fixed;
  display: block !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mh-150 {
  min-height: 150px;
}

.mh-300 {
  min-height: 300px;
}

@media (min-width: 768px) {
  .navbar-brand {
    width: 16.6666666667%;
  }
}

.dropdown-toggle::after {
  border: none;
  font-family: "Font Awesome 5 Pro", serif;
  font-weight: 300;
  content: "\f078";
  vertical-align: unset;
  transition: all 0.3s linear;
}

.dropdown-toggle.show::after {
  transform: rotate(180deg);
}

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-menu > li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dropdown-menu .divider {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  color: #000;
  border-radius: 0;
}
.nav-tabs .nav-link.active {
  font-weight: 600;
  color: var(--gui-primary);
  background-color: #fff;
}
.nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  color: inherit;
  outline: none;
  border-color: var(--gui-primary);
}

.sidebar {
  background-color: #ddd;
}
.sidebar .nav .nav-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #000;
  transition: all 0.25s linear;
  border: 1px solid transparent;
  border-left: 0.24rem solid transparent;
  font-weight: bold;
}
.sidebar .nav .nav-link .icon {
  display: inline-block;
  width: 1.3rem;
  text-align: left;
}
.sidebar .nav .nav-link:hover {
  border-left: 0.24rem solid var(--gui-danger);
  color: var(--gui-primary);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}
.sidebar .nav .nav-link:focus {
  background-color: #ccc;
}
.sidebar .nav .nav-link.active {
  color: var(--gui-primary);
  font-weight: bold;
  border-left: 0.24rem solid var(--gui-danger);
}

#mainMenu .nav-link {
  color: var(--bs-white);
}

.x-status {
  min-height: 0.25rem;
}

.x-content {
  min-height: 0.25rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-label {
  font-weight: 600;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
}

.pb-switch {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.pb-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.pb-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  border: 2px solid #ccc;
  line-height: 22px;
  text-align: center;
  /* Rounded sliders */
}
.pb-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  transition: 0.4s;
}
.pb-slider.round {
  border-radius: 50%;
}
.pb-slider.round:before {
  border-radius: 50%;
}
.pb-slider i {
  font-size: 1rem;
  color: transparent;
}

input:checked + .pb-slider {
  border-color: #00C851;
}
input:checked + .pb-slider i {
  color: #00C851;
}

label.error {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  color: #FF3B30;
  font-size: 0.8rem;
  font-weight: normal !important;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
  border-color: #E3E3E3;
  box-shadow: none;
}

.has-success .form-control,
.has-success .form-control-feedback,
.form-control.valid:focus {
  border-color: #05AE0E;
  color: #05AE0E;
}

.has-error .form-control,
.has-error .form-control-feedback,
.form-control.error {
  color: #FF3B30;
  border-color: #FF3B30;
}

.form-check-input.md {
  width: 1.5rem;
  height: 1.5rem;
}

.text-primary {
  color: var(--gui-primary) !important;
}

.text-primary-50 {
  color: var(--gui-primary-50);
}

.text-primary-100 {
  color: var(--gui-primary-100);
}

.text-primary-200 {
  color: var(--gui-primary-200);
}

.text-primary-300 {
  color: var(--gui-primary-300);
}

.text-primary-400 {
  color: var(--gui-primary-400);
}

.text-primary-500 {
  color: var(--gui-primary-500);
}

.text-primary-600 {
  color: var(--gui-primary-600);
}

.text-primary-700 {
  color: var(--gui-primary-700);
}

.text-primary-800 {
  color: var(--gui-primary-800);
}

.text-primary-900 {
  color: var(--gui-primary-900);
}

.text-primary-950 {
  color: var(--gui-primary-950);
}

.link-text {
  text-decoration: none;
  color: var(--gui-primary);
}
.link-text:hover, .link-text:focus {
  text-decoration: underline;
}

.x-status {
  min-height: 4px;
  width: 100%;
}

.loading {
  background-color: #cccccc;
}
.loading > .indicator {
  display: block;
  height: 4px;
  animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  background-color: rgba(var(--gui-primary), 0.8);
}

.thumbnail {
  display: block;
  height: 150px;
  color: inherit;
  text-decoration: none;
  border-bottom: 0.25rem solid transparent;
  background-color: #ddd;
}
.thumbnail.class {
  display: block;
  height: 120px;
  color: #fff;
  text-decoration: none;
  border-bottom: 0.5rem solid transparent;
}
.thumbnail.class:hover, .thumbnail.class:focus {
  color: #ddd;
  border-bottom-color: var(--bs-primary);
}
.thumbnail.class a {
  color: inherit;
}
.thumbnail.class .h4 {
  padding: 0 0.5rem;
  font-size: 1.4rem;
}
.thumbnail.class .counter-text {
  height: 60px;
  padding: 0 0.5rem;
  margin: 0;
  transition: all 0.3s linear;
}
.thumbnail.class .counter-text > span {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 42px;
  border: 2px solid #eee;
  text-align: center;
  border-radius: 50%;
  font-size: 1.2rem;
}
.thumbnail.blue {
  color: #fff;
  background-color: #4285F4;
}
.thumbnail:hover, .thumbnail:focus {
  text-decoration: none;
  background-color: #00B1E1;
}
.thumbnail .icon {
  height: 80px;
}
.thumbnail .icon > i {
  line-height: 80px;
  font-size: 3rem;
}
.thumbnail .title {
  height: 40px;
  line-height: 25px;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s linear;
}

.calendar .months-container {
  clear: both;
  overflow: hidden;
}
.calendar .months-container > [class*=col-] {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.calendar table.month {
  min-height: 210px !important;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}
.calendar .month-container {
  min-height: 211px !important;
  margin-bottom: 0.5rem;
}

.card-1 {
  position: relative;
  min-height: 1px;
  border: 1px solid var(--bs-border-color);
}
@media (min-width: 860px) and (max-width: 1024px) {
  .card-1 {
    height: 12.5rem;
  }
}
.card-1.default .card-header {
  background-color: #eee;
}

.card-2 {
  position: relative;
  display: block;
  height: 120px;
  color: #000;
  text-decoration: none;
}
.card-2:hover, .card-2:focus {
  color: inherit;
  text-decoration: none;
}
.card-2.dark {
  color: #fff;
}
.card-2.primary {
  border-color: #069;
  background-color: #069;
}
.card-2.secondary {
  border-color: #103265;
  background-color: #103265;
}
.card-2.info {
  border-color: #00B1E1;
  background-color: #00B1E1;
}
.card-2.success {
  border-color: #00C851;
  background-color: #00C851;
}
.card-2.warning {
  border-color: #FFBB33;
  background-color: #FFBB33;
}
.card-2.danger {
  border-color: #DD4B39;
  background-color: #DD4B39;
}
.card-2 .counter {
  padding: 0.25rem 1rem;
  margin: 1rem 0 0 0;
  font-weight: 700;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.card-2 .counter-label {
  padding: 0.25rem 1rem;
  margin: 0;
  font-weight: 400;
  font-size: 1.3rem;
}
.card-2 .bg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 1;
}
.card-2 .bg-icon i {
  display: inline-block;
  margin: 2rem 1rem;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.8);
}

.login-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  align-items: center;
  background: linear-gradient(45deg, #0e592e, #0b8a3e, #09b14b, #13d45f);
}

.login-panel-wrapper {
  max-width: 400px;
}

.login-footer a {
  font-weight: 600;
  font-size: 0.8rem;
  color: #484848;
}
.login-footer a:hover, .login-footer a:focus {
  color: #08f;
}

.bg-primary {
  background-color: var(--gui-primary) !important;
}

.bg-primary-50 {
  background-color: var(--gui-primary-50);
}

.bg-primary-100 {
  background-color: var(--gui-primary-100);
}

.bg-primary-200 {
  background-color: var(--gui-primary-200);
}

.bg-primary-300 {
  background-color: var(--gui-primary-300);
}

.bg-primary-400 {
  background-color: var(--gui-primary-400);
}

.bg-primary-500 {
  background-color: var(--gui-primary-500);
}

.bg-primary-600 {
  background-color: var(--gui-primary-600);
}

.bg-primary-700 {
  background-color: var(--gui-primary-700);
}

.bg-primary-800 {
  background-color: var(--gui-primary-800);
}

.bg-primary-900 {
  background-color: var(--gui-primary-900);
}

.bg-primary-950 {
  background-color: var(--gui-primary-950);
}

.bg-support {
  background-color: #ddd;
}

.badge {
  font-weight: normal;
  border-radius: var(--bs-border-radius-pill);
}
.badge.badge-secondary {
  color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
}
.badge.badge-success {
  color: var(--bs-success);
  border: 1px solid var(--bs-success);
}

.bg-purple {
  background-color: var(--bs-purple);
}

.btn {
  border-radius: var(--bs-border-radius-sm);
}

.form-control,
.form-select {
  border-radius: var(--bs-border-radius-sm);
}

.dashboard {
  background-color: var(--gui-primary-100);
}

.table td .fa-male {
  color: #4285F4;
}
.table td .fa-female {
  color: #EC407A;
}
.table td > .fa-check {
  color: #00C851;
}
.table td .progress {
  margin-bottom: 0;
  background-color: #ddd;
  background-image: none;
}
.table.timetable-updater tbody td {
  padding: 0;
}
.table.timetable-updater tbody td select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

.table > tbody > tr > td.edit {
  padding: 0;
}
.table > tbody > tr > td.edit:focus {
  border-color: #08f;
}
.table > tbody > tr > td.edit input {
  display: inline-block;
  width: 70px;
  height: 37px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin: 0;
  border: 0;
}
.table > tbody > tr > td.edit input:focus {
  color: #fff;
  border: 0;
  outline: 0;
  box-shadow: none;
  background-color: #08f;
}
.table > tbody > tr > td.edit > label {
  display: inline-block;
  margin: 0;
  padding: 4px 4px 0 4px;
}
.table > tbody > tr > td.edit > label input {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
}

.td {
  display: table-cell;
}

.tr {
  display: table-row;
}

.sorting,
.sorting_asc,
.sorting_desc {
  padding-right: 0.5rem;
  background-position: right center;
  background-repeat: no-repeat;
}

.sorting {
  background-image: url("../img/sort_both.png");
}

.sorting_asc {
  background-image: url("../img/sort_asc.png");
}

.sorting_desc {
  background-image: url("../img/sort_desc.png");
}

.v-align-middle {
  vertical-align: middle !important;
}

.dt-buttons {
  margin-bottom: 1rem;
}

.dataTables_filter {
  display: inline-block;
  float: right;
  min-width: 240px;
}

.dataTables_empty {
  padding: 2rem 1rem !important;
  text-align: center;
}

.dataTables_info {
  float: left;
}

.dataTables_paginate {
  float: right;
}

.sui-barchart {
  border: 0.25rem solid #ccc;
  background-color: #ddd;
}

.chartjs-size-monitor {
  z-index: 1 !important;
}

.chart-primary {
  background-color: var(--gui-primary);
}

.chart-keys {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.chart-keys .key {
  display: inline-block;
  border-radius: 27px;
}
.chart-keys .key > div {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
}

.chart-count {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
  z-index: 1;
  border: 1px solid #ccc;
  background-color: #fff;
}
.chart-count.chart-primary .counter {
  color: #00B9D0;
}
.chart-count.chart-secondary .counter {
  color: #484848;
}
.chart-count.chart-warning .counter {
  color: #FF9302;
}
.chart-count.chart-danger .counter {
  color: #EC3B35;
}
.chart-count.chart-success .counter {
  color: #4AA94D;
}
.chart-count .counter {
  height: 70px;
  line-height: 70px;
  padding: 0 1rem;
  font-size: 2rem;
  background-color: #fff !important;
}
.chart-count .counter small {
  font-weight: 400;
  font-size: 0.7em;
  color: #000 !important;
}
.chart-count .chart-label {
  height: 40px;
  line-height: 30px;
  padding: 0.25rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  background-color: #ddd;
}
.chart-count .footer {
  height: 40px;
  padding: 0.25rem;
}

.progress-counter {
  border-bottom: 1px solid #ddd;
}
.progress-counter:hover, .progress-counter:focus {
  background-color: #ddd;
}
.progress-counter:hover .indicator, .progress-counter:focus .indicator {
  background-color: #fff;
}
.progress-counter .head {
  height: 30px;
}
.progress-counter .head .title {
  float: left;
  width: calc(100% - 50px);
  height: 30px;
}
.progress-counter .head .counter {
  float: left;
  width: 50px;
  height: 30px;
}
.progress-counter .indicator {
  height: 0.5rem;
  background-color: #ddd;
}
.progress-counter .indicator > div {
  width: 0;
  height: 0.5rem;
  background-color: var(--gui-primary);
}

.calendar-wrapper {
  background-color: #E9E7EA;
}
.calendar-wrapper > .header {
  padding: 1rem;
  border: 0 solid #ccc;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}
.calendar-wrapper > .header h5 {
  margin-bottom: 0;
  font-weight: 700;
}
.calendar-wrapper .calendar {
  width: 100%;
  border: 1px solid var(--gui-primary);
  background-color: var(--gui-primary);
}
.calendar-wrapper .calendar th.header {
  padding: 0.3rem 0.5rem;
  color: #fff;
}
.calendar-wrapper .calendar .day {
  padding: 0.3rem 0.5rem;
  color: #fff;
}
.calendar-wrapper .calendar .day.today {
  padding-left: 0;
  padding-right: 0;
}
.calendar-wrapper .calendar .day.today > span {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  color: var(--gui-primary);
  border-radius: 50%;
  background-color: #fff;
}

.notifications-dropdown .dropdown-menu {
  min-width: 20rem;
  max-height: 80vh;
  overflow-y: auto;
}
.notifications-dropdown .panel {
  font-size: 0.9rem;
}
.notifications-dropdown .list-group-item .link {
  text-decoration: none;
  color: #000;
}
.notifications-dropdown .list-group-item .link:hover {
  text-decoration: none;
  color: #069;
}
.notifications-dropdown .list-group-item .link:hover .date {
  font-weight: bold;
}
.notifications-dropdown .list-group-item .date {
  color: #069;
}

.notification-item .link {
  text-decoration: none;
  color: #000;
}
.notification-item .link:hover {
  text-decoration: none;
  color: #069;
}
.notification-item .date {
  color: #ababab !important;
}

.id-page {
  position: relative;
  max-width: 960px;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
}

.id-card {
  position: relative;
  font-family: Arial, serif !important;
  font-size: 16px;
  width: 677px;
  height: 414px;
  margin: 2rem auto;
  border-radius: 0.5rem !important;
  border: 2px solid #BE0000 !important;
  overflow: hidden;
}
.id-card .section.top {
  height: 130px;
  background-color: #fff !important;
}
.id-card .section.top img {
  width: 100%;
  height: 100%;
  margin: 10px 0;
  max-height: calc(100% - 20px);
}
.id-card .section.spacer {
  font-family: Arial, serif !important;
  height: 40px;
  color: #fff !important;
  overflow: hidden;
  border-bottom: 4px solid #BE0000;
  background-color: var(--gui-primary) !important;
}
@media print {
  .id-card .section.spacer {
    color: #fff !important;
  }
}
.id-card .section.spacer .number {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
.id-card .section.spacer .title {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}
.id-card .section.main {
  position: relative;
  overflow: hidden;
}
.id-card .section.main .photo,
.id-card .section.main .content {
  float: left;
  height: 230px;
}
.id-card .section.main .photo {
  position: relative;
  width: 208px;
  height: 210px;
  margin-top: 3px;
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}
.id-card .section.main .photo img {
  width: 100%;
  border: 1px solid #aaa;
}
.id-card .section.main .content {
  width: 465px;
  padding: 10px 0 8px 0;
}
.id-card .section.main .content .name,
.id-card .section.main .content .class {
  font-family: "Times New Roman";
  font-weight: bold;
  font-size: 18px;
  color: #0000cc !important;
}
.id-card .section.main .content .name {
  text-transform: uppercase;
  font-size: 20px;
}
.id-card .section.main .content .date {
  color: red !important;
  font-size: 20px;
  font-weight: bold;
}
.id-card .section.main .content .item {
  height: 36px;
}
.id-card .section.main .content .item .text-content {
  float: left;
  height: 36px;
  line-height: 30px;
}
.id-card .section.main .content .item .title {
  padding-right: 15px;
  font-size: 18px;
  line-height: 30px;
}
.id-card .section.main .content .item .text-content {
  position: relative;
  min-width: 100px;
}
.id-card .section.main .content .item .text-content img {
  width: 200px;
}
.id-card .section.main .content .item .text-content .signature {
  position: absolute;
  display: block;
  bottom: 4px;
  left: 4px;
  right: 4px;
  font-size: 12px !important;
  line-height: 14px !important;
  color: maroon;
  text-align: center;
}
.id-card.id-card-back {
  border: 0 !important;
  page-break-after: always;
}
.id-card.id-card-back .section.top {
  height: 130px;
  background-color: #ddb;
}
.id-card.id-card-back .section.spacer {
  height: 141px;
  background-color: #9dd;
}
.id-card.id-card-back .section.footer {
  height: 141px;
  background-color: #d9d;
}

.form-control,
.form-select {
  border-radius: 0;
}

.remove-row:hover, .remove-row:focus {
  color: var(--gui-danger);
  cursor: pointer;
}

.single-count {
  font-size: 1.5rem;
}

.employees {
  padding: 0;
  margin: 0;
  list-style: none;
}
.employees > li {
  border-bottom: 1px solid #ddd;
  background-color: #eee;
}
.employees > li:hover, .employees > li:focus {
  background-color: #fff;
}
.employees > li:hover > div, .employees > li:focus > div {
  border-left-color: var(--gui-primary);
}
.employees > li > div, .employees > li a {
  display: block;
  color: #000;
  text-decoration: none;
  border-left: 0.25rem solid transparent;
  padding: 0.5rem;
}
.employees > li > div:hover, .employees > li > div:focus, .employees > li a:hover, .employees > li a:focus {
  text-decoration: none;
}
.employees > li .names {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.employees > li .designation {
  font-size: 0.8rem;
}
.employees > li .bio {
  font-size: 0.8rem;
}
.employees > li .phone {
  font-size: 0.8rem;
}

.person-profile-header {
  margin-bottom: 1rem;
  background-color: #ddd;
}

#account {
  float: right;
  color: #fff;
}
#account > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#account > ul > li {
  float: left;
}
#account > ul > li:first-child > a {
  border-left: 1px solid #444;
}
#account > ul > li:last-child > a {
  border-right: none;
}
#account > ul > li > a {
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 30px;
  padding: 4px 20px;
  text-decoration: none;
  border-right: 1px solid #333;
  background-color: #000;
}
#account > ul > li > a:hover, #account > ul > li > a:focus {
  text-decoration: none;
  color: #f90;
  background-color: #484848;
}

.registration-form .form-label {
  margin-bottom: 0.25rem;
}

.stage-nav .badge {
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  padding: 0;
  line-height: 1.5rem;
  border-radius: var(--bs-border-radius-pill);
}
.stage-nav .nav-item {
  margin-bottom: 0.25rem;
}
.stage-nav .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--bs-black);
  background-color: var(--bs-light);
}
.stage-nav .nav-link.active {
  color: var(--bs-white);
}
.stage-nav .nav-link i {
  font-weight: normal;
}

/*# sourceMappingURL=style.css.map */
