.navbar-dark {
  background-color: #fff;
  color: #000;
}
 
.navbar-dark.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.navbar-dark .navbar-nav .nav-item .nav-link {
  color: var(--falcon-heading-color);
  font-size: 15px;
}

.bisa-landing #banner {
  margin-top: 90px;
}

.bisa-landing #banner .bg-holder.overlay:before {
  position: absolute;
  content: "";
  background: rgb(0 0 0 / 55%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bisa-call-center {
  margin-top: -70px;
}

.bisa-call-center .call-des {
  display: flex;
  padding: 1rem 2rem;
  border-radius: 15px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.bisa-call-center .call-des .input-group input {
  padding: 15px;
  border-radius: 30px 0 0 30px;
  border-color: #0909094a;
  border-right: 0;
}

.bisa-call-center .call-des .input-group input:focus {
  box-shadow: none;
}

.bisa-call-center .call-des .input-call-icon {
  border-color: #0909094a !important;
  border-left: 1px solid !important;
  border-right: 0 !important;
  border-radius: 30px 0 0 30px !important;
}

.bisa-call-center .call-des .input-group-text {
  border-radius: 0 30px 30px 0;
  border-color: #0909094a;
  border-left: 0;
  padding: 0 25px;
  cursor: pointer;
}

.text-success {
  --falcon-text-opacity: 1;
  color: #4a9c2c !important;
}

.map-b {
  background-color: #4a9c2c;
}

.login-auth {
  background-image: linear-gradient(#1351158f, #1351158f), url(/bisa/assets/logos/Capacity-Building-web.webp);
  background-position: 50% 20%;
}

.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}

.bg-holder .bg-overlay {
  opacity: .9;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: .7;
  /* background-color: #000; */
}

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.bg-bubbles li:nth-child(1) {
  left: 10%;
}

.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, .1);
  bottom: -100px;
  -webkit-animation: square 20s infinite;
  animation: square 20s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 80px;
  height: 80px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
}

.bg-bubbles li:nth-child(5) {
  left: 70%;
  width: 90px;
  height: 90px;
}

.bg-bubbles li:nth-child(6) {
  left: 70%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 50px;
  height: 50px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 140px;
  height: 140px;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(600deg);
    transform: translateY(-1000px) rotate(600deg);
  }
}

@media only screen and (min-width: 992px) {
  .testi-contain {
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .testi-contain {
    display: flex;
    align-items: center;
  }
}

.banner {
  width: 300px;
  height: 300px;
  min-width: 300px;
  border-radius: 50%;
  padding: 10px;
  background: #fff;
  overflow: hidden;
  margin-right: 15px;
}

.banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.form-control {
  min-height: 37px;
}

.form-control,
.choices .choices__inner {
  font-size: 14px;
  border: 1px solid #00000045;
}

.btn-success {
  background-color: #4a9c2c;
  border: 1px solid #4a9c2c;
}
#eyetoggle {
  background-color: #fff;
  color: #000;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#refreshCaptcha {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

#togglePassword {
  cursor: pointer;
}

.input-group-text {
  border: 1px solid #00000045;
}

.menu-section {
  background: #3c8dbc;
  padding: 10px;
  border-top: var(--falcon-border-width) var(--falcon-border-style) var(--falcon-border-color);
  
}

.navbar .nav-link {
  outline: none;
  padding: initial;
}

nav ol.breadcrumb {
  justify-content: space-between !important;
}


@media (min-width: 576px) {
  .content {
    padding-bottom: 3.9875rem;
    margin-top: 13px;
  }
}

.content {
  min-height: calc(100vh - 135px);
  position: relative;
  padding-bottom: 65px;
}

.bg-primary {
  --falcon-bg-opacity: 1;
  background-color: #3c8dbc !important;
}

.footer p {
  color: #fff !important;
}

body {
  overflow-x: hidden;
}

.title-head {
  font-size: 13px;
  padding: 8px 1px;
  font-weight: 600;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 660px;
  margin: 1em auto;
}

