.components-custom-select-control{color:#555d66;position:relative}.components-custom-select-control__label{margin-bottom:5px;display:block}.components-custom-select-control__button{color:#555d66;text-align:left;border:1px solid #7e8993;border-radius:4px;min-width:130px;min-height:30px;display:inline;position:relative}.components-custom-select-control__button:focus{border-color:#00a0d2}.components-custom-select-control__button-icon{height:100%;padding:0 4px;position:absolute;top:0;right:0}.components-custom-select-control__menu{z-index:1000000;background:#fff;width:100%;padding:0;position:absolute}.components-custom-select-control__item{align-items:center;padding:10px 5px 10px 25px;list-style-type:none;display:flex}.components-custom-select-control__item.is-highlighted{background:#e2e4e7}.components-custom-select-control__item-icon{margin-left:-20px;margin-right:0}.components-spinner{opacity:.7;float:right;background-color:#7e8993;border-radius:100%;width:18px;height:18px;margin:5px 11px 0;display:inline-block;position:relative}.components-spinner:before{content:"";transform-origin:6px 6px;background-color:#fff;border-radius:100%;width:4px;height:4px;-webkit-animation:1s linear infinite components-spinner__animation;animation:1s linear infinite components-spinner__animation;position:absolute;top:3px;left:3px}@-webkit-keyframes components-spinner__animation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes components-spinner__animation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.components-snackbar{color:#fff;box-sizing:border-box;cursor:pointer;background-color:#32373c;border-radius:4px;width:100%;max-width:600px;padding:16px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;box-shadow:0 2px 4px #0000004d}@media (width>=600px){.components-snackbar{width:fit-content}}.components-snackbar:hover{background-color:#191e23}.components-snackbar:focus{background-color:#191e23;box-shadow:0 0 0 1px #fff,0 0 0 3px #007cba}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;height:auto;margin-left:32px;padding:0;line-height:1.4}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default){background-color:#0000;text-decoration:underline}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default):focus{color:#fff;box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover{color:#33b3db}.components-snackbar__content{justify-content:space-between;align-items:baseline;line-height:1.4;display:flex}.components-snackbar-list{z-index:100000;box-sizing:border-box;width:100%;position:absolute}.components-snackbar-list__notice-container{padding-top:8px;position:relative}