.valueSwiper .owl-carousel .owl-stage-outer {
  overflow-y: inherit !important;
  display: flex;
  padding-bottom: 60px !important;
}

.valueSwiper .owl-carousel .owl-stage {
  display: flex;
  gap: 1.5rem;
  margin: 0 0.5rem;
}

bs-datepicker-inline {
  display: flex;
  width: 100%;
}

bs-datepicker-inline-container {
  display: flex;
  width: 100%;
}

.bs-datepicker,
.bs-datepicker-container, .bs-calendar-container, .bs-media-container {
  display: flex;
  width: 100%;
}

body .theme-green .bs-datepicker-body table td span.selected {
  background-color: var(--bs-primary) !important;
}

.bs-datepicker-body table th {
  color: var(--bs-body-color) !important;
  font-weight: 500 !important;
}

.bs-datepicker-body table td {
  color: var(--bs-body-color) !important;
}

.bs-datepicker-body table td span.is-other-month {
  color: var(--bs-secondary-color) !important;
}

bs-datepicker-inline-container .bs-datepicker {
  box-shadow: none;
  background: var(--bs-card-bg) !important;
  border: none !important;
}
bs-datepicker-inline-container .bs-datepicker .bs-datepicker-container {
  padding: 0;
}
bs-datepicker-inline-container bs-days-calendar-view {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
bs-datepicker-inline-container bs-calendar-layout {
  display: flex;
  width: 100%;
  flex-direction: column;
}
bs-datepicker-inline-container bs-calendar-layout .bs-datepicker-head {
  background-color: transparent !important;
}
bs-datepicker-inline-container bs-calendar-layout .bs-datepicker-body {
  max-width: inherit;
  border: none;
}
bs-datepicker-inline-container bs-calendar-layout .bs-datepicker-body table {
  width: 100%;
}

body .theme-green .bs-datepicker-head {
  background-color: transparent !important;
}
body .theme-green .bs-datepicker-head bs-datepicker-navigation-view button {
  color: var(--bs-body-color);
}

.tool a:hover {
  color: var(--bs-primary) !important;
}

.logo {
  display: block;
  font-weight: 700;
  color: #2B61EC !important;
  font-size: 3.15rem;
}
.logo span {
  color: #FF6900;
}

[data-bs-theme=light] .available-apps li .app-logo.dark {
  display: none;
}
[data-bs-theme=light] .available-apps li .app-logo.light {
  display: flex;
}

[data-bs-theme=dark] .available-apps li .app-logo.dark {
  display: flex;
}
[data-bs-theme=dark] .available-apps li .app-logo.light {
  display: none;
}

.form-floating {
  position: relative;
}
.form-floating .view-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.form-floating .view-icon svg {
  width: 18px;
  color: var(--color-gray);
}

.announcementModal .modal-content {
  background-color: var(--bs-tertiary-bg) !important;
}

.custom-card.chooseorg-card {
  background: #adb5bd;
}

app-login, app-forgot-password {
  background: url("../img/Polygon-bg.svg") no-repeat;
  background-size: 85% auto;
  font-family: "Figtree", sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}
app-login::before, app-forgot-password::before {
  content: "";
  display: block;
  width: 100%;
  z-index: 0;
  height: 100%;
  position: absolute;
  /* background: url("img/back-bg.svg") no-repeat;
          background-size: cover; */
  background: url("/dist/assets/background-image-left.6IPFXIQF.svg"), url("/dist/assets/background-image-right.7BJMIBUI.svg"), radial-gradient(265.34% 118.59% at 13.13% 70.6%, rgba(255, 122, 26, 0.2) 0%, rgb(255, 255, 255) 100%), radial-gradient(68.19% 98.23% at 85.31% 93.52%, rgba(0, 115, 255, 0.4) 40%, rgba(0, 0, 0, 0) 100%), radial-gradient(1898.59% 1872.82% at 68.48% 1.39%, rgb(236, 241, 251) 0%, rgb(248, 248, 248) 100%);
  opacity: 0.35;
}

.login-section {
  background: transparent !important;
}

.login-cover-bg::before {
  background: transparent !important;
}

.logo-text {
  color: var(--bs-body-color) !important;
  font-size: 1.75rem !important;
  font-weight: 500 !important;
}

.login-cover-bg {
  display: flex;
}
.login-cover-bg .left-content {
  position: relative;
  z-index: 11;
  display: flex;
  width: 100%;
  flex: 1;
  height: 100%;
  padding: 1rem 1.5rem;
}
.login-cover-bg .left-content .tools-available {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
  align-items: center;
}
.login-cover-bg .left-content .tools-available .card {
  border: none;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 8px 60px 0 rgba(103, 151, 255, 0.11), 0 12px 90px 0 rgba(103, 151, 255, 0.11);
}
.login-cover-bg .left-content .tools-available .card .card-body {
  height: 100%;
  padding: 1.5rem 2rem;
}
.login-cover-bg .left-content .tools-available .card .card-body img {
  height: auto;
  max-width: 100%;
}
.login-cover-bg .left-content .logo {
  display: block;
  font-weight: 700;
  color: #2B61EC !important;
  font-size: 3.15rem;
}
.login-cover-bg .left-content .logo span {
  color: #FF6900;
}
.login-cover-bg .left-content .poweredby {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.login-cover-bg .left-content .poweredby div {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.login-cover-bg .left-content .poweredby div img {
  max-width: 250px;
  min-height: 55px;
}

[data-bs-theme=dark] .left-content .tools-available .light {
  display: none !important;
}

[data-bs-theme=light] .left-content .tools-available .dark {
  display: none !important;
}

.login-cover-bg .welcome-content p {
  color: #212529 !important;
  font-size: 1.75rem !important;
  font-weight: 500 !important;
  line-height: 160% !important;
}

.form-login .form > div {
  border-radius: 8px;
  padding: 2.5rem 1.5rem;
  background: var(--bs-body-bg);
  box-shadow: 0 8px 60px 0 rgba(103, 151, 255, 0.11), 0 12px 90px 0 rgba(103, 151, 255, 0.11);
}

.bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
.bg .Polygon-1 {
  position: absolute;
  top: -30%;
  left: -5%;
  color: var(--bs-body-bg);
  max-width: 1000px;
  transform: translate(20%, 40%);
  max-width: 50%;
  animation: rotate 100s normal linear infinite;
  opacity: 0.5;
}
.bg .Polygon-2 {
  position: absolute;
  left: 60%;
  top: 10%;
  max-width: 40%;
  transform: translate(-50%, -40%);
  animation: rotate2 110s normal linear infinite;
  opacity: 0.1;
}
.bg .Polygon-3 {
  position: absolute;
  left: 0%;
  max-width: 60%;
  top: 40%;
  transform: translate(-50%, -30%);
  animation: rotate2 110s normal linear infinite;
  opacity: 0.1;
}

.login-cover-bg {
  position: relative;
  z-index: 11;
}

.animate_lines .line {
  opacity: 0.25 !important;
}
.animate_lines .line:nth-child(7):after {
  animation-delay: 1s;
}
.animate_lines .line:nth-child(7):after {
  animation-delay: 2.5s;
}
.animate_lines .line:nth-child(8):after {
  animation-delay: 1.75s;
}
.animate_lines .line:nth-child(9):after {
  animation-delay: 2.75s;
}

.input-group {
  border: solid 2px var(--bs-border-color);
  border-radius: 5px;
}
.input-group:focus {
  border-color: var(--bs-primary);
}
.input-group .input-group-text {
  background: var(--bs-body-bg);
  border-radius: 0.375rem 0 0 0.375rem;
  border: none;
}
.input-group .input-group-text svg {
  width: 24px;
  height: 24px;
  color: var(--bs-body-color);
}
.input-group .form-control {
  border: none;
}
.input-group .form-control:focus {
  box-shadow: none !important;
}

.alrtmsg {
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

.form-floating .is-invalid + label {
  color: var(--bs-danger) !important;
}

.theme-mode .light {
  color: #fff;
}

@keyframes rotate {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@media only screen and (max-height: 650px) {
  body {
    background-size: cover;
  }
}
@media only screen and (max-width: 1300px) {
  body {
    background-size: cover;
  }
}
@media only screen and (max-width: 960px) {
  .login-cover-bg .left-content .tools-available .card {
    flex: 1 1 auto;
    display: flex;
  }
  .login-cover-bg .left-content .tools-available .card .card-body {
    padding: 0.75rem 1.5rem;
    flex: 1 1 auto;
  }
}
.animate__fadeIn, router-outlet + * {
  animation-name: fadeIn;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=development.css.map */