.box-helper{
    position: fixed;
    bottom: 2rem;
    right: 3rem;
    z-index: 1;
}
.box-helper .button-content{
    border: 1px solid gainsboro;
}
.button-content-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.button-content-header button{
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 30px;
}
.button-content-content-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #141416;
}
.button-content-content-des{
    margin-top: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #141416;
}
.button-content-mes a{
    color: white !important;
}
.box-helper .button-content{
    background-color: #fff;
    border-radius: 10px;
}
.box-helper .button-content .button-content-header{
    border-bottom: 1px solid gainsboro;
}
.button-content-content{
    padding: 15px;
}
.button-helper{
    text-align: end;
}
