.fs-widget-container-60c763b5 {
    display: inline-block;
}

.fs-trigger-60c763b5 {
    background: none;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #2f2f33; /* Normal color */
    outline: none;
}

.fs-trigger-60c763b5:hover {
    color: #2FC2E3; /* Hover color */
    background-color: transparent;
}

.fs-trigger-60c763b5:focus {
    outline: none;
    background-color: transparent;
}

.fs-trigger-60c763b5 svg {
    fill: currentColor;
}

.fs-overlay-60c763b5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: opacity, visibility;
    transition-timing-function: ease-in-out;
}

.fs-overlay-60c763b5.is-active {
    opacity: 1;
    visibility: visible;
}

.fs-overlay-inner-60c763b5 {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    transform: scale(0.95);
    transition-property: transform;
    transition-timing-function: ease-out;
    max-width: 800px;
    margin: 0 auto;
}

.fs-overlay-60c763b5.is-active .fs-overlay-inner-60c763b5 {
    transform: scale(1);
}

.fs-close-60c763b5 {
    position: absolute;
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.fs-form-60c763b5 {
    margin: 0 auto;
    width: 100%;
    display: flex;
}

.fs-input-wrapper-60c763b5 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.fs-input-60c763b5 {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 2rem;
    padding: 10px 70px 10px 10px;
    outline: none;
    box-shadow: none !important;
    box-sizing: border-box;
}

.fs-input-60c763b5::-webkit-search-cancel-button {
    display: none;
}

.fs-input-60c763b5::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.fs-submit-60c763b5 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    background: #000;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    padding: 0;
    transition: all 0.3s ease;
    flex-shrink: 0;
    color: #fff;
}

.fs-submit-60c763b5 svg {
    fill: #fff;
    color: #fff;
}

body.fs-no-scroll-60c763b5 {
    overflow: hidden;
}
