@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
  --main_font: "Poppins", sans-serif;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --bold: 700;
}
:root {
  --main_color: #0071ce;
  --whatsApp_color: #398bfd;
  --dark_main_color: #002856;
  --lighter_main_color: #f6f9fd;
  --light_main_color: #ebefff;
  --second_light_color: #e5f0fa;
  --second_color: #368dec;
  --light_blue: #cbe2f5;
  --gray_color: #f3f3f3;
  --black_color: #3a3b3f;
  --black_font: #3a3a3c;
  --error_message: #d93616;
  --alert_color: #e15360;
  --alert_color_light: #e1535f35;
  --success_color: #28a745;
  --success_color_light: #28a74630;
  --info_color: #0071ce;
  --info_color_light: #0071ce2f;
  --btn_radius: 0.4rem;
  --dashed_border: #d6d3d3;
  --red_button: #f94141;
  --desc_color: #707070;
  --gray_border: #d7d7db;
  --gray_background: #f1f4f7;
  --gray_text: #c8c8c8;
}
@keyframes progress-bar {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.colums_medium {
  font-weight: var(--medium);
  max-width: 43.12rem !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: flex;
  align-items: center;
  gap: 5px;
}
.colums_Enabled,
.colums_Disabled,
.colums_circle {
  text-transform: capitalize;
  padding: 3px 1.25rem;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.colums_Enabled .colums_circle__dot,
.colums_Disabled .colums_circle__dot,
.colums_circle .colums_circle__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
}
.colums_Enabled .colums_circle__text,
.colums_Disabled .colums_circle__text,
.colums_circle .colums_circle__text {
  font-size: 13px !important;
  justify-self: center !important;
  margin: auto;
}
.colums_circle {
  width: 12.5rem;
  background: var(--info_color_light);
  color: var(--info_color);
}
.colums_circle .colums_circle__dot {
  background: var(--info_color);
}
.colums_Disabled {
  background: var(--alert_color_light);
  color: var(--alert_color);
  width: 10.625rem;
}
.colums_Disabled .colums_circle__dot {
  background: var(--alert_color);
}
.colums_Enabled {
  background: var(--success_color_light);
  color: var(--success_color);
  width: 10.625rem;
}
.colums_Enabled .colums_circle__dot {
  background: var(--success_color);
}
.colums_actions {
  display: flex;
  width: 12.5rem;
  color: var(--black_color) !important;
}
html {
  font-family: var(--main_font) !important;
  font-weight: var(--medium);
  background: var(--gray_color);
  height: 100%;
  width: 100vw;
  color: var(--black_color);
  font-size: 1rem;
  overflow: hidden;
}
* {
  margin: 0px;
  box-sizing: border-box;
  font-family: var(--main_font) !important;
  font-size: 0.8 0.75rem;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
}
*::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}
*:-moz-scrollbar {
  display: none;
}
.systemPage {
  padding: 0px 1.25rem;
  padding-top: 4.6rem;
  max-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.systemNavigation {
  padding: 0.6rem 0px;
  display: flex;
  justify-content: space-between;
  min-height: 3.7rem;
}
.systemNavigation .button {
  padding: 0.4rem 0.625rem;
  width: 21.25rem;
}
.templateTap {
  min-height: 30rem;
}
.modalTemplate .ModalCenter {
  width: 100% !important;
}
.modalTemplate .ModalCenter__dialog {
  width: 70% !important;
}
@media (max-width: 1800px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1700px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1100px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 1000px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 6px;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 5px;
  }
}.SurveyPointApp {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
}
.SurveyPointApp .ql-align-right {
  text-align: right;
}
.SurveyPointApp .ql-direction-rtl {
  direction: rtl;
}
.SurveyPointApp * {
  font-size: 0.8rem;
}:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__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 Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__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 Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__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 Toastify__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 Toastify__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 Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */
.szh-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  width: max-content;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.szh-menu:focus {
  outline: none;
}
.szh-menu__arrow {
  box-sizing: border-box;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.szh-menu__arrow--dir-left {
  right: -0.375rem;
  transform: translateY(-50%) rotate(135deg);
}
.szh-menu__arrow--dir-right {
  left: -0.375rem;
  transform: translateY(-50%) rotate(-45deg);
}
.szh-menu__arrow--dir-top {
  bottom: -0.375rem;
  transform: translateX(-50%) rotate(-135deg);
}
.szh-menu__arrow--dir-bottom {
  top: -0.375rem;
  transform: translateX(-50%) rotate(45deg);
}
.szh-menu__item {
  cursor: pointer;
}
.szh-menu__item:focus {
  outline: none;
}
.szh-menu__item--hover {
  background-color: #ebebeb;
}
.szh-menu__item--focusable {
  cursor: default;
  background-color: inherit;
}
.szh-menu__item--disabled {
  cursor: default;
  color: #aaa;
}
.szh-menu__group {
  box-sizing: border-box;
}
.szh-menu__radio-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.szh-menu__divider {
  height: 1px;
  margin: 0.5rem 0;
  background-color: rgba(0, 0, 0, 0.12);
}

.szh-menu-button {
  box-sizing: border-box;
}

.szh-menu {
  user-select: none;
  color: #212529;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.133), 0 0.6px 2px rgba(0, 0, 0, 0.1);
  min-width: 10rem;
  padding: 0.5rem 0;
}
.szh-menu__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.375rem 1.5rem;
}
.szh-menu-container--itemTransition .szh-menu__item {
  transition-property: background-color, color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
.szh-menu__item--type-radio {
  padding-left: 2.2rem;
}
.szh-menu__item--type-radio::before {
  content: "○";
  position: absolute;
  left: 0.8rem;
  top: 0.55rem;
  font-size: 0.8rem;
}
.szh-menu__item--type-radio.szh-menu__item--checked::before {
  content: "●";
}
.szh-menu__item--type-checkbox {
  padding-left: 2.2rem;
}
.szh-menu__item--type-checkbox::before {
  position: absolute;
  left: 0.8rem;
}
.szh-menu__item--type-checkbox.szh-menu__item--checked::before {
  content: "✔";
}
.szh-menu__submenu > .szh-menu__item {
  padding-right: 2.5rem;
}
.szh-menu__submenu > .szh-menu__item::after {
  content: "❯";
  position: absolute;
  right: 1rem;
}
.szh-menu__header {
  color: #888;
  font-size: 0.8rem;
  padding: 0.2rem 1.5rem;
  text-transform: uppercase;
}
@keyframes szh-menu-show-slide-left {
  from {
    opacity: 0;
    transform: translateX(0.75rem);
  }
}
@keyframes szh-menu-hide-slide-left {
  to {
    opacity: 0;
    transform: translateX(0.75rem);
  }
}
@keyframes szh-menu-show-slide-right {
  from {
    opacity: 0;
    transform: translateX(-0.75rem);
  }
}
@keyframes szh-menu-hide-slide-right {
  to {
    opacity: 0;
    transform: translateX(-0.75rem);
  }
}
@keyframes szh-menu-show-slide-top {
  from {
    opacity: 0;
    transform: translateY(0.75rem);
  }
}
@keyframes szh-menu-hide-slide-top {
  to {
    opacity: 0;
    transform: translateY(0.75rem);
  }
}
@keyframes szh-menu-show-slide-bottom {
  from {
    opacity: 0;
    transform: translateY(-0.75rem);
  }
}
@keyframes szh-menu-hide-slide-bottom {
  to {
    opacity: 0;
    transform: translateY(-0.75rem);
  }
}
.szh-menu--state-opening.szh-menu--dir-left {
  animation: szh-menu-show-slide-left 0.15s ease-out;
}

.szh-menu--state-closing.szh-menu--dir-left {
  animation: szh-menu-hide-slide-left 0.15s ease-in forwards;
}

.szh-menu--state-opening.szh-menu--dir-right {
  animation: szh-menu-show-slide-right 0.15s ease-out;
}

.szh-menu--state-closing.szh-menu--dir-right {
  animation: szh-menu-hide-slide-right 0.15s ease-in forwards;
}

.szh-menu--state-opening.szh-menu--dir-top {
  animation: szh-menu-show-slide-top 0.15s ease-out;
}

.szh-menu--state-closing.szh-menu--dir-top {
  animation: szh-menu-hide-slide-top 0.15s ease-in forwards;
}

.szh-menu--state-opening.szh-menu--dir-bottom {
  animation: szh-menu-show-slide-bottom 0.15s ease-out;
}

.szh-menu--state-closing.szh-menu--dir-bottom {
  animation: szh-menu-hide-slide-bottom 0.15s ease-in forwards;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.ProtectedRoutes {
  display: flex;
  width: 100%;
  height: 100% !important;
}.Header {
  background: #fff;
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  user-select: none;
  position: fixed;
  width: 100%;
  z-index: 111;
  height: 4.5rem;
}
.Header__close {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.875rem;
  background: #fff;
  border-radius: 50%;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--gray_border);
  cursor: pointer;
  right: -0.75rem;
  top: 0;
  transition: 0.3s;
}
.Header__close svg {
  stroke: var(--main_color);
}
.Header .logoWidth {
  margin-right: 3.7rem;
}
.Header .logoWidth_small {
  margin-right: 1.8rem;
}
.Header__logo {
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
}
.Header__logo .logo_big,
.Header__logo .logo_small {
  width: 0px;
  visibility: visible;
  left: 0;
  transition: 0.4s;
}
.Header__logo .logo_survey svg {
  height: 150%;
  width: 31.8rem !important;
}
.Header__logo .logo_send {
  transform-origin: top center;
  display: flex;
  align-items: center;
}
.Header__logo .logo_signal svg {
  height: 100% !important;
  width: 12.5rem;
}
.Header__logo .logo_big {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2rem;
  margin: 0px 1.25rem;
  width: 13.25rem;
}
.Header__logo .logo_small {
  height: 100%;
  width: 3.12rem;
  margin: 0px 0.625rem;
}
.Header__logo .hide {
  width: 0px;
  opacity: 0;
  transition: 0.4s;
}
.Header__content {
  display: flex;
  align-items: center !important;
  width: 100%;
  justify-content: space-between;
}
.Header .logoWidth {
  width: auto !important;
}.searchInput {
  user-select: none;
  position: relative;
}
.searchInput::after {
  content: " ";
  width: 1.25rem;
  height: 1.25rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAMFBMVEVHcEwAcc4AcM8AcM8AcM4AcM4AcM8Acc4AcM4AcM8Acc4AcM0AcM0Acc0Acc4Acc5NTkWDAAAAD3RSTlMAvClcgPAQoOBC0J9wkO4GqR1KAAABlElEQVQ4y92UwS4DURSGb6eUSiXdsJ1aSOxaNuzaSgkrCQnLqZXohjco8QAVOzsikVjVG/AGFTsrj6ClI9WJ/KbTGXPOuWOsuat78t3/zH/OPXOV+gtrv2zi8qn6A52HtzqFSLoEf/Wi+IyHpjx9TqNpC9hZUCq16G62NFwEToa7ZAMoCZoEuoHljIVPTWyHH5wDuDvDwnUYpZp4ZXgCNu1GDT2GW9gUyai5lIV7YWWb+ebJVAJd9uk30SR2Po8jUWgTp9TZg8At6s2EvIQ8smHQgLyCcbTDAH2JE3gnuKPjj7BJOh4hOEI9Fo8T9M4s6LgdV/cB7eMzCtr0HNIgK/AdFYyK4RkMQJWW4ciyaS0GhLdZWrZSdVwoHmf5aZZ9UmTLgM1ikY2a1xiHGpNWa8D0d1Wm+xPf8kKbsFf9/QrwIuW7gP3oFbkG9PekXG24GY8rlbL7d7tzW5dywwzeFtwM+ijl6YBfDRsj5Mooe+/Osn8NUu4eOF8/C/vqxD2RUXJ+Lb/JC/HyUqzczsU+4Dn1j9cX7YLsMk1Jj74AAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  cursor: pointer;
}
.searchInput input {
  border: 0.06rem solid #c7c7cc;
  outline: none;
  padding-left: 2.2rem;
  z-index: 10;
  font-size: 0.8rem;
}
.searchInput input::placeholder {
  color: #aeaeb2;
}

.responsive {
  width: 100%;
  height: 1.8rem;
}

.templateSearch {
  height: 4.2vh;
}

.closed {
  height: 1.8rem;
  width: 1.8rem;
  cursor: pointer;
  position: relative;
  z-index: 10000;
}

.large {
  width: 20rem;
  height: 2rem;
}

.huge {
  width: 400px;
  height: 2rem;
}

.radius__large {
  border-radius: 100px;
}

.radius__small {
  border-radius: 0.4rem;
}.HeaderNotificatoinBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--light_main_color);
  border-radius: 100%;
}

