@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";
@import 'https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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" rel="stylesheet"';
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-family: Poppins, sans-serif;
}
body {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  display: block;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  margin: 0;
}
p,
span,
a {
  margin: 0;
  font-family: Poppins, sans-serif;
}
input::placeholder {
  color: var(--border-grey);
}
textarea {
  max-height: 50px;
  resize: none;
  overflow-y: hidden;
}
textarea::-webkit-scrollbar {
  display: none;
}
a {
  text-decoration: none;
}
a:visited {
  color: inherit;
}
ul {
  margin: 0;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
*:not(:has(.public-layout__wrapper))::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 17px;
}
*::-webkit-scrollbar-track {
  background: transparent !important;
}
*::-webkit-scrollbar-thumb {
  background-color: #d8d8d9e6;
  border-radius: 10px;
  border-right: none;
  border-left: none;
}
::-webkit-scrollbar-track-piece:end {
  background: transparent;
  margin-bottom: 20px;
}
::-webkit-scrollbar-track-piece:start {
  background: transparent;
  margin-top: 20px;
}
*::-webkit-scrollbar-button {
  display: none;
}
*::-moz-scrollbar-button,
*::-webkit-scrollbar-button {
  width: 0;
}
*::-webkit-scrollbar-thumb:hover,
*::-webkit-scrollbar-thumb:active {
  background-color: #d8d8d9e6;
  width: 12px;
}
.ReactModal__Overlay {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ReactModal__Overlay:focus {
  outline: 0;
}
.ReactModal__Body--open:focus {
  outline: 0;
}
.ReactModal__Content {
  min-width: 440px;
}
.ReactModal__Content::-webkit-scrollbar {
  display: none;
}
.ReactModal__Content:focus {
  outline: 0;
}
@media screen and (max-width: 600px) {
  .ReactModal__Content {
    min-width: auto;
  }
}
.ReactModal__Overlay--after-open {
  opacity: 1;
}
.ReactModal__Overlay--before-close {
  opacity: 0;
}
.Toastify__progress-bar {
  visibility: hidden;
}
.Toastify__toast-container {
  position: absolute;
  width: fit-content !important;
  min-width: 450px;
  max-width: calc(100vw - 32px);
  z-index: 5;
}
.Toastify__toast-container .Toastify__toast {
  padding: 0;
  min-height: unset;
  background: #e9feec;
  border-radius: 16px;
  border: 1px solid #5ee575;
  box-shadow:
    0 1px 4px #323c4a1f,
    0 2px 8px #323c4a14;
  margin-bottom: 0;
}
.Toastify__toast-container .Toastify__toast > svg {
  position: absolute;
  top: 20px;
  right: 20px;
}
.Toastify__toast-container .Toastify__toast .Toastify__toast-body {
  font-size: 16px;
  padding: 20px 60px 20px 20px;
  margin: 0;
  width: 100%;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.Toastify__toast-container
  .Toastify__toast
  .Toastify__toast-body
  > div:last-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Poppins, sans-serif;
}
.Toastify__toast-container .Toastify__toast-icon {
  margin-right: 6px;
}
.Toastify__toast-container .Toastify__close-button {
  align-self: center;
  opacity: 1;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.Toastify__toast-container .Toastify__close-button > svg {
  width: 24px;
  height: 24px;
}
.Toastify__toast-container .Toastify__toast--success .Toastify__toast-icon svg {
  fill: none;
  min-width: 20px;
  height: 20px;
}
.Toastify__toast-container
  .Toastify__toast--success
  .Toastify__toast-body
  > div {
  color: #00ab87;
}
.Toastify__toast-container
  .Toastify__toast--success
  .Toastify__close-button
  svg {
  opacity: 1;
}
.Toastify__toast-container
  .Toastify__toast--success
  .Toastify__close-button
  svg
  path {
  fill: #6c6c6c;
}
.Toastify__toast-container .Toastify__toast--error {
  background: #fff4f6;
  border: 1px solid #f00;
}
.Toastify__toast-container .Toastify__toast--error .Toastify__toast-body > div {
  color: #fe4343;
}
.Toastify__toast-container
  .Toastify__toast--error
  .Toastify__close-button
  > svg
  path {
  fill: #6c6c6c;
}
.Toastify__toast-container .Toastify__toast--warning {
  background: #fff4e0;
  border: 1px solid #fe8e22;
}
.Toastify__toast-container
  .Toastify__toast--warning
  .Toastify__toast-body
  > div {
  color: #f06806;
}
.Toastify__toast-container
  .Toastify__toast--warning
  .Toastify__close-button
  > svg
  path {
  fill: #6c6c6c;
}
.Toastify__toast-container.Toastify__toast-container--bottom-center {
  bottom: 96px !important;
  transform: translate(-20%) !important;
}
.Toastify__toast--error .Toastify__toast-body {
  color: #ce4141;
}
.Toastify__toast-container--top-right {
  top: 3em !important;
  right: 1em !important;
}
@media screen and (max-width: 450px) {
  .Toastify__toast-container--top-right {
    top: calc(100vh - 134px) !important;
    right: unset;
  }
  .Toastify__toast-container--top-right .Toastify__toast {
    top: 0;
    max-width: calc(100vw - 32px);
    left: 16px;
  }
}
.action-comment-modal__wrapper .react-modal-sheet-container,
.action-link-modal__wrapper .react-modal-sheet-container,
.edit-comment-modal__wrapper .react-modal-sheet-container {
  height: auto !important;
}
.action-comment-modal__wrapper .react-modal-sheet-container .content-container,
.action-link-modal__wrapper .react-modal-sheet-container .content-container,
.edit-comment-modal__wrapper .react-modal-sheet-container .content-container {
  padding-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.action-comment-modal__wrapper
  .react-modal-sheet-container
  .content-container
  > button,
.action-link-modal__wrapper
  .react-modal-sheet-container
  .content-container
  > button,
.edit-comment-modal__wrapper
  .react-modal-sheet-container
  .content-container
  > button {
  padding: 12px 0;
  font-size: 16px;
  line-height: 20px;
  color: #383839;
  font-weight: 400;
}
.edit-comment-modal__wrapper .react-modal-sheet-container {
  border-radius: 0 !important;
}
.edit-comment-modal__wrapper .react-modal-sheet-container .modal-sheet__header {
  display: none;
}
.edit-comment-modal__wrapper
  .react-modal-sheet-container
  .react-modal-sheet-content {
  margin-top: 16px;
}
.edit-comment-modal__wrapper
  .react-modal-sheet-container
  .react-modal-sheet-content
  .input-wrapper
  textarea {
  height: 50px;
  resize: vertical;
  min-height: 50px;
  max-height: 116px;
}
.default-modal-wrapper {
  height: auto;
}
.default-modal-wrapper .modal-header__container {
  position: relative !important;
  height: 88px !important;
  padding: 22px 24px 14px !important;
}
.default-modal-wrapper .modal-content__container {
  margin-top: 0 !important;
}
.default-modal-wrapper .modal-content__container .content-container .divider {
  width: 100%;
  height: 1px;
  background: #e7e7e7;
}
.default-modal-wrapper .react-modal-sheet-container {
  height: auto !important;
  padding-bottom: 16px;
}
: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: translate(-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: translate(-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: translate(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translate(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 #0000001a,
    0 2px 15px #0000000d;
  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;
  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,
.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);
  }
  to {
    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 {
  0%,
  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__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  0%,
  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 {
  0%,
  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, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(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 {
  0%,
  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 {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  0% {
    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 {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
  0% {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInLeft {
  0% {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInUp {
  0% {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInDown {
  0% {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  0% {
    transform: translateZ(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 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.button-loader__wrapper {
  max-width: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.root-button {
  border-radius: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.root-button:hover {
  transition: 0.3s ease-in-out;
}
.root-btn-size-sm {
  height: 36px;
  font:
    600 12px/16px Poppins,
    sans-serif;
}
.root-btn-size-md {
  height: 44px;
  font:
    600 14px/18px Poppins,
    sans-serif;
}
.root-btn-size-lg {
  height: 54px;
  font:
    600 16px/22px Poppins,
    sans-serif;
}
.root-btn-icon {
  padding: 12px;
  border: 50%;
  width: fit-content;
}
.root-btn-icon svg {
  width: 24px;
  height: 24px;
}
.root-btn-primary {
  background-color: #0f4ea3;
  color: #fff;
}
.root-btn-primary:hover {
  background-color: #256ccc;
}
.root-btn-primary:disabled {
  background-color: #6ea6f3;
  color: #ecf4ff;
}
.root-btn-secondary {
  background-color: #fff;
  transition: 0.3s ease-in-out;
  color: #161616;
  border: 1px solid #d1d1d1;
}
.root-btn-secondary:hover {
  border: 1px solid #4f4f4f;
}
.root-btn-secondary:disabled {
  border: 1px solid #d1d1d1;
  color: #b0b0b0;
}
.root-btn-danger {
  transition: 0.3s ease-in-out;
  color: #bf1619;
  border: 1px solid #e31f22;
  background-color: #fff;
}
.root-btn-danger:hover {
  color: #e31f22;
}
.root-btn-danger:disabled {
  color: #ffa2a4;
  border: 1px solid #ffa2a4;
}
.root-btn-flat {
  transition: 0.3s ease-in-out;
  color: #256ccc;
}
.root-btn-flat:hover {
  background-color: #f8f8f8;
}
.root-btn-flat:disabled {
  background-color: #f8f8f8;
}
.heading {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.heading.color-dark {
  color: #383839;
}
.heading.color-light {
  color: #fff;
}
.heading.color-light-dark {
  color: #4e4f50;
}
.heading-48 {
  font-size: 48px;
  line-height: 56px;
}
.heading-40 {
  font-size: 40px;
  line-height: 44px;
}
.heading-32 {
  font-size: 32px;
  line-height: 44px;
}
.heading-24 {
  font-size: 24px;
  line-height: 28.8px;
}
.heading-20 {
  font-size: 20px;
  line-height: 28.8px;
}
.heading-18 {
  font-size: 18px;
  line-height: 21.6px;
}
.heading-16 {
  font-size: 16px;
  line-height: 20px;
}
.heading-14 {
  font-size: 14px;
  line-height: 20px;
}
.heading-12 {
  font-size: 12px;
  line-height: 18px;
}
.heading.bold {
  font-weight: 700;
}
.heading.color-primary {
  color: #2e4da1;
}
.heading.color-black {
  color: #161616;
}
.heading.align-left {
  text-align: left;
}
.heading.align-center {
  text-align: center;
}
.heading.align-right {
  text-align: right;
}
.text-body {
  margin: 0;
  font-family: Poppins, sans-serif;
}
.text-body-24 {
  font-size: 24px;
  line-height: 32px;
}
.text-body-20 {
  font-size: 20px;
  line-height: 24px;
}
.text-body-16 {
  font-size: 16px;
  line-height: 24px;
}
.text-body-14 {
  font-size: 14px;
  line-height: 20px;
}
.text-body-12 {
  font-size: 12px;
  line-height: 18px;
}
.text-body-11 {
  font-size: 11px;
  line-height: 12px;
}
.text-body-10 {
  font-size: 10px;
  line-height: 14px;
}
.text-body-8 {
  font-size: 8px;
  line-height: 10px;
}
.text-body.semibold {
  font-weight: 600;
}
.text-body.normal {
  font-weight: 400;
}
.text-body.color-button {
  color: #fff;
}
.text-body.color-tertiary {
  color: #6d6d6d;
}
.text-body.color-secondary {
  color: #6c6c6c;
}
.text-body.color-primary {
  color: #161616;
}
.text-body.align-left {
  text-align: left;
}
.text-body.align-center {
  text-align: center;
}
.text-body.align-right {
  text-align: right;
}
.network-error__page-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}
.network-error__page-wrapper .error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 440px;
  width: 100%;
}
.network-error__page-wrapper .network-error__btn {
  width: 343px;
}
.acquis-promo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: url(/assets/promo-DENZU7X3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 598px;
  min-width: 400px;
  position: relative;
  padding: 36px;
}
.client-review__wrapper {
  color: #fff;
  border-radius: 16px;
  width: 100%;
  background-color: #3d3d3db3;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 24px;
}
.client-review__wrapper .avatar-image__wrapper {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-review__wrapper .avatar-image__wrapper .avatar-image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}
.client-review__wrapper .client-review__title {
  line-height: 28px;
}
.client-review__wrapper .client-review__subtitle {
  line-height: 22px;
}
.authorization-layout__wrapper {
  display: flex;
  gap: 16px;
  min-height: 100vh;
}
.authorization-layout__wrapper .children-wrapper {
  width: 100%;
  min-width: 560px;
  background-color: #fff;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
.authorization-layout__wrapper .cv-tablet-logo {
  position: absolute;
  top: 40px;
  left: 30px;
}
.authorization-layout__wrapper .cv-mobile-logo {
  position: absolute;
  top: 27px;
}
.authorization-layout__wrapper .authorization-layout__logo {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%);
}
.validation-checks__wrapper {
  display: flex;
  margin-left: 16px;
  gap: 16px;
}
.validation-checks__wrapper .validation-text {
  font-size: 12px;
  line-height: 12px;
  color: #4e4f50;
  font-family: Poppins, sans-serif;
}
@media screen and (max-width: 450px) {
  .validation-checks__wrapper {
    flex-direction: column;
    margin-top: 8px;
  }
}
.input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}
.input-wrapper label {
  font-weight: 600;
}
.input-wrapper label p {
  font-weight: 400;
}
.input-wrapper .criteria-message {
  font-size: 13px;
  line-height: 18px;
  color: #6c6c6c;
}
.input-wrapper .error-message {
  font-size: 14px;
  font-weight: 400;
  color: #f64346;
  line-height: 20px;
  font-family: Poppins, sans-serif;
}
.input-wrapper .criteria-container {
  margin-top: 0;
}
.input-wrapper .has-password-error {
  margin-top: 20px;
}
@media screen and (max-width: 450px) {
  .input-wrapper .has-password-error {
    margin-top: 0;
  }
}
.input-wrapper .input::placeholder {
  color: #6c6c6c;
}
.input-wrapper .input-container {
  position: relative;
}
.input-wrapper .input-container .input {
  -webkit-user-select: none;
  user-select: none;
  border-radius: 16px;
  width: 100%;
  padding: 17px 12px;
  border: 1px solid #d1d1d1;
  transform: none;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 450px) {
  .input-wrapper .input-container .input {
    font-size: 16px !important;
  }
}
.input-wrapper .input-container .input:focus {
  outline: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #a9ceff;
}
.input-wrapper .input-container .input:active {
  outline: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #a9ceff;
}
.input-wrapper .input-container .input::placeholder {
  color: #6c6c6c;
}
.input-wrapper .input-container .input-password {
  padding-right: 50px;
}
.input-wrapper .input-container .error-input {
  border-color: #f64346;
}
.input-wrapper .input-container .password-eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  cursor: pointer;
}
.alert__wrapper {
  padding: 11px 16px;
  border-radius: 12px;
  border: 1px solid #f64346;
  color: #f64346;
  font-weight: 400;
  margin-bottom: 16px;
}
.auth-sign-up__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  width: 100%;
}
.auth-sign-up__wrapper .auth-sign-up__header {
  font-weight: 700;
}
.auth-sign-up__wrapper .auth-alert {
  align-self: flex-start;
}
.auth-sign-up__wrapper .form-container {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}
.auth-sign-up__wrapper .form-container__email {
  margin-bottom: 20px;
}
.auth-sign-up__wrapper .terms-and-policy {
  font:
    400 13px/18px Poppins,
    sans-serif;
  text-align: center;
  color: #6c6c6c;
}
.auth-sign-up__wrapper .terms-and-policy a {
  font:
    600 13px/18px Poppins,
    sans-serif;
  color: #428ef5;
}
.root__modal-wrapper {
  background: #fff;
  flex-direction: column;
  max-width: 600px;
  border-radius: 12px;
  position: relative;
  box-shadow:
    0 8px 8px -4px #10182808,
    0 20px 24px -4px #10182814;
}
.root__modal-wrapper .root-modal-content__wrapper {
  overflow-y: auto;
  padding-bottom: 24px;
}
.root__modal-wrapper .root-modal-content__wrapper::-webkit-scrollbar {
  display: none;
}
.root__modal-wrapper .root-modal-content__wrapper .modal-header__container {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  padding: 22px 24px 14px;
  top: 0;
  z-index: 10;
  background-color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.root__modal-wrapper
  .root-modal-content__wrapper
  .modal-header__container
  .close-btn {
  position: absolute;
  padding: 0;
  width: 24px;
  height: 24px;
  left: 24px;
  cursor: pointer;
}
.root__modal-wrapper
  .root-modal-content__wrapper
  .modal-header__container
  .close-btn
  > svg
  path {
  fill: #6c6c6c;
}
.root__modal-wrapper .root-modal-content__wrapper .modal-content__container {
  padding-left: 24px;
  padding-right: 24px;
}
.root__modal-wrapper
  .root-modal-content__wrapper
  .modal-content__container
  .close-btn,
.root__modal-wrapper
  .root-modal-content__wrapper
  .modal-content__container
  .cancel-btn,
.root__modal-wrapper
  .root-modal-content__wrapper
  .modal-content__container
  .confirm-btn {
  border-radius: 8px !important;
}
.root__modal-wrapper
  .root-modal-content__wrapper
  .modal-header-footer__container {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  padding: 24px;
  background-color: #fff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: 0 -2px 8px #e9ecf352;
}
.root__modal-wrapper
  .root-modal-content__wrapper
  .modal-header-footer__container
  .footer-content {
  display: flex;
  width: 100%;
  gap: 16px;
  justify-content: flex-end;
}
.root__modal-wrapper
  .root-modal-content__wrapper
  .modal-header-footer__container
  .footer-content
  button {
  max-width: 100px;
}
.root__modal-wrapper .root-modal-content__wrapper .has-title {
  justify-content: center;
}
.root__modal-wrapper .root-modal-content__wrapper .modal-close__icon {
  border-radius: 50%;
  background-color: #edf2ff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  cursor: pointer;
}
.root-modal-sheet__wrapper {
  border-radius: 24px;
  overflow: visible !important;
  z-index: 1000000 !important;
}
.root-modal-sheet__wrapper .react-modal-sheet-container {
  border-top-right-radius: 24px !important;
  border-top-left-radius: 24px !important;
  overflow-y: clip;
}
.root-modal-sheet__wrapper .react-modal-sheet-container::-webkit-scrollbar {
  display: none;
}
.root-modal-sheet__wrapper .modal-sheet__header {
  padding: 16px;
}
.root-modal-sheet__wrapper .modal-sheet__content {
  padding-left: 16px;
  padding-right: 16px;
}
.root-modal-sheet__wrapper .modal-sheet__content-with-footer {
  margin-bottom: 140px;
  padding-left: 16px;
  padding-right: 16px;
}
.root-modal-sheet__wrapper .modal-sheet__content-with-footer,
.root-modal-sheet__wrapper .modal-sheet__content {
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  scrollbar-width: none;
}
.root-modal-sheet__wrapper .modal-sheet__content::-webkit-scrollbar,
.root-modal-sheet__wrapper
  .modal-sheet__content-with-footer::-webkit-scrollbar {
  display: none;
}
.root-modal-sheet__wrapper .modal-sheet__footer {
  padding: 10px 16px;
  border-radius: 0 !important;
  max-height: 150px;
  box-shadow: #ababab4d 0 0 10px !important;
}
.root-modal-sheet__wrapper .open-keyboard-footer {
  max-height: 80px;
}
.relative-modal-wrapper {
  height: auto;
}
.relative-modal-wrapper .modal-header__container {
  position: relative !important;
  height: 88px !important;
  padding: 24px 24px 16px !important;
}
.relative-modal-wrapper .root-modal-content__wrapper {
  padding-bottom: 0;
}
.relative-modal-wrapper .modal-content__container {
  margin-top: 0 !important;
}
.relative-modal-wrapper .modal-content__container .content-container .divider {
  width: 100%;
  height: 1px;
  background: #e7e7e7;
}
.relative-modal-wrapper .modal-content__container .content-container > p {
  margin: 16px 0;
  color: #4e4f50;
}
.relative-modal-wrapper .modal-header-footer__container {
  position: relative !important;
  box-shadow: none !important;
}
.relative-modal-wrapper
  .modal-header-footer__container
  .footer-content
  > .flex-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.relative-modal-wrapper
  .modal-header-footer__container
  .footer-content
  > .flex-buttons
  > button {
  max-width: unset !important;
}
.relative-modal-wrapper
  .modal-header-footer__container
  .footer-content
  > .flex-buttons__repeated
  > button {
  width: fit-content;
  padding: 12px 24px;
}
.relative-modal-wrapper
  .modal-header-footer__container
  .footer-content
  > .flex-buttons__repeated
  > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.relative-modal-wrapper
  .modal-header-footer__container
  .footer-content
  > .flex-buttons__repeated
  > div
  > button {
  width: fit-content;
  padding: 12px 24px;
  max-width: unset !important;
}
.log-out__wrapper {
  height: fit-content;
  overflow-y: hidden;
  max-width: 440px;
}
.log-out__wrapper > div {
  padding-bottom: 0 !important;
  height: fit-content !important;
}
.log-out__wrapper .modal-sheet__content-with-footer {
  margin-bottom: 80px !important;
}
.log-out__wrapper .modal-content__container {
  padding: 0 24px 20px;
}
.log-out__wrapper .modal-header-footer__container {
  box-shadow: none !important;
}
.log-out__wrapper .content-container {
  overflow-y: scroll;
}
.log-out__wrapper .content-container::-webkit-scrollbar {
  display: none;
}
.dashboard-sidebar__wrapper {
  padding: 36px 0 125px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 240px;
  max-width: 240px;
  width: 100%;
  min-height: 100%;
  border-right: 1px solid #d1d1d1;
}
.dashboard-sidebar__wrapper .sidebar-logo {
  padding: 8px 20px 0;
}
.dashboard-sidebar__wrapper .profile-avatar__container {
  width: 100%;
  position: relative;
  height: 170px;
}
.dashboard-sidebar__wrapper .profile-avatar__container .village-profile-image {
  width: 100%;
}
.dashboard-sidebar__wrapper .profile-avatar__container .avatar-skeleton {
  background: #fff;
  top: 52px;
  left: 8px;
  position: absolute;
  border: 4px solid #ffffff;
  border-radius: 100%;
  width: 120px;
  height: 120px;
}
.dashboard-sidebar__wrapper
  .profile-avatar__container
  .avatar-skeleton
  .react-loading-skeleton {
  top: -2px;
}
.dashboard-sidebar__wrapper .profile-avatar__container .profile-avatar {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 53px;
  left: 8px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background-color: #edf2ff;
}
.dashboard-sidebar__wrapper .profile-info__container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  padding: 8px 16px 8px 32px;
}
.dashboard-sidebar__wrapper .profile-info__container:hover {
  background-color: #f1f6fd;
}
.dashboard-sidebar__wrapper .profile-info__container svg {
  margin-right: -16px;
}
.dashboard-sidebar__wrapper .profile-info__container .arrow-icon {
  margin-right: 10px;
}
.dashboard-sidebar__wrapper .profile-info__container > div {
  width: 100% !important;
}
.dashboard-sidebar__wrapper .profile-info__container .village-data-skeleton {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  max-width: 200px;
}
.dashboard-sidebar__wrapper .profile-navigation__container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 24px 16px 8px;
}
.dashboard-sidebar__wrapper .nav-item {
  padding: 10px 4px 10px 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 8px;
}
.dashboard-sidebar__wrapper .nav-item p {
  font:
    400 16px/24px Poppins,
    sans-serif;
  color: #161616;
  font-family: Inter;
}
.dashboard-sidebar__wrapper .nav-item:hover p {
  color: #0f4ea3;
}
.dashboard-sidebar__wrapper .nav-item:hover svg path {
  fill: #0f4ea3;
}
.dashboard-sidebar__wrapper .nav-item:active {
  background-color: #eff6ff;
}
.dashboard-sidebar__wrapper .nav-item:active p {
  color: #0f4ea3;
  font-weight: 600;
}
.dashboard-sidebar__wrapper .nav-item:active svg path {
  fill: #0f4ea3;
}
.dashboard-sidebar__wrapper .active {
  background-color: #eff6ff;
}
.dashboard-sidebar__wrapper .active:hover {
  background-color: #eff6ff;
  font-weight: 600;
}
.dashboard-sidebar__wrapper .active p {
  color: #0f4ea3;
  font-weight: 600;
}
.dashboard-sidebar__wrapper .active svg path {
  fill: #0f4ea3;
}
.dashboard-sidebar__wrapper .profile-navigation__bottom-container {
  padding: 16px 24px 16px 8px;
}
.dashboard-sidebar__wrapper .logout-btn {
  width: 100%;
  padding: 12px 4px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border-radius: 8px;
  cursor: pointer;
}
.dashboard-sidebar__wrapper .logout-btn p {
  font:
    400 16px/24px Poppins,
    sans-serif;
  color: #161616;
}
.dashboard-sidebar__wrapper .logout-btn:hover p {
  color: #0f4ea3;
}
.dashboard-sidebar__wrapper .logout-btn:hover svg path {
  fill: #0f4ea3;
}
.dashboard-sidebar__wrapper .logout-btn:hover svg path:last-child {
  stroke: #0f4ea3;
}
.dashboard-sidebar__wrapper .logout-btn:active {
  background-color: #eff6ff;
}
.dashboard-sidebar__wrapper .logout-btn:active p {
  color: #0f4ea3;
}
.dashboard-sidebar__wrapper .logout-btn:active svg path {
  fill: #0f4ea3;
}
.dashboard-sidebar__wrapper .logout-btn:active svg path:last-child {
  stroke: #0f4ea3;
}
.root-dashboard-layout__wrapper {
  display: flex;
  background-color: #fff;
  height: 100vh;
  overflow-x: scroll;
  overflow-x: hidden;
}
.root-dashboard-layout__wrapper::-webkit-scrollbar {
  display: none;
}
.root-dashboard-layout__wrapper .dashboard__user-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  object-fit: fill;
}
.root-dashboard-layout__wrapper .dashboard-content__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  max-width: calc(100vw - 240px);
  position: relative;
}
.root-dashboard-layout__wrapper
  .dashboard-content__wrapper
  .dashboard-content-content__container {
  width: 100%;
  height: calc(100% - 80px);
  background-color: #f5f5f6;
  position: relative;
  min-width: fit-content;
}
.root-dashboard-layout__wrapper
  .dashboard-content__wrapper
  .dashboard-content-header__container {
  padding: 36px 28px 16px 24px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
  position: sticky;
  left: 0;
}
.root-dashboard-layout__wrapper
  .dashboard-content__wrapper
  .dashboard-content-header__container
  .user-header {
  font-weight: 700;
}
.root-dashboard-layout__wrapper
  .dashboard-content__wrapper
  .dashboard-content-header__container
  .user-profile {
  padding: 12px 32px 12px 12px;
}
.root-dashboard-layout__wrapper
  .dashboard-content__wrapper
  .dashboard-content-header__container
  .user-name {
  font:
    600 14px/20px Poppins,
    sans-serif;
}
.root-dashboard-layout__wrapper .dashboard_overflow-unset {
  overflow: unset !important;
}
.toast-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
