.testimonial_wrap-slider {
    height: max-content;
}
.container {
    padding: 0;
    position: fixed;
    outline: 0;
    border: 0;
    border-radius: 50%;
    background-color: #043960;
    cursor: pointer;
    z-index: 2147483647;
    transition: all .15s ease;
}
.icon {
    position: static;
    color: #fff;
}
.position-y-bottom {
    top: auto;
    bottom: 20px;
}
.position-x-left {
    left: 20px;
    right: auto;
}
.size-medium {
    width: 45px;
    height: 45px;
}
::part(acsb-trigger) {
    color: rgb(108, 117, 125) !important;
    border-color: rgb(108, 117, 125) !important;
}
.icon svg {
    position: absolute;
    max-width: 65%;
    max-height: 65%;
    overflow: visible;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    visibility: visible;
    opacity: 1;
}
.active-actions-icon {
    display: none;
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: solid 2px #043960;
    color: #043960;
    background-color: #fff;
}