.custom-select{position:relative;padding:0;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-select__label{display:block;margin-bottom:9px;color:rgba(219,230,255,.6);color:var(--color-text-second);font-weight:700;font-size:12px;text-transform:uppercase}.custom-select__select{position:relative;z-index:1}.custom-select__expand-icon{position:absolute;top:50%;right:12px;width:18px;height:10px;transform:translateY(-50%)}.custom-select__options-wrapper{position:absolute;top:100%;right:0;left:0;z-index:2;margin-top:-5px;padding-top:5px;background-color:#242732;background-color:var(--color-bg-main);border:1px solid #1f2230;border:1px solid var(--color-border-input);border-top:none;border-bottom-right-radius:3px;border-bottom-left-radius:3px;box-shadow:0 2px 3px rgba(0,0,0,.16);transition:transform .12s cubic-bezier(.29,.97,.82,1.43);will-change:transform}.custom-select__options-wrapper.options-appear-leave-active{transition:none}.custom-select__options-wrapper.options-appear-enter,.custom-select__options-wrapper.options-appear-leave-to{transform:translateY(-10px)}.custom-select__options-wrapper.options-appear-enter-to,.custom-select__options-wrapper.options-appear-leave{transform:none}.custom-select__option,.custom-select__select{display:flex;align-items:center;width:100%;height:40px;padding:0 0 0 12px;font-size:14px;cursor:pointer}.custom-select--opened .custom-select__select{z-index:3;border-bottom:1px solid transparent;border-bottom-right-radius:unset;border-bottom-left-radius:unset}.custom-select--opened .custom-select__option:hover,.custom-select--opened .custom-select__select:hover{background-color:#1a1d26;background-color:var(--color-bg-sidebar)}.custom-select--opened .custom-select__expand-icon{transform:rotate(180deg) translateY(50%)}.custom-select__option-image{margin-right:6px}.project-creation-dialog{max-width:500px;max-height:385px;padding:30px}.project-creation-dialog__header{margin:0;font-weight:700;font-size:18px}.project-creation-dialog__description{max-width:363px;margin-top:20px;color:rgba(219,230,255,.6);color:var(--color-text-second);font-size:14px;line-height:1.43}.project-creation-dialog__form{display:flex;flex-wrap:wrap;align-items:flex-end;margin-top:25px}.project-creation-dialog__text-field{min-width:280px}.project-creation-dialog__image-uploader{margin-left:30px}.project-creation-dialog__submit{margin-top:32px}.project-creation-dialog__select-workspaces{width:280px;margin:0 0 20px}