*,
*::before,
*::after {
  box-sizing: border-box;
}

#root {
  font-family: "Nunito";
  width: 100%;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}#admin-master-container {
  background-color: #EFEFEF;
  color: black;
  height: 100%;
  padding: 24px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.container .title {
  width: 100%;
  align-self: flex-start;
}
.container .box-small {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  max-height: 136px;
}
.container .box-big {
  min-height: 405px;
  width: 100%;
}

@media (max-width: 1023px) and (min-width: 375px) {
  .container {
    flex-wrap: wrap;
    min-width: 100%;
    width: 100%;
  }
  .container .box-small {
    flex-wrap: wrap;
    justify-content: center;
  }
  .container .box-big {
    min-width: 100%;
    min-height: 405px;
  }
}
#container-news-users {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-direction: column;
  width: 100%;
}
#container-news-users .title-news-users {
  align-self: flex-start;
}
#container-news-users .title-news-users h2 {
  text-align: start;
}
@media (max-width: 768px) and (min-width: 375px) {
  #container-news-users {
    width: 100%;
    flex-wrap: wrap;
  }
  #container-news-users .title-news-users {
    width: 100%;
  }
}

.box-small-heading {
  font-weight: 400;
  font-size: 1rem;
}

.box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.main-registry {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.main-registry .main-regristry-sub-title {
  margin: 0px;
  margin-bottom: 8px;
  text-align: start;
}
.main-registry .registry-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
}
.main-registry .registry-section div > form {
  margin-bottom: 1rem;
}
.main-registry .registry-section > .input-ordem {
  min-width: 145px;
}
.main-registry .registry-section .input-youtube {
  width: 100%;
}
.main-registry .registry-section .input-youtube > div {
  width: 100%;
}
.main-registry .registry-section .input-link {
  flex: 1;
}
.main-registry .verify-button {
  margin-bottom: 1.5rem;
  height: 60px;
}
.main-registry .list-links {
  width: 100%;
  margin-bottom: 0px;
  max-height: 222px;
}
.main-registry .main-regristry-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
}
.main-registry .main-regristry-item div {
  text-align: left;
}
.main-registry .main-regristry-item p {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
}
.main-registry .main-regristry-item .item-icons {
  margin: 0px 8px;
  cursor: pointer;
}
.main-registry .main-regristry-item .item-icons :hover {
  width: 26px;
  height: 26px;
  color: #8987E6;
}
.main-registry .main-regristry-item .group-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-registry .main-regristry-item .title-link {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 768px) and (min-width: 375px) {
  .main-registry .registry-section {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .main-registry .registry-input {
    min-width: 100%;
  }
  .main-registry .main-regristry-item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-registry .list-links {
    max-height: 227px;
  }
}
.number {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
}

.up {
  color: #78CB63;
}

.down {
  color: #FF8173;
}

.establishment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.establishment .title {
  text-align: start;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}
.establishment .title p {
  margin: 0px;
}
.establishment .avatar {
  margin: 0px 16px 0px 0px;
}

#list-resume {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 341px;
  overflow: hidden;
}

.box-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  word-break: break-all;
  height: 53px;
}

#graphic {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
  position: relative;
  gap: 12px;
  cursor: pointer;
  width: 100%;
}
#graphic .graphic-content {
  padding: 0px 0px 0px 0px;
  width: 50%;
}
#graphic .graphic-content [dir=ltr] {
  max-width: 448px;
  width: 100%;
}
#graphic #line-vertical {
  position: absolute;
  width: 30%;
  rotate: 90deg;
  margin-top: 14rem;
}

@media (max-width: 1023px) and (min-width: 375px) {
  #graphic {
    min-width: 100%;
    flex-wrap: wrap;
    width: 100%;
  }
  #graphic .graphic-content {
    padding: 0px;
    width: 100%;
    overflow: scroll;
    margin-bottom: 12px;
  }
  #graphic .graphic-content [dir=ltr] {
    max-width: 100%;
    width: 100%;
  }
  #graphic .graphic-content .box-section {
    justify-content: space-between;
  }
  #graphic #line-vertical {
    position: relative;
    rotate: 0deg;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 12px;
  }
}
@media (width > 1024px) {
  #graphic .graphic-content [dir=ltr] {
    max-width: 98%;
  }
}
.echarts-for-react canvas {
  cursor: default;
}

