/**
* @copyright 2025.
* @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");
:root {
  --bs-primary: #0867c5;
  --bs-primary-rgb: 8, 103, 197;
  --color-1: #E6EEFF;
  --color-2: #FFEFE7;
  --color-3: #D2D4FE;
  --color-4: #2BD887;
  --color-5: #CDBDF5;
  --color-6: #DBFFBA;
  --color-7: #FFBAF3;
  --color-8: #84AA4F;
  --color-9: #FEC328;
  --color-10: #FE8158;
  --color-11: #86D717;
  --color-12: #D46FAA;
  --color-13: #D28134;
  --color-14: #5A79D5;
  --color-15: #8C68C8;
  --color-16: #368C76;
  --color-17: #F5DDC7;
  --color-18: #317B74;
  --color-19: #FF9D03;
  --color-20: #EBF4D7;
  --chart-primary-fg: #fff;
  --chart-primary-bg: #00B9D0;
  --chart-secondary-fg: #fff;
  --chart-secondary-bg: #484848;
  --chart-warning-fg: #fff;
  --chart-warning-bg: #FF9302;
  --chart-danger-fg: #fff;
  --chart-danger-bg: #EC3B35;
  --chart-success-fg: #fff;
  --chart-success-bg: #4AA94D;
}

html,
body {
  height: 100%;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

@keyframes running-progress {
  0% {
    margin-left: 0;
    margin-right: 100%;
  }
  50% {
    margin-left: 25%;
    margin-right: 0;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}
.btn {
  border-radius: 0.25rem;
}

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

.page-header {
  margin-top: 0;
  padding-top: 1rem;
}
.page-header h2 {
  margin-top: 0;
}
.page-header .btn-group {
  margin-top: 0.625rem;
}

.modal-header.bg-danger, .modal-header.bg-primary {
  color: var(--bs-white);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-30,
.py-30 {
  padding-top: 30px;
}

.pb-30,
.py-30 {
  padding-bottom: 30px;
}

.ps-30,
.px-30 {
  padding-left: 30px;
}

.pe-30,
.px-30 {
  padding-right: 30px;
}

.pt-50,
.py-50 {
  padding-top: 50px;
}

.pb-50,
.py-50 {
  padding-bottom: 50px;
}

.ps-50,
.px-50 {
  padding-left: 50px;
}

.pe-50,
.px-50 {
  padding-right: 50px;
}

.mt-10,
.my-10 {
  margin-top: 10px;
}

.mb-10,
.my-10 {
  margin-bottom: 10px;
}

.ms-10,
.mx-10 {
  margin-left: 10px;
}

.me-10,
.mx-10 {
  margin-right: 10px;
}

#sidebar {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #sidebar {
    padding-left: 3px;
  }
}

.full-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #eee;
  z-index: 2;
  overflow: hidden;
  background-color: #ccc;
}
.full-page > .page-section {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
}
.full-page > .page-section.left-section {
  left: 0;
}
.full-page > .page-section.right-section {
  right: 0;
}

.left-section-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.static-page {
  z-index: 1;
}
.static-page .wrapper,
.static-page .static-row {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.static-page .column {
  height: 100%;
  overflow: auto;
  *zoom: 1;
}
.static-page .column .padding {
  padding: 0;
}
@media (max-width: 768px) {
  .static-page .column .padding {
    padding: 7px;
  }
}
.static-page .full {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .static-page .full {
    padding-top: 20px;
  }
}

.wrapper:before,
.wrapper:after,
.column:before,
.column:after {
  content: "";
  display: table;
}

.wrapper:after,
.column:after {
  clear: both;
}

#sidebar {
  padding-top: 15px;
}

.comments {
  margin: 0 0 10px 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.wrapper,
.static-row {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.wrapper:before, .wrapper:after,
.column:before, .column:after {
  content: "";
  display: table;
}

.wrapper:after,
.column:after {
  clear: both;
}

.column {
  height: 100%;
  overflow: auto;
  *zoom: 1;
}

.box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50px;
}

#main {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    transition: all 0.25s ease-out;
  }
}

@media screen and (max-width: 768px) {
  .row-offcanvas-left.active {
    left: 33%;
  }
}
@media screen and (max-width: 768px) {
  .row-offcanvas-left.active .sidebar-offcanvas {
    position: absolute;
    top: 0;
    left: -33%;
    width: 33%;
    margin-left: 5px;
  }
}

.hover-up {
  transition: all 0.3s linear;
}
.hover-up:hover, .hover-up:focus {
  transform: translateY(-0.25rem);
}

.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px;
  line-height: 38px;
  user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
}
.select2-results__option:hover, .select2-results__option:focus {
  background-color: var(--bs-light);
}
.select2-results__option[aria-selected=true] {
  color: var(--bs-primary);
  font-weight: 600;
  background-color: var(--bs-light);
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 38px;
  margin-right: 20px;
  padding-right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: rgb(246.5, 246.5, 246.5);
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 38px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.upload-btn {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.upload-btn > span {
  display: block;
  position: relative;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.upload-btn > input {
  display: none;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0;
  content: "\f107";
  border: none;
  font-family: "Font Awesome 6 Pro", serif;
  font-weight: 400;
}

.nav-stacked .nav-item .nav-link.active {
  background-color: var(--bs-primary);
}
.nav-stacked .nav-item .nav-link {
  color: #eee;
}
.nav-stacked .nav-item .nav-link:hover, .nav-stacked .nav-item .nav-link:focus {
  text-shadow: none;
  background-color: var(--bs-primary);
}

.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a.active {
  color: #fff;
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}
.nav-tabs > li > a.active:focus {
  color: #fff;
  outline: none;
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}
.nav-tabs > li > a {
  color: #000;
  border-radius: 0;
  background-color: #ddd;
}
.nav-tabs > li > a:focus {
  outline: none;
}

.nav-pills .nav-link.rounded-pill {
  border: 1px solid var(--bs-border-color);
  background-color: var(--bs-light);
}
.nav-pills .nav-link.active {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}

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

.form-label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
  font-size: 0.9rem;
}

.filter-form .form-label {
  color: var(--bs-secondary);
  font-weight: normal;
}

.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;
}

.pb-switch {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}
.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: all 0.3s linear;
  border: 1px solid var(--bs-border-color);
  line-height: 1.5rem;
  text-align: center;
}
.pb-slider:before {
  position: absolute;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  transition: all 0.3s linear;
}
.pb-slider.rounded-circle {
  border-radius: 50%;
}
.pb-slider.rounded-circle:before {
  border-radius: 50%;
}
.pb-slider i {
  font-size: 1rem;
  color: transparent;
}

input:checked + .pb-slider {
  border-color: var(--bs-primary);
}
input:checked + .pb-slider i {
  color: var(--bs-primary);
}

.modal-form {
  width: 80%;
  max-width: 768px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.modal-form .form-header {
  position: relative;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.modal-form .form-header .title {
  margin: 0;
}
.modal-form .form-header .close {
  position: absolute;
  top: 0.3rem;
  right: 1rem;
  font-size: 2rem;
}
.modal-form .form-content {
  padding: 1rem;
}

body {
  font-family: "Roboto", var(--bs-body-font-family), sans-serif;
  font-optical-sizing: auto;
}

strong {
  font-weight: 500;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-34 {
  font-size: 34px;
}

.fs-36 {
  font-size: 36px;
}

.fs-38 {
  font-size: 38px;
}

.fs-40 {
  font-size: 40px;
}

.fs-42 {
  font-size: 42px;
}

.fs-44 {
  font-size: 44px;
}

.fs-46 {
  font-size: 46px;
}

.fs-48 {
  font-size: 48px;
}

.fs-50 {
  font-size: 50px;
}

.fs-52 {
  font-size: 52px;
}

.fs-54 {
  font-size: 54px;
}

.fs-56 {
  font-size: 56px;
}

.fs-58 {
  font-size: 58px;
}

.fs-60 {
  font-size: 60px;
}

.fs-62 {
  font-size: 62px;
}

.fs-64 {
  font-size: 64px;
}

.fs-66 {
  font-size: 66px;
}

.fs-68 {
  font-size: 68px;
}

.fs-100 {
  font-size: 100px;
}

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

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

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

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

.fw-500 {
  font-weight: 500;
}

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

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.border-dotted {
  border-style: dotted !important;
}

.pills {
  display: block;
  margin-bottom: 1rem;
}
.pills .pill {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: var(--bs-border-radius-pill);
  border: 0.1rem solid var(--bs-border-color);
}
.pills .pill > strong {
  font-weight: 500;
}

.thumbnail > img {
  width: 100%;
}
.thumbnail.circle {
  border-radius: 50%;
}
.thumbnail.circle > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.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;
  font-size: 1.2rem;
}
.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;
}

.section-header {
  margin-bottom: 1.25rem;
  clear: both;
}
.section-header > h4, .section-header > h3, .section-header > h2, .section-header > h1 {
  float: left;
}

.thumbnail-3 {
  padding: 0;
  margin-bottom: 0.5rem;
  background-color: #eee;
}
.thumbnail-3 h3 {
  padding: 0.5rem;
}
.thumbnail-3 .footer {
  display: table;
  width: 100%;
  border-top: 1px solid #ddd;
}
.thumbnail-3 .td {
  width: 33%;
}
.thumbnail-3 .td > a {
  display: block;
  padding: 0.5rem;
  text-decoration: none;
  border-right: 1px solid #ddd;
  font-size: 0.8rem;
  color: #484848;
  transition: all 0.3s linear;
}
.thumbnail-3 .td > a:hover, .thumbnail-3 .td > a:focus {
  background-color: #ccc;
}

.report-card {
  page-break-after: always;
}
.report-card .report-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.report-card .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.report-card .h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.report-card h4, .report-card .h4 {
  font-size: 15px;
  font-weight: 700;
}

.report-header {
  padding: 0 0 15px 0;
  text-align: center;
}
.report-header h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
}

.report-badge img, .report-photo img {
  display: inline-block;
}

.report-header-content {
  font-size: 14px;
}

.report-strip {
  height: 30px;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #08f;
}

.error-page {
  margin-top: 1rem;
  padding-bottom: 1rem;
}

.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;
}

.shortcut-thumbnail {
  display: block;
  transition: all 0.25s linear;
}
.shortcut-thumbnail:hover, .shortcut-thumbnail:focus {
  text-decoration: none;
  transform: translateY(-0.25rem);
  background-color: var(--bs-light);
}
.shortcut-thumbnail .title {
  color: var(--bs-black);
}

.card-header {
  padding: 0.5rem;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.card-1 {
  position: relative;
  min-height: 1px;
}
@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;
  margin-bottom: 0.7rem;
  color: #000;
  text-decoration: none;
  border: 1px solid #ddd;
  box-shadow: 0 0 3px #ddd;
  background-color: #eee;
}
.card-2:hover, .card-2:focus {
  color: inherit;
  text-decoration: none;
}
.card-2:hover .counter, .card-2:focus .counter {
  font-size: 2.1rem;
}
.card-2:hover .counter-label, .card-2:focus .counter-label {
  font-size: 1.4rem;
}
.card-2.dark {
  color: #fff;
}
.card-2 .card-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.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;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.card-2 .bg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 1;
}
.card-2 .bg-icon .fa {
  display: inline-block;
  margin: 2rem 1rem;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.8);
}

.person-card {
  transition: all 0.3s linear;
}
.person-card.shadow:hover, .person-card.shadow:focus {
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 255, 0.5) ;
}
.person-card .person-name {
  font-size: 0.8rem;
}
.person-card .text {
  font-size: 0.9rem;
}

.navbar-dark .nav-link {
  color: var(--bs-white);
}

.login {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, #00B9D0, #0000ff);
}

.login-tr {
  display: table-row;
  vertical-align: middle;
}

.login-td {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 1rem;
}

.login-panel {
  display: block;
  max-width: 400px;
  min-width: 300px;
}

.login-logo {
  width: 150px;
  right: 2rem;
  bottom: 1rem;
}

.login-footer {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #ddd;
}
.login-footer a {
  font-weight: 600;
  font-size: 0.8rem;
  color: #484848;
}
.login-footer a:hover, .login-footer a:focus {
  color: #08f;
}

#login .form .input-group {
  margin-bottom: 15px;
}
#login .form .input-group .input-group-addon {
  border-radius: 0;
}
#login .form .input-group .form-control {
  border-radius: 0;
}

.page-header {
  background-color: var(--bs-light);
}
.page-header .nav-tabs .nav-link {
  font-size: 0.9rem;
  border-radius: 0;
  background-color: transparent;
}
.page-header .nav-tabs .nav-link.active {
  color: var(--bs-primary);
  font-weight: 500;
  background-color: var(--bs-white);
}
.page-header .nav-tabs .nav-link.active:hover, .page-header .nav-tabs .nav-link.active:focus {
  outline: unset;
  border-bottom-color: var(--bs-white);
}
.page-header .nav-tabs .nav-link:hover, .page-header .nav-tabs .nav-link:focus {
  outline: unset;
  border-bottom: 0;
}
.page-header .page-toolbar .btn {
  margin-right: 0.5rem;
}
.page-header .page-toolbar .btn:last-child {
  margin-right: 0;
}

.x-status {
  min-height: 0.25rem;
  visibility: visible;
}
.x-status.loading {
  overflow: hidden;
  background-color: #cccccc;
}
.x-status.loading > .indicator {
  display: block;
  height: 0.25rem;
  animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  border-left: 2rem solid var(--bs-warning);
  background-color: rgba(var(--bs-primary-rgb), 0.8);
}

.badge-0 {
  background-color: var(--bs-danger);
}

.badge-1 {
  background-color: var(--bs-success);
}

.list-group-item-heading i.fa-edit {
  color: #fff;
}

.profile-picture .dummy {
  border-color: #cccccc;
  background-color: #EEEEEE;
}

/* CHARTS */
.count.blue {
  color: #08f;
}

