.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}.mobile-relative-payment-view{position:relative}.mobile-relative-payment-view .student-selector-container{position:absolute;top:10px;right:10px}.mobile-relative-payment-view .payment-student-concepts{max-height:unset;height:100%;margin:0;padding:20px}.mobile-relative-payment-view .cart-button{position:fixed;bottom:10px;right:10px;cursor:pointer}.mobile-relative-payment-view .cart-button .badge{position:absolute;top:0;right:5px;border-radius:100px;font-size:16px;color:#fff;background:red}