#triangle-icon-down {
  color: #FF8173 !important;
}

.list-pending-item {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.list-pending-items {
  margin: 0px;
  padding: 0px;
  width: 100%;
}/* Variables declaration */
.rdp-root {
  --rdp-accent-color: blue; /* The accent color used for selected days and UI elements. */
  --rdp-accent-background-color: #f0f0ff; /* The accent background color used for selected days and UI elements. */

  --rdp-day-height: 44px; /* The height of the day cells. */
  --rdp-day-width: 44px; /* The width of the day cells. */

  --rdp-day_button-border-radius: 100%; /* The border radius of the day cells. */
  --rdp-day_button-border: 2px solid transparent; /* The border of the day cells. */
  --rdp-day_button-height: 42px; /* The height of the day cells. */
  --rdp-day_button-width: 42px; /* The width of the day cells. */

  --rdp-selected-border: 2px solid var(--rdp-accent-color); /* The border of the selected days. */
  --rdp-disabled-opacity: 0.5; /* The opacity of the disabled days. */
  --rdp-outside-opacity: 0.75; /* The opacity of the days outside the current month. */
  --rdp-today-color: var(--rdp-accent-color); /* The color of the today's date. */

  --rdp-dropdown-gap: 0.5rem; /* The gap between the dropdowns used in the month captons. */

  --rdp-months-gap: 2rem; /* The gap between the months in the multi-month view. */

  --rdp-nav_button-disabled-opacity: 0.5; /* The opacity of the disabled navigation buttons. */
  --rdp-nav_button-height: 2.25rem; /* The height of the navigation buttons. */
  --rdp-nav_button-width: 2.25rem; /* The width of the navigation buttons. */
  --rdp-nav-height: 2.75rem; /* The height of the navigation bar. */

  --rdp-range_middle-background-color: var(--rdp-accent-background-color); /* The color of the background for days in the middle of a range. */
  --rdp-range_middle-color: inherit; /* The color of the range text. */

  --rdp-range_start-color: white; /* The color of the range text. */
  --rdp-range_start-background: linear-gradient(
    var(--rdp-gradient-direction),
    transparent 50%,
    var(--rdp-range_middle-background-color) 50%
  ); /* Used for the background of the start of the selected range. */
  --rdp-range_start-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the start of the selected range. */

  --rdp-range_end-background: linear-gradient(
    var(--rdp-gradient-direction),
    var(--rdp-range_middle-background-color) 50%,
    transparent 50%
  ); /* Used for the background of the end of the selected range. */
  --rdp-range_end-color: white; /* The color of the range text. */
  --rdp-range_end-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the end of the selected range. */

  --rdp-week_number-border-radius: 100%; /* The border radius of the week number. */
  --rdp-week_number-border: 2px solid transparent; /* The border of the week number. */

  --rdp-week_number-height: var(--rdp-day-height); /* The height of the week number cells. */
  --rdp-week_number-opacity: 0.75; /* The opacity of the week number. */
  --rdp-week_number-width: var(--rdp-day-width); /* The width of the week number cells. */
  --rdp-weeknumber-text-align: center; /* The text alignment of the weekday cells. */

  --rdp-weekday-opacity: 0.75; /* The opacity of the weekday. */
  --rdp-weekday-padding: 0.5rem 0rem; /* The padding of the weekday. */
  --rdp-weekday-text-align: center; /* The text alignment of the weekday cells. */

  --rdp-gradient-direction: 90deg;

  --rdp-animation_duration: 0.3s;
  --rdp-animation_timing: cubic-bezier(0.4, 0, 0.2, 1);
}

.rdp-root[dir="rtl"] {
  --rdp-gradient-direction: -90deg;
}

.rdp-root[data-broadcast-calendar="true"] {
  --rdp-outside-opacity: unset;
}

/* Root of the component. */
.rdp-root {
  position: relative; /* Required to position the navigation toolbar. */
  box-sizing: border-box;
}

.rdp-root * {
  box-sizing: border-box;
}

.rdp-day {
  width: var(--rdp-day-width);
  height: var(--rdp-day-height);
  text-align: center;
}

.rdp-day_button {
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  justify-content: center;
  align-items: center;
  display: flex;

  width: var(--rdp-day_button-width);
  height: var(--rdp-day_button-height);
  border: var(--rdp-day_button-border);
  border-radius: var(--rdp-day_button-border-radius);
}

.rdp-day_button:disabled {
  cursor: revert;
}

.rdp-caption_label {
  z-index: 1;

  position: relative;
  display: inline-flex;
  align-items: center;

  white-space: nowrap;
  border: 0;
}

.rdp-dropdown:focus-visible ~ .rdp-caption_label {
  outline: 5px auto Highlight;
  /* biome-ignore lint/suspicious/noDuplicateProperties: backward compatibility */
  outline: 5px auto -webkit-focus-ring-color;
}

.rdp-button_next,
.rdp-button_previous {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  appearance: none;

  width: var(--rdp-nav_button-width);
  height: var(--rdp-nav_button-height);
}

.rdp-button_next:disabled,
.rdp-button_next[aria-disabled="true"],
.rdp-button_previous:disabled,
.rdp-button_previous[aria-disabled="true"] {
  cursor: revert;

  opacity: var(--rdp-nav_button-disabled-opacity);
}

.rdp-chevron {
  display: inline-block;
  fill: var(--rdp-accent-color);
}

.rdp-root[dir="rtl"] .rdp-nav .rdp-chevron {
  transform: rotate(180deg);
  transform-origin: 50%;
}

.rdp-dropdowns {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--rdp-dropdown-gap);
}
.rdp-dropdown {
  z-index: 2;

  /* Reset */
  opacity: 0;
  appearance: none;
  position: absolute;
  inset-block-start: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: inherit;
  border: none;
  line-height: inherit;
}

