::-webkit-scrollbar {
    width: 0vw;
  }

  input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0vw 100vw rgb(255, 255, 255);
    -webkit-text-fill-color: rgb(70, 70, 70);
    }

    input:-moz-autofill {
        color: #000000;
    }

    input:-ms-autofill {
        color: #000000;
    }

    input:-ms-input-placeholder {
        color: #000000;
    }

    input {
    caret-color: rgb(39, 39, 39) !important;
    }

    ::selection {
        background-color: rgb(109, 50, 50); /* Zmeň farbu pozadia na zelenú */
        color: rgb(255, 255, 255); /* Zmeň farbu textu na bielu */
    }