.suggested-queries {
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}
.suggested-queries p {
    margin: 0;
    font-weight: 500;
    min-width: fit-content;
}
.suggested-queries ul {
    list-style-type: none;
    padding: 0;
    margin: 5px 0;
    display: flex;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
}

.suggested-queries li {
    font-size: 13px;
    cursor: pointer;
    line-height: normal;
    color: #c6c6c6;
}

.suggested-queries li:hover {
    text-decoration: underline;
}



.vendor-finder-form input::placeholder {
    color: rgb(255 255 255 / 60%);
    font-size: 16px;
}

/* Adding the blinking cursor effect */
.typing-input::placeholder {
  /*font-family: monospace;*/
  /*color: #555;*/
  position: relative;
}

.typing-input::after {
  content: '|';
  opacity: 1;
  animation: blink 1s infinite;
  margin-left: 2px;
}

/* Blinking cursor animation */
@keyframes blink {
  0%{
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
    100%{
    opacity: 1;
  }
}


#loader {
        display: flex;

    border: 5px solid #f3f3f3;
    border-top: 5px solid #5d93ff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 40px auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.vendor-finder-form {
    max-width: 750px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
}

.vendor-finder-form-column {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.vendor-finder-tool {
    width:100%;
}
.vendor-finder-form label {
    display: none;
}

.vendor-finder-form input {
    padding: 15px 20px !important;
    margin-bottom: 0;
    border: 1px solid #ffffff26;
    border-radius: 100px 0px 0px 100px;
    font-size: 16px !important;
    background: #2F2F2F;
    line-height: 100% !important;
    color: #fff !important;
}

.vendor-finder-field{
    width:100%;
}
.vendor-finder-form input:hover {
    border: 1px solid #979797 !important;
}

.vendor-finder-form input:focus, .vendor-finder-form input:focus-visible, .vendor-finder-form input:focus-within, .vendor-finder-form input:target {
    border: 1px solid #fff !important;
}
i.search-icon {
    font-size: 16px;
    line-height: normal;
        font-weight: 600 !important;
}
.vendor-finder-form button {
    padding: 16px 18px;
    background-color: #1375e3;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px 100px 100px 0px;
    gap: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    max-width: 215px;
    width: 100%;
}
#vendor-finder-form button:hover {
    background-color: #fff;
        color: #000;

}

#vendor-message {
    width:100%;
    /*border-bottom: 1px solid #e5e5e5;*/
    /*padding: 0px 20px 20px 20px;*/
}


.view-text {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.vendor-detail-wrapper {
    padding: 22px;
    display: flex;
    column-gap: 40px;
    /*row-gap: 32px;*/
    border: 1px solid #e5e5e5;
    border-radius: 32px;
    margin-top: 32px;
    align-items: flex-start;
    flex-direction: column;
}

.vendor-detais-main {
    width: 100%;
    display: flex;
    gap: 40px;
}


div#vendor-results {
    border: 1px solid #E9EAEB;
    border-radius: 16px !important;
    margin: 0;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
}
#vendor-results ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin: 0;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#vendor-results ul li {
    height: 100%;
}
button.vendor-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*button.vendor-btn:after {*/
/*    content: '→';*/
/*}*/
#vendor-results ul li button {
    width: 100%;
    padding: 20px;
    background-color: #f6f6f6;
    cursor: pointer;
    font-size: 18px;
    line-height: normal;
    color: #000;
    font-weight: 500;
    height: 100%;
    border-bottom: 1px solid #bfbfbf;
    gap: 10px;
}
#vendor-results ul li:last-child button {
            border-bottom: none;

}
.vendor-btn.active {
    background: #1375e3 !important;
    color: #fff !important;
}
#vendor-results ul li button:hover {
    background-color: #e0e0e0;
}


#vendor-details ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 20px;
    font-weight: 700;
    padding: 26px 0px;
    justify-items: start;
    border-bottom: 1px solid #cfcfd0;
}

#vendor-details ul li:last-child {
    border: none;
}

#vendor-details ul li span, #vendor-details ul li a {
    font-weight: 500;
    font-size: 18px !important;
}

.locked-details {
    cursor: pointer;
}

div#vendor-details {
    width: 100%;
    border: 1px solid #2f30323b;
    border-radius: 10px;
}

#vendor-details h3 {
    padding: 10px;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 4px solid #dbdbdc;
}

#vendor-details ul {
    list-style-type: none;
    padding: 0px 20px;
    margin: 0;
    /*filter: blur(5px);*/
}



/* Modal popup styling */




.hubspot-form-modal {
    display: none;
    /*opacity: 0;*/
    transition: opacity 0.5s ease; /* Adjust duration and easing as needed */
z-index:99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
#form-popup-content {
    background-color: #fff;
    padding: 20px;
    position: relative;
    width: 100%;
    text-align: center;
    margin: auto;
    max-width: 500px;
    border-radius: 16px;
}

.hubspot-form-modal h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hubspot-form-modal .lightForm.customForm input {
    text-align: left;
}

.hubspot-form-modal .lightForm.customForm input[type="submit"] {
    text-align: center;
}
#close-popup {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 7px;
    color: #000;
    font-size: 21px;
    border-radius: 0px 15px 0px 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

span#close-popup:hover {
    transform: scale(1.2);
}

.vendor-details-main {
    width: 100%;
    display: flex;
    gap: 40px;
}

.lock-icon {
    font-size: 1.2em;
    color: #ff0000; /* You can customize this color */
    margin-right: 5px;
}


/*Mobile Responsive*/


@media (min-width: 0px) and (max-width: 676px) {
.suggested-queries li {
    font-size: 12px;
}
.suggested-queries {
    margin-top: 0px;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.vendor-finder-form-column {
    display: flex;
    gap: 16px;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.vendor-finder-form {
    max-width: 100% !important;
    gap: 10px;
}
.vendor-finder-form input {
    border-radius: 100px;
}

.vendor-finder-form button {
        border-radius: 100px;
    width: auto;
}

}

/* mobile to tab */



@media (min-width: 0px) and (max-width: 1080px) {
.vendor-finder-form {
    /* grid-template-columns: auto; */
    /*gap: 10px;*/
    max-width: 90%;
    /*row-gap: 20px;*/
}


.vendor-detais-main {
    gap: 20px;
    flex-direction: column;
}
div#vendor-results {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

#vendor-results ul {
    flex-direction: row;
    overflow: auto;
    gap: 20px;
    width: 100%;
}

#vendor-results ul li button {
    width: max-content;
}
#form-popup-content {
    width: 90%;
}
::-webkit-scrollbar {
    height: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #1375e3;
}
#vendor-details ul li {
    display: grid;
    grid-template-columns: auto;
    gap: 5px;
}

.vendor-details-main {
    gap: 20px;
    flex-direction: column;
}
#vendor-results ul li button {
    border: none;
}
.vendor-detail-wrapper {
    padding: 0px;
    display: flex;
    column-gap: 20px;
    /*row-gap: 20px;*/
    border: none;
    border-radius: 0px;
    margin: 20px 0px;
    flex-direction: column;
}
.view-text {
    font-size: 20px;
    text-align: left;
}

#vendor-message {
    padding: 0px 0px 16px 0px;
}
}

#try-again-wrapper {
    display: none; /* Hidden initially */
}
.try-again-wrapper-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.try-again-btn {
    padding: 16px 20px;
    font-size: 16px;
    font-weight: bold;
    background-color: #1375e4;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.try-again-btn:hover {
    background-color: #010101;
}
