
.vld-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  z-index: 9999;
}

.vld-overlay.is-active {
  display: flex;
}

.vld-overlay.is-full-page {
  z-index: 9999;
  position: fixed;
}

.vld-overlay .vld-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  opacity: 0.5;
}

.vld-overlay .vld-icon, .vld-parent {
  position: relative;
}


.custom-spinner[data-v-0fd98ceb] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}
.spinner[data-v-0fd98ceb] {
  border: 4px solid rgba(128, 128, 128, 0.5);
  border-top: 4px solid black;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  animation: spin-0fd98ceb 1s linear infinite;
  z-index: 1002;
}
@keyframes spin-0fd98ceb {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.loading-text[data-v-0fd98ceb] {
  text-align: center;
  color: #333;
  margin-top: 10px;
}

#arrow[data-v-20b7fd4a],
  #arrow[data-v-20b7fd4a]::before {
    transition: background 250ms ease-in-out;
    position: absolute;
    width: calc(10px - var(--popper-theme-border-width, 0px));
    height: calc(10px - var(--popper-theme-border-width, 0px));
    box-sizing: border-box;
    background: var(--popper-theme-background-color);
}
#arrow[data-v-20b7fd4a] {
    visibility: hidden;
}
#arrow[data-v-20b7fd4a]::before {
    visibility: visible;
    content: "";
    transform: rotate(45deg);
}

  /* Top arrow */
.popper[data-popper-placement^="top"] > #arrow[data-v-20b7fd4a] {
    bottom: -5px;
}
.popper[data-popper-placement^="top"] > #arrow[data-v-20b7fd4a]::before {
    border-right: var(--popper-theme-border-width)
      var(--popper-theme-border-style) var(--popper-theme-border-color);
    border-bottom: var(--popper-theme-border-width)
      var(--popper-theme-border-style) var(--popper-theme-border-color);
}

  /* Bottom arrow */
.popper[data-popper-placement^="bottom"] > #arrow[data-v-20b7fd4a] {
    top: -5px;
}
.popper[data-popper-placement^="bottom"] > #arrow[data-v-20b7fd4a]::before {
    border-left: var(--popper-theme-border-width)
      var(--popper-theme-border-style) var(--popper-theme-border-color);
    border-top: var(--popper-theme-border-width)
      var(--popper-theme-border-style) var(--popper-theme-border-color);
}

  /* Left arrow */
.popper[data-popper-placement^="left"] > #arrow[data-v-20b7fd4a] {
    right: -5px;
}
.popper[data-popper-placement^="left"] > #arrow[data-v-20b7fd4a]::before {
    border-right: var(--popper-theme-border-width)
      var(--popper-theme-border-style) var(--popper-theme-border-color);
    border-top: var(--popper-theme-border-width)
      var(--popper-theme-border-style) var(--popper-theme-border-color);
}

  /* Right arrow */
.popper[data-popper-placement^="right"] > #arrow[data-v-20b7fd4a] {
    left: -5px;
}

