/* WRAPPER */
/* .ute-floating-buttons-mobile{
    display: none;
} */
.ute-floating-button-section .fl-module-content{
    margin: 0px;
}
.ute-floating-buttons-wrapper {
    font-family: 'Montserrat', sans-serif;;
    position: fixed;
    right: 0px;
    top: 36%;
    z-index: 9999;
    /* display: flex; */
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
    display: none !important;
}
.ute-floating-buttons-wrapper p, .ute-floating-buttons-wrapper h3{
    margin-bottom: 0px !important;
}
.ute-fb-item {
    cursor: pointer;
    transition: 0.2s ease;
    width: 40px;
    height: 40px;
    gap: 8px;
    opacity: 1;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(238, 36, 53, 1);

}
.ute-fb-item:hover {
    background: #b83932;
}
.ute-fb-item.active{
    display: none;
}
.ute-fb-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ute-fb-popup {
    /* position: absolute; */
    gap: 16px;
    display: none;
    opacity: 1;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    flex-direction: column;
    animation: uteSlideIn 0.25s ease forwards;
    background: rgba(1, 30, 65, 1);
    width: 240px;
    position: relative;
}

.ute-fb-popup.active {
    display: flex;
}
@keyframes uteSlideIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.title-desc{
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: white;
}
.ute-fb-title {
    font-weight: 800;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 1);
}
.ute-fb-desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 1);
}
#ute-fb-cta {
    background: rgba(238, 36, 53, 1);
    height: 40px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
    color: white;
}
.ute-fb-cta .fb-btn-label{
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.02em;
}
.ute-fb-close {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 16px;
    right: 8px;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* floating button for all screens */
.ute-floating-buttons-wrapper{
    display: none !important;
}
.ute-floating-buttons-mobile {
    display: block;
    position: fixed;
    z-index: 999;
    width: 36px;
    height: 36px;
    top: 56%;
    right: 0px;
}
.fb-btn-wrap{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.ute-float-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7.2px;
    opacity: 1;
    padding: 7.2px;
    background: rgba(238, 36, 53, 1);
    cursor: pointer;
    width: 36px;
    height: 36px;
    padding: 0px;
    color: white;
    border: 0px;
    font-size: 20px;
    font-weight: 600;
}
.ute-float-toggle:hover, .ute-float-toggle:focus{
    color: white;
    background-color: rgb(237 75 88);
}
.ute-float-toggle .minus { display: none; }
.ute-float-toggle.open .plus { display: none; }
.ute-float-toggle.open .minus { display: block; }

.ute-float-panel {
    position: absolute;
    right: 0;
    bottom: 36px;
    width: fit-content;
    background: #fff;
    padding: 12px;
    display: none;
}
.ute-float-panel.open {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 240px;
}
.ute-float-item {
    text-decoration: none !important;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 8px;
    justify-content: left;
    align-items: center;
}
#ute-float-item{
    text-decoration: none !important;
}
.ute-float-item:last-child {
    border-bottom: none;
}
.ute-float-icon {
    width: 18px;
    height: 18px;
}
/* @media (max-width: 768px) {
    .ute-floating-buttons-wrapper{
        display: none !important;
    }
    .ute-floating-buttons-mobile {
        display: block;
        position: fixed;
        z-index: 999;
        width: 36px;
        height: 36px;
        top: 40%;
        right: 0px;
    }
    .fb-btn-wrap{
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .ute-float-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7.2px;
        opacity: 1;
        padding: 7.2px;
        background: rgba(238, 36, 53, 1);
        cursor: pointer;
        width: 36px;
        height: 36px;
        padding: 0px;
        color: white;
        border: 0px;
        font-size: 20px;
        font-weight: 600;
    }
    .ute-float-toggle:hover, .ute-float-toggle:focus{
        color: white;
    }
    .ute-float-toggle .minus { display: none; }
    .ute-float-toggle.open .plus { display: none; }
    .ute-float-toggle.open .minus { display: block; }

    .ute-float-panel {
        position: absolute;
        right: 0;
        bottom: 36px;
        width: fit-content;
        background: #fff;
        padding: 12px;
        display: none;
    }
    .ute-float-panel.open {
        display: flex;
        flex-direction: column;
        gap: 8px;
        min-width: 240px;
    }
    .ute-float-item {
        text-decoration: none !important;
        border-bottom: 1px solid #eee;
        display: flex;
        gap: 8px;
        justify-content: left;
        align-items: center;
    }
    #ute-float-item{
        text-decoration: none !important;
    }
    .ute-float-item:last-child {
        border-bottom: none;
    }
    .ute-float-icon {
        width: 18px;
        height: 18px;
    }
} */