.highcharts-data-table table {
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 0;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.btn {
  font-size: 14px;
  font-weight: 100;
  min-height: 37px;
}

.btn-block {
  width: 100%;
}

a.btn {
  padding: 7px;
}

.highcharts-data-table {
  overflow-y: auto;
  height: 161px;
}

.highcharts-data-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background: white;
  min-width: 100%;
  font-size: .8333333333rem !important;
}

table {
  border-color: #cdd0d5bd !important;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  border: 1px solid #e2e2e2;
  padding: 10px;
}

.highcharts-data-table caption {
  border-bottom: none;
  font-size: 1.1em;
  font-weight: bold;
}

.highcharts-table-caption {
  display: none;
}

.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
  background: #f8f8f8;
}

.highcharts-data-table tr {
  cursor: pointer;
}

.highcharts-data-table table thead th {
  background-color: #518eab;
  color: #fff;
  padding: 8px;
  position: sticky;
  top: 0;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  border: 1px solid #e2e2e2;
  padding: 10px;
}

td,
th {
  vertical-align: middle;
}

.highcharts-data-table tr {
  cursor: pointer;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  border: 1px solid #e2e2e2;
  padding: 10px;
}

.highcharts-credits {
  display: none;
}

#graph1,
#graph2,
#graph3 {
  height: 250px;
}

.btn-primary:disabled {
  background-color: #005f71;
  border: 1px solid #005f71;
}

.btn-primary {
  background-color: #3c8dbc;
  border: 1px solid #3c8dbc;
}

.btn-primary:hover {
  background-color: #005f71;
  border: 1px solid #005f71;
}

.pr-0 {
  padding-right: 0;
}

.card-header span {
  font-size: 15px;
  margin: -3px 0;
}

.float-right {
  float: right;
}

.green-card {
  border: 1px solid #a8b500;
  /* background-color: #adff2f3d; */
}

.green-card .bg-see-more {
  background-color: #a8b500;
  border-radius: 0 !important;
}

.blue-card {
  border: 1px solid #007d91;
  /* background-color: #007d9121; */
}

.blue-card .bg-see-more {
  background-color: #007d91;
  border-radius: 0 !important;
}

.pink-card {
  border: 1px solid #ffa68a;
  /* background-color: #ffa68a40; */
}

.pink-card .bg-see-more {
  background-color: #ffa68a;
  border-radius: 0 !important;
}

.orange-card {
  border: 1px solid #eb9600;
  /* background-color: #eb960033; */
}

.orange-card .bg-see-more {
  background-color: #eb9600;
  border-radius: 0 !important;
}

.yellow-card {
  border: 1px solid #ffcc00;
  /* background-color: #ffcc0033; */
}

.yellow-card .bg-see-more {
  background-color: #ffcc00;
  border-radius: 0 !important;
}

.skin-card {
  border: 1px solid #d7a57b;
  /* background-color: #fac79c36; */
}

.skin-card .bg-see-more {
  background-color: #d7a57b;
  border-radius: 0 !important;
}

.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  /* background-color: #f9b234; */
  z-index: 1;
  position: absolute;
  top: -90px;
  right: -90px;
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.blue-card:hover .ag-courses-item_bg,
.green-card:hover .ag-courses-item_bg,
.pink-card:hover .ag-courses-item_bg,
.orange-card:hover .ag-courses-item_bg,
.yellow-card:hover .ag-courses-item_bg,
.skin-card:hover .ag-courses-item_bg {
  transform: scale(1.3);
}

.blue-card:hover h5,
.blue-card:hover h6 {
  transition: all .5s ease;
  color: #007d91;
}

.green-card:hover h5,
.green-card:hover h6 {
  transition: all .5s ease;
  color: #a8b500;
}

.pink-card:hover h5,
.pink-card:hover h6 {
  transition: all .5s ease;
  color: #ffa68a;
}

.orange-card:hover h5,
.orange-card:hover h6 {
  transition: all .5s ease;
  color: #eb9600;
}

.yellow-card:hover h5,
.yellow-card:hover h6 {
  transition: all .5s ease;
  color: #ffcc00;
}

