fostr-select,fostr-select-variant{--fostr-select-black:var(--fostr-color-black);--fostr-select-white:var(--fostr-color-brand-white);--fostr-select-input-hover-background-color:var(--fostr-color-brand-lightest-grey);--fostr-select-border-color:var(--fostr-color-brand-lightest-grey);--fostr-select-scrollbar-color:var(--fostr-color-brand-light-grey);--fostr-select-list-background-color:var(--fostr-color-white);--fostr-select-disabled-color:var(--fostr-color-gray-700);--fostr-select-max-width:360px;display:none}fostr-select-variant.isVisible,fostr-select.isVisible{display:initial}fostr-select select,fostr-select-variant select{display:none}fostr-select .fostr-select,fostr-select-variant .fostr-select{max-width:var(--fostr-select-max-width);position:relative;display:inline-flex;flex-direction:column;width:100%}.fostr .rte fostr-select ul,.fostr .rte fostr-select-variant ul{list-style:none;padding:0;border:1px solid var(--custom-select-border-color);margin:0;margin-top:-1px;padding-top:1px;max-height:24rem;overflow-y:scroll;overflow-x:hidden;scrollbar-width:auto;scrollbar-color:var(--fostr-select-scrollbar-color) var(--fostr-select-scrollbar-color);background-color:var(--fostr-select-list-background-color)}fostr-select ul::-webkit-scrollbar,fostr-select-variant ul::-webkit-scrollbar{width:var(--fostr-layout-space-7)}fostr-select ul::-webkit-scrollbar-track,fostr-select-variant ul::-webkit-scrollbar-track{background:var(--fostr-select-list-background-color)}fostr-select ul::-webkit-scrollbar-thumb,fostr-select-variant ul::-webkit-scrollbar-thumb{background-color:var(--fostr-select-scrollbar-color);border-radius:0;border:4px solid var(--fostr-select-list-background-color)}fostr-select .fostr-select__input,fostr-select-variant .fostr-select__input{border:1px solid var(--fostr-select-border-color);height:var(--fostr-layout-space-24);display:flex;align-items:center;justify-content:space-between;padding:var(--fostr-layout-space-8);box-sizing:border-box;font-weight:var(--fostr-typography-font-weight-normal);font-size:var(--fostr-typography-text-size-xs);line-height:var(--fostr-layout-space-8)}fostr-select .fostr-select__option,fostr-select-variant .fostr-select__option{width:inherit}fostr-select .fostr-select__window,fostr-select-variant .fostr-select__window{position:absolute;left:0;right:0;z-index:2;background-color:var(--fostr-select-white)}fostr-select .fostr-select__input:hover,fostr-select-variant .fostr-select__input:hover{z-index:2;position:relative}fostr-select-variant fostr-select-option *{pointer-events:none}fostr-select fostr-select-option,fostr-select-variant fostr-select-option{height:var(--fostr-typography-text-size-24);display:flex;align-items:center;padding:var(--fostr-typography-text-size-8);box-sizing:border-box;cursor:pointer;justify-content:space-between;border:1px solid transparent;margin-left:var(--fostr-layout-space-2);font-weight:var(--fostr-typography-font-weight-normal);font-size:var(--fostr-typography-text-size-xs);line-height:var(--fostr-typography-text-size-8);text-transform:capitalize}fostr-select li:not(:first-child) fostr-select-option,fostr-select-variant li:not(:first-child) fostr-select-option{margin-top:-1px}fostr-select fostr-select-option left-content,fostr-select-variant fostr-select-option left-content{text-transform:uppercase}fostr-select .fostr-select__window,fostr-select-variant .fostr-select__window{max-height:0;overflow:hidden;transition:max-height .3s ease-in;width:calc(100% + 1px)}fostr-select-variant.active .fostr-select__window,fostr-select.active .fostr-select__window{max-height:100rem}fostr-select .fostr-select__input:hover,fostr-select-variant .fostr-select__input:hover{border-color:var(--fostr-select-black);cursor:pointer}fostr-select-variant.active .fostr-select__input svg,fostr-select.active .fostr-select__input svg{transform:scaleY(-1)}fostr-select fostr-select-option,fostr-select-option.disabled,fostr-select-variant.disabled{color:var(--fostr-select-black)}fostr-select fostr-select-option.unavailable,fostr-select fostr-select-option:not(.disabled).unavailable .right-content,fostr-select-variant fostr-select-option.unavailable,fostr-select-variant fostr-select-option:not(.disabled).unavailable .right-content{color:var(--fostr-select-disabled-color)}fostr-select fostr-select-option.selected,fostr-select-variant fostr-select-option.selected{color:var(--fostr-select-black)}fostr-select fostr-select-option:not(.disabled):hover,fostr-select-variant fostr-select-option:not(.disabled):hover{color:var(--fostr-select-black)}fostr-select fostr-select-option:not(.disabled) .left-content,fostr-select-variant fostr-select-option:not(.disabled) .left-content{text-transform:uppercase}fostr-select fostr-select-option:not(.disabled) .right-content,fostr-select-variant fostr-select-option:not(.disabled) .right-content{color:var(--fostr-select-black);text-transform:capitalize}@media screen and (max-width:790px){fostr-select fostr-select-option,fostr-select-variant fostr-select-option{color:var(--fostr-select-black)}}