[dir] .select-head-btn{border-radius:.3rem;background-color:#062}[dir=ltr] .select-head-btn button{padding-left:.6rem}[dir=rtl] .select-head-btn button{padding-right:.6rem}[dir] .select-head-btn button:hover{border-radius:.3rem;background-color:#062}.select-head-btn button:before{content:"+";color:#fff;font-size:1.4rem;line-height:.8}[dir=ltr] .select-head-btn button:before{margin-right:.4rem}[dir=rtl] .select-head-btn button:before{margin-left:.4rem}.select-head-btn button span{color:#fff}.spinner_circle{width:20px;height:20px;transition:.5s}[dir] .spinner_circle{background-color:#062;border-radius:50%;-webkit-transition:.5s}[dir=ltr] .spinner_circle,[dir=rtl] .spinner_circle{-webkit-animation:animate 1s infinite;animation:animate 1s infinite}@-webkit-keyframes animate{0%{opacity:.1;-webkit-transform:scale(.2);transform:scale(.2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes animate{0%{opacity:.1;-webkit-transform:scale(.2);transform:scale(.2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.cropper-image{height:400px}[dir] .cropper-image{background:#ddd}.small-icon-button .vs-button--icon{font-size:13px}[dir] .small-icon-button.vs-button{padding:13px!important}.small-icon-button.includeIconOnly{width:13px!important;height:13px!important}.tag-pill{font-size:12px!important;height:auto!important;white-space:nowrap}[dir] .tag-pill{padding:8px 16px!important;border-radius:20px!important}[dir] .tag-pill:hover{background:rgba(var(--vs-primary),.1)!important}.tag-modal .vs-popup{width:600px!important}.emotions-modal .vs-popup{width:560px!important}.emotions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.emotion-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[dir] .emotion-card{background:#f5f5f5;border:2px solid transparent;border-radius:12px;padding:16px 8px 12px;cursor:pointer;-webkit-transition:all .2s ease}.emotion-card:hover{-webkit-transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.08)}[dir] .emotion-card:hover{background:#ebebeb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}[dir] .emotion-card--selected{background:#f0f4ff}.emotion-card__check{position:absolute;top:8px;width:24px;height:24px;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;transition:all .2s ease}[dir] .emotion-card__check{border-radius:50%;border:2px solid #ccc;background:#fff;-webkit-transition:all .2s ease}[dir=ltr] .emotion-card__check{left:8px}[dir=rtl] .emotion-card__check{right:8px}[dir] .emotion-card--selected .emotion-card__check{background-color:#000}.emotion-card__emoji{font-size:42px;line-height:1}[dir] .emotion-card__emoji{margin:6px 0}.emotion-card__label{font-size:13px;font-weight:600;color:#000}[dir] .emotion-card__label{text-align:center;margin-top:20px;margin-bottom:10px}.emotion-card--selected .emotion-card__label{color:var(--vs-primary,#5381ac)}