.sc-kore-wrapper {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 99;
}
.sc-kore-btn {
    width: 60px;
    height: 60px;
    color: #fff;
    background: #1c5cad;
    margin: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer;
}