.skin-card:hover h5,
.skin-card:hover h6 {
  transition: all .5s ease;
  color: #d7a57b;
}

@media (max-width: 1068px) {
  .row .col {
    min-width: 100%;
  }

  .pr-0 {
    padding-right: calc(var(--falcon-gutter-x)*.5) !important;
  }
}

@media (max-width: 767px) {
  .dashboard-filter-form .form-group {
    margin-bottom: 1rem !important;
  }
}

.dash-card .card-body .svg-inline--fa {
  font-size: 2em;
  opacity: 0.4;
}

select {
  -webkit-appearance: listbox !important;
  cursor: pointer;
}

.page-title-box {
  background: #ffffff;
  padding: 10px 1.5rem;
  border-radius: 0;
  -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
  margin-bottom: 15px;
}

.filter-form {
  background: #ffffff;
  border-bottom: 1px dashed #e3e3e3;
  margin: 0;
  padding: 15px 1.5rem;
  padding-bottom: 0;
  box-shadow: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card-box {
  background-color: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
  margin-bottom: 24px;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.table>thead {
  vertical-align: bottom;
  background: #3c8dbc;
  color: #fff !important;
}

.table .action,
.table .sl-no {
  text-align: center;
}

.table>thead>tr>th,
.table>tbody>tr>td {
  vertical-align: middle;
}

.form-group {
  margin-bottom: 1rem;
}

.breadcrumb-item>a {
  color: #6c757d;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
  display: flex;
}

.breadcrumb-item.active {
  color: #6022a6;
}

#pagination h5 {
  font-size: 15px;
  margin-right: 15px !important;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #323a46;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: .8333333333rem !important;
}

.page-link.active,
.active>.page-link {
  z-index: 3;
  color: var(--falcon-pagination-active-color);
  background-color: #2689be !important;
  border-color: #2689be !important;
}

.page-link:hover {
  z-index: 2;
  color: var(--falcon-pagination-hover-color);
  text-decoration: none;
  background-color: #2689be !important;
  border-color: #2689be !important;
}

.total-data-count {
  font-size: 15px;
  margin-bottom: 0;
}

.dashboard-filter-form .form-group {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .footer .d-flex {
    flex-direction: column;
    line-height: 22px;
  }
}

#captcha_div_image {
  width: max-content;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: rgb(74 156 44);
  text-decoration: none;
}

@media (min-width: 576px) {
  .auth-full-page-content.p-sm-5 {
    padding: 1rem 3rem !important;
  }
}

@media (max-width:400px) {
  .auth-full-page-content h5 {
    font-size: 15px;
  }
}

@media (max-width:767px) {
  .auth-full-page-content #captcha {
    margin-bottom: 1rem;
  }
}

@media (max-width:450px) {

  .forgot-card .card-header h4,
  .reset-card .card-header h4 {
    font-size: 15px;
  }

  .forgot-card .card-body .forgot-image img,
  .reset-card .card-body .forgot-image img {
    max-width: 50%;
    padding-top: 1.8rem;
  }
}

.loading-area {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}

.loading-area .loading-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
}

.loading-area .loading-pic {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 99999;
  text-align: center;
  transform: translateY(-50%);
}

.wrapper {
  margin: 0px auto;
  display: block;
}

.wrapper .cssload-loader {
  width: 180px;
  height: 180px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-image: url(/bisa/assets/logos/bisa-favicon.png);
  background-repeat: no-repeat;
  animation: 1.15s infinite linear;
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
  color: rgb(74 156 44);
}

.card {
  z-index: 999;
}

.min-vh-60 {
  min-height: 60vh;
}

.card .profile-bg {
  background: #4a9c2c;
  z-index: -1;
  position: absolute;
  height: 200%;
  width: 30%;
  transform: skewX(22deg);
}

.card .profile-image img {
  border: 5px solid #fff;
}

.card .bisa-logo-bg {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/bisa/assets/logos/bisa-favicon.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: 30%;
  opacity: .2;
  right: 10%;
}
