.navbar-dark {
  background-color: #fff;
  color: #000;
}

.navbar-glass.is-sticky {
  position: sticky;
  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;
}

.text-success {
  --falcon-text-opacity: 1;
  color: #4a9c2c !important;
}

.login-auth {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/img/bg1.jpg);
  background-position: 50% 20%;
}

.bg-dark {
  --falcon-bg-opacity: 1;
  background-color: #191919 !important;
}

.bg-holder.overlay:before {
  position: absolute;
  content: "";
  background: linear-gradient(1deg, black, transparent);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.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;
}

.navbar-glass {
  border-top: 4px solid #fe0000;
}

#refreshCaptcha {
  cursor: pointer;
}

#togglePassword {
  cursor: pointer;
}

.input-group-text {
  border: 1px solid #00000045;
}

.menu-section {
  background: #fff;
  padding: 10px;
  border-top: var(--falcon-border-width) var(--falcon-border-style) var(--falcon-border-color);
}


@media (min-width: 576px) {
  .content {
    padding-bottom: 3.9875rem;
    margin-top: 13px;
  }
}

.content {
  min-height: calc(100vh - 50px);
}

.bg-primary {
  --falcon-bg-opacity: 1;
  background-color: #005f71 !important;
}

.footer p {
  color: #fff !important;
}

body {
  overflow-x: hidden;
}

.title-head {
  font-size: 13px;
  padding: 8px 1px;
  font-weight: 600;
}

.btn {
  font-size: 14px;
  font-weight: 100;
  min-height: 37px;
}

.btn-block {
  width: 100%;
}

a.btn {
  padding: 7px;
}

table {
  border-color: #cdd0d5bd !important;
}

.btn-primary:disabled {
  background-color: #005f71;
  border: 1px solid #005f71;
}

.btn-primary {
  background-color: #005f71;
  border: 1px solid #005f71;
}

.btn-primary:hover {
  background-color: #005f71;
  border: 1px solid #005f71;
}

.pr-0 {
  padding-right: 0;
}

.float-right {
  float: right;
}

@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;
  }
}

select {
  -webkit-appearance: listbox !important;
  cursor: pointer;
}

.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;
}


.table>thead {
  vertical-align: bottom;
  background: #4e4e4e;
  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: #005f71 !important;
  border-color: #005f71 !important;
}

.page-link:hover {
  z-index: 2;
  color: var(--falcon-pagination-hover-color);
  text-decoration: none;
  background-color: #005f71 !important;
  border-color: #005f71 !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;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.loading-area .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fe0000;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
}

.loading-area .loader:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border: 5px solid #fe0000;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
  0% {
    transform: translate(-50%, -50%) scale(0)
  }

  60%,
  100% {
    transform: translate(-50%, -50%) scale(1)
  }
}

@keyframes pulse {

  0%,
  60%,
  100% {
    transform: scale(1)
  }

  80% {
    transform: scale(1.2)
  }
}

.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;
}

.text-danger {
  --falcon-text-opacity: 1;
  color: rgb(254 0 0) !important;
}

.btn-danger {
  background-color: rgb(254 0 0) !important;
  border: 1px solid rgb(254 0 0);
}

.bg-border-box fieldset {
  min-width: auto;
  padding: 20px;
  margin: 0px;
  border: 10px solid #fff;
  border-radius: 0.25rem;
  color: #fff;
}

.bg-border-box legend {
  float: none;
  width: auto;
  padding: 0px 20px;
  margin-bottom: 0;
  font-size: 30px;
  letter-spacing: .02em;
  font-weight: bolder;
  line-height: normal;
  color: #fff;
}

.dashboard-card-box {
  border: 1px solid #fff;
  background: #ffffff52;
  color: #fff;
}

.card.dashboard-card-box:hover {
  transform: translateY(-10px);
  transition: all .8s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}

.bg-danger {
  --falcon-bg-opacity: 1;
  background-color: rgb(254 0 0 / 63%) !important;
}

.card.border {
  box-shadow: none;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 50px;
  font-size: 0.8333333333rem;
  font-weight: 500;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 50px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 50px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.border-radius-none {
  border-radius: 0 !important;
}

.avatar-xl {
  height: 2.5rem;
  width: 2.5rem;
}

@media (max-width: 992px) {
  .py-lg-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}

@media (max-width: 992px) {
  .px-lg-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
}

#create_captcha {
  border: 1px solid #00000045 !important;
}