.count.red {
  color: #80f;
}

.count.green {
  color: #c00;
}

[data-notify=title] {
  font-weight: bold;
}

.app-page .page-header {
  padding: 0;
  border-bottom: 0;
}
.app-page .page-header .header {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #eee;
}
.app-page .page-header .header-title {
  margin-bottom: 1rem;
}
.app-page .page-header .header-title h2 {
  margin-bottom: 0;
}
.app-page .page-header .header-toolbar {
  margin-bottom: 1rem;
}
.app-page .page-header .navigation {
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}
.app-page .page-header .navigation .nav-tabs {
  border-bottom: 0;
}
.app-page .page-header .navigation .nav-tabs > li.active {
  position: relative;
  bottom: -1px;
  margin-bottom: -1px;
}
.app-page .page-header .navigation .nav-tabs > li.active > a {
  color: #000;
  border-color: #ccc;
  border-bottom-color: #fff;
  background-color: #fff;
}
.app-page .page-header .navigation .nav-tabs > li > a {
  margin-right: 0;
  color: #222;
  border-color: transparent;
  background-color: transparent;
}
.app-page .page-header .navigation .nav-tabs > li > a .fa {
  width: 20px !important;
  color: #333;
}
.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;
}
.app-page .search-panel-inner > form > .form-group {
  padding: 1rem;
}