.rdp-dropdown_root {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.rdp-dropdown_root[data-disabled="true"] .rdp-chevron {
  opacity: var(--rdp-disabled-opacity);
}

.rdp-month_caption {
  display: flex;
  align-content: center;
  height: var(--rdp-nav-height);
  font-weight: bold;
  font-size: large;
}

.rdp-root[data-nav-layout="around"] .rdp-month,
.rdp-root[data-nav-layout="after"] .rdp-month {
  position: relative;
}

.rdp-root[data-nav-layout="around"] .rdp-month_caption {
  justify-content: center;
  margin-inline-start: var(--rdp-nav_button-width);
  margin-inline-end: var(--rdp-nav_button-width);
  position: relative;
}

.rdp-root[data-nav-layout="around"] .rdp-button_previous {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: var(--rdp-nav-height);
  display: inline-flex;
}

.rdp-root[data-nav-layout="around"] .rdp-button_next {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  height: var(--rdp-nav-height);
  display: inline-flex;
  justify-content: center;
}

.rdp-months {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--rdp-months-gap);
  max-width: fit-content;
}

.rdp-month_grid {
  border-collapse: collapse;
}

.rdp-nav {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;

  display: flex;
  align-items: center;

  height: var(--rdp-nav-height);
}

.rdp-weekday {
  opacity: var(--rdp-weekday-opacity);
  padding: var(--rdp-weekday-padding);
  font-weight: 500;
  font-size: smaller;
  text-align: var(--rdp-weekday-text-align);
  text-transform: var(--rdp-weekday-text-transform);
}

.rdp-week_number {
  opacity: var(--rdp-week_number-opacity);
  font-weight: 400;
  font-size: small;
  height: var(--rdp-week_number-height);
  width: var(--rdp-week_number-width);
  border: var(--rdp-week_number-border);
  border-radius: var(--rdp-week_number-border-radius);
  text-align: var(--rdp-weeknumber-text-align);
}

/* DAY MODIFIERS */
.rdp-today:not(.rdp-outside) {
  color: var(--rdp-today-color);
}

.rdp-selected {
  font-weight: bold;
  font-size: large;
}

.rdp-selected .rdp-day_button {
  border: var(--rdp-selected-border);
}

