.g-recaptcha {
  transform: scale(0.77); /* Adjust the scale factor as needed */
  transform-origin: 0 0; /* Important for correct scaling origin */
  display: inline-block; /* Prevents layout issues */
}

@media screen and (max-width: 400px) {
    .g-recaptcha {
        transform: scale(0.6);
    }
}

@media (min-width: 992px) {
  .modal-med {
    --bs-modal-width: 40%;
  }
}

.navbar.default-layout .navbar-menu-wrapper .navbar-nav .nav-item.user-dropdown {
  height: 63px;
  border-right: 0px solid #bbb6b6;
  border-left: 0px solid #bbb6b6;
  margin: 0;
  padding-left: 1rem;
  padding-right: 0rem;
}

.sidebar .nav .nav-item.nav-profile {
  padding-top: 20px;
  padding-bottom: 20px;
}

.color-grey {
  color: rgba(var(--bs-body-color-rgb), 0.65);
}

.color-white {
  color: white;
}

.cursor_pointer {
	cursor: pointer;
}

.modal-med {
  --bs-modal-width: 700px;
}

.select-style {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  font-weight: 400;
  line-height: 1;
  font-size: 0.875rem;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.card .card-title {
  color: #000000;
  margin-bottom: 1.5rem;
  text-transform: none;
  font-size: 1.125rem;
  font-weight: 600;
}

.cke_inner {
  width: 100%;
}

.file-link {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
.file-link:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.popover {
  z-index: 0;
}

.popover-static-demo .popover {
  width: 250px;
  position: relative;
  display: block;
  float: left;
  margin: 1rem 0.5rem;
}

.cc-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 8px;
  z-index: 9999;
}

.cc-banner p {
  margin: 0;
  font-size: 14px;
  color: #222;
}

.cc-actions {
  margin-left: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}

.cc-btn {
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  font-size: 14px;
}

.cc-accept {
  background: #0b7a3a;
  color: white;
}

.cc-hidden {
  display: none !important;
}

@media (max-width: 520px) {
  .cc-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cc-actions {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }
}

.sidebar .nav .nav-item.nav-profile img {
  border-radius: 0%;
  margin: auto auto 20px auto;
  width: 100%;
  max-width: 100px;
  display: block;
}

.bg-hr {
  background-color: #f9fbfd;
}

.text-wrap {
  max-width: 60%; 
  white-space: normal; 
  word-wrap: break-word;
}