.table {
  font-size: 0.9rem;
}
.table.spreadsheet th.marks-column {
  width: 60px;
}
.table.spreadsheet td input {
  appearance: textfield;
}
.table tr.text-primary th, .table tr.text-primary td {
  color: var(--bs-text-primary);
}
.table th {
  font-weight: 600;
  color: var(--bs-gray-dark);
}
.table td .fa-male {
  color: var(--bs-blue);
}
.table td .fa-female {
  color: var(--bs-pink);
}
.table td > .fa-check {
  color: var(--bs-green);
}
.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;
}

.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("/assets/img/sort_both.png");
}

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

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

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

.dataTables th {
  font-size: 0.9rem;
}

table.dataTable th.dt-type-date,
table.dataTable td.dt-type-date {
  text-align: unset;
}

.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_paginate {
  margin-top: 1rem;
}

.dt-info {
  margin-bottom: 1rem;
  font-size: 0.8rem;
}

/* SEARCH */
.quick-select-search {
  padding-top: 7px;
  padding-bottom: 7px;
}

#page-search #search-content {
  position: absolute;
}

#page-search #search-content > .pad {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

#page-search #search-content .page-header {
  margin-top: 20px;
}

#page-search #search-content .page-header h3 {
  color: #484848;
  margin: 0;
}

