body {
  -webkit-text-size-adjust: 100%;
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  text-align: var(--bs-body-text-align);
}
.splash {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wrapper {
  align-items: stretch;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.sidebar {
  background: transparent;
  border-right: 0;
  box-shadow: 0 0 2rem 0 rgba(0,0,0,.05);
  max-width: 250px;
  min-width: 250px;
  transition: margin-left .3s ease-in-out,left .3s ease-in-out,margin-right .3s ease-in-out,right .3s ease-in-out;
  z-index: 1;
}
.sidebar-brand, .sidebar-brand:hover {
  background: #80bd01;
  color: #fff;
  display: block;
  font-size: 1.175rem;
  font-weight: 500;
  padding: 1rem;
  text-decoration: none;
  width: 100%;
}
.sidebar-content, .sidebar-nav {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.sidebar-content {
  height: 100%;
  min-height: 100%;
  transition: margin-left .3s ease-in-out,left .3s ease-in-out,margin-right .3s ease-in-out,right .3s ease-in-out;
}

.sidebar-user {
  background: #fff;
  color: #153d77;
  padding: 1.5rem 1rem 1rem;
  text-align: center;
}
.splash .splash-icon {
  background: #153d77;
  display: block;
  height: 100%;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(0) translateY(-100%);
  transition: transform .5s;
  width: 100%;
  z-index: 100;
}
.sidebar-nav {
  flex: 1;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.sidebar-content, .sidebar-nav {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.sidebar-content {
  height: 100%;
  min-height: 100%;
  transition: margin-left .3s ease-in-out,left .3s ease-in-out,margin-right .3s ease-in-out,right .3s ease-in-out;
}
.sidebar-header {
  background: transparent;
  color: #adb5bd;
  font-size: .75rem;
  font-weight: 500;
  padding: .375rem 1.5rem;
  text-transform: none;
}
.sidebar-nav {
  list-style: none;
}
.sidebar-item.active .sidebar-link:hover, .sidebar-item.active > .sidebar-link {
  background: #e9ecef;
  color: #212529;
}
.sidebar [data-bs-toggle="collapse"] {
  position: relative;
}
.sidebar-link, a.sidebar-link {
  background: transparent;
  border-radius: .2rem;
  color: #6c757d;
  cursor: pointer;
  display: block;
  font-weight: 400;
  margin: 0 .5rem;
  padding: .65rem .75rem;
  position: relative;
  text-decoration: none;
  transition: background .1s ease-in-out;
}
.sidebar-item.active .sidebar-link:hover .fab, .sidebar-item.active .sidebar-link:hover .fal, .sidebar-item.active .sidebar-link:hover .far, .sidebar-item.active .sidebar-link:hover .fas, .sidebar-item.active .sidebar-link:hover svg, .sidebar-item.active > .sidebar-link .fab, .sidebar-item.active > .sidebar-link .fal, .sidebar-item.active > .sidebar-link .far, .sidebar-item.active > .sidebar-link .fas, .sidebar-item.active > .sidebar-link svg {
  color: #153d77;
}
.sidebar-link .fab, .sidebar-link .fal, .sidebar-link .far, .sidebar-link .fas, .sidebar-link svg, a.sidebar-link .fab, a.sidebar-link .fal, a.sidebar-link .far, a.sidebar-link .fas, a.sidebar-link svg {
  color: #153d77;
  margin-right: .75rem;
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}
.sidebar [data-bs-toggle="collapse"] {
  position: relative;
}
.main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 0;
  transition: margin-left .3s ease-in-out,left .3s ease-in-out,margin-right .3s ease-in-out,right .3s ease-in-out;
  width: 100%;
}
.wrapper::before {
  background: #80bd01;
  content: " ";
  height: 264px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sidebar [aria-expanded="true"]::before, .sidebar [data-bs-toggle="collapse"]:not(.collapsed)::before {
  transform: rotate(45deg);
}
.sidebar [data-bs-toggle="collapse"]::before {
  border: solid;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 .1rem .1rem 0;
  content: " ";
  display: inline-block;
  padding: 2.5px;
  position: absolute;
  right: 1.25rem;
  top: 1.2rem;
  transform: rotate(-45deg);
  transition: all .2s ease-out;
}

.sidebar-item.active .sidebar-link:hover .fab, .sidebar-item.active .sidebar-link:hover .fal, .sidebar-item.active .sidebar-link:hover .far, .sidebar-item.active .sidebar-link:hover .fas, .sidebar-item.active .sidebar-link:hover svg, .sidebar-item.active > .sidebar-link .fab, .sidebar-item.active > .sidebar-link .fal, .sidebar-item.active > .sidebar-link .far, .sidebar-item.active > .sidebar-link .fas, .sidebar-item.active > .sidebar-link svg {
  color: #153d77;
}
.sidebar-link .fab, .sidebar-link .fal, .sidebar-link .far, .sidebar-link .fas, .sidebar-link svg, a.sidebar-link .fab, a.sidebar-link .fal, a.sidebar-link .far, a.sidebar-link .fas, a.sidebar-link svg {
  color: #153d77;
  margin-right: .75rem;
}
.fa-solid, .fas {
  font-family: Font Awesome 6 Free;
  font-weight: 900;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
}
.me-2 {
  margin-right: .5rem !important;
}
.sidebar-item.active .sidebar-link:hover, .sidebar-item.active > .sidebar-link {
  color: #212529;
}
.sidebar-link, a.sidebar-link {
  color: #6c757d;
  cursor: pointer;
  font-weight: 400;
}
.sidebar-item.active .sidebar-link:hover, .sidebar-item.active > .sidebar-link {
  color: #212529;
}
.sidebar-link, a.sidebar-link {
  color: #6c757d;
  cursor: pointer;
  font-weight: 400;
}
.sidebar-dropdown .sidebar-link {
  background: #fff;
  color: #6c757d;
  font-size: 90%;
  font-weight: 400;
  margin: 0 .5rem;
  padding: .35rem 1.5rem .35rem 2.75rem;
}
.sidebar-link, a.sidebar-link {
  background: transparent;
  border-radius: .2rem;
  color: #6c757d;
  cursor: pointer;
  display: block;
  font-weight: 400;
  margin: 0 .5rem;
  padding: .65rem .75rem;
  position: relative;
  text-decoration: none;
  transition: background .1s ease-in-out;
}
svg {
  touch-action: none;
}
.navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  position: relative;
}
.sidebar-toggle {
  cursor: pointer;
  height: 26px;
  margin-left: .5rem;
  width: 26px;
}
.me-2 {
  margin-right: .5rem !important;
}
a {
  color: #3b7ddd;
  text-decoration: none;
}
.hamburger {
  position: relative;
}
.hamburger, .hamburger::after, .hamburger::before {
  background: hsla(0,0%,100%,.75);
  content: "";
  cursor: pointer;
  display: block;
  height: 2px;
  transition: background .1s ease-in-out,color .1s ease-in-out;
  width: 20px;
}
.align-self-center {
  align-self: center !important;
}
.hamburger::before {
  position: absolute;
  top: -6.5px;
  width: 20px;
}
.hamburger::after {
  bottom: -6.5px;
  position: absolute;
  width: 20px;
}

.d-sm-inline-block {
  display: inline-block !important;
}
.form-control-lite {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar .nav-item {
  line-height: 3rem;
}
.navbar-theme .navbar-nav .active > .nav-link, .navbar-theme .navbar-nav .nav-link.active, .navbar-theme .navbar-nav .nav-link.show, .navbar-theme .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-theme .navbar-nav .nav-link {
  color: hsla(0,0%,100%,.75);
}
.nav-link {
  color: #3b7ddd;
  display: block;
  padding: .5rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-nav .dropdown-menu {
  box-shadow: 0 0 2rem 0 rgba(0,0,0,.05);
}
.dropdown-menu-lg {
  min-width: 20rem;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .2rem;
  color: #3e4676;
  display: none;
  font-size: .9375rem;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: .5rem 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
.dropdown-menu-header {
  border-bottom: 1px solid #dee2e6;
  font-weight: 500;
  padding: .75rem;
  text-align: center;
}

.list-group {
  border-radius: .2rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.dropdown .list-group .list-group-item:first-child, .dropdown .list-group .list-group-item:last-child {
  border-radius: 0;
}
.dropdown .list-group .list-group-item {
  border-width: 0 0 1px;
  margin-bottom: 0;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  color: #212529;
  display: block;
  padding: .75rem 1.25rem;
  position: relative;
}
.align-items-center {
  align-items: center !important;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.nav-item .indicator {
  background: #fd7e14;
  border-radius: 50%;
  box-shadow: 0 0 2rem 0 rgba(0,0,0,.05);
  display: block;
  height: 9px;
  position: absolute;
  right: 0;
  top: 18px;
  transition: top .1s ease-out;
  width: 9px;
}
.navbar .nav-item .nav-link .fab, .navbar .nav-item .nav-link .fal, .navbar .nav-item .nav-link .far, .navbar .nav-item .nav-link .fas {
  font-size: 1.125rem;
}
.fa-solid, .fas {
  font-family: Font Awesome 6 Free;
  font-weight: 900;
}
.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
}
.content {
  flex: 1;
  margin-top: -15px;
  padding: 0 .5rem;
}
.header {
    margin-bottom: 10px;
    position: relative;
    margin-top: 40px;
}
.card-header:first-child {
  border-radius: .2rem .2rem 0 0;
}
.card-header {
  background: transparent;
}
.card-header {
  background-color: #fff;
  border-bottom: 0 solid rgba(0,0,0,.125);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
}
.card {
  word-wrap: break-word;
}
.card-title {
  color: #3e4676;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bolder;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #203a45;
  font-family: Jost,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0;
}
.card-body {
  padding-top: .75rem;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.card {
  box-shadow: 0 2px 4px rgba(126,142,177,.12);
  margin-bottom: 1.5rem;
}
.card {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 0 solid rgba(0,0,0,.125);
  border-radius: .2rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.card-actions a {
  color: #3e4676;
  text-decoration: none;
}
.card-actions .dropdown {
  line-height: 1.4;
}
.d-inline-block {
  display: inline-block !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.feather {
  height: 16px;
  width: 16px;
}
div.dataTables_wrapper {
  position: relative;
}
.card > .dataTables_wrapper .table.dataTable {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.card > .dataTables_wrapper .table.dataTable, .card > .table, .card > .table-responsive .table, .card > .table-responsive-lg .table, .card > .table-responsive-md .table, .card > .table-responsive-sm .table, .card > .table-responsive-xl .table {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}
table.dataTable {
  border-collapse: separate !important;
  border-spacing: 0;
  clear: both;
  margin-bottom: 6px !important;
  margin-top: 6px !important;
  max-width: none !important;
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #3e4676;
  --bs-table-striped-bg: #f8f9fa;
  --bs-table-active-color: #3e4676;
  --bs-table-active-bg: rgba(0,0,0,.1);
  --bs-table-hover-color: #3e4676;
  --bs-table-hover-bg: rgba(0,0,0,.075);
  border-color: #dee2e6;
    border-right-color: rgb(222, 226, 230);
    border-bottom-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
  color: #3e4676;
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
}
.table tbody, .table td, .table tfoot, .table th, .table thead, .table tr {
  border-color: #dee2e6;
}
.table > thead {
  vertical-align: bottom;
}
tbody, td, tfoot, th, thead, tr {
  border: 0 solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: inherit;
}

.card > .dataTables_wrapper .table.dataTable tr:first-child td, .card > .dataTables_wrapper .table.dataTable tr:first-child th, .card > .table tr:first-child td, .card > .table tr:first-child th, .card > .table-responsive .table tr:first-child td, .card > .table-responsive .table tr:first-child th, .card > .table-responsive-lg .table tr:first-child td, .card > .table-responsive-lg .table tr:first-child th, .card > .table-responsive-md .table tr:first-child td, .card > .table-responsive-md .table tr:first-child th, .card > .table-responsive-sm .table tr:first-child td, .card > .table-responsive-sm .table tr:first-child th, .card > .table-responsive-xl .table tr:first-child td, .card > .table-responsive-xl .table tr:first-child th {
  border-top: 0;
}
.card > .dataTables_wrapper .table.dataTable td:first-child, .card > .dataTables_wrapper .table.dataTable th:first-child, .card > .table td:first-child, .card > .table th:first-child, .card > .table-responsive .table td:first-child, .card > .table-responsive .table th:first-child, .card > .table-responsive-lg .table td:first-child, .card > .table-responsive-lg .table th:first-child, .card > .table-responsive-md .table td:first-child, .card > .table-responsive-md .table th:first-child, .card > .table-responsive-sm .table td:first-child, .card > .table-responsive-sm .table th:first-child, .card > .table-responsive-xl .table td:first-child, .card > .table-responsive-xl .table th:first-child {
  border-left: 0;
  padding-left: 1.25rem;
}
table.dataTable > thead > tr > td:not(.sorting_disabled), table.dataTable > thead > tr > th:not(.sorting_disabled) {
  padding-right: 30px;
}
table.dataTable > thead .sorting, table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_asc_disabled, table.dataTable > thead .sorting_desc, table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable td, table.dataTable th {
  box-sizing: content-box;
}
.table tbody, .table td, .table tfoot, .table th, .table thead, .table tr {
  border-color: #dee2e6;
    border-top-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
}
.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: .75rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
tbody, td, tfoot, th, thead, tr {
  border: 0 solid;
    border-top-color: currentcolor;
    border-top-style: solid;
    border-top-width: 0px;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-bottom-width: 0px;
    border-left-color: currentcolor;
    border-left-style: solid;
    border-left-width: 0px;
  border-color: inherit;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::after {
  opacity: 1;
}
table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_desc_disabled::before {
  content: "↑";
  right: 1em;
}
table.dataTable > thead .sorting::after, table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_desc_disabled::after, table.dataTable > thead .sorting_desc_disabled::before {
  bottom: .5em;
  display: block;
  opacity: .3;
  position: absolute;
}
table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_desc_disabled::after {
  content: "↓";
  right: .5em;
}
table.dataTable > thead .sorting, table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_asc_disabled, table.dataTable > thead .sorting_desc, table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
}
.table > :not(:first-child) {
  border-top: transparent;
}
.table > :not(:first-child) {
  border-top: 2px solid;
}
.table > tbody {
  vertical-align: inherit;
}
table.dataTable.table-striped > tbody > tr.odd {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
}
.card > .dataTables_wrapper .table.dataTable tr:first-child td, .card > .dataTables_wrapper .table.dataTable tr:first-child th, .card > .table tr:first-child td, .card > .table tr:first-child th, .card > .table-responsive .table tr:first-child td, .card > .table-responsive .table tr:first-child th, .card > .table-responsive-lg .table tr:first-child td, .card > .table-responsive-lg .table tr:first-child th, .card > .table-responsive-md .table tr:first-child td, .card > .table-responsive-md .table tr:first-child th, .card > .table-responsive-sm .table tr:first-child td, .card > .table-responsive-sm .table tr:first-child th, .card > .table-responsive-xl .table tr:first-child td, .card > .table-responsive-xl .table tr:first-child th {
  border-top: 0;
}
.card > .dataTables_wrapper .table.dataTable td:first-child, .card > .dataTables_wrapper .table.dataTable th:first-child, .card > .table td:first-child, .card > .table th:first-child, .card > .table-responsive .table td:first-child, .card > .table-responsive .table th:first-child, .card > .table-responsive-lg .table td:first-child, .card > .table-responsive-lg .table th:first-child, .card > .table-responsive-md .table td:first-child, .card > .table-responsive-md .table th:first-child, .card > .table-responsive-sm .table td:first-child, .card > .table-responsive-sm .table th:first-child, .card > .table-responsive-xl .table td:first-child, .card > .table-responsive-xl .table th:first-child {
  border-left: 0;
  padding-left: 1.25rem;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table > tbody > tr > td {
  vertical-align: middle;
}
table.dataTable td, table.dataTable th {
  box-sizing: content-box;
}
.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: .75rem;
    padding-left: 0.75rem;
}
.header-title {
  color: #fff;
  font-size: 1.640625rem;
}
.header-subtitle {
  color: #fff;
  font-size: .9375rem;
} 
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x,.75rem);
  padding-right: var(--bs-gutter-x,.75rem);
  width: 100%;
}
.form-control-lite {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}
:root {
  --bs-blue: #3b7ddd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3b7ddd;
  --bs-secondary: #6f42c1;
  --bs-tertiary: #669ae5;
  --bs-success: #28a745;
  --bs-info: #20c997;
  --bs-warning: #fd7e14;
  --bs-danger: #dc3545;
  --bs-light: #e9ecef;
  --bs-dark: #153d77;
  --bs-primary-rgb: 59,125,221;
  --bs-secondary-rgb: 111,66,193;
  --bs-tertiary-rgb: 102,154,229;
  --bs-success-rgb: 40,167,69;
  --bs-info-rgb: 32,201,151;
  --bs-warning-rgb: 253,126,20;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 233,236,239;
  --bs-dark-rgb: 21,61,119;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-color-rgb: 62,70,118;
  --bs-body-bg-rgb: 244,247,252;
  --bs-font-sans-serif: "Hind Vadodara",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.9375rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #3e4676;
  --bs-body-bg: #effcd5;
}
.iconUsuario{
  background: #fff;
  color: #153d77;
}
.footerColor{
  background: #fff;
}
.textAreaFijo{
  resize: none;
}
.muestraError{
  position: absolute;
  top: 75%;
  z-index: 5;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220,53,69,.9);
  border-radius: .375rem;
}
.errorlist {
  list-style: none;
  color: red;
}
.colorBarra{
  color: #c4cedd;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #80bd01;
  --bs-btn-border-color: #80bd01;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ccea7e;
  --bs-btn-hover-border-color: #ccea7e;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ccea7e;
  --bs-btn-active-border-color: #ccea7e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #80bd01;
  --bs-btn-disabled-border-color: #80bd01;
}
.colorPrimario{
	color: #fff;
	background-color: #80bd01;
}
.cardSolicitud {
  padding: 10px;
}
.indicadorEnPlazo{
  border: 2px solid green;
}
.indicadorPorVencer{
  border: 2px solid yellow;
}
.indicadorVencida{
  border: 2px solid red;
}
.paddSolicitud{
  padding: 10px;
}
.paddHeader{
  padding-bottom: 0px;
}
.sinMargenSolicitud {
  margin-left: -10px;
}
.headerSolicitud{
  background: transparent;
}
.sinMargenBajo{
  margin-bottom: 0px;
}
.btn-outline-primary {
  --bs-btn-color: #80bd01;
  --bs-btn-border-color: #80bd01;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #80bd01;
  --bs-btn-hover-border-color: #80bd01;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #80bd01;
  --bs-btn-active-border-color: #80bd01;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #80bd01;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #80bd01;
  --bs-gradient: none;
}
.btn-subtitulos {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00953b;
  --bs-btn-border-color: #00953b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #016f2d;
  --bs-btn-hover-border-color: #016f2d;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00953b;
  --bs-btn-active-border-color: #00953b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00953b;
  --bs-btn-disabled-border-color: #00953b;
}
.colorEnPlazo{
  background-color: #caf1e4;
}
.colorPorVencer{
  background-color: #f8f3d9;
}
.colorVencida{
  background-color: #fccfcf;
}
/*  Para arreglar boton modal bootbox  */
.modal-body > .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 0.75rem;
  z-index: 1;
}
.modal .close {
  font-weight: 100;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*  Para arreglar boton modal bootbox  */

/* input tags  */
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white !important;
  background-color: #0d6efd;
  padding: 0.2rem;
}
/* input tags  */
.manoIcon{
  cursor: pointer;
}