.select-container{align-content:center;position:relative}.select-container>label{position:absolute;top:50%;transform:translateY(-50%);left:10px;z-index:10;pointer-events:none;color:#5A5A5A}@media all and (max-width: 991px){.select-container>label{left:0}}@media all and (max-width: 767px){.select-container>label{display:none}}.select-container:has(select option:checked:not([value='']))>label,.select-container:focus-within>label{display:none}.custom-select{position:relative;z-index:1;width:100%;border-radius:10px;border:0.5px solid #0A5B89;background:#FFF;padding:0;align-content:center}.custom-select+.actions{pointer-events:none}.custom-select .select-input{width:100%;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background-color:transparent;height:48px;padding:0 16px;font-size:15px;color:black;border:none}.custom-select .select-input:focus{outline:none}.custom-select select{display:none;-webkit-appearance:none;-moz-appearance:none;background-color:white}.custom-select .select-dropdown{position:absolute;top:calc(100% + 2px);left:-1px;right:-1px;width:calc(100% + 2px);margin:0;padding:8px;overflow-y:auto;transition:all 150ms ease-out;max-height:0;opacity:0;display:block;border:1px solid #E0E0E8;border-radius:8px;background-color:white;box-shadow:0 2px 15px 0 rgba(87,89,106,0.1);z-index:10}.custom-select .select-dropdown[open]{max-height:200px;opacity:1}.custom-select .select-dropdown li{position:relative;cursor:pointer;display:flex;align-items:center;border-radius:8px;overflow:hidden}.custom-select .select-dropdown li label{width:100%;height:40px;padding:0 12px;display:flex;align-items:center;font-size:15px;cursor:pointer;margin-bottom:0}.custom-select .select-dropdown li:hover label{background-color:#e6f2ff}.custom-select .select-dropdown li::-webkit-scrollbar{width:7px}.custom-select .select-dropdown li input[type='radio']{position:absolute;left:0;opacity:0;height:auto;padding:0;z-index:-1}@media all and (max-width: 767px){.custom-select .select-input,.custom-select .select-dropdown{display:none}.custom-select select{display:block;width:100%;height:48px;padding:0 16px}}.custom-select--multi{min-height:48px}.custom-select--multi .selected-values{display:flex;flex-wrap:wrap;gap:10px;width:max-content;max-width:100%;margin:-35px 25px 55px 10px;padding-right:10px}@media all and (max-width: 767px){.custom-select--multi .selected-values{display:none}}.custom-select--multi .selected-values span{display:flex;height:24px;align-items:center;gap:10px;font-size:15px;line-height:24px;color:#474f66;padding:0 2px 0 10px;background-color:#f6f8fe;border-radius:5px}.custom-select--multi .selected-values span i{display:block;width:24px;height:24px;cursor:pointer;background-image:url("../../../img/icons/close-black.svg");background-repeat:no-repeat;background-position:center;background-size:10px}.custom-select--multi .selected-values.hidden{display:none}.custom-select--multi .multiple-locations{position:absolute;top:50%;transform:translateY(-50%);left:5px;width:calc(100% - 10px);height:100%;align-content:center;padding:5px 20px;background-color:#FFF;pointer-events:none;border-radius:10px}.custom-select--multi .select-dropdown li .field-checkbox{width:100%;padding:0}.custom-select--multi .select-dropdown li .field-checkbox span{display:flex;align-items:center;position:absolute;width:100%;height:100%;font-size:15px;line-height:24px;color:black;padding-left:36px;transition:background-color 0.2s, color 0.2s}.custom-select--multi .select-dropdown li .field-checkbox input{position:absolute;z-index:1;top:50%;left:10px;width:16px;height:16px;transform:translateY(-50%);padding:0;background-color:green}.custom-select--multi .select-dropdown li .field-checkbox input:not(:placeholder-shown)::placeholder{opacity:0}.custom-select--multi .select-dropdown li .field-checkbox input:checked+span{background-color:#f6f8fe;color:#373644}.custom-select--multi .select-dropdown li:hover label,.custom-select--multi .select-dropdown li input:focus ~ label{background-color:transparent}.actions{position:absolute;top:0;right:10px;height:100%;display:flex;align-items:center;gap:16px;pointer-events:none}@media all and (max-width: 767px){.actions{display:none}}.actions .select-arrow{transition:all 150ms ease-out;opacity:0.5}.actions:hover .select-arrow{opacity:1}.actions__button{padding:0;border:0;background-color:transparent}.custom-select.custom-select--multi.active .actions .select-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.custom-select.custom-select--multi:hover .actions .select-arrow{opacity:1}
