@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

/* src/assets/themes/fonts.scss */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}
.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* src/assets/themes/colors.scss */
:root {
  --primary: #7D5FFF;
  --secondary: #58d9f5;
  --bluelink: #4697F6;
  --red: #B70909 ;
  --orange: #F27B38 ;
  --yellow: #D6B50B ;
  --green: #21B32F ;
  --background: #d8fefa74;
  --orange-50: rgba(242, 123, 56, 0.3) ;
  --yellow-50:rgba(239, 244, 24, 0.3);
  --green-50: rgba(33, 179, 47, 0.3) ;
  --green-alert:#e0f44c;
  --blue-50: rgba(0, 119, 205, 0.5) ;
  --secondary-50: rgba(88, 216, 245, 0.294) ;
  --primary-80: rgba(124, 95, 255, 0.492) ;
  --skeleton1: hsl(202, 11%, 86%);
  --skeleton2: hsl(200, 20%, 95%);
  --disabled-readonly-bg:#E2E3E3;
  --disabled-readonly-color: #262b3091;
  --white: #FAFDFC;
  --gray: #B8B8B8;
  --gray-100: #F6F6F6 ;
  --gray-200: #C7C7C7 ;
  --gray-300: #C0C0C0 ;
  --gray-400: #D9D9D9 ;
  --gray-500: #ADA8A8 ;
  --gray-600: #F8F8F8 ;
  --gray-700: #515151 ;
  --gray-800: #343a40 ;
  --gray-900: #212529 ;
  --black: #181c2c ;
}
:root {
  --fc-small-font-size: .85em;
  --fc-page-bg-color: #fff;
  --fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
  --fc-neutral-text-color: #808080;
  --fc-border-color: #ddd;
  --fc-button-text-color: var(--black);
  --fc-button-bg-color: var(--secondary-50);
  --fc-button-border-color: var(--secondary);
  --fc-button-hover-bg-color: var(--secondary);
  --fc-button-hover-border-color: var(--secondary);
  --fc-button-active-bg-color: var(--primary);
  --fc-button-active-border-color: var(--primary);
  --fc-event-bg-color: var(--secondary);
  --fc-event-border-color: var(--secondary);
  --fc-event-text-color: var(--black);
  --fc-event-selected-overlay-color: var(--primary-80);
  --fc-more-link-bg-color: #d0d0d0;
  --fc-more-link-text-color: inherit;
  --fc-event-resizer-thickness: 8px;
  --fc-event-resizer-dot-total-width: 8px;
  --fc-event-resizer-dot-border-width: 1px;
  --fc-non-business-color: rgba(215, 215, 215, 0.3);
  --fc-bg-event-color: rgb(143, 223, 130);
  --fc-bg-event-opacity: 0.3;
  --fc-highlight-color: rgba(188, 232, 241, 0.3);
  --fc-today-bg-color: rgba(255, 220, 40, 0.15);
  --fc-now-indicator-color: var(--red);
}

