.carregando{color:#fff;position:fixed;margin:0;top:0;left:0;background-color:rgba(0,0,0,.8);width:100%;height:100%;z-index:99999;text-align:center;padding-top:50%}.select-empresa{background:#f8f8f8;height:100%}.select-empresa #app,.select-empresa main{height:100%}.select-empresa .select-empresa__container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.select-empresa .select-empresa__container .select-empresa__container__item-close{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:16px;cursor:pointer}.select-empresa .select-empresa__container .select-empresa__container__item-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.select-empresa .select-empresa__container .select-empresa__container__content{max-width:300px;margin-top:-80px}.select-empresa .select-empresa__container .select-empresa__container__content__title{font-size:18px;font-weight:400;display:block;margin-bottom:16px}.select-empresa .select-empresa__container .select-empresa__container__content ul{list-style-type:none;margin:0;padding:0}.select-empresa .select-empresa__container .select-empresa__container__content__item{background:#e6e6e6;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;height:48px;padding:10px;gap:8px;cursor:pointer}.select-empresa .select-empresa__container .select-empresa__container__content__item .radio{height:16px;width:16px;background:#a5a5a5;border-radius:50%}.select-empresa .select-empresa__container .select-empresa__container__content__item span{font-size:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}.select-empresa .select-empresa__container .select-empresa__container__content__item--active{background:#cce5ff}.select-empresa .select-empresa__container .select-empresa__container__content__item--active .radio{border:1px solid #078fcf;background:none}.select-empresa .select-empresa__container .select-empresa__container__content__item--active .radio:after{content:"";display:block;position:relative;top:3px;left:3px;width:7px;height:7px;border-radius:50%;background-color:#078fcf}