.rdp-outside {
  opacity: var(--rdp-outside-opacity);
}

.rdp-disabled {
  opacity: var(--rdp-disabled-opacity);
}

.rdp-hidden {
  visibility: hidden;
  color: var(--rdp-range_start-color);
}

.rdp-range_start {
  background: var(--rdp-range_start-background);
}

.rdp-range_start .rdp-day_button {
  background-color: var(--rdp-range_start-date-background-color);
  color: var(--rdp-range_start-color);
}

.rdp-range_middle {
  background-color: var(--rdp-range_middle-background-color);
}

.rdp-range_middle .rdp-day_button {
  border: unset;
  border-radius: unset;
  color: var(--rdp-range_middle-color);
}

.rdp-range_end {
  background: var(--rdp-range_end-background);
  color: var(--rdp-range_end-color);
}

.rdp-range_end .rdp-day_button {
  color: var(--rdp-range_start-color);
  background-color: var(--rdp-range_end-date-background-color);
}

.rdp-range_start.rdp-range_end {
  background: revert;
}

.rdp-focusable {
  cursor: pointer;
}

@keyframes rdp-slide_in_left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes rdp-slide_in_right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes rdp-slide_out_left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes rdp-slide_out_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

.rdp-weeks_before_enter {
  animation: rdp-slide_in_left var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-weeks_before_exit {
  animation: rdp-slide_out_left var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-weeks_after_enter {
  animation: rdp-slide_in_right var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-weeks_after_exit {
  animation: rdp-slide_out_right var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_after_enter {
  animation: rdp-slide_in_left var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_before_exit {
  animation: rdp-slide_out_right var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_before_enter {
  animation: rdp-slide_in_right var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_after_exit {
  animation: rdp-slide_out_left var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

@keyframes rdp-fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes rdp-fade_out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.rdp-caption_after_enter {
  animation: rdp-fade_in var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-caption_after_exit {
  animation: rdp-fade_out var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-caption_before_enter {
  animation: rdp-fade_in var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-caption_before_exit {
  animation: rdp-fade_out var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}
.paginationContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.infoText {
  font-size: 14px;
  color: #555;
}

.buttons {
  display: flex;
  align-items: center;
  gap: 6px;
}
.buttons button {
  padding: 6px 10px;
  border: none;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  color: #000000;
  transition: background 0.2s;
  align-self: center;
  font-size: 1rem;
}
.buttons button:hover:not(:disabled) {
  background: #f0f0f0;
}
.buttons button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.buttons button.active {
  color: #518D42;
  font-weight: bold;
}
.buttons button svg {
  margin-top: 2px;
}
.buttons button:last-child {
  padding-right: 0;
}

.ellipsis {
  padding: 6px 8px;
  color: #000000;
}#agreement-container {
  width: 700px;
  height: 405px;
  min-width: 700px;
  min-height: 405px;
}
@media (max-width: 768px) and (min-width: 375px) {
  #agreement-container {
    width: 100%;
    min-width: 311px;
    min-height: 445px;
  }
}
#agreement-container .truncated-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 320px;
}
#agreement-container .agreement-big {
  width: 700px;
  height: 405px;
}
@media (max-width: 768px) and (min-width: 375px) {
  #agreement-container .agreement-big {
    min-width: 100%;
    min-height: 405px;
  }
}
#agreement-container #list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 313px;
  overflow: scroll;
}
@media (max-width: 768px) and (min-width: 375px) {
  #agreement-container #list {
    min-height: 313px;
  }
}
#agreement-container .small-heading {
  font-weight: 400;
}
#agreement-container .agreement-establishment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#agreement-container .agreement-establishment .title {
  text-align: start;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}
#agreement-container .agreement-establishment .title p {
  margin: 0px;
}
#agreement-container .agreement-establishment .avatar {
  margin: 0px 16px 0px 0px;
}
#agreement-container .agreement-box-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 768px) and (min-width: 375px) {
  #agreement-container .agreement-box-section {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}.auth-layout {
  width: 100%;
  min-height: 100vh;
  background-color: #8556E5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.app-layout {
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}.custom-select-container {
  position: relative;
  width: 100%;
  min-width: 160px;
  margin-bottom: 12px;
}
.custom-select-container.is-open .custom-select-value::after {
  transform: translateY(-50%) rotate(180deg);
}
.custom-select-container.color-white .custom-select-value {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.custom-select-container.color-white .custom-select-value::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
}
.custom-select-container.color-white .custom-select-value:hover, .custom-select-container.color-white .custom-select-value:focus {
  color: #ffffff;
}
.custom-select-container.color-white .custom-select-value:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.custom-select-container.color-black {
  margin-bottom: 0;
}
.custom-select-container.color-black .custom-select-value {
  color: #000000;
  border: 1px solid transparent;
}
.custom-select-container.color-black .custom-select-value::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
}
.custom-select-container.color-black .custom-select-value:hover, .custom-select-container.color-black .custom-select-value:focus {
  color: #000000;
}
.custom-select-container.color-black .custom-select-value:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.custom-select-container.color-clickpalm {
  margin-bottom: 0;
}
.custom-select-container.color-clickpalm .custom-select-value {
  font-weight: normal;
  font-size: 1rem;
  line-height: normal;
  font-family: "Nunito";
  color: #000000;
  border: 1px solid #C2C2C2;
  background-color: #ffffff;
  padding: 18px 40px 18px 18px;
}
.custom-select-container.color-clickpalm .custom-select-value.placeholder-active {
  color: #D9D9D9 !important;
}
.custom-select-container.color-clickpalm .custom-select-value.has-error {
  border-color: #C94A3F !important;
}
.custom-select-container.color-clickpalm .custom-select-value::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
}
.custom-select-container.color-clickpalm .custom-select-value:hover, .custom-select-container.color-clickpalm .custom-select-value:focus {
  color: #000000;
  border-color: #8556E5;
}
.custom-select-container.color-clickpalm .custom-select-value:hover.placeholder-active, .custom-select-container.color-clickpalm .custom-select-value:focus.placeholder-active {
  color: #D9D9D9 !important;
}
.custom-select-container.color-clickpalm .custom-select-value:hover.has-error, .custom-select-container.color-clickpalm .custom-select-value:focus.has-error {
  border-color: #C94A3F !important;
}
.custom-select-container.color-clickpalm .custom-select-value:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #979797;
}
.custom-select-container.color-clickpalm .custom-select-value:disabled:hover, .custom-select-container.color-clickpalm .custom-select-value:disabled:focus {
  border: 1px solid #8987E6;
}
.custom-select-container.color-clickpalm .custom-select-value:disabled:hover.has-error, .custom-select-container.color-clickpalm .custom-select-value:disabled:focus.has-error {
  border-color: #C94A3F !important;
}
.custom-select-container.color-clickpalm .custom-select-options {
  background-color: #EFEFEF;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-top: 4px;
}
.custom-select-container.color-clickpalm .custom-select-option {
  padding: 14px 12px;
  color: #000000;
  border-bottom: none;
  position: relative;
  font-weight: normal;
  font-size: 1rem;
}
.custom-select-container.color-clickpalm .custom-select-option:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.7rem;
  right: 0.7rem;
  height: 1px;
  background-color: #D9D9D9;
}
.custom-select-container.color-clickpalm .custom-select-option:hover, .custom-select-container.color-clickpalm .custom-select-option.active {
  color: #8556E5;
  background-color: transparent;
}
.custom-select-container.color-clickpalm .custom-select-option.selected {
  color: #8556E5;
  background-color: transparent;
}