.HeaderNotificatoinBtns:hover {
  background-color: var(--gray_border);
}.HeaderNotificationItem {
  padding: 1.5rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}.HoverColor {
  width: fit-content;
  height: fit-content;
  position: relative;
}

.gray {
  transition: 0.3s;
  position: relative;
}.userHeaderBtn {
  background-color: var(--light_main_color);
  border-radius: 0.4375rem;
  margin: 0.93rem 0.75rem;
  padding: 0.5rem;
  width: 13rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  height: max-content;
  cursor: pointer;
  position: relative;
}
.userHeaderBtn__photo, .userHeaderBtn__name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: var(--regular);
}
.userHeaderBtn__photo {
  border-radius: 50%;
}
.userHeaderBtn__photo .photo {
  padding: 0.5rem;
  border: 0.09375rem solid transparent;
  outline: 0.09375rem solid var(--main_color);
  outline-offset: 0.09375rem;
  border-radius: 100%;
  background-color: var(--main_color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  width: 2rem;
}
.userHeaderBtn__photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.userHeaderBtn__user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 8rem;
}
.userHeaderBtn__user .name {
  font-weight: 500;
  font-size: 0.75rem;
}
.userHeaderBtn__user .position {
  font-size: 0.75rem;
  color: var(--main_color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.userHeaderBtn:hover {
  background-color: var(--gray_border);
}

.UserHeader__menu {
  width: 13.75rem;
  position: absolute;
  right: 0;
}
.UserHeader__menu .menu__item {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 0.625rem;
  cursor: pointer;
  font-size: 0.68rem;
  color: var(--header_content_color);
}
.UserHeader__menu .menu__item * {
  font-size: 0.68rem;
}
.UserHeader__menu .menu__item svg * {
  fill: var(--header_content_color) !important;
}
.UserHeader__menu .menu__item .user__details {
  flex: 1;
}
.UserHeader__menu .menu__item .user__details .details__name,
.UserHeader__menu .menu__item .user__details .details__email {
  width: 13.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.UserHeader__menu .menu__item .user__details .details__name {
  text-transform: capitalize;
}
.UserHeader__menu .menu__item .user__details .details__email {
  color: var(--main_color);
}.WhiteBoard {
  background: #fff;
  border-radius: 0.4rem;
  position: relative;
  height: auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.193);
}
.WhiteBoard:last-child {
  margin-right: 0px !important;
}

.display__bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZsAAAEsAQMAAAAvmYx2AAAABlBMVEVHcEwAZsw+X8brAAAAAnRSTlMACQ9PdZwAAAOnSURBVGje7ZlNbuQgEIWNWLD0MktOMGfgHnMZfDSO4guMxNKKLDOZyURp29RvQ8fRtJfd+lzwXgFFeRh4TyylDMLHvTElC6HwB9pkjCl/nySCxndokY9OOr7y75kEjP2AZvmUZJPyH9AqgOIHVBQ6SJSwn9AsS7z3J8vFk8gXPqFNIZ5AvhuGLZ+5hZJccb7m7hbKcsX5mvtbaJXbxDfq1ia2USpoxzDdNXsoyb3luquC3B7K8oTgpoTfQ2s/KOyhrR+0zyJmHqmgA8NKPtMESr0ge4TmXpA7QvlS0HiEll6QbwKtl4JCE2i7FBSbQOU/hcp3izR1ilSekb6FTxeP9NxYoL289NrLL34+XbwkUEGPq8LGJpXlooE4kWyT4XUr5h93QVFdunTQ4y6SqnuubwDx7u6q1oIKUnU+nKbHYhpAzFZiA0jTqlNB3KbgeDfEbXSquqNW07wd7oY0rW8VxP/cQHfmf07ibwCuNgSDi2fqr8MXRqj/FbBNzwLTRb/VBGAUDtHBQCIZRIcR3LAjnA8RlNaDU7Lw5uvAPW9EDhTQpYismwCMzmD7vAFG59Cz6y3UK33iHf/+8YtxiifF4cDbq6yiKD7Xqooag3cQFUUxeCrrOEqcSlWOEicdOEVQ0DQrzjdTOifOOjCUsBVokYvHkM9XoKIQj5Yv1qAkzTxG9tkqlOXikZqPVWhTKE5BVcUpzWMdSnLFCc0NAGW5TYTmDoBWuU2E5l4DATbhRkUNBDGYuwaEZrlNqLsOhBYNtMptQo1SQbfevk4vvP0y7mfuWe4e3Ywcd48SvzAgc8wAw0gJe5p3oFPCnRJglEDzacALvdinkwkrmRDb2W4aWs4j3sgsmiuCklmUKn6TEON+c3rrWpsnBS017xKRermWWolIvVR700xAU23MmUi9qnkEtFbTZMHzda3+uuCplxnxCcjwoCSBQt3GiK6NUM9nHAJuywFdG7E+eI9CwIxHdG0ALjoOlIE8TthymltABltQ4Bs50ARYMWPLaWgCBaKRVc0xDBohyCNLd4TWzUhDiwjy0NCdBrLIeveQHRgEKmtoKEHQJoIGBIqaSJHojWGQ6B8yUpFFCjBU9NDG7+TikKegtRU0doGWxlASQa4LlL8Usl2gGYZmDSSLZO6INPeP1AdK3w8anpGekb4oUh9ovnYkBHrcDpsuAOUvhe453WVlzj0Vy+OqsAdUlp4qsVWF76aJtLW9AWyN7xrw/Ul16RJe7+DZ/gZi7Zn4ZvUCEwAAAABJRU5ErkJggg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.dynamic__bg {
  background-size: 55%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAHmAQMAAAD+zXt7AAAABlBMVEUAd8xHcEz3jjumAAAAAnRSTlMPAPEL0fcAAAfTSURBVHja7d291uMmEAZgtCooVaXWJeQSlDsTd7ZcCmVKihScHI7Ifps4QdYP7wxg40huV9rHAzODPlnGIiRfWkQvGaCX/e+MBgAVA0MjgGsXGBsBPAUQLwWmqwBLS8CyAuarAKFdIFwGUPgZvjbw2gi66wD6SoCLgf6OoBhgbqAWIO8IPgewDUVg24zANhSB/fgssv8vYLiH6B6ie4hu4AZu4L7w+qzLFtNqBP0dwQ28Dmj2dk53R/D2e3aff2tZ3BEUA8SVgOof1PkmP2ps+NPY6SpAw08ljI0A7sIAeMPo8x/B4gOyEcA0BWjG1W91QLcLgJd2qinAvBQAr7xEwwB03bKQANsg4DOA6QMBR1+UXcsAtGbatgBPB0wGIJsANAlY/4HQNwGoDKBrAiAuIIK84mQBMzHmGoAnAorar6sDLgsYywOaCtgsYKD1OjogywOGCugsoG8AUETAUrudyAIqPMzuXgzMpFbEACba8cRLWaRXVAdsJjDQ6ob4BxHSK3Qm0BcHAhFQmUBHO5wOCNqIUq8E06Xss4GpOKBJgMsGxrLdfVOaqVI22YAkxcsAelJKUP/sTVeayAYEpc4g4CnxzivNFwAmysHU2z9JwBYABkLKQcBCAXQBoCeUAXajVRAKQRQABCFaDFB4IfgiwISXAQY8Z8aIlwEPGPBDMeC5eCQ+mjygxxMOA/CBXQoBM5ylGLDJvQl9Kx0TGNHZAoFN4BLN0h4DNlPXo0kkmUCHHijpn4udptFmLAcuMIH5jAKbBjBgSSRGLiDB41BAg7O8HUoQMFgH2DaKmQ1M0BzDwPbMAQwUBDbNaH+W1Xaq2EAHLQYwsJ29vVrevo0+AxiRKZAosA1+bxIUAvwuxDekgvYmQezkmtjLx24Gzt1Owu44it1p6oHot5NgAEAdnayFSK5qO29iegLc4ck7gEgnwo9hFAfvYUqH/xymTQP+OAn3zu6RIMXR20wW6fMxeyPUPQHqOP5dYEzF+AT4k0L1IjVGav8AAd5z3huAVa3tvgO5Bs4+UtwH+vMp/lqVxOH/MSR7RRzCbgBPgDttZuo8hN0AvrJAHNfSnMzyH69fj1Po72EWx+9xRADx/esf/xSHIyhOLoyTveIh/CEQwJ13AisYrxADiYs3x/j/uxWgzi/ePAPoV4A4v3jjADIGfOK6YckFXOq6gQEMMWBS/V7RgTEG9H4hZgFTDCQXFEMH5ghYjiYpBwgR4JIrls0D7FElZpRyFwMmtSQyKq2PAXWYBvxKkzFwnMj8ShsiYDk5hA2MEeCFSKaR4tTZA3AneZBaNE/r7AGYk0xmV1qIAC1EMk8tpwwegDobRmal9TFwmgjMSpMRsJymMrPSYsCfH8QrhCEC3Pk48gphjAB7ngm8QpgiwJznMq8QQgTo82rkFUIMqEScnELoYiA1U5xCkBjAL4QYWJKHMQphjACfaiicQpgiwIEAqRDmCLDJXGAUQogAkz6OnKcdCnAvjfoY0Om5IuepjAElsEoL5Gb9DyBQQJHL4CewIO+EmqczCnD/RggR4JFsIOZpFwMOBjw5S9NAx/tjWcaAhQaTlqdjDBgcUMReigAzK43mGNDYeyGt+yEGFA44ahIBwMjJU7kCBA4EYqv7CSzosYQ0GgmADIx2N8eApwCWmEQA0DNuPvYrwFEAT0wiAOgCPY2GFWBJgCJ1IgQQ6c+7zvqXSJ8SyGkUBw0AM3mW+zWgScBCm2MEmMizPK0BRQM0aY4RYKTO8iqxRbp0xkCc5Z4IDIE4y+s7fekThkCc5YkIyECs5XXvSo8p8tn1cfNiAJ50PAD0wDMWJ1cJ6TUKekLhsLUAQBdIk/C8QKUrswukSZD5QKAUPgCIQJqE+RkwdMAS4mUBnlA1CDBTJmHYAJoBaPxgHmDxlEOAiTAJwxZQDCDgxzIBA2ccAozIM4H7ScoGAhysAK7HR+QR2oMRYgMOHCEIGAI6Rnv5tjABAzX2DMCDB7KBveybmYAEnzPePY4PgM/DC88GTOryJhdYkABygKdZOPhSBQJg38eYKwAOCFO4DCBqecdRZgHht0eTmCsBD+F7qAX8fIjvl7OvpwAAvINzlQiSgG0ggq7tCG7gIwBxR1AXMB8fwT1E9xDdEdzADdxL5h3BRQB3A58A9BcH/A0UAOTFgeUKwNA2EK4AjI0D6gLA1Dig3w/MjQPm/UBoHLBvB7rWAfd2oM8E/NsB2TqwvB0YMoHwdmBsHlA1V8yXALrmgvYSwNRcb14C2JrLwUsAV3M5IH9VqQIgs4HlzcCQDYSazZT6pcMawJQP6PcCcz5gKvY66teHKwBdAcBVbEXpL6HLAsDyVmAoAISKnSK9GcNUAtDvBOYSgKlXyLRNSdiAqw34ep2CtrVNDWAoAoR6hUzaICkD0NXqjLRJVQZgq5UBaaOwDMBXKwPKZm05QKhWBqkd+aZSgKlVBpRNC7MAV6sMKBtHZgFLrSylbN6ZB+hKWUrYQDUTsJWSiLCJbSaw1OmllI2EcwFdJ4kImznnAq5OEuEbamcDoUonImxqng+YKnOMbyyfDyxV5hjf3L8AYMr36kD4gYUCwFKhCvAfuSgC2PJVgP/QSBHg7KdSygCm/AitgaX8CD394I4uXGUbwJdtdFvg3xDmWsBSeAbCwQ9PhXrA1zemv4WaQOnXDSRffwGX+fcpostmlAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right;
}

.raduis-left {
  position: absolute;
  content: " ";
  border-radius: 100px 0px 0px 100px;
  width: 5px;
  height: auto;
}

.removeShadow {
  box-shadow: none;
}

@media (max-width: 803px) {
  .notificationTemplate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.93rem;
  }
}.HeaderBtns {
  display: flex;
  align-items: center;
  padding: 0px;
  height: fit-content;
}.Menu {
  padding-top: 5rem;
  min-width: 18.75rem;
  background-color: var(--main_color);
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  position: relative;
  z-index: 11;
}
.Menu__search {
  position: relative;
  padding: 0px 1.25rem;
}
.Menu__search input {
  opacity: 1;
  width: 16.25rem;
  transition: width 0.3s;
}
.Menu__close {
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 50%;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  border: solid 0.06rem #d1d1d6;
  cursor: pointer;
  position: absolute;
  right: -0.75rem;
  top: 0;
  transition: 0.3s;
}
.Menu__close svg {
  stroke: var(--main_color);
  width: 0.8rem;
}
.Menu .cleseAnimation {
  transform: rotate(-90deg);
}
.Menu__lists {
  display: flex;
  height: 90%;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
  padding-bottom: 1.25rem;
  transition: 0.4s;
  z-index: 1;
}
.Menu__lists::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}
.Menu__lists .group__name {
  padding: 0.625rem 1rem;
  margin: 0.625rem 0px;
  text-align: center;
  font-size: 0.8 0.75rem;
  color: #fff;
  white-space: nowrap;
  background: rgba(54, 142, 236, 0.3490196078);
}
.Menu__lists .separator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 1px;
  background: #fff;
  margin: 2.3rem;
}
.Menu .Menu__lists__open {
  padding: 0.625rem !important;
  padding-bottom: 0px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Menu .Menu__lists__open .searchInput {
  width: 1.8rem;
  display: block;
  height: 1.8rem;
  border-radius: 50%;
  background: #fff;
}
.Menu .Menu__lists__open .searchInput input {
  padding-left: 0px;
  display: none;
}
.Menu .Menu__lists__open .searchInput::after {
  content: " ";
  width: 10.5rem;
  left: 6px;
  top: 0.93rem;
}
.Menu .Menu__lists__closed {
  display: none;
}

.cleseMenu {
  min-width: 5rem !important;
  transition: 0.3s;
}
.cleseMenu .Menu__lists ul {
  margin-top: 0.625rem;
}
.cleseMenu .Menu__search {
  position: relative;
  height: 0.56rem;
  padding: 0px;
}
.cleseMenu .Menu__search input {
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  opacity: 0;
  max-width: 0px;
}.MenuList {
  padding: 0px;
  height: fit-content;
}
.MenuList:last-child {
  margin-top: 0px;
}.MenuItem__container {
  display: flex;
  flex-direction: column;
}
.MenuItem__container > * {
  user-select: none;
}

.openSubMenu {
  background: #2153b1;
  margin: 0;
  margin-bottom: 0px !important;
}
.openSubMenu > * {
  user-select: none;
}
.openSubMenu .MenuItem-content__arrowIcon {
  rotate: -90deg;
  display: flex;
  align-items: center;
}
.openSubMenu .MenuItem-content__arrowIcon svg {
  width: 0.5rem;
  height: 0.5rem;
}

.closeSubMenu {
  margin: 0;
  margin-bottom: 0px !important;
}
.closeSubMenu > * {
  user-select: none;
}
.closeSubMenu .MenuItem-content__arrowIcon {
  rotate: -90deg;
  display: flex;
  align-items: center;
}
.closeSubMenu .MenuItem-content__arrowIcon svg {
  width: 0.5rem;
  height: 0.5rem;
}

.subMenuList {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.subMenuList > * {
  user-select: none;
}
.subMenuList .MenuItem_itemAndSub {
  width: 100%;
  position: relative;
  padding: 0.75rem 1.25rem;
  padding-left: 2.5rem;
  list-style: none;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  color: #fff;
  font-weight: var(--light);
  cursor: pointer;
  background: #2153b1;
  font-size: 0.8 0.75rem;
}
.subMenuList .MenuItem_itemAndSub > * {
  user-select: none;
}
.subMenuList .MenuItem_itemAndSub:hover {
  background: #638dec;
}
.subMenuList .MenuItem_itemAndSub:hover::after {
  content: " ";
  background: #fff;
  width: 0.4rem;
  height: 100%;
  position: absolute;
  border-radius: 1.5rem 0px 0px 1.56rem;
  top: 0px;
  right: 0px;
}

.MenuItem {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin: 2.5px 0px;
  list-style: none;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  font-weight: var(--light);
  cursor: pointer;
  font-size: 0.8 0.75rem;
}
.MenuItem > * {
  user-select: none;
}
.MenuItem:hover {
  background: #638dec;
}
.MenuItem:hover::after {
  content: " ";
  background: #fff;
  width: 0.4rem;
  height: 100%;
  position: absolute;
  border-radius: 1.5rem 0px 0px 1.56rem;
  right: 0px;
}
.MenuItem__closed {
  display: flex;
  justify-content: center;
  align-items: center;
}
.MenuItem__closed .MenuItem__icon {
  width: 1.56rem;
  height: 1.56rem;
  transition: 0.3s;
}
.MenuItem__closed .MenuItem__icon img {
  width: 1.56rem;
  height: 1.56rem;
  transition: 0.3s;
}
.MenuItem__closed .MenuItem-content {
  font-size: 0px;
  width: 0px;
  opacity: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.MenuItem__closed .MenuItem-content__arrowIcon {
  display: flex;
  align-items: center;
}
.MenuItem__closed .MenuItem-content__arrowIcon svg {
  width: 0.5rem;
  height: 0.5rem;
}
.MenuItem__closed .MenuItem-content .MenuItem-content__text {
  font-size: 0px;
  transition: 0.3s;
  white-space: nowrap;
  opacity: 0;
  color: #fff !important;
}
.MenuItem__icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: 0.3s;
}
.MenuItem__icon img {
  width: 1.25rem;
  height: 1.25rem;
  transition: 0.3s;
}
.MenuItem-content {
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
  width: 100%;
}
.MenuItem-content__text {
  margin: 0 5px;
  width: 100%;
  font-size: 0.75rem;
  transition: 0.3s;
  opacity: 1;
}
.MenuItem-content__arrowIcon {
  display: flex;
  align-items: center;
}
.MenuItem-content__arrowIcon svg {
  stroke: #fff;
  transform: rotate(-90deg);
  width: 0.5rem;
  height: 0.5rem;
}

.menuLineStyle {
  margin-bottom: 1.25rem;
}
.menuLineStyle .MenuItem-content__text {
  position: relative;
}
.menuLineStyle .MenuItem-content__text:after {
  content: " ";
  height: 0.2px;
  width: 100%;
  background: #e1e1e4;
  left: 0;
  bottom: -1.56rem;
  opacity: 0.3;
  position: absolute;
}

.MenuItem--active {
  background: #638dec !important;
  pointer-events: none;
}
.MenuItem--active::after {
  content: " ";
  background: #fff;
  width: 0.4rem;
  height: 100%;
  position: absolute;
  border-radius: 1.5rem 0px 0px 1.56rem;
  top: 0;
  right: 0px;
}.AccessDenied {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.AccessDenied .Message {
  padding: 1.8rem;
  width: 30rem;
}
.AccessDenied .Message .head {
  font-size: 2.5rem;
  font-weight: var(--bold);
  color: var(--main_color);
  text-align: center;
  margin-bottom: 0.5rem;
}
.AccessDenied .Message .desc {
  font-size: 0.8rem;
  text-align: center;
}
@media (max-width: 800px) {
  .AccessDenied {
    width: 100%;
  }
  .AccessDenied .WhiteBoard {
    width: 100%;
  }
  .AccessDenied .WhiteBoard .Message {
    padding: 5rem 1rem;
    width: 100%;
  }
  .AccessDenied .WhiteBoard .Message .head {
    font-size: 5rem;
    font-weight: var(--bold);
    color: var(--main_color);
    text-align: center;
    margin-bottom: 2rem;
  }
  .AccessDenied .WhiteBoard .Message .desc {
    font-size: 2.5rem;
    text-align: center;
  }
}.LoginPage {
  background-image: url(../../Assets/shared/png-icons/LoginBG.png);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.LoginPage .WhiteBoard {
  text-align: center;
  width: 23.75rem;
}
.LoginPage__logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.LoginPage__logo img {
  width: 60%;
}
.LoginPage h3 {
  padding: 0px;
}
.LoginPage__text .LoginPage__head {
  font-size: 1rem;
}
.LoginPage__text .LoginPage__desc {
  margin-top: 5px;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  color: rgb(161, 161, 161);
  font-weight: var(--light);
}.button {
  display: flex;
  padding: 0.31rem 0.625rem;
  height: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  border: none;
  cursor: pointer;
  font-weight: var(--regular);
  transition: 0.3s;
}
.button__icon {
  display: flex;
  align-items: center;
  margin-right: 3px;
}
.button__icon svg {
  width: 1rem;
  height: 1rem;
}
.button__label {
  text-transform: capitalize;
  font-size: 0.75rem;
}
.button:hover {
  opacity: 0.8;
}

.button__disable {
  pointer-events: none !important;
  opacity: 0.4 !important;
  cursor: default !important;
}

.mainButton {
  color: #fff;
  background-color: var(--main_color);
  border: 0.06rem solid var(--main_color);
}

.outline {
  border: 0.06rem solid var(--main_color);
  color: var(--main_color);
  background: #fff;
}
.outline:hover {
  color: #fff !important;
  background: var(--main_color);
}

.secondButton {
  color: #fff;
  background-color: var(--second_color);
  border: 0.06rem solid var(--second_color);
}

.alertButton {
  color: #fff;
  background-color: var(--alert_color) !important;
  border: 0.06rem solid var(--alert_color) !important;
}

.infoButton {
  color: #fff;
  background-color: #8dc6e8;
  border: 0.06rem solid #8dc6e8;
}

.submit {
  border: 0.06rem solid var(--main_color);
  color: var(--main_color);
}

.error {
  border: 0.06rem solid var(--alert_color);
  color: var(--alert_color);
}

.templateModal {
  width: 48%;
  height: 2.5rem;
}

.translationButton {
  width: 9.75rem !important;
  height: 2.5rem;
}.inputSurvey {
  display: flex;
  margin: 5px 0px;
  width: 100%;
  position: relative;
}
.inputSurvey .limitChar {
  position: absolute;
  right: 0rem;
  padding: 1rem;
}
.inputSurvey .limitChar__error {
  color: var(--alert_color);
}
.inputSurvey__text {
  text-transform: capitalize;
  font-size: 0.625rem;
  margin-right: 5px;
  position: absolute;
  height: 100%;
  padding: 0px 0.625rem;
  display: flex;
  top: 0;
  transform: translateY(0%) scale(1.2);
  font-weight: var(--medium);
  transition: 0.3s;
  left: 0.95rem;
  align-items: center;
  pointer-events: none;
}
.inputSurvey input {
  outline: none;
  border: solid 0.06rem #e3e3e3;
  font-size: 0.75rem;
  width: 100%;
  height: 3.12rem;
  border-radius: 0.4rem;
  padding: 5.5px 9px 5.5px 0.5rem;
  background-color: #fff;
}
.inputSurvey input:not(:placeholder-shown) + .inputSurvey__text {
  transform: translateY(-50%);
  color: var(--main_color);
  transform: scale(1) translateY(-50%);
  background-image: linear-gradient(to bottom, transparent 50%, #fff 50%);
  font-weight: var(--medium);
  left: 5px;
  height: 30%;
}
.inputSurvey input:focus + .inputSurvey__text {
  transform: translateY(-50%);
  color: var(--main_color) !important;
  transform: scale(1) translateY(-50%);
  background-image: linear-gradient(to bottom, transparent 50%, #fff 50%);
  font-weight: var(--medium);
  left: 5px;
  height: 30%;
}
.inputSurvey input:focus,
.inputSurvey input:invalid {
  border: 0.06rem solid var(--main_color) !important;
}

.inputSurvey-error input:not(:placeholder-shown) + .inputSurvey__text {
  color: var(--alert_color) !important;
}
.inputSurvey-error input:focus + .inputSurvey__text {
  color: var(--alert_color) !important;
}
.inputSurvey-error input:focus,
.inputSurvey-error input:invalid {
  border: 0.06rem solid var(--alert_color) !important;
}

.inputSurvey__disabled {
  pointer-events: none !important;
}
.inputSurvey__disabled .inputSurvey__text,
.inputSurvey__disabled input:focus {
  color: rgb(176, 176, 176) !important;
}
.inputSurvey__disabled > * {
  color: rgb(176, 176, 176) !important;
}