select.vg-select{position:absolute;left:0;top:0;opacity:0;z-index:-1000;width:100%;height:100%;display:inline-block}.vg-select{--vg-select-current-background-color: white ;--vg-select-current-color: black ;--vg-select-current-border-width: 1px ;--vg-select-current-border-style: solid ;--vg-select-current-border-color: #dddddd ;--vg-select-current-border-radius: 5px ;--vg-select-current-padding-left: 16px ;--vg-select-current-padding-right: 32px ;--vg-select-current-padding-top: 16px ;--vg-select-current-padding-bottom: 16px ;--vg-select-current-line-height: 1.1 ;--vg-select-current-font-size: 16px ;--vg-select-dropdown-background-color: white ;--vg-select-dropdown-color: black ;--vg-select-dropdown-border-width: 1px ;--vg-select-dropdown-border-style: solid ;--vg-select-dropdown-border-color: #dddddd ;--vg-select-dropdown-border-radius: 5px ;--vg-select-dropdown-box-shadow: 0 7px 12px 1px rgba(68, 68, 68, 0.11) ;--vg-select-list-background-color: transparent ;--vg-select-list-color: black ;--vg-select-list-padding-left: 8px ;--vg-select-list-padding-right: 8px ;--vg-select-list-padding-top: 8px ;--vg-select-list-padding-bottom: 8px ;--vg-select-list-border-bottom-width: 1px ;--vg-select-list-border-bottom-style: solid ;--vg-select-list-border-bottom-color: #f5f5f5 ;--vg-select-optgroup-background-color: transparent ;--vg-select-optgroup-color: #fff ;--vg-select-optgroup-padding-left: 8px ;--vg-select-optgroup-padding-right: 8px ;--vg-select-optgroup-padding-top: 8px ;--vg-select-optgroup-padding-bottom: 8px ;--vg-select-optgroup-border-bottom-width: 1px ;--vg-select-optgroup-border-bottom-style: solid ;--vg-select-optgroup-border-bottom-color: #838383 ;--vg-select-optgroup-hover-background-color: #f7f7f7 ;--vg-select-optgroup-hover-color: black ;--vg-select-optgroup-hover-border-bottom-color: #f5f5f5 ;--vg-select-list-hover-background-color: #f7f7f7 ;--vg-select-list-hover-color: black ;--vg-select-list-hover-border-bottom-color: #f5f5f5 ;--vg-select-search-background-color: #f2f2f2 ;--vg-select-search-color: #000000 ;--vg-select-list-max-height: 286px;--vg-select-list-scrollbar-width: 6px;--vg-select-list-scrollbar-bg: #F5F5F5;--vg-select-list-scrollbar-thumb: #999;position:relative}.vg-select-current{background-color:var(--vg-select-current-background-color);color:var(--vg-select-current-color);border-width:var(--vg-select-current-border-width);border-style:var(--vg-select-current-border-style);border-color:var(--vg-select-current-border-color);border-radius:var(--vg-select-current-border-radius);padding-left:var(--vg-select-current-padding-left);padding-right:var(--vg-select-current-padding-right);padding-top:var(--vg-select-current-padding-top);padding-bottom:var(--vg-select-current-padding-bottom);line-height:var(--vg-select-current-line-height);font-size:var(--vg-select-current-font-size);box-sizing:border-box;cursor:pointer;outline:none;position:relative;z-index:10;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vg-select-current:after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:all .4s ease-in-out;background-image:url('data:image/svg+xml, <svg aria-hidden="true" focusable="false" data-prefix="fa-light" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M4 181C7 178 12 176 16 176C20 176 24 177 27 180L224 362L421 180C428 174 438 175 444 181C450 188 449 198 443 204L235 396C229 401 219 401 213 396L5 204C-1 198 -2 188 4 181Z" fill="gray"/></svg>');background-repeat:no-repeat;width:16px;height:16px}.vg-select-dropdown{background-color:var(--vg-select-dropdown-background-color);color:var(--vg-select-dropdown-color);border-width:var(--vg-select-dropdown-border-width);border-style:var(--vg-select-dropdown-border-style);border-color:var(--vg-select-dropdown-border-color);border-radius:var(--vg-select-dropdown-border-radius);box-shadow:var(--vg-select-dropdown-box-shadow);position:absolute;box-sizing:border-box;opacity:0;overflow:hidden;padding:0;top:100%;left:0;width:100%;height:0;pointer-events:auto;transform-origin:50% 0;transform:scale(0.75) translateY(-21px);transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;z-index:11;margin-top:.25rem}.vg-select-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;max-height:var(--vg-select-list-max-height);overflow-y:auto}.vg-select-list::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:var(--vg-select-list-scrollbar-bg)}.vg-select-list::-webkit-scrollbar{width:var(--vg-select-list-scrollbar-width);background-color:var(--vg-select-list-scrollbar-bg)}.vg-select-list::-webkit-scrollbar-thumb{background-color:var(--vg-select-list-scrollbar-thumb)}.vg-select-list--option{background-color:var(--vg-select-list-background-color);color:var(--vg-select-list-color);padding-left:var(--vg-select-list-padding-left);padding-right:var(--vg-select-list-padding-right);padding-top:var(--vg-select-list-padding-top);padding-bottom:var(--vg-select-list-padding-bottom);border-bottom-width:var(--vg-select-list-border-bottom-width);border-bottom-style:var(--vg-select-list-border-bottom-style);border-bottom-color:var(--vg-select-list-border-bottom-color);display:block;width:100%;cursor:pointer;transition:all .4s ease-in-out}.vg-select-list--option:last-child{border:none}.vg-select-list--option:hover,.vg-select-list--option.selected{background-color:var(--vg-select-list-hover-background-color);color:var(--vg-select-list-hover-color);border-bottom-color:var(--vg-select-list-hover-border-bottom-color)}.vg-select-list--option.disabled{opacity:.6;cursor:not-allowed}.vg-select-list--option.hidden{display:none !important}.vg-select-list--optgroup{list-style:none;padding:0}.vg-select-list--optgroup+.vg-select-list--optgroup{border-top-width:var(--vg-select-optgroup-border-bottom-width);border-top-style:var(--vg-select-optgroup-border-bottom-style);border-top-color:var(--vg-select-optgroup-border-bottom-color)}.vg-select-list--optgroup>li{--vg-select-list-padding-left: 16px}.vg-select-list--optgroup-title{background-color:var(--vg-select-optgroup-background-color);color:var(--vg-select-optgroup-color);padding-left:var(--vg-select-optgroup-padding-left);padding-right:var(--vg-select-optgroup-padding-right);padding-top:var(--vg-select-optgroup-padding-top);padding-bottom:var(--vg-select-optgroup-padding-bottom);border-bottom-width:var(--vg-select-optgroup-border-bottom-width);border-bottom-style:var(--vg-select-optgroup-border-bottom-style);border-bottom-color:var(--vg-select-optgroup-border-bottom-color)}.vg-select-search input{background-color:var(--vg-select-search-background-color);color:var(--vg-select-search-color);padding:8px;border:none;outline:none;width:100%}.vg-select.show .vg-select-current:after{transform:translateY(-50%) rotate(180deg)}.vg-select.show .vg-select-dropdown{transform:scale(1) translateY(0);opacity:1;box-sizing:border-box;height:auto}.vg-select.is-invalid .vg-select-current{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(1.975em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem);--vg-select-current-padding-right: 55px}.vg-select.disabled:before{content:"";position:absolute;width:100%;height:100%;z-index:500}.vg-select.disabled>.vg-select-current{opacity:.75}