.custom-select-value {
  position: relative;
  width: 100%;
  background-color: transparent;
  border-radius: 8px;
  padding: 8px 40px 8px 12px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}
.custom-select-value.placeholder-active {
  color: #D9D9D9;
}
.custom-select-value::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.custom-select-value:hover, .custom-select-value:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border: 2px solid #C2C2C2;
}
.custom-select-value:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.custom-select-value:disabled:hover, .custom-select-value:disabled:focus {
  border: 2px solid #C2C2C2;
}

.custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #EFEFEF;
  border: 2px solid white;
  border-radius: 8px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0 12px;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
}
.custom-select-options::-webkit-scrollbar {
  width: 8px;
}
.custom-select-options::-webkit-scrollbar-track {
  background: transparent;
  margin: 4px 0;
}
.custom-select-options::-webkit-scrollbar-thumb {
  background-color: #8556E5;
  border-radius: 4px;
}

.custom-select-option {
  padding: 12px 0;
  color: #000000;
  cursor: pointer;
  border-bottom: 1px solid #C2C2C2;
}
.custom-select-option:last-child {
  border-bottom: none;
}
.custom-select-option:hover, .custom-select-option.selected {
  background-color: #EFEFEF;
  color: #8556E5;
}

.placeholder-active {
  color: #D9D9D9;
}