#page-search #search-content .page-header h3 span {
  color: #898989;
}

#page-search #search-sidebar {
  position: absolute;
  right: 250px;
  margin-right: -250px;
  height: 100%;
  border-left: 1px solid #ddd;
  background-color: #F5F5F5;
}

#page-search #search-sidebar > .pad {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

#tabs .selector {
  margin-top: 10px;
}
#tabs .selector > div {
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  background-color: #ddd;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
#tabs .selector > div.active {
  color: #fff;
  border-right: 1px solid #08f;
  background-color: #08f;
}
#tabs .line {
  border-bottom: 4px solid #08f;
  margin-bottom: 10px;
}

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

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

.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;
}
.chart-count .chart-icon {
  position: absolute;
  top: -20px;
  left: 1rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 0.25rem;
  border: 1px solid var(--bs-border-color);
}
.chart-count .counter {
  font-size: 2rem;
}
.chart-count .counter small {
  font-weight: 400;
  font-size: 0.7em;
  color: #000 !important;
}
.chart-count .chart-label {
  font-size: 1rem;
  font-weight: 500;
}
.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(--bs-primary);
}

#performanceSummeryTable2 th {
  text-align: right;
}
#performanceSummeryTable2 th:first-child {
  text-align: left;
}
#performanceSummeryTable2 tr td {
  text-align: right;
}
#performanceSummeryTable2 tr td:first-child {
  text-align: left;
  font-weight: 600;
}

