.fcb-trigger {
    height: 50px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    align-items: center;
    z-index: 9;
    display: none;
}

.fcb-trigger.active {
    display: flex;
}

.fcb-trigger.no-title {
    width: 50px;
    justify-content: center;
}

.fcb-main {
    opacity: 0;
    visibility: hidden;
    right: 10px;
    bottom: 80px;
    background: white;
    max-width: calc(100% - 20px);
    max-height: 80%;
    width: 500px;
    padding: 20px 0 20px 20px;
    position: fixed;
    border: 2px solid;
    z-index: 99;
    transition: 0.66s all cubic-bezier(1, 0, 0, 1);
}

.fcb-main p {
    margin-bottom: 0;
}

.fcb-main .pointer {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #000000;
    position: absolute;
    bottom: -12px;
    right: 10px;
    left: auto;
    margin-left: -12px;
}

.fcb-main.active {
    opacity: 1;
    visibility: visible;
}

.fcb-content-wrapper {
    overflow: auto;
    overflow-x: hidden;
    max-height: 69vh;
    -webkit-overflow-scrolling: touch;
    padding-right: 20px;
}

@media screen and (max-width: 1024px) {
    .fcb-content-wrapper {
        max-height: 50vh;
    }
}

.fcb-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    right: -10px;
    top: -15px;
    border-radius: 50%;
    cursor: pointer;
}

.fcb-trigger span {
    padding: 0 10px;
}

.fcb-trigger.no-title div {
    padding: 0;
}

.fcb-trigger img {
    max-width: 28px;
    max-height: 28px;
}

.fcb-trigger div {
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1366px) {
    .fcb-content-wrapper {
        max-height: 63vh;
    }
}

@media screen and (max-width: 550px) {
    .fcb-content-wrapper {
        max-height: 57vh;
    }
}