.errorMessage {
  font-weight: 400;
  font-size: 0.875rem;
  text-align: left;
  color: #C94A3F;
  align-self: flex-start;
  padding-left: 1px;
  margin-top: 2px;
  margin-bottom: 6px;
  flex-shrink: 1;
  word-break: break-word;
}.header-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8556E5;
  color: #ffffff;
  height: 106px;
  width: 100%;
}
@media (min-width: 1024px) {
  .header-container {
    padding: 0 1rem;
  }
}
.header-container .header-content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .header-container .header-content {
    justify-content: space-between;
    padding: 0;
  }
}
.header-container .header-logo {
  display: none;
}
@media (min-width: 1024px) {
  .header-container .header-logo {
    display: flex;
    height: 68px;
  }
}
.header-container .header-right-content {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .header-container .header-right-content {
    width: auto;
  }
}
.header-container .header-right-content .header-nav {
  display: none;
}
@media (min-width: 1024px) {
  .header-container .header-right-content .header-nav {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
}
.header-container .header-right-content .header-nav-link {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
.header-container .header-right-content .header-nav-link:hover {
  text-decoration: underline;
}
.header-container .header-right-content .header-actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .header-container .header-right-content .header-actions {
    position: static;
    width: auto;
    justify-content: center;
    gap: 16px;
    height: auto;
  }
}
.header-container .header-right-content .header-actions .user-avatar {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
  line-height: 0;
}
.header-container .header-right-content .header-actions .header-logo-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .header-container .header-right-content .header-actions .header-logo-mobile {
    display: none;
  }
}
.header-container .header-right-content .header-actions .menu-icon {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  outline: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
}
.header-container .header-right-content .header-actions .menu-icon svg {
  width: 32px;
  height: 32px;
}
.header-container .hr {
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 0 1rem;
}
.header-container .expanded-menu {
  position: absolute;
  top: 104px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #8556E5;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.header-container .expanded-menu .expanded-menu-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .header-container .expanded-menu .expanded-menu-content {
    flex-direction: row;
    padding: 2rem 0;
    gap: 2rem;
  }
}
.header-container .expanded-menu .expanded-menu-actions {
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .header-container .expanded-menu .expanded-menu-actions {
    margin-top: auto;
    padding-bottom: 2rem;
  }
}
.header-container .expanded-menu .expanded-menu-section {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.header-container .expanded-menu .expanded-menu-section h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  color: white;
}
.header-container .expanded-menu .expanded-menu-section a {
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 12px;
  font-size: 16px;
}
.header-container .expanded-menu .expanded-menu-section a:hover {
  text-decoration: underline;
}
.header-container .expanded-menu .expanded-menu-section a:focus {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  color: white;
  text-decoration: underline;
}
.header-container .expanded-menu .logout-btn {
  color: #ffffff;
  margin-bottom: 1rem;
}
.header-container .link-as-button {
  background: none;
  border: none;
  padding: 0;
  color: white;
  text-decoration: none;
  margin-bottom: 12px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}
.header-container .link-as-button:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .header-container .show-on-mobile {
    display: none !important;
  }
}
.header-container .show-on-desktop {
  display: none !important;
}
@media (min-width: 1024px) {
  .header-container .show-on-desktop {
    display: block !important;
  }
  .header-container .show-on-desktop:focus {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    color: white;
    text-decoration: underline;
  }
  .header-container .show-on-desktop:hover {
    text-decoration: underline;
  }
}