.inline-block[data-v-5784ed69] {
    display: inline-block;
}
.popper[data-v-5784ed69] {
    transition: background 250ms ease-in-out;
    background: var(--popper-theme-background-color);
    padding: var(--popper-theme-padding);
    color: var(--popper-theme-text-color);
    border-radius: var(--popper-theme-border-radius);
    border-width: var(--popper-theme-border-width);
    border-style: var(--popper-theme-border-style);
    border-color: var(--popper-theme-border-color);
    box-shadow: var(--popper-theme-box-shadow);
    z-index: var(--c81fc0a4);
}
.popper[data-v-5784ed69]:hover,
  .popper:hover > #arrow[data-v-5784ed69]::before {
    background: var(--popper-theme-background-color-hover);
}
.inline-block[data-v-5784ed69] {
    display: inline-block;
}
.fade-enter-active[data-v-5784ed69],
  .fade-leave-active[data-v-5784ed69] {
    transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-5784ed69],
  .fade-leave-to[data-v-5784ed69] {
    opacity: 0;
}
/* sass-plugin-1:/Users/maronato/Developer/vue-toastification/src/scss/index.scss */
.Vue-Toastification__container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 600px;
  box-sizing: border-box;
  display: flex;
  min-height: 100%;
  color: #fff;
  flex-direction: column;
  pointer-events: none;
}
@media only screen and (min-width : 600px) {
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.top-center {
    top: 1em;
  }
  .Vue-Toastification__container.bottom-left,
  .Vue-Toastification__container.bottom-right,
  .Vue-Toastification__container.bottom-center {
    bottom: 1em;
    flex-direction: column-reverse;
  }
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.bottom-left {
    left: 1em;
  }
  .Vue-Toastification__container.top-left .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-left .Vue-Toastification__toast {
    margin-right: auto;
  }
  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,
    .Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl {
      margin-right: unset;
      margin-left: auto;
    }
  }
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.bottom-right {
    right: 1em;
  }
  .Vue-Toastification__container.top-right .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-right .Vue-Toastification__toast {
    margin-left: auto;
  }
  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,
    .Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl {
      margin-left: unset;
      margin-right: auto;
    }
  }
  .Vue-Toastification__container.top-center,
  .Vue-Toastification__container.bottom-center {
    left: 50%;
    margin-left: -300px;
  }
  .Vue-Toastification__container.top-center .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-center .Vue-Toastification__toast {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width : 600px) {
  .Vue-Toastification__container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Vue-Toastification__container .Vue-Toastification__toast {
    width: 100%;
  }
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.top-center {
    top: 0;
  }
  .Vue-Toastification__container.bottom-left,
  .Vue-Toastification__container.bottom-right,
  .Vue-Toastification__container.bottom-center {
    bottom: 0;
    flex-direction: column-reverse;
  }
}
.Vue-Toastification__toast {
  display: inline-flex;
  position: relative;
  max-height: 800px;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 22px 24px;
  border-radius: 8px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  font-family:
    "Lato",
    Helvetica,
    "Roboto",
    Arial,
    sans-serif;
  max-width: 600px;
  min-width: 326px;
  pointer-events: auto;
  overflow: hidden;
  transform: translateZ(0);
  direction: ltr;
}
.Vue-Toastification__toast--rtl {
  direction: rtl;
}
.Vue-Toastification__toast--default {
  background-color: #1976d2;
  color: #fff;
}
.Vue-Toastification__toast--info {
  background-color: #2196f3;
  color: #fff;
}
.Vue-Toastification__toast--success {
  background-color: #4caf50;
  color: #fff;
}
.Vue-Toastification__toast--error {
  background-color: #ff5252;
  color: #fff;
}
.Vue-Toastification__toast--warning {
  background-color: #ffc107;
  color: #fff;
}
@media only screen and (max-width : 600px) {
  .Vue-Toastification__toast {
    border-radius: 0px;
    margin-bottom: 0.5rem;
  }
}
.Vue-Toastification__toast-body {
  flex: 1;
  line-height: 24px;
  font-size: 16px;
  word-break: break-word;
  white-space: pre-wrap;
}
.Vue-Toastification__toast-component-body {
  flex: 1;
}
.Vue-Toastification__toast.disable-transition {
  animation: none !important;
}
.Vue-Toastification__close-button {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  padding-left: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  align-items: center;
  color: #fff;
  opacity: 0.3;
  transition: visibility 0s, opacity 0.2s linear;
}
.Vue-Toastification__close-button:hover,
.Vue-Toastification__close-button:focus {
  opacity: 1;
}
.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover {
  opacity: 0;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__close-button {
  padding-left: unset;
  padding-right: 10px;
}
@keyframes scale-x-frames {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Vue-Toastification__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
  animation: scale-x-frames linear 1 forwards;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar {
  right: 0;
  left: unset;
  transform-origin: right;
}
.Vue-Toastification__icon {
  margin: auto 18px auto 0px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  transition: 0.3s ease;
  align-items: center;
  width: 20px;
  height: 100%;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__icon {
  margin: auto 0px auto 18px;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutRight {
  40% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(1000px, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Vue-Toastification__bounce-enter-active.top-left,
.Vue-Toastification__bounce-enter-active.bottom-left {
  animation-name: bounceInLeft;
}
.Vue-Toastification__bounce-enter-active.top-right,
.Vue-Toastification__bounce-enter-active.bottom-right {
  animation-name: bounceInRight;
}
.Vue-Toastification__bounce-enter-active.top-center {
  animation-name: bounceInDown;
}
.Vue-Toastification__bounce-enter-active.bottom-center {
  animation-name: bounceInUp;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left {
  animation-name: bounceOutLeft;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right {
  animation-name: bounceOutRight;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center {
  animation-name: bounceOutUp;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center {
  animation-name: bounceOutDown;
}
.Vue-Toastification__bounce-leave-active,
.Vue-Toastification__bounce-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__bounce-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
@keyframes fadeOutTop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutBottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(50px);
    opacity: 0;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInTop {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.Vue-Toastification__fade-enter-active.top-left,
.Vue-Toastification__fade-enter-active.bottom-left {
  animation-name: fadeInLeft;
}
.Vue-Toastification__fade-enter-active.top-right,
.Vue-Toastification__fade-enter-active.bottom-right {
  animation-name: fadeInRight;
}
.Vue-Toastification__fade-enter-active.top-center {
  animation-name: fadeInTop;
}
.Vue-Toastification__fade-enter-active.bottom-center {
  animation-name: fadeInBottom;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left {
  animation-name: fadeOutLeft;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right {
  animation-name: fadeOutRight;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center {
  animation-name: fadeOutTop;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center {
  animation-name: fadeOutBottom;
}
.Vue-Toastification__fade-leave-active,
.Vue-Toastification__fade-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__fade-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
@keyframes slideInBlurredLeft {
  0% {
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredTop {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredRight {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredBottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideOutBlurredTop {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 0%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredBottom {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredLeft {
  0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredRight {
  0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1000px) scaleX(2) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}
.Vue-Toastification__slideBlurred-enter-active.top-left,
.Vue-Toastification__slideBlurred-enter-active.bottom-left {
  animation-name: slideInBlurredLeft;
}
.Vue-Toastification__slideBlurred-enter-active.top-right,
.Vue-Toastification__slideBlurred-enter-active.bottom-right {
  animation-name: slideInBlurredRight;
}
.Vue-Toastification__slideBlurred-enter-active.top-center {
  animation-name: slideInBlurredTop;
}
.Vue-Toastification__slideBlurred-enter-active.bottom-center {
  animation-name: slideInBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left {
  animation-name: slideOutBlurredLeft;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right {
  animation-name: slideOutBlurredRight;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center {
  animation-name: slideOutBlurredTop;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center {
  animation-name: slideOutBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active,
.Vue-Toastification__slideBlurred-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__slideBlurred-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-tr-blue: #B7D1DD;
    --color-tr-blue-user: #267297;
    --color-tr-green: #3D9252;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-top-4 {
    top: calc(var(--spacing) * -4);
  }
  .-top-5 {
    top: calc(var(--spacing) * -5);
  }
  .-top-6 {
    top: calc(var(--spacing) * -6);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[-10px\] {
    top: -10px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-10px\] {
    right: -10px;
  }
  .-left-6 {
    left: calc(var(--spacing) * -6);
  }
  .-left-9 {
    left: calc(var(--spacing) * -9);
  }
  .-left-10 {
    left: calc(var(--spacing) * -10);
  }
  .-left-11 {
    left: calc(var(--spacing) * -11);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-50 {
    z-index: 50;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-8 {
    grid-column: 8;
  }
  .col-9 {
    grid-column: 9;
  }
  .col-10 {
    grid-column: 10;
  }
  .col-11 {
    grid-column: 11;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-auto {
    grid-column: auto;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-4 {
    grid-row: span 4 / span 4;
  }
  .float-end {
    float: inline-end;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .m-auto {
    margin: auto;
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-64 {
    margin-inline: calc(var(--spacing) * 64);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-16 {
    margin-block: calc(var(--spacing) * 16);
  }
  .my-auto {
    margin-block: auto;
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-3 {
    margin-inline-start: calc(var(--spacing) * 3);
  }
  .ms-4 {
    margin-inline-start: calc(var(--spacing) * 4);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .me-3 {
    margin-inline-end: calc(var(--spacing) * 3);
  }
  .me-4 {
    margin-inline-end: calc(var(--spacing) * 4);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-32 {
    margin-right: calc(var(--spacing) * 32);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .ml-32 {
    margin-left: calc(var(--spacing) * 32);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-60 {
    height: calc(var(--spacing) * 60);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-\[158px\] {
    height: 158px;
  }
  .h-full {
    height: 100%;
  }
  .h-full\! {
    height: 100% !important;
  }
  .max-h-96 {
    max-height: calc(var(--spacing) * 96);
  }
  .max-h-\[768px\] {
    max-height: 768px;
  }
  .min-h-80 {
    min-height: calc(var(--spacing) * 80);
  }
  .w-0\.5 {
    width: calc(var(--spacing) * 0.5);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/4 {
    width: calc(1/4 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-5\/6 {
    width: calc(5/6 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-19 {
    width: calc(var(--spacing) * 19);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-26 {
    width: calc(var(--spacing) * 26);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-75 {
    width: calc(var(--spacing) * 75);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[227px\] {
    width: 227px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .min-w-\[413px\] {
    min-width: 413px;
  }
  .flex-1 {
    flex: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-2 {
    --tw-translate-x: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-3 {
    --tw-translate-x: calc(var(--spacing) * 3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-16 {
    --tw-translate-x: calc(var(--spacing) * 16);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-\[upper-alpha\] {
    list-style-type: upper-alpha;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-full\! {
    border-radius: calc(infinity * 1px) !important;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-lg\! {
    border-radius: var(--radius-lg) !important;
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#267297\] {
    border-color: #267297;
  }
  .border-\[\#2672974D\] {
    border-color: #2672974D;
  }
  .border-tr-blue-user {
    border-color: var(--color-tr-blue-user);
  }
  .\!bg-gray-600 {
    background-color: var(--color-gray-600) !important;
  }
  .bg-\[\#27729719\] {
    background-color: #27729719;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-tr-blue-user {
    background-color: var(--color-tr-blue-user);
  }
  .bg-tr-green {
    background-color: var(--color-tr-green);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-500 {
    background-color: var(--color-yellow-500);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-\[157deg\] {
    --tw-gradient-position: 157deg;
    background-image: linear-gradient(var(--tw-gradient-stops,157deg));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-blue-200 {
    --tw-gradient-to: var(--color-blue-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-tr-blue {
    --tw-gradient-to: var(--color-tr-blue);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .ps-0 {
    padding-inline-start: calc(var(--spacing) * 0);
  }
  .ps-1 {
    padding-inline-start: calc(var(--spacing) * 1);
  }
  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }
  .ps-5 {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }
  .pe-3 {
    padding-inline-end: calc(var(--spacing) * 3);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .align-middle {
    vertical-align: middle;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-gray-400 {
    color: var(--color-gray-400) !important;
  }
  .\!text-green-600 {
    color: var(--color-green-600) !important;
  }
  .\!text-red-600 {
    color: var(--color-red-600) !important;
  }
  .text-\[\#1F78B4\] {
    color: #1F78B4;
  }
  .text-\[\#4E4E4E\] {
    color: #4E4E4E;
  }
  .text-\[\#34A02D\] {
    color: #34A02D;
  }
  .text-\[\#267297\] {
    color: #267297;
  }
  .text-\[\#f54a00\] {
    color: #f54a00;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-tr-blue-user {
    color: var(--color-tr-blue-user);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-black\/8 {
    --tw-ring-color: color-mix(in srgb, #000 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 8%, transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .hover\:bg-green-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-600);
      }
    }
  }
  .hover\:bg-red-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-600);
      }
    }
  }
  .hover\:bg-yellow-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-yellow-600);
      }
    }
  }
  .hover\:text-blue-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-500);
      }
    }
  }
}
@layer utilities {
  .scrollbar-hide {
    &::-webkit-scrollbar {
      display: none;
    }
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.icon-dashboard {
  font-size: 1.5rem;
  -webkit-text-stroke: .5px;
}
body {
  font-family: "Open Sans", sans-serif;
  background: #ececec;
}
a {
  text-transform: none;
}
.wrapper {
  padding-top: 66px;
}
.LoginBg {
  background: #007397;
}
.lognArea {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.lognArea h1 {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  color: #007297;
}
.fontMontserrat {
  font-family: "Montserrat", sans-serif;
}
.fontOpenSans {
  font-family: "Open Sans", sans-serif;
}
.form-control {
  font-size: 18px;
  height: 42px;
  border: 0px;
  border-bottom: 1px solid #8a8a8a;
  padding-left: 0;
  border-radius: 0;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  outline: 0;
  box-shadow: none !important;
  border-bottom: 2px solid #007297 !important;
}
.input-group .input-group-prepend .input-group-text {
  background: none;
  border: none;
}
.login-box .input-group-prepend {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 999;
}
.login-box .input-group-prepend i {
  color: #00000030;
  font-size: 25px;
}
.ThemeColor {
  color: #007297;
}
.f-16 {
  font-size: 16px;
}
.fw-700 {
  font-weight: 700;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-400 {
  font-weight: 400;
}
.BtnTheme {
  font-size: 20px;
  border-radius: 30px;
  min-width: 160px;
  background: #007297;
  min-height: 55px;
  font-weight: 600;
}
.ThemeColorGray {
  color: #8d8d8d;
}
.bg-grey {
  background: #f5f5f5;
}
.border-D9D9D9 {
  border: 1px solid #d9d9d9;
}
.bg-dark {
  background: #007297 !important;
}
.navbar-btn .ArrowSlide,
.navbar-btn.active .hamburger {
  display: block;
}
.navbar-btn .hamburger {
  display: none;
}
.navbar-btn.active .ArrowSlide {
  display: none;
}
.header-logo {
  max-height: 50px;
  height: 50px;
}
.sidebar-link,
a.sidebar-link {
  font-size: 17px;
}
.sidebar-link:hover {
  background: #eeeeee;
  color: #000000;
}
.sidebar-link i,
.sidebar-link svg,
a.sidebar-link i,
a.sidebar-link svg {
  color: #8d8d8d;
  margin-right: 0.75rem;
}
.sidebar-link:hover i,
.sidebar-link:hover svg {
  color: #007297;
}
.router-link-active > .sidebar-item .sidebar-link:hover,
.router-link-active > .sidebar-item > .sidebar-link,
.sidebar-item.active .sidebar-link:hover,
.sidebar-item.active > .sidebar-link {
  background: #eeeeee;
  color: #000000;
  border-right: 3px solid #007297;
}
.router-link-active > .sidebar-item .sidebar-link:hover i,
.router-link-active > .sidebar-item .sidebar-link:hover svg,
.router-link-active > .sidebar-item > .sidebar-link i,
.router-link-active > .sidebar-item > .sidebar-link svg,
.sidebar-item.active .sidebar-link:hover i,
.sidebar-item.active .sidebar-link:hover svg,
.sidebar-item.active > .sidebar-link i,
.sidebar-item.active > .sidebar-link svg {
  color: #007297;
}
.sidebar [data-bs-toggle="collapse"]:after {
  border: solid;
  border-width: 0 0.075rem 0.075rem 0;
  content: " ";
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: 1.5rem;
  top: 1.2rem;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}
.sidebar-link,
a.sidebar-link {
  background: #fff;
  border-right: 3px solid transparent;
  color: #8d8d8d;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 0.625rem 1.625rem;
  position: relative;
  text-decoration: none;
  transition: background 0.1s ease-in-out;
}
.sidebar-dropdown .sidebar-link {
  background: transparent;
  border-left: 0;
  color: #adb5bd;
  font-weight: 400;
  padding: 0.625rem 1.5rem 0.625rem 4rem;
}
.sidebar [aria-expanded="true"]:after,
.sidebar [data-bs-toggle="collapse"]:not(.collapsed):after {
  top: 1.4rem;
  transform: rotate(-135deg);
}
.sidebar {
  box-shadow: 0px 0px 40px #00000022;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #007297 !important;
}
/* .btn {
  font-size: 14px;
  border-radius: 30px;
  min-width: 160px;
  background: #007297;
  min-height: 44px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-primary {
  font-size: 14px;
  border-radius: 30px;
  min-width: 160px;
  background: #007297;
  min-height: 44px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-warning {
  background: #f23f3f;
}
.btn-warning:hover {
  background: #e72222;
} */
.card-header .search button[type="submit"] {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 3;
}
input[type="search"] {
  font-size: 14px;
  color: #252e48;
}
.newuser-btn img {
  margin-right: 10px;
  margin-top: -6px;
}
.card table thead {
  background: #3b3939;
  color: #fff;
}
.card img.profile-img {
  border-radius: 100%;
  max-width: 40px;
}
.card table td {
  border: 1px solid #beb6b6;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-32 {
  margin-left: -32px;
}
.mr-32 {
  margin-right: -32px;
}
td.action svg {
  stroke: #007297;
  position: relative;
  top: 5px;
  margin-right: 20px !important;
}
table th {
  font-size: 14px;
  font-weight: 600;
}
.switch {
  position: relative;
  vertical-align: top;
  width: 120px;
  height: 36px;
  margin: 0;
  background: linear-gradient(to bottom, #eeeeee, #ffffff 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing: content-box;
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 14px;
  background: #b85d5d;
  border-radius: inherit;
  box-sizing: content-box;
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  transition: inherit;
  box-sizing: content-box;
}
.switch-label:before {
  content: attr(data-off);
  right: 15px;
  color: #ffffff;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 15px;
  color: #ffffff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #419b68;
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  width: 15px;
  height: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABHNCSVQICAgIfAhkiAAAAKhJREFUKFNj3B4bu9xz8eJIBhIAUE8yIyPjQ0aQnh2xsf89Fi8GswkBoNrpQDUXgepnwDUQYwCyRpAlKLbhMwBdI4ZmXF7AphGrZnQDcGnEqRlmAJCeAQscbAGJM4ShNmbgiwWsmpGdii8QMTRj8yMuA9CjCp4A0P2IzQDkRIJTI8wgdANgyZOgRmwGMOKLR1zpHOYCxquhoWzaq1f/IpQh0OV3h4byAwAdy3k8qfc3MQAAAABJRU5ErkJggg==) no-repeat;
}
.accordion-button::after {
  display: none;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  background-repeat: no-repeat;
  background-position: 0 6px;
}
.accordion-button:not(.collapsed) {
  border-radius: 10px 10px 0 0 !important;
}
.switch-input:checked ~ .switch-label + span.switch-handle:before {
  margin: -7px 0 0 -7px;
  width: 15px;
  height: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu+4kAAAABHNCSVQICAgIfAhkiAAAAOZJREFUKFOdksENwjAMRb8rIY4wAiPABmYDNqA9EDgyAhtwrVokygSM0LABbMAIcEQITFKpBdTQ0uYav5f424QWh7d+H/dualFqwYPjRWLAKQSHxoI3LCfp3LiRgGO1JHhriFwNPNBBcvlbwNHCJ8I2g/FkreJjloH50sr0ctYqTH7lwRs1IfH29l7kMcrhTDCO5hcQ9UQQuCQczYYgLyVQ31VDtsD0pV2SOrgYo0uSz5qIhgLs9Cz0XS0WIX5LZGmKTWjVcGmRPiXZa2ZRUhVy1bKVxlhIgLNdFDvrRgJbbPuvA3PpC9EJd3DD+zEyAAAAAElFTkSuQmCC) no-repeat;
}
.switch-input:checked ~ .switch-handle {
  left: 89px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  top: 4px;
}
.switch-label,
.switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px 10px 15px;
  border: 1px solid #efebeb;
  border-radius: 5px;
  box-shadow: 1px 1px 11px #f5f5f5;
}
.page-link {
  position: relative;
  display: block;
  color: #54595b;
  text-decoration: none;
  background-color: #fff;
  padding: 4px 10px 4px 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pagination li.page-item.active a.page-link {
  background: #286e8f;
  color: #fff;
  border-radius: 100%;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination a {
  text-decoration: none;
}
.np-btn a {
  background: #efefef;
  margin-right: 15px;
  border: 1px solid #e5e0e0;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  padding: 3px 0 0 9px;
}
.npr-right a {
  margin-right: 0;
  margin-left: 15px;
}
.np-btn img {
  width: 16px;
}
.pagination li.page-item {
  margin: 0 8px;
}
h5.modal-title {
  text-align: center;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 20px;
  color: #54595b;
}
.modal-header {
  padding: 5px 0 5px 0px;
}
.modal-header .btn-close {
  margin: 0 0px 0 0px;
  font-size: 10px;
}
.modal .form-control {
  font-size: 14px;
  margin-bottom: 30px;
}
.modal label.d-block {
  font-size: 16px;
  color: #54595b;
  font-weight: 600;
}
.modal .profile-pic {
  width: 90px;
  height: 90px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.modal .file-upload {
  display: none;
}
.modal .circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 90px;
  height: 90px;
}
.modal img {
  max-width: 100%;
  height: auto;
}
.modal .p-image {
  position: absolute;
  top: 57px;
  right: 10px;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: #ffffff;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  line-height: 38px;
  box-shadow: 2px 2px 12px #d5d1d1;
}
.modal .p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.modal .upload-button {
  font-size: 1.2em;
}
.modal .upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}
.upload-form {
  max-width: 115px;
  position: relative;
  margin: 0 auto;
}
.modal-footer {
  margin-bottom: 15px;
  justify-content: center;
  border: none;
}
.card .form-select {
  background-position: right;
  padding-right: 0;
}
.filter-btn {
  min-width: 110px;
}
.filter-btn img {
  width: 16px;
}
.filter-row {
  margin-bottom: 12px;
}
.filter-row .form-control {
  padding-right: 0;
  padding-left: 5px;
}
.news-header h1 {
  color: #54595b;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.blue-border {
  position: relative;
}
.blue-border:before {
  position: absolute;
  content: "";
  height: 9px;
  width: 50px;
  top: 0;
}
.news-nav {
  font-size: 16px;
}
.news-nav li {
  margin: 0 20px;
  text-transform: capitalize;
}
.news-nav li:first-child img {
  position: relative;
  top: -1px;
}
.news-nav li:last-child img {
  position: relative;
  top: -2px;
}
.news-nav a {
  color: #4e4949;
  font-weight: 600;
  text-decoration: none;
}
.news-management .card-header h2 {
  color: #54595b;
  font-size: 16px;
  font-weight: 600;
}
h2 {
  color: #2b2b2b;
  border-left: solid 4px #007297;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  padding-left: 15px;
  font-weight: 600;
}
ul.h-list li select {
  border: none;
  font-size: 17px;
  font-weight: 600;
}
ul.h-list li select:focus,
ul.h-list li select:active {
  outline: none;
}
ul.h-list {
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px #e2e2e2;
}
ul.h-list li {
  display: inline-block;
  padding: 0 10px;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 5px;
}
ul.h-list li:hover {
  border-bottom: solid 3px #007297;
  cursor: pointer;
}
ul.h-list li.active {
  border-bottom: solid 3px #007297;
}
ul.news-list {
  height: 650px;
  overflow: auto;
}
ul.news-list li {
  border-bottom: solid 1px #c2c2c2;
  padding: 20px 0;
}
.newswith-check ul.news-list li {
  padding-left: 10px;
  padding-right: 10px;
}
.news-caption {
  position: relative;
  padding-left: 20px;
}
.news-caption h2 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #2b2b2b;
  font-weight: 600;
  padding-left: 0;
  border: none;
}
.news-caption p {
  font-family: "Open Sans", sans-serif;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
}
.news-caption p svg {
  color: #a6a6a6;
}
.gray-text {
  color: #8d8d8d;
}
.news-caption span {
  color: #fff;
  border-radius: 50px;
  background: #007297;
  font-size: 11px;
  padding: 5px 10px;
  margin: 0 0 0 10px;
}
.news-caption::after {
  height: 100%;
  width: 4px;
  position: absolute;
  background: #007297;
  left: 0px;
  top: 0;
  content: "";
}
.news-caption::before {
  height: 100%;
  width: 4px;
  position: absolute;
  background: #bde7f5;
  left: 5px;
  top: 0;
  content: "";
}
ul.Configure-acc li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
ul.Configure-acc li a img {
  margin-right: 10px;
}
ul.Configure-acc li a {
  background: #007297;
  border-radius: 50px;
  padding: 15px 20px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
ul.Configure-acc li:hover a {
  background: #02607e;
  text-decoration: none;
  margin-top: -5px;
}
.aboutPlateform {
  max-height: 450px;
  overflow: auto;
}
.aboutPlateform p {
  font-size: 14px;
  line-height: 25px;
}
::-webkit-scrollbar {
  width: 8px;
  border-radius: 50px;
}
::-webkit-scrollbar-track {
  background: #dedede;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb {
  background: #007297;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #007297;
}
@media (min-width: 992px) {
  .content {
    padding: 1rem 1rem 0rem 1rem;
  }
}
.btn-green {
  background: #3d9251;
}
.btn-green:hover,
.btn-green:focus {
  background: #267e3b;
}
.top-nav .btn {
  padding: 10px 20px;
}
.nav-btns a {
  padding: 0 15px;
  color: #4e4949;
  font-weight: 600;
}
.nav-btns .fa-chevron-left {
  margin-right: 14px;
  font-weight: 600;
}
.nav-btns .fa-chevron-right {
  margin-left: 10px;
  font-weight: 600;
}
.top-nav a {
  color: #000;
}
.card.news {
  padding: 30px 30px;
}
.text-black {
  color: #000000;
}
.card-title h3 {
  font-size: 20px;
  font-weight: 600;
}
.sharing-platform {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 6px;
}
.sharing-platform ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.sharing-platform li {
  list-style-type: none;
  margin: 0px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  position: relative;
  padding-bottom: 4px;
}
.sharing-platform li.active:after {
  position: absolute;
  content: "";
  height: 4px;
  background: #007297;
  width: 100%;
  left: 0;
  bottom: -8px;
}
.sharing-platform li a {
  color: #000;
}
.sharing-platform li a img {
  margin-right: 8px;
}
.btn-blue {
  background: #00a4d9;
  color: #fff !important;
}
.btn-gray {
  background: #eee;
  color: red !important;
  border: 1px solid red;
  margin-right: 5px;
}
.border-line {
  position: relative;
}
.border-line:before {
  width: 100px;
  height: 9px;
  position: absolute;
  content: "";
  top: -10px;
}
.text-grey {
  color: #54595b;
}
.text-grey-1 {
  color: #7c828a;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-17 {
  font-size: 17px;
}
.font-18 {
  font-size: 18px;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.border-left-0 {
  border-left: none !important;
}
.textarea {
  padding: 20px 20px;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  margin-top: 25px;
}
.textarea h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.textarea p {
  color: #000000;
}
.accordion-button {
  background-color: #00a4d9;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 10px !important;
}
.accordion-item {
  border: none;
}
.accordion-button:not(.collapsed) {
  background-color: #00a4d9;
  color: #fff;
}
.accordion-body {
  padding: 1rem 1.25rem;
  border: 1px solid #e9e7e7;
  margin-top: -10px;
  padding: 25px 20px;
}
.accordion-header {
  border-left: none;
}
.pb-row-right .sidebar {
  padding: 30px 30px;
  margin-top: 50px;
  border-radius: 20px;
  box-sizing: border-box;
  min-width: auto;
  max-width: 100%;
}
.pb-row-right .sidebar h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.pb-row-right .sidebar p {
  margin-bottom: 0;
  font-size: 15px;
}
.pb-row-right .sidebar > div {
  margin-bottom: 45px;
  padding-left: 24px;
  position: relative;
  margin-top: 10px;
}
.pb-row-right .sidebar > div:last-child {
  margin-bottom: 0;
}
.pb-row-right .sidebar > div:before {
  position: absolute;
  left: 0;
  width: 4px;
  background: #bde7f5;
  content: "";
  height: 100%;
}
.pb-row-right .sidebar > div:after {
  position: absolute;
  left: 4px;
  width: 4px;
  background: #007297;
  content: "";
  height: 100%;
  top: 0;
}
.tags ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 25px;
}
.tags ul li {
  margin-right: 10px;
  display: inline-grid;
  margin-bottom: 10px;
}
.tags ul li a {
  padding: 6px 16px;
  background: #777777;
  border-radius: 30px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.btn-plus {
  background: #007297;
  color: #fff !important;
  font-size: 23px;
  padding: 0px 7px;
  line-height: 21px;
  border-radius: 6px;
  width: 28px;
  height: 28px;
  text-align: center;
  min-width: auto;
  height: auto;
  min-height: 10px;
  display: inline;
}
.news-switch {
  width: 110px;
}
.news-switch .switch-input:checked ~ .switch-handle {
  left: 77px;
  box-shadow: -1px 1px 5px rgb(0 0 0 / 20%);
  top: 4px;
}
.mh-36 {
  min-height: 36px;
}
.accordion-button:focus {
  box-shadow: none;
}
.far {
  font-weight: 300;
}
td.profile-td {
  width: 120px;
}
td.action {
  width: 185px;
}
.cum-table .table-responsive {
  padding: 0px;
}
.cum-table table thead {
  border: 1px solid black;
}
th.id-col {
  text-align: center;
  width: 50px;
}
th.newstitle-col {
  min-width: 300px;
}
.news-table td.action {
  width: 90px;
}
table a {
  color: #04518d;
  text-decoration: none;
}
.table-responsive.news-table {
  padding: 0 1px;
}
.table-responsive.news-table thead {
  border: 1px solid black;
}
ul.navbar-nav.navbar-align svg.feather.feather-globe {
  position: relative;
  top: -2px;
}
a.nav-link.dropdown-toggle.d-none.d-sm-inline-block img.avatar + span {
  display: none;
}
.vh-1 {
  height: calc(100vh - 200px);
}
.vh-2 {
  min-height: calc(100vh - 420px);
}
.row.newsr-row > .col-xl-6:first-child .card {
  min-height: calc(100vh - 200px);
}
.about-platform .card {
  min-height: calc(100vh - 410px);
}
.vfm__content.modal-content {
  max-height: 100% !important;
}
.add-news input.form-control,
.publish-row textarea.form-control {
  border: 1px solid #b4b4b4;
  padding: 10px;
}
.mh-190 {
  min-height: 190px !important;
}
.add-news label {
  margin-bottom: 10px;
}
.add-news .form-group {
  margin-bottom: 15px;
}
.checklist .form-check {
  margin-right: 20px;
}
.col-inblue-border {
  padding-left: 20px;
  position: relative;
}
.col-inblue-border:before {
  width: 4px;
  height: 100%;
  position: absolute;
  left: 3px;
  top: 0;
  content: "";
  background: #007297;
}
.col-inblue-border:after {
  width: 4px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  content: "";
  background: rgb(0 162 214 / 26%);
}
.mh-36 {
  height: 36px;
  min-height: 10px;
}
.top2 {
  position: relative;
  top: 2px;
}
.listing-in {
  background: #f5f5f5;
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
}
.listing-in h2 {
  font-size: 18px;
}
.col-stats {
  background: #fff;
  padding: 10px 10px;
  width: 100%;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 80px;
  align-items: center;
  box-shadow: 2px 0px 17px #cbc6c6;
}
.col-stats-modal {
  background: #fff;
  padding: 5px 5px;
  width: 100%;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 50px;
  align-items: center;
  border: 1px solid #cfcdcd;
}
.content-stats h4 {
  font-weight: 700;
  color: #007297;
  margin-bottom: 0px;
  font-size: 24px;
  margin-left: 5px;
}
.content-stats p {
  margin-left: 5px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
}
.border-grey {
  border: 1px solid #e3dfdf;
}
.box-shadow-grey {
  box-shadow: 2px 0px 12px #dfd9d9;
}
.width-100 {
  width: 90px;
}
.white-card {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 2px 0px 17px #cbc6c6;
}
.white-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.newswith-check ul.news-list li:hover {
  background: white;
  border-radius: 15px;
  box-shadow: 2px 0px 12px #dfd9d9;
}
.sidebar-nav span {
  text-decoration: none;
}
.label-div {
  position: relative;
  padding-left: 25px;
}
.label-div::before {
  height: 100%;
  width: 4px;
  position: absolute;
  background: #bde7f5;
  left: 4px;
  top: 0;
  content: "";
}
.label-div::after {
  height: 100%;
  width: 4px;
  position: absolute;
  background: #007297;
  left: 0px;
  top: 0;
  content: "";
}
.text-blue {
  color: #00aee6;
}
.copy-code {
  position: absolute;
  right: 20px;
  color: #aeaeae;
  font-size: 14px;
}
.relative {
  position: relative;
}
.bg-black {
  border-radius: 12px;
}
.inputStyle2 label {
  font-weight: 600;
}
.inputStyle2 input {
  background: #f2f2f2;
  border-radius: 100px;
  font-size: 16px;
  border: none;
  padding: 5px 50px 5px 20px;
}
.inputStyle2 textarea {
  background: #f2f2f2;
  border-radius: 10px;
  font-size: 16px;
  border: none;
  padding: 5px 50px 5px 20px;
  min-height: 100px;
}
.inputStyle2 input:focus {
  background: #f2f2f2;
  border-bottom: none !important;
}
.relative {
  position: relative;
}
.inputStyle2 input + a,
.inputStyle2 textarea + a {
  position: absolute;
  top: 9px;
  right: 25px;
}
.card.socialMedia {
  box-shadow: 0 0 1.3rem 0 rgb(33 37 41 / 14%);
  border-radius: 10px;
}
.card.socialMedia .card-body {
  padding-left: 120px;
}
.card.socialMedia .card-body h3 {
  color: #007297;
  font-weight: 600;
  font-size: 22px;
}
.card.socialMedia .card-body p {
  color: #a5a5a5;
  font-size: 12px;
}
.card.socialMedia .card-body button {
  color: #007297;
  font-size: 12px;
  border: solid 1px #c7c7c7;
  background: #fff;
  border-radius: 100px;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 15px;
}
.status-sm {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #6d6d6d;
  font-size: 12px;
}
.card.socialMedia .card-body span {
  background: #efefef;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 20px;
}
.color-picker div {
  border-radius: 100px;
  border: solid 1px #ccc;
  width: 140px;
  padding: 4px 4px 4px 15px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
span.color-box {
  background: #000;
  width: 30px;
  height: 30px;
  border-radius: 100px;
}
h2 {
  font-size: 22px;
  font-weight: 500;
}
span.emailTag {
  background: #f1f1f1;
  font-size: 12px;
  font-style: italic;
  padding: 8px 15px;
  border-radius: 100px;
}
.form-search {
  background: #ffffff "url(../img/search-icon2.png)";
  background-repeat: no-repeat;
  background-position: right;
}
.table .form-check-input[type="checkbox"] {
  border-radius: 0;
}
.min-wdth-auto {
  min-width: auto;
}
.min-heigh-400 {
  min-height: 400px;
}
.AddEmail .inputwidthMail {
  min-width: 480px;
  background: #ffffff "url(../img/email.png)";
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 35px;
}
.secondary-btn {
  background-color: #e3e3e3;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-12 {
  font-size: 12px;
}
.BorderleftCustom {
  border-left: solid 4px #007297;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #ffffff;
}
.tooltip > .tooltip-inner {
  background-color: #ffffff;
  color: #000000;
  border: none;
  padding: 15px;
  font-size: 12px;
  max-width: 400px;
  box-shadow: 0px 3px 36px 0px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0px 3px 36px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 3px 36px 0px rgba(0, 0, 0, 0.36);
  text-align: left;
}
.containerCheckBox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 50%;
  margin-right: 20px;
  height: 40px;
}
.containerCheckBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.containerCheckBox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #eee;
  border-radius: 50%;
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.containerCheckBox:hover input ~ .checkmark {
  background-color: #ccc;
}
.containerCheckBox input:checked ~ .checkmark {
  background-color: #007297;
  color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.BtnHeight36 {
  min-height: 36px;
}
.DayText {
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 14px;
}
.AdavanceOptionBtn {
  font-size: 10px;
  padding: 2px 15px;
  min-height: auto;
  border: solid 1px #ccc;
  height: 20px;
}
.form-switch .form-check-input:checked::after {
  content: "Yes";
  font-size: 10px;
  display: inline-block;
  position: absolute;
  color: #fff;
  left: 4px;
  top: 2px;
}
.form-switch .form-check-input {
  font-size: 20px;
  position: relative;
  margin-left: 15px;
}
.form-switch .form-check-input::before {
  content: "No";
  font-size: 11px;
  position: absolute;
  right: 4px;
  top: 1px;
}
.form-switch .form-check-input:checked::before {
  display: none;
}
.form-switch {
  padding-left: 0;
}
.fs-18 {
  font-size: 18px;
}
.Width70 {
  width: 70px !important;
}
.Width150 {
  width: 150px !important;
}
.CustomFormSelect {
  font-size: 16px;
  height: 42px;
  border: 0px;
  border-bottom: 1px solid #8a8a8a;
}
.Time {
  display: flex;
  background: #f1f3f4;
  align-items: center;
  padding-left: 10px;
}
.Time input {
  border: none;
  width: 130px;
  height: 35px;
  margin-left: 5px !important;
  border: none !important;
  background: #f1f3f4;
}
.Time input:focus {
  border: none;
  outline: none;
}
.SocailAccountbtn {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.SocailAccountToggle {
  box-shadow: 0 0 1.3rem 0 rgb(33 37 41 / 14%);
  border-radius: 10px;
  width: 300px;
}
.SocailAccountToggle input.form-control {
  border-radius: 40px;
  border: 1px solid #8a8a8a !important;
  font-size: 14px;
}
.SocailAccountToggle input.form-control:focus {
  border: 1px solid #8a8a8a !important;
}
.card.socialMedia .card-body .SocailAccountToggle button {
  background: #007297;
  color: #ffffff;
  font-size: 14px;
}
.link-primary {
  color: #007297;
}
.SocailAccountbtn.dropdown-toggle::after {
  content: none;
}
.SocailAccountToggle p {
  font-size: 16px;
}
@media (min-width: 2000px) {
  ul.news-list {
    height: 76vh;
  }
  .aboutPlateform {
    min-height: 60vh;
  }
}
@media (max-width: 1366px) {
  .white-card h3 {
    font-size: 15px;
  }
  .listing-in h2 {
    font-size: 16px;
  }
  .lognArea h1 {
    font-size: 32px !important;
  }
  .LoginBg .col-lg-7 img.img-fluid {
    max-width: 80%;
  }
  .BtnTheme {
    font-size: 16px !important;
    min-height: 46px !important;
  }
  h2 {
    font-size: 20px;
  }
  .display-5 {
    font-size: 1.5rem;
  }
  .BtnTheme {
    font-size: 14px !important;
  }
  .form-control {
    font-size: 14px;
  }
  .font-18 {
    font-size: 16px;
  }
}
.DashboardTabs .ReadytoReview {
  border-left: solid 10px #419b68;
  background-image: "url(../img/ReadytoReview.png)";
  background-repeat: no-repeat;
  background-position: 92% center;
}
.DashboardTabs button {
  border-radius: 10px;
  border: none;
  box-shadow: 0 0 0.875rem 0 rgba(33, 37, 41, 0);
  background: #ffffff;
  color: #00a4d9;
  padding: 13px 25px;
  line-height: 25px;
}
.DashboardTabs button.active {
  border-bottom: solid 3px #007297;
}
.DashboardTabs button span {
  font-size: 25px;
  color: #545454;
  display: block;
}
.DashboardTabs .NewsDistributed {
  border-left: solid 10px #00a4d9;
  background-image: "url(../img/distribution.png)";
  background-repeat: no-repeat;
  background-position: 92% center;
}
ul.NewListTabs {
  height: 562px;
}
.form-control-With-Border {
  border: 1px solid #b4b4b4;
  padding: 0.3rem 0.85rem;
}
.form-control-With-Border:focus {
  border: 1px solid #007297 !important;
}
.AddIcon {
  height: 18px !important;
  width: 18px !important;
  min-height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.SearchInputOuter {
  border-radius: 30px;
  border: 1px solid #b4b4b4;
  overflow: hidden;
}
.SearchInputOuter input {
  min-height: 35px;
  border-radius: 30px 0px 0px 30px;
}
.CheckboxArea {
  max-height: 200px;
}
.BadgeAddArea {
  background-color: #707070;
  color: #fff;
  border-radius: 20px;
  border: none;
  font-size: 12px;
  padding: 3px 10px;
  display: inline-flex;
  margin: 2px;
}
.bg-light {
  background-color: #d9d9d9 !important;
}
.NewsSocialTabs li {
  margin-right: 2rem;
}
.NewsSocialTabs li:last-child {
  margin-right: 0;
}
.NewsSocialTabs li a {
  border-bottom: 3px solid transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.NewsSocialTabs li a.active,
.NewsSocialTabs li a:hover {
  border-bottom: solid 3px #007297;
}
.bg-grey2 {
  background-color: #efefef !important;
}
.Maxwidth535 {
  max-width: 535px;
}
.rounded-10px {
  border-radius: 10px;
}
.NewsStatiticsIcon {
  width: 41px;
  height: 41px;
  background: #feedf0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.NewsStatiticsIconSec {
  height: 76px;
  background: #ffffff;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 15px;
  margin-right: 1rem;
  padding: 15px;
  max-width: 175px;
}
.NewsStatiticsIconSec:last-child {
  margin-right: 0;
}
.text-light-2 {
  color: #acacac;
}
.GraphSec .GraphItem {
  margin-right: 20px;
}
.GraphSec .GraphItem:last-child {
  margin-right: 0;
}
@media (min-width: 2000px) {
  ul.news-list {
    height: 76vh;
  }
  .aboutPlateform {
    min-height: 60vh;
  }
}
@media (max-width: 1366px) {
  .white-card h3 {
    font-size: 15px;
  }
  .listing-in h2 {
    font-size: 16px;
  }
  .lognArea h1 {
    font-size: 32px !important;
  }
  .LoginBg .col-lg-7 img.img-fluid {
    max-width: 80%;
  }
  .BtnTheme {
    font-size: 16px !important;
    min-height: 46px !important;
  }
  h2 {
    font-size: 20px;
  }
  .display-5 {
    font-size: 1.5rem;
  }
  .BtnTheme {
    font-size: 14px !important;
  }
  .form-control {
    font-size: 14px;
  }
  .font-18 {
    font-size: 16px;
  }
}
.dp-custom-input {
  color: #1976d2;
  background-color: #000;
}
.dp-custom-input::-moz-placeholder {
  color: #000;
  font: 15px sans-serif;
}
.dp-custom-input::placeholder {
  color: #000;
  font: 15px sans-serif;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

.vfm--fixed[data-v-2836fdb5] {
  position: fixed;
}
.vfm--absolute[data-v-2836fdb5] {
  position: absolute;
}
.vfm--inset[data-v-2836fdb5] {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vfm--overlay[data-v-2836fdb5] {
  background-color: rgba(0, 0, 0, 0.5);
}
.vfm--prevent-none[data-v-2836fdb5] {
  pointer-events: none;
}
.vfm--prevent-auto[data-v-2836fdb5] {
  pointer-events: auto;
}
.vfm--outline-none[data-v-2836fdb5]:focus {
  outline: none;
}
.vfm-enter-active[data-v-2836fdb5],
.vfm-leave-active[data-v-2836fdb5] {
  transition: opacity 0.2s;
}
.vfm-enter-from[data-v-2836fdb5],
.vfm-leave-to[data-v-2836fdb5] {
  opacity: 0;
}
.vfm--touch-none[data-v-2836fdb5] {
  touch-action: none;
}
.vfm--select-none[data-v-2836fdb5] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vfm--resize-tr[data-v-2836fdb5],
.vfm--resize-br[data-v-2836fdb5],
.vfm--resize-bl[data-v-2836fdb5],
.vfm--resize-tl[data-v-2836fdb5] {
  width: 12px;
  height: 12px;
  z-index: 10;
}
.vfm--resize-t[data-v-2836fdb5] {
  top: -6px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: ns-resize;
}
.vfm--resize-tr[data-v-2836fdb5] {
  top: -6px;
  right: -6px;
  cursor: nesw-resize;
}
.vfm--resize-r[data-v-2836fdb5] {
  top: 0;
  right: -6px;
  width: 12px;
  height: 100%;
  cursor: ew-resize;
}
.vfm--resize-br[data-v-2836fdb5] {
  bottom: -6px;
  right: -6px;
  cursor: nwse-resize;
}
.vfm--resize-b[data-v-2836fdb5] {
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: ns-resize;
}
.vfm--resize-bl[data-v-2836fdb5] {
  bottom: -6px;
  left: -6px;
  cursor: nesw-resize;
}
.vfm--resize-l[data-v-2836fdb5] {
  top: 0;
  left: -6px;
  width: 12px;
  height: 100%;
  cursor: ew-resize;
}
.vfm--resize-tl[data-v-2836fdb5] {
  top: -6px;
  left: -6px;
  cursor: nwse-resize;
}

  .ckconsent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 1px 10px solid #000000;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }

  .ckconsent-banner__inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 32px 0;
  }

  .ckconsent-banner__copy {
    margin-bottom: 16px;
  }

  .ckconsent-banner__actions {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 10px;
  }

  .ckconsent-banner__header {
    margin-bottom: 8px;
    font-family: sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }

  .ckconsent-banner__description {
    font-family: sans-serif, arial;
    font-weight: normal;
    color: #838F93;
    font-size: 16px;
    line-height: 24px;
  }

  .ckconsent-banner__description a{
    color:#000000;
  }

  .ckconsent-banner__cta, .ckconsent-popup__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 2px;
    background-color: #000000;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    border-radius: 3px;
    transition: all 0.2s;
    border-width: 0px;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .ckconsent-banner__cta--secondary, .ckconsent-popup__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #3A4649;
    background-color: transparent;
    color: #000000;
  }

  .ckconsent-banner__cta:hover, .ckconsent-popup__cta:hover {
    background-color: #555555;
  }

  .ckconsent-banner__cta--secondary:hover, .ckconsent-popup__cta--secondary:hover {
    border-color: #555555;
    background-color: #f0f0f0;
    color: #555555;
  }

  .ckconsent-popup__cta:last-child {
    margin-left: 16px;
  }


  .ckconsent-popup-backdrop{
    background-color: hsla(0, 0%, 10%, .8) !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,100%,.8);
    z-index: 2147483642;
    overflow: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
  }
  .ckconsent-popup-container{
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    background-color: #fff;
    opacity: 1;
    max-width: 650px;
    width: 100%;
  }
  .ckconsent-popup-container-header{
    padding:30px 30px 0 30px;
  }
  .ckconsent-popup-container-body{
    font-size: 14px;
    color: #555555;
    padding:10px 30px;
  }
  .ckconsent-popup-container-footer{
    background-color: #f0f0f0;
    display: flex;
    justify-content: flex-end;
    padding:20px 30px;
  }
  .ckconsent-popup-container-body ul {
    margin: 10px;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .ckconsent-popup-container-body ul li {
    margin: 16px 0;
    position: relative;
    display: flex;
    align-items: flex-start;
  }
  @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .cookie_section {
      --active: #000000;
      --active-inner: #fff;
      --focus: 2px rgba(82, 82, 82, 0.3);
      --border: #444444;
      --border-hover: #000000;
      --background: #fff;
      --disabled: #fafbfc;
      --disabled-inner: #d8d8d8;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px !important;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .cookie_section:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .cookie_section:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .cookie_section:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .cookie_section:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .cookie_section:disabled + label {
      cursor: not-allowed;
    }
    .cookie_section:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .cookie_section:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .cookie_section:not(.switch) {
      width: 21px;
    }
    .cookie_section:not(.switch):after {
      opacity: var(--o, 0);
    }
    .cookie_section:not(.switch):checked {
      --o: 1;
    }
    .cookie_section + label {
      font-size: 14px;
      line-height: 21px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      margin-left: 4px;
    }

    .cookie_section:not(.switch) {
      border-radius: 7px;
    }
    .cookie_section:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .cookie_section:not(.switch):checked {
      --r: 43deg;
    }
    .cookie_section.switch {
      min-width: 38px;
      border-radius: 11px;
    }
    .cookie_section.switch:after {
      left: 2px;
      top: 2px;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      background: var(--ab, var(--border));
      transform: translateX(var(--x, 0));
    }
    .cookie_section.switch:checked {
      --ab: var(--active-inner);
      --x: 17px;
    }
    .cookie_section.switch:disabled:not(:checked):after {
      opacity: 0.6;
    }
  }

  @media only screen and (min-width: 768px) {
    .ckconsent-banner__inner {
      justify-content: space-between;
    }
    .ckconsent-banner__copy {
      margin-right: 30px;
    }
    .ckconsent-banner__actions {
      margin-top: 20px;
      display: block
    }
    .ckconsent-banner__cta:last-child {
      margin-left: 0;
      margin-bottom: 0;
    }
  }

footer {
  background-color: #1D1E3F;
}
.logo-tirant img {
  width: 215px;
}
.menu-footer{
  display: flex;
  align-content: center;
  flex-direction: column;
}
.menu-footer a {
  color: #FFF;
  font-size: 17px;
  margin-bottom: 5px;
}
.menu-footer a:hover {
  text-decoration: underline;
}

.cancel-btn {
  background: gray;
  color: white;
  font-size: 16px;
}
.cancel-btn:hover {
  background: darkgrey;
  color: white;
}

input[data-v-051ef74e] {
  border: 0;
  outline: none;
  margin: 5px 0px;
  font-size: 16px;
  background-color: #EAEAEA;
  padding: 5px 20px;
  border-radius: 30px !important;
}
.text-small[data-v-051ef74e] {
  font-size: 12px;
}
.toggle-container{display:inline-block}

.toggle-container:focus{box-shadow:0 0 0 var(--toggle-ring-width,3px) var(--toggle-ring-color,rgba(16,185,129,.188));outline:none}

.toggle{align-items:center;border:var(--toggle-border,.125rem) solid;border-radius:999px;box-sizing:content-box;cursor:pointer;display:flex;font-size:var(--toggle-font-size,.75rem);height:var(--toggle-height,1.25rem);line-height:1;position:relative;transition:all .3s;width:var(--toggle-width,3rem)}

.toggle-on{background:var(--toggle-bg-on,#10b981);border-color:var(--toggle-border-on,#10b981);color:var(--toggle-text-on,#fff);justify-content:flex-start}

.toggle-off{background:var(--toggle-bg-off,#e5e7eb);border-color:var(--toggle-border-off,#e5e7eb);color:var(--toggle-text-off,#374151);justify-content:flex-end}

.toggle-on-disabled{background:var(--toggle-bg-on-disabled,#d1d5db);border-color:var(--toggle-border-on-disabled,#d1d5db);color:var(--toggle-text-on-disabled,#9ca3af);cursor:not-allowed;justify-content:flex-start}

.toggle-off-disabled{background:var(--toggle-bg-off-disabled,#e5e7eb);border-color:var(--toggle-border-off-disabled,#e5e7eb);color:var(--toggle-text-off-disabled,#9ca3af);cursor:not-allowed;justify-content:flex-end}

.toggle-handle{background:var(--toggle-handle-enabled,#fff);border-radius:50%;display:inline-block;height:var(--toggle-height,1.25rem);position:absolute;top:0;transition-duration:var(--toggle-duration,.15s);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:var(--toggle-height,1.25rem)}

.toggle-handle-on{left:100%;transform:translateX(-100%)}

.toggle-handle-off{left:0}

.toggle-handle-on-disabled{background:var(--toggle-handle-disabled,#f3f4f6);left:100%;transform:translateX(-100%)}

.toggle-handle-off-disabled{background:var(--toggle-handle-disabled,#f3f4f6);left:0}

.toggle-label{box-sizing:border-box;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:calc(var(--toggle-width, 3.25rem) - var(--toggle-height, 1.25rem))}
body {
  font-family: "Montserrat", sans-serif;
}
.LoginBg {
  background: #007397;
}
.loginArea {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.loginArea h1 {
  font-size: 33px;
  color: #1D1D1B !important;
  font-weight: bold;
}
/* .login-box .row input {height: 35px; border: 0px;border-bottom: 1px solid #CCC; } */
.form-control {
  font-size: 18px;
  height: 42px;
  border: 0px;
  border-bottom: 1px solid #8a8a8a;
  padding-left: 0;
  border-radius: 0;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  outline: 0;
  box-shadow: none !important;
  border-bottom: 2px solid #007297 !important;
}
.input-group .input-group-prepend .input-group-text {
  background: none;
  border: none;
}
.login-box .input-group-prepend {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 999;
}
.login-box .input-group-prepend i {
  color: #00000030;
  font-size: 25px;
}
.ThemeColor {
  color: #007297;
}
.f-16 {
  font-size: 16px;
}
.f-600 {
  font-weight: 600;
}
.BtnTheme {
  font-size: 20px;
  border-radius: 30px;
  min-width: 160px;
  background: #007297;
  min-height: 55px;
  font-weight: 600;
}
.toggler {
  position: absolute;
  top: 25px;
  right: 30px;
}
.toggle-teal {
  --toggle-bg-on: #027397;
  --toggle-border-on: #027397;
}
.pointer-cursor {
  cursor: pointer;
}

/* AB */
.bg-white {
  background-color: #fff;
}
.bg-logo {
  background-color: #1D1E3F;
}
.bg-login {
  background-image: url(/activos/img/conecta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
}
.bg-login h1 {
  color: #FFF;
  font-weight: 700;
  font-size: 40px;
}
.bg-login h2 {
  color: #FFF;
  font-weight: 700;
  font-size: 25px;
  border-left: 0px;
  padding-left: 0px;
}
.bg-login p {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
}
.text-intro {
  font-size: 16px;
  font-weight: 300;
}
.logo {
  float: left;
  max-width: 400px;
}
img.img-login {
  width: 85%;
}
.fondo-logo {
  border-bottom-right-radius: 50px;
  background-color: #007298;
}
@media (max-width: 992px) {
  img.logo {
    width: 90%;
  }
  .login-right {
    border-left: 0px solid #f2f2f2;
  }
}

.form-control {
  font-size: 18px;
  height: 42px;
  border: 0px;
  border-bottom: 1px solid #EAEAEA;
  padding-left: 0;
  border-radius: 0;
}

.form-control:focus {
  color: #000;
  background-color: #f3f3f3;
  outline: 0;
  box-shadow: none !important;
  border-bottom: 2px solid #EAEAEA !important;
}

.input-group .input-group-prepend .input-group-text {
  background: none;
  border: none;
}

.login-box .input-group-prepend {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 999;
}

.login-box .input-group-prepend i {
  color: #00000030;
  font-size: 25px;
}

.ThemeColor {
  color: #007297;
}

.f-16 {
  font-size: 16px;
}

.f-600 {
  font-weight: 600;
}

.BtnTheme {
  font-size: 20px;
  border-radius: 30px;
  min-width: 160px;
  background: #007297;
  min-height: 55px;
  font-weight: 600;
}

/* AB */
.lognArea h1 {
  font-size: 33px;
  color: #1D1D1B !important;
  font-weight: bold;
}
.separador {
  height: 5px;
  width: 80px;
  background-color: #EFE7DA;
  margin: 0 auto;
}
.text-dark, .text-dark a {
  color: #1D1D1B;
}
.text-dark:hover, .text-dark a:hover {
  color: #007297;
}
/*  */
.btn-login-outline {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  border: 2px solid #007297;
  color: #007297 !important;
  background-color: transparent;
  justify-content: center;
  align-items: center;
}
.btn-login-outline:hover {
  border: 2px solid #007297;
  background-color: #007297;
  color: #FFF !important;
  text-decoration: none;
}

select[data-v-04350d06] {
  border: 0;
  outline: none;
  margin: 5px 0px;
  font-size: 16px;
  background-color: #EAEAEA;
  padding: 5px 20px;
  border-radius: 30px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select[data-v-04350d06]:focus {
  box-shadow: none;
}
.input-group-text[data-v-04350d06] {
  background-color: #EAEAEA;
  border: 0;
  cursor: pointer;
  border-radius: 30px !important;
}
.text-small[data-v-04350d06] {
  font-size: 12px;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
#app {
  height: 100%;
}
section {
  min-height: 100%;
}
.left-section {
  background: #007397;
  min-height: 100%;
}
/* .login-box .row input {height: 35px; border: 0px;border-bottom: 1px solid #CCC; } */
.form-control {
  font-size: 18px;
  height: 42px;
  border: 0px;
  border-bottom: 1px solid #8a8a8a;
  padding-left: 0;
  border-radius: 0;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  outline: 0;
  box-shadow: none !important;
  border-bottom: 2px solid #007297 !important;
}
.input-group .input-group-prepend .input-group-text {
  background: none;
  border: none;
}
.login-box .input-group-prepend {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 999;
}
.login-box .input-group-prepend i {
  color: #00000030;
  font-size: 25px;
}
.ThemeColor {
  color: #007297;
}
.f-16 {
  font-size: 16px;
}
.f-600 {
  font-weight: 600;
}
.BtnTheme {
  font-size: 20px;
  border-radius: 30px;
  min-width: 160px;
  background: #007297;
  min-height: 55px;
  font-weight: 600;
}
.toggler {
  position: absolute;
  top: 10px;
  right: 30px;
}
.toggle-teal {
  --toggle-bg-on: #027397;
  --toggle-border-on: #027397;
}
.pointer-cursor {
  cursor: pointer;
}

/* AB */
.bg-white {
  background-color: #fff;
}
.bg-logo {
  background-color: #1D1E3F;
}
.bg-login {
  background-image: url(/activos/img/conecta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
}
.bg-login h1 {
  color: #FFF;
  font-weight: 700;
  font-size: 40px;
}
.bg-login h2 {
  color: #FFF;
  font-weight: 700;
  font-size: 27px;
  border-left: 0px;
  padding-left: 0px;
}
.bg-login p {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
}
.text-intro {
  font-size: 16px;
  font-weight: 300;
}
.logo {
  float: left;
  max-width: 400px;
}
img.img-signup {
  width: 70%;
}
.link-logo {
  width: -moz-fit-content;
  width: fit-content;
}
.fondo-logo {
  border-bottom-right-radius: 50px;
  background-color: #007298;
}

@media (max-width: 992px) {
  img.logo {
    width: 90%;
  }
  .login-right {
    border-left: 0px solid #f2f2f2;
  }
  img.img-signup {
    width: 80%;
  }
}

.lognArea {
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
}
.lognArea h1 {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
}

/* AB */
.lognArea h1 {
  font-size: 33px;
  color: #1D1D1B !important;
  font-weight: bold;
}
.nav-link.dropdown-toggle {
  color: #FFF;
}
.nav-link.dropdown-toggle span {
  color: #FFF !important;
}

@media (max-width: 576px) {
  .w-75 {
    width: 90% !important;
  }
}