/* src/styles.scss */
:root {
  --select2-selection-multiple-gap: 5px 5px;
  --select2-selection-multiple-padding: 10px 10px;
  --select2-selection-border-radius: 10px;
  --select2-multiple-height: 45px;
  --select2-option-highlighted-background: var(--secondary);
  --menu-width-collapsed: 50px;
  --menu-width-reduced: 65px;
  --menu-width-expanded: 300px;
}
@media (max-height: 735px) {
  :root .body {
    --scroll-btn-offset: var(--menu-width-reduced);
  }
}
@media (max-width: 768px) {
  :root .body {
    --scroll-btn-offset: 0px;
  }
}
:root .body {
  --menu-width: var(--menu-width-collapsed);
}
:root .body.body_expanded {
  --menu-width: var(--menu-width-expanded);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  --sb-track-color: var(--primary-80);
  --sb-thumb-color: var( --secondary);
  --sb-size: 15px;
}
body::-webkit-scrollbar {
  width: var(--sb-size);
}
body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 5px;
}
@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
p {
  font-size: 14px;
}
label {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
}
.asterisk {
  color: var(--red);
  font-weight: bold;
}
.inputCombo {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.input_basic {
  width: 100%;
  height: 45px;
  border: 1px solid var(--gray-500);
  border-radius: 10px;
  padding: 6px;
  font-size: 14px;
}
.input_basic_medium {
  width: 45%;
  height: 45px;
  border: 1px solid var(--gray-500);
  border-radius: 10px;
  padding: 6px;
  font-size: 14px;
}
.input_basic_symbol {
  width: 100%;
  height: 45px;
  border: 1px solid var(--gray-500);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 6px;
  font-size: 14px;
}
input:focus,
input:active,
select:focus,
select:active textarea:active {
  outline: none;
  border: 1px solid var(--primary) !important;
}
input[readonly],
input[readonly=readonly] {
  border: 1px solid var(--gray-500);
  background-color: var(--disabled-readonly-bg) !important;
  color: var(--disabled-readonly-color);
}
input[readonly]::placeholder {
  color: var(--disabled-readonly-color);
}
select:disabled {
  border: 1px solid var(--gray-500);
  background-color: var(--disabled-readonly-bg) !important;
  color: var(--black);
}
textarea {
  border: 1px solid var(--gray-500);
  border-radius: 10px;
  padding: 6px;
  font-size: 14px;
  width: 100%;
  min-height: 45px;
  resize: vertical;
  overflow: hidden;
}
#searchIcon {
  background-image: url("./media/search.png");
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  height: 45px;
  font-size: 14px;
  padding: 20px 35px;
  border: 1px solid var(--gray-500);
  border-radius: 10px;
  margin-bottom: 12px;
}
select {
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 20px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("./media/chevron-down-solid.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 15px top 50%;
}
.radio_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-bottom: 12px;
}
input[type=radio] {
  appearance: none;
  display: none;
}
.radio_label {
  font-size: 14px;
  font-family: "Poppins";
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  width: 49%;
  height: 45px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  transition: linear 0.3s;
}
input[type=radio] + .radio_label {
  border: 1px solid var(--gray-500);
  color: var(--primary);
  font-weight: 500;
  transition: 0.3s;
}
input[type=radio]:checked + label {
  background-color: var(--primary);
  color: var(--white);
  font-weight: 500;
  transition: 0.3s;
}
.checkbox-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  gap: 10px;
}
input[type=checkbox] {
  appearance: none;
  display: none;
}
.checkbox-label {
  font-size: 14px;
  font-family: "Poppins";
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  width: 48%;
  height: 45px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--gray-500);
  color: var(--primary);
  font-weight: 500;
  transition:
    background-color 0.3s,
    color 0.3s,
    border-color 0.3s;
}
input[type=checkbox]:checked + .checkbox-label {
  background-color: var(--primary);
  color: var(--white);
  font-weight: 500;
  transition:
    background-color 0.3s,
    color 0.3s,
    border-color 0.3s;
}
input[type=checkbox]:checked + .checkbox-label {
  border-color: var(--primary);
}
.icon_check {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 600px) {
  .checkbox-container {
    flex-direction: column;
    gap: 10px;
  }
  .checkbox-label {
    width: 100%;
  }
}
.invalidColor {
  border: 2px solid var(--red);
  color: var(--red);
}
.input-icon {
  position: absolute;
  right: 0;
  top: 10px;
  padding-right: 10px;
  z-index: 2;
}
.pInput {
  padding-top: 5px;
  padding-bottom: 20px;
}
.pTop40 {
  padding-top: 40px;
}
.titleComponent {
  padding-top: 30px;
  width: 100%;
}
.btn_basic {
  width: 100%;
  height: 50px;
  border-radius: 2em;
  background-color: var(--primary);
  border: none;
  color: var(--white);
  font-size: 14px;
  cursor: pointer;
  pointer-events: all;
  padding: 10px;
}
.btn_basic_loading {
  width: 100%;
  height: 50px;
  border-radius: 2em;
  background-color: var(--primary);
  border: none;
  color: var(--white);
  font-size: 14px;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.click_disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.btn_basic_secondary {
  width: 100%;
  height: 50px;
  border-radius: 2em;
  background-color: var(--white);
  border: var(--primary) 1px solid;
  color: var(--primary);
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  pointer-events: all;
}
.btn_basic_disabled {
  width: 100%;
  height: 50px;
  border-radius: 2em;
  background-color: var(--gray-400);
  border: none;
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 500;
  cursor: not-allowed;
  pointer-events: none;
  padding: 10px;
}
.btn_basic:active,
.btn_basic2:active,
.btn_basic_secondary:active {
  transform: scale(0.9);
}
.inputPrefij {
  display: flex;
}
.btnForm {
  min-width: 200px;
  margin-top: 23px;
}
.symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  width: 30px;
  background-color: var(--gray-200);
  border: 1px solid var(--gray-500);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.symbol2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  width: 90px;
  background-color: var(--gray-200);
  border: 1px solid var(--gray-500);
  border-radius: 10px;
  margin-left: 5px;
}
.divisor {
  margin: 5px 10px;
  font-size: 24px !important;
}
.primary {
  color: var(--primary);
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
}
.invalidColor {
  border: 1px solid var(--red) !important;
}
.validColor {
  border: 1px solid var(--gray-500) !important;
}
.gif {
  width: 30px;
  height: 40px;
  padding-top: 10px;
}
.btnStep {
  display: flex;
  justify-content: end;
  flex-direction: row;
  gap: 30px;
  width: 100%;
}
.btnsNext {
  margin-top: 40px;
  min-width: 200px;
}
.btn_gif {
  cursor: not-allowed;
  pointer-events: none;
}
.btns-primary {
  margin-bottom: 15px;
  color: var(--gray-800) !important;
  width: 100%;
  padding: 10px 50px 10px 50px !important;
  cursor: pointer;
  height: 52px;
  border-radius: 2em;
  font-weight: 500 !important;
  font-size: 14px;
  border: 1px var(--secondary) solid;
  font-family: "poppins";
  background-color: var(--secondary);
}
.btns-outline {
  width: 100%;
  height: 52px;
  padding: 10px 50px 10px 50px !important;
  cursor: pointer;
  border-radius: 2em;
  font-weight: 500 !important;
  font-size: 14px;
  border: 1px solid var(--secondary);
  font-family: "poppins";
  background-color: var(--white);
  color: var(--secondary);
}
.btns-outline:hover {
  background-color: var(--gray-400) !important;
  color: var(--white) !important;
}
.btns1 {
  margin: 10px 10px;
}
.swal2-title {
  font-size: 16px;
  color: var(--black) !important;
}
.swal2-html-container {
  color: var(--black) !important;
  font-family: "poppins-regular" !important;
  font-size: 16px !important;
  text-align: center;
}
.swal2-container {
  padding: 24px !important;
  font-family: "poppins-regular" !important;
  font-size: 28px;
  z-index: 2147483647 !important;
}
.titlePrimary {
  font-family: "poppins-bold" !important;
  color: var(--primary) !important;
}
.titlePrimary2 {
  font-family: "poppins-bold" !important;
  color: var(--primary) !important;
  font-size: 20px;
}
.component {
  width: 100%;
  min-height: 120vh;
  padding: 80px 30px 80px 30px;
  color: var(--black);
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
}
.searchForm {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 30px;
}
.clientForm {
  min-width: 500px;
  margin-right: 20px;
}
@media (max-width: 800px) {
  .searchForm {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
  }
  .clientForm {
    min-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 12px;
  }
}
form {
  width: 100%;
}
.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 10px;
}
.form2 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 10px;
}
.elementForm {
  width: calc(50% - 20px);
}
.elementForm2 {
  width: 100%;
}
.elementFormRow2 {
  display: flex;
  flex-direction: row;
  width: 49%;
  gap: 5px;
}
.elementFormRow3 {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 5px;
}
.elementFormRow2 .itemElementFormRow2 {
  width: 100%;
}
.elementFormRow3 .itemElementFormRow2 {
  width: 100%;
}
.tableForm {
  width: 100%;
}
.label2 {
  font-weight: bold;
}
.label3 {
  margin-left: 10px;
  margin-bottom: 5px;
}
.divFormTable {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  padding: 0px 10px 10px 10px;
  border: 1px solid var(--gray);
  border-radius: 10px;
}
.divFormTableNoBorder {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  padding: 0px 10px 10px 10px;
}
.divFormTableNoBorderNoPadding {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.elementsFormTable {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.buttonAdd {
  width: 25%;
  margin-top: -15px;
}
@media only screen and (max-width: 768px) {
  .form {
    width: 100%;
    justify-content: center;
  }
  .form2 {
    width: 100%;
    justify-content: center;
  }
  .elementForm {
    width: 100%;
  }
  .elementsFormTable {
    flex-wrap: wrap;
  }
  .elementFormRow2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 5px;
  }
  .elementFormRow .buttonAdd {
    width: 100%;
  }
  .buttonAddSup {
    width: 100%;
  }
}
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 151s;
  -moz-animation-duration: 15s;
  -ms-animation-duration: 15s;
  -o-animation-duration: 15s;
  animation-duration: 15s;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUp {
  opacity: 1;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.fadeDown {
  opacity: 1;
  animation-name: fadeDown;
  -webkit-animation-name: fadeDown;
}
@keyframes fadeDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block;
  }
  to {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes fadeDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    display: block;
  }
  to {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    display: none;
  }
}
.canvas_whiteboard_button {
  top: 0px;
  border: 1px solid var(--primary);
  background-color: var(--primary-80);
  color: var(--primary);
  padding: 5px;
}
.incomplete_shapes_canvas_whiteboard {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position-y: 50px;
  background-attachment: fixed;
  border-radius: 10px;
}
.canvas_whiteboard_auto {
  margin-bottom: 10px;
}
.canvas_whiteboard {
  border: 1px solid var(--gray);
  border-radius: 10px;
}
.canvas_wrapper_div {
  border-radius: 10px;
}
@media (min-width: 401px) {
  .canvas_whiteboard_buttons {
    position: absolute;
    right: 0%;
    color: #fff;
  }
}
.counter {
  text-align: center;
  font-size: 20px;
  color: var(--primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.counterFinal {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: var(--red);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.linkOtp {
  color: var(--bluelink);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.linkOtp a {
  cursor: pointer !important;
}
.radioBtndisabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
  background-color: #f5f5f5 !important;
  cursor: not-allowed !important;
}
.char-counter {
  font-size: 0.65rem;
  color: var(--gray-700);
  text-align: right;
  margin-top: 4px;
}
.subtitle-alert {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 18px !important;
  color: #C00000;
  font-weight: bold;
}
.app-ng-select {
  width: 100%;
  font-size: 14px;
  border: none !important;
}
.app-ng-select input {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.app-ng-select .ng-select-container {
  height: 45px !important;
  min-height: 45px;
  border: 1px solid var(--gray-500);
  border-radius: 10px !important;
  padding: 0 2px 0 2px !important;
  background-color: var(--white);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.app-ng-select .ng-input > input {
  height: 100%;
  line-height: 45px;
  padding: 0;
  margin: 0;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.app-ng-select .ng-placeholder {
  color: #999;
  line-height: 45px;
}
.app-ng-select.ng-has-value .ng-placeholder {
  display: none !important;
}
.app-ng-select .ng-value {
  line-height: 45px;
}
.app-ng-select .ng-clear {
  font-size: 18px;
  font-style: 500;
  line-height: 1;
  color: var(--gray);
}
.app-ng-select .ng-arrow-wrapper {
  display: none !important;
}
.app-ng-select .ng-arrow-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  right: 8px !important;
}
.app-ng-select .ng-arrow {
  border: none !important;
}
.app-ng-select .ng-arrow svg {
  display: none !important;
}
.app-ng-select .ng-arrow-wrapper::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("./media/chevron-down-solid.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.app-ng-select .ng-clear-wrapper {
  padding: 0 !important;
  margin-right: 18px;
}
.app-ng-select .ng-value-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.app-ng-select.ng-select-focused .ng-select-container {
  border-color: var(--primary) !important;
}
.app-ng-select.ng-invalid.ng-touched .ng-select-container {
  border-color: var(--red) !important;
}
.app-ng-select .ng-dropdown-panel {
  background-color: var(--white) !important;
  z-index: 1050 !important;
  border-radius: 10px;
  border: 1px solid var(--gray-500);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.app-ng-select .ng-option {
  padding: 10px;
  font-size: 14px;
  color: var(--black);
}
.app-ng-select .ng-option.ng-option-selected {
  background-color: var(--primary);
  color: #fff;
}
.app-ng-select .ng-option.ng-option-marked {
  background-color: #f0f0f0;
}
.tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:hover {
  background: var(--primary) !important;
  color: #ffffff !important;
}
.tox .tox-tbtn--enabled svg {
  fill: #ffffff !important;
}
.tox .tox-dialog__footer .tox-button:not(.tox-button--secondary) {
  background-color: var(--primary) !important;
  border-color: #4b0082 !important;
  color: #ffffff !important;
}
.tox .tox-dialog__footer .tox-button:not(.tox-button--secondary):hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.tox .tox-button--secondary {
  background-color: #f8f9fa !important;
  border-color: var(--primary) !important;
  color: #333 !important;
}
.tox .tox-button--secondary:hover {
  background-color: #e2e6ea !important;
  color: #000 !important;
}
.tox .tox-collection__item--active {
  background-color: var(--primary) !important;
  color: #ffffff !important;
}
.tox-tinymce {
  border: 1px solid var(--gray-500) !important;
  border-radius: 8px !important;
}
.corp-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.logo-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
}
.corp-logo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  transform: translate(-50%, -50%);
  animation: logoPulse 1.8s ease-in-out infinite;
}
.logo-spinner {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.08);
  border-top: 3px solid var(--primary);
  animation: spin 1.1s linear infinite;
}
.corp-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-800);
  text-align: center;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes logoPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.loader-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(2px);
  z-index: 9999;
}
.loader-backdrop {
  pointer-events: all;
}
.loader-backdrop.hidden {
  pointer-events: none;
}
.custom-shepherd {
  font-family: "Poppins", sans-serif;
}
.shepherd-element {
  border-radius: 12px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
  animation: fadeInUp 0.3s ease;
}
.shepherd-header {
  color: var(--primary) !important;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 15px;
  height: 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shepherd-header .shepherd-cancel-icon {
  color: var(--primary) !important;
  font-size: 20px;
  margin-bottom: 10px;
}
.shepherd-header .shepherd-header-subtitle {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.9;
  margin-top: 2px;
}
.shepherd-text {
  font-size: 14px;
  color: var(--black);
  padding: 15px;
}
.shepherd-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px 15px;
}
.shepherd-button {
  background-color: var(--primary) !important;
  color: var(--white) !important;
  min-width: 100px;
  border-radius: 20px !important;
  padding: 6px 15px !important;
  font-size: 13px !important;
  border: none !important;
  transition: all 0.2s ease;
}
.shepherd-button:hover {
  transform: scale(1.05);
  background-color: var(--secondary) !important;
}
.shepherd-button-secondary {
  background-color: var(--white) !important;
  color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tox-tinymce-aux {
  z-index: 9999999 !important;
}
.buttonAddSup {
  width: 25%;
  margin-top: 15px;
}

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* node_modules/shepherd.js/dist/css/shepherd.css */
.shepherd-button {
  background: #3288e6;
  border: 0;
  border-radius: 3px;
  color: hsla(0, 0%, 100%, .75);
  cursor: pointer;
  margin-right: .5rem;
  padding: .5rem 1.5rem;
  transition: all .5s ease;
}
.shepherd-button:not(:disabled):hover {
  background: #196fcc;
  color: hsla(0, 0%, 100%, .75);
}
.shepherd-button.shepherd-button-secondary {
  background: #f1f2f3;
  color: rgba(0, 0, 0, .75);
}
.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
  background: #d6d9db;
  color: rgba(0, 0, 0, .75);
}
.shepherd-button:disabled {
  cursor: not-allowed;
}
.shepherd-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  padding: 0 .75rem .75rem;
}
.shepherd-footer .shepherd-button:last-child {
  margin-right: 0;
}
.shepherd-cancel-icon {
  background: transparent;
  border: none;
  color: hsla(0, 0%, 50%, .75);
  cursor: pointer;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: color .5s ease;
}
.shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, .75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: hsla(0, 0%, 50%, .75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
  color: rgba(0, 0, 0, .75);
}
.shepherd-title {
  color: rgba(0, 0, 0, .75);
  display: flex;
  flex: 1 0 auto;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.shepherd-header {
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  line-height: 2em;
  padding: .75rem .75rem 0;
}
.shepherd-has-title .shepherd-content .shepherd-header {
  background: #e6e6e6;
  padding: 1em;
}
.shepherd-text {
  color: rgba(0, 0, 0, .75);
  font-size: 1rem;
  line-height: 1.3em;
  padding: .75em;
}
.shepherd-text p {
  margin-top: 0;
}
.shepherd-text p:last-child {
  margin-bottom: 0;
}
.shepherd-content {
  border-radius: 5px;
  outline: none;
  padding: 0;
}
.shepherd-element {
  background: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  margin: 0;
  max-width: 400px;
  opacity: 0;
  outline: none;
  padding: 0;
  transition: opacity .3s, visibility .3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.shepherd-enabled.shepherd-element {
  opacity: 1;
  visibility: visible;
}
.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.shepherd-element,
.shepherd-element *,
.shepherd-element :after,
.shepherd-element :before {
  box-sizing: border-box;
}
.shepherd-arrow,
.shepherd-arrow:before {
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: -1;
}
.shepherd-arrow:before {
  background: #fff;
  content: "";
  transform: rotate(45deg);
}
.shepherd-element[data-popper-placement^=top] > .shepherd-arrow {
  bottom: -8px;
}
.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
  top: -8px;
}
.shepherd-element[data-popper-placement^=left] > .shepherd-arrow {
  right: -8px;
}
.shepherd-element[data-popper-placement^=right] > .shepherd-arrow {
  left: -8px;
}
.shepherd-element.shepherd-centered > .shepherd-arrow {
  opacity: 0;
}
.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
  background-color: #e6e6e6;
}
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
  pointer-events: none;
}
.shepherd-modal-overlay-container {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition:
    all .3s ease-out,
    height 0s .3s,
    opacity .3s 0s;
  width: 100vw;
  z-index: 9997;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  height: 100vh;
  opacity: .5;
  transform: translateZ(0);
  transition:
    all .3s ease-out,
    height 0s 0s,
    opacity .3s 0s;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
