.floating-container[data-v-0d58657b]{position:fixed;width:100px;height:100px;bottom:20px;right:0}.floating-button[data-v-0d58657b]{cursor:pointer;-webkit-box-shadow:0 10px 25px rgba(44,179,240,.6);box-shadow:0 10px 25px rgba(44,179,240,.6);width:50px;height:50px;border-radius:50%;background-color:#2cb3f0;color:#fff;font-size:20px;text-align:center;line-height:50px;-webkit-box-shadow:0 10px 25px rgba(44,179,240,.3);box-shadow:0 10px 25px rgba(44,179,240,.3);-webkit-transition:-webkit-box-shadow .5s;transition:-webkit-box-shadow .5s;transition:box-shadow .5s;transition:box-shadow .5s,-webkit-box-shadow .5s}.user-avatar{color:#fff;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--main-color);text-transform:uppercase;overflow:hidden}.user-avatar img{-o-object-fit:cover;object-fit:cover}.img-select{position:relative;width:35px;height:35px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.img-select,.selected-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.selected-option{width:80px;padding:8px;border-radius:10px;background:rgba(118,118,128,.11764705882352941)}.option span,.select-arrow{margin-left:8px}.select-arrow{width:18px;height:18px}.options{position:absolute;top:110%;width:200px;border:1px solid #ccc;border-top:none;background-color:#fff;border-radius:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:1000;max-height:90vh;height:auto;overflow-y:auto}.options-right{right:0}.options-left{left:0}.options-visible{-webkit-animation:slide-in 5s;animation:slide-in 5s;visibility:visible}.options-hidden{visibility:hidden}.option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px}.option.selected{background-color:#e0e0e0}.option:hover{background-color:#f0f0f0}.custom-select.open .options{display:block}