.popup.email {
	position: fixed;
    top: 10vw;
    max-height: 80vh;
    z-index: 1;
    background: #FFF;
    width: 30vw;
    padding: 20px;
    display: none;
    flex-direction: column;
    align-items: center;
    left: calc((100vw / 3));
    box-shadow: 0px 0px 17px 1px rgb(0 0 0 / 20%);
    overflow: scroll;
}

.popup .close {
	position: absolute;
    right: 5px;
    top: 5px;
    font-size: 1em;
}

.popup .loading {width: 50px; height: 50px; display: none;}
.popup .result {display: none;}

.list-remetentes {margin-bottom: 30px;}
.checkbtn {display: flex; justify-content: left; align-items: center;}
    .checkbtn input[type="checkbox"] {margin: 0; margin-right: 5px;}
    .checkbtn label {margin-bottom: 0; padding: 5px 0;}

.legenda {color: #858585; font-size: 0.8em}
.email-obs {width: 100%; min-height: 100px;}