.aselect{cursor:pointer}.aselect,.aselect-dropdown{width:100%}.aselect .selector{background:#fff;position:relative;height:40px;border:1px solid #bebebe;border-radius:10px;width:100%}.aselect .selector>div{height:100%;padding-right:30px}.aselect .selector .arrow{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none' viewBox='0 0 14 15'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-width='1.5' d='M13.067 5.643 7 12.176.934 5.643'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;right:10px;top:calc(50% - 7px);width:12px;height:12px;transform:rotate(0) translateY(0);transition-duration:.3s;transition-timing-function:cubic-bezier(.59,1.39,.37,1.01)}.aselect .selector .expanded{transform:rotate(180deg) translateY(2px)}.aselect .selector .label{display:block;display:flex;width:100%;align-items:center;padding:6px 16px;height:100%;font-size:14px;color:#000}.aselect .selector .label span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.aselect .selector-taggable-input input{background:transparent;border:none!important;width:100%;box-shadow:none!important;outline:none!important;padding:6px 10px}.aselect .custom-dropdown-container{width:calc(100% + 2px);list-style-type:none;padding:0;margin:0;position:absolute;z-index:10;background:#fff;border-radius:10px;border:1px solid #bebebe;left:-1px;top:calc(100% + 5px);max-height:300px;overflow:auto;visibility:hidden;height:0;box-shadow:0 4px 6px #0000001a;color:#000;-ms-overflow-style:none;scrollbar-width:none}.aselect .custom-dropdown-container::-webkit-scrollbar{display:none}.aselect .custom-dropdown-container .custom-dropdown-item{font-size:15px;line-height:18px;padding:8px 12px 8px 0;position:relative}.aselect .custom-dropdown-container .custom-dropdown-item>span{display:block;width:100%;padding-left:35px}.aselect .custom-dropdown-container .custom-dropdown-item.current{display:flex;align-items:center}.aselect .custom-dropdown-container .custom-dropdown-item.current:before{content:"";display:block;width:14px;height:12px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' fill='none' viewBox='0 0 12 10'%3E%3Cpath stroke='%23f278a2' stroke-linecap='round' stroke-width='2' d='m1.666 4.667 3 3L10.333 2'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;position:absolute;left:15px}.aselect .custom-dropdown-container .custom-dropdown-item-tag{position:absolute;right:20px;top:50%;height:18px;transform:translateY(-50%);padding:0 8px;display:flex;align-items:center;background:#f278a2;border-radius:8px;font-size:9px;line-height:9px;color:#fff}.aselect .custom-dropdown-container .custom-dropdown-item-tag.popular{background:#0a953f}.aselect .custom-dropdown-container .custom-dropdown-item-tag.bestseller{background:#e63946}.aselect .custom-dropdown-container .custom-dropdown-item.empty{text-align:center;font-weight:400;padding:10px 15px;cursor:auto;color:#000!important}.aselect .custom-dropdown-container .custom-dropdown-item.removable{margin-right:35px}.aselect .custom-dropdown-container .custom-dropdown-item.removable img{width:10px;height:10px;position:absolute;right:-28px;top:50%;transform:translate(-50%,-50%);cursor:pointer}.aselect .custom-dropdown-container .accordion .custom-dropdown-accordion-header{padding:6px 12px 6px 35px;display:flex;align-items:center;position:relative;font-size:15px;line-height:18px}.aselect .custom-dropdown-container .accordion .custom-dropdown-accordion-header.collapsed:before{transform:rotate(-90deg)}.aselect .custom-dropdown-container .accordion .custom-dropdown-accordion-header:before{content:"";background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none' viewBox='0 0 14 15'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-width='1.5' d='M13.067 5.643 7 12.176.934 5.643'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;position:absolute;left:19px;top:11px;width:10px;height:10px;background-position:50%;transform-origin:center;transition:.3s}.aselect .custom-dropdown-container .accordion .custom-dropdown-item{font-weight:400;padding-top:5px;padding-bottom:5px}.aselect .hidden{visibility:hidden}.aselect .visible{visibility:visible}.aselect .visible .custom-dropdown-container{visibility:visible;height:unset}.aselect.searchable .aselect-dropdown-search{position:absolute;height:40px;top:calc(100% + 5px);width:calc(100% + 2px);z-index:10;background:#fff;border-radius:10px 10px 0 0;border:1px solid #bebebe;left:-1px;box-shadow:0 4px 6px #0000001a;padding:0 35px 0 0}.aselect.searchable .aselect-dropdown-search input{background:transparent;border:none!important;height:38px;width:100%;box-shadow:none!important;outline:none!important;font-size:15px}.aselect.searchable .aselect-dropdown-search img{position:absolute;top:50%;right:5px;transform:translate(-50%,-50%);width:12px;height:12px;cursor:pointer}.aselect.searchable .custom-dropdown-container{top:calc(100% + 44px);border-radius:0 0 10px 10px}.aselect.disabled{cursor:not-allowed}.aselect.disabled>*{pointer-events:none}.aselect.disabled .selector{border:1px solid #bebebe!important;opacity:.5}
