._cookiePopup_1dfg1_1 {
  position: fixed;
  bottom: 0px;
  right: 0;
  border-radius: 8px;
  z-index: 999;
  display: flex;
  gap: 15px;
  width: 100vw;
  padding: 16px 30px;
  box-sizing: border-box;
  transition: background-color 0.3s ease, color 0.3s ease;

  &._lightMode_1dfg1_14 {
    background-color: #f7f7f8;

    ._textCookies_1dfg1_17 {
      p {
        color: #000 !important;
      }
      span, a {
        color: #6e7a89 !important;
      }
    }

    ._acceptButton_1dfg1_26 {
      background-color: #0000000f;
      color: #000000;
    }

    ._recjectButton_1dfg1_31 {
      color: #000000;
      svg {
        fill: #000000;
      }
    }
  }


  ._textCookies_1dfg1_17 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;

    p {
      font-size: 15px;
      margin: 0;
    }
  }

  ._buttons_1dfg1_52 {
    display: flex;
    gap: 30px;
    align-items: center;

    button {
      padding: 12px 20px;
      border: none;
      cursor: pointer;
      font-size: 14px;
      flex: 1;
      border-radius: 11px;
      -webkit-border-radius: 11px;
      -moz-border-radius: 11px;
      -ms-border-radius: 11px;
      -o-border-radius: 11px;
      transition: background-color 0.3s ease, color 0.3s ease;
    }

    ._acceptButton_1dfg1_26 {
      height: fit-content;
      text-wrap: nowrap;
    }

    ._recjectButton_1dfg1_31 {
      background-color: transparent;
      display: flex;
      align-items: center;
      gap: 5px;
      text-wrap: nowrap;
      
      svg {
        transform: rotate(90deg);
        transition: fill 0.3s ease;
      }
    }
  }
}


._HelpComponent_1dfg1_92 {
  position: fixed;
  bottom: 50px;
  right: 40px;
  display: flex;
  align-items: end;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  gap: 20px;
  z-index: 999;
}

._helpText_1dfg1_105 {
  display: flex;
  align-items: flex-start;
  padding: 10px 10px 10px 14px;
  box-sizing: border-box;
  border-radius: 14px;
  justify-content: space-between;
  gap: 12px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background: var(--white-color);
  box-shadow: 0px 0px 10px -8px black;
}

._HelpComponent_1dfg1_92._lightMode_1dfg1_14 ._helpText_1dfg1_105 {
  background-color: var(--white-color);
  box-shadow: 4px 4px 10px rgba(150, 150, 150, 0.3);
}
._HelpComponent_1dfg1_92._lightMode_1dfg1_14 ._helpText_1dfg1_105 p {
  color: #6e7a89 ;
}


._HelpComponent_1dfg1_92._darkMode_1dfg1_127 ._helpText_1dfg1_105 {
  background-color: #2a2a2a;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
._HelpComponent_1dfg1_92._darkMode_1dfg1_127 ._helpText_1dfg1_105 p {
  color: #b0b0b0;
}
._helpText_1dfg1_105 p {
  margin: 0;
}
._helpText_1dfg1_105 ._icon_1dfg1_137 {
  height: 24px;
  width: 24px;
  cursor: pointer;
  transition: fill 0.3s ease;
  color: var(--1e293b-color);
}

  ._helpContentArrow_1dfg1_145 {
    background-color: #2c2c2c;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(243, 239, 239, 0.122);
  }

@media (max-width: 500px) {
  ._cookiePopup_1dfg1_1 {
    flex-direction: column;
    width: 100%;
  }

  ._cookiePopup_1dfg1_1 ._buttons_1dfg1_52 {
    width: 100%;
    gap: 0;
  }

  ._cookiePopup_1dfg1_1 ._recjectButton_1dfg1_31 {
    text-wrap: auto;
  }
}

@media (width <=485px) {
  ._HelpComponent_1dfg1_92 {
    right: 0;
    width: 100vw;
    max-width: fit-content;
    ._helpText_1dfg1_105 {
      width: 100%;
    }
  }
}