.doc-page {
  font-size: 1.1rem;
}
.doc-page strong {
  font-weight: 600;
}
.doc-page h6 {
  font-size: 1.15rem;
}

.doc-page-centered {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.doc-section-title {
  margin-bottom: 1rem;
  font-weight: 600;
}

.doc-list {
  margin-bottom: 2rem;
}
.doc-list li {
  margin-bottom: 1rem;
}

.fa {
  font-weight: 400;
}

#head h1 {
  float: left;
  color: #fff;
  text-shadow: 2px 2px 1px #300;
  font-weight: 400;
}
#head h1 a {
  color: inherit;
}
#head h1 .pad {
  padding: 10px 20px;
}

#chart-teachers {
  width: 644px;
  height: 150px;
}

.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(--bs-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;
}

#footer {
  width: 100%;
  margin: 0 auto;
  color: #000;
}
#footer .wrap {
  padding: 10px 20px;
  margin: 0 auto;
}
#footer p {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #222;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}
#footer a {
  text-decoration: none;
}
#footer a:hover, #footer a:focus {
  color: #08f;
  text-decoration: none;
}

#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;
}

.employee-profile .field-row {
  border: 1px solid transparent;
}
.employee-profile .field-row:hover, .employee-profile .field-row:focus {
  border-color: #d1e7dd;
}
.employee-profile .field-title {
  color: #8a8a8a;
}

/*# sourceMappingURL=gandapps-ui.css.map */
