#yacht-inventory-root-vite {
     font-family: "Inter Tight", sans-serif !important;
     font-weight: 500 !important;
     color: #000000 !important;
     text-transform: none !important;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
#yacht-inventory-root-vite, #yacht-inventory-root-vite input, #yacht-inventory-root-vite select {
    font-weight: 500 !important;
    color: #000000 !important;
    text-transform: none !important;
    margin: 0;
    padding: 0;
    width: inherit;
    border: none;
    outline: unset;
    box-shadow: unset;
}

#yacht-inventory-root-vite label {
    display: inline-block;
    word-break: normal;
    margin: unset;
}

#yacht-inventory-root-vite button{
    text-transform: none !important;
    background-color: unset;
    padding: inherit;
    border-radius: inherit;
    border: inherit;
    margin: unset;
}
#yacht-inventory-root-vite button, .react-joyride__tooltip button {
    text-transform: none !important;
}
.react-joyride__tooltip, .react-joyride__tooltip h1  {
    font-family: "Inter Tight", sans-serif !important;
    font-weight: 500 !important;    text-transform: none !important;
}
.react-joyride__tooltip h1 {
    line-height: 1.2 !important;
}
#yacht-inventory-root-vite button:hover, #yacht-inventory-root-vite .button:hover, #yacht-inventory-root-vite button:focus, #yacht-inventory-root-vite .button:focus, #yacht-inventory-root-vite button:active,  #yacht-inventory-root-vite .button:active {
     color: #000000
}

    #yacht-inventory-root-vite p,
    #yacht-inventory-root-vite h1, #yacht-inventory-root-vite h2, #yacht-inventory-root-vite h3, #yacht-inventory-root-vite h4, #yacht-inventory-root-vite h5, #yacht-inventory-root-vite h6 {
        margin: 0 !important;
    }


    #yacht-inventory-root-vite p, #yacht-inventory-root-vite button, #yacht-inventory-root-vite input, #yacht-inventory-root-vite label, #yacht-inventory-root-vite select, #yacht-inventory-root-vite a, #yacht-inventory-root-vite span,
    #yacht-inventory-root-vite h1, #yacht-inventory-root-vite h2, #yacht-inventory-root-vite h3, #yacht-inventory-root-vite h4, #yacht-inventory-root-vite h5, #yacht-inventory-root-vite h6 {
        font-family: "Inter Tight", sans-serif !important;
    }

  #yacht-inventory-root-vite ::placeholder {
    font-family: "Inter Tight", sans-serif !important;
    color: rgb(156 163 175 / 1) !important; /* Tailwind's default placeholder color (gray-400) */
    opacity: 1  !important; /* Ensure it's fully visible */
    font-size: inherit;
  }
  /*@media (min-width: 48rem) {
      #yacht-inventory-root-vite ::placeholder {
        font-size:18px;
      }
  }*/

#yacht-inventory-root-vite, #yacht-inventory-root-vite h1, #yacht-inventory-root-vite h2, #yacht-inventory-root-vite h3, #yacht-inventory-root-vite h4, #yacht-inventory-root-vite h5, #yacht-inventory-root-vite h6 {
    /* font-family: "NeueMontreal", sans-serif; */
    font-family: "Inter Tight", sans-serif !important;
    line-height: normal;
    text-transform: none;
}

#yacht-inventory-root-vite svg {
    color: black;
    opacity: 1;
}

#yacht-inventory-root-vite #searchbar {
    overflow: hidden;
}

#yacht-inventory-root-vite  .MuiButton-root, #yacht-inventory-root-vite .css-15yfgob {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.02857em;
    min-width: 64px;
    background-color: var(--variant-outlinedBg);
    --variant-textColor: #1976d2;
    --variant-outlinedColor: #1976d2;
    --variant-outlinedBorder: rgba(25, 118, 210, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #1976d2;
    color: black;
    text-transform: none;
    line-height: 1.667;
    font-size: 18px;
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 6px 12px;
}

button.f-button:before {
    background: none;
}
