[page="email_obs_exportar"] #mobile-footer {
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center;
    text-align: right;
    padding: 0 10px;
    border: none;
}

[page="email_obs_exportar"] .footer-btn {
    display: flex;
    align-items: center;
    height: 80%;
    background-color: #f13636;
    border: 1px solid #000;
    border-radius: 3px;
    text-align: center;
    line-height: 1;
    padding: 0 6px;
    color: #fff;
}

[page="email_obs_exportar"] .footer-btn i {
    font-size: 2.5em;
}

[page="email_obs_exportar"] .footer-btn .text {
    font-size: 1.5em;
    margin-left: 3px;
}

[page="email_obs_exportar"] .tela-transportadora {
    height: calc(100% - 56px);
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.tela-transportadora .titulo-exportar-transportadoras {
    margin-top: 6px;
    text-align: center;
}

.tela-transportadora .adicionar-email-btn {
    padding: 3px 30px;
    color: #fff;
    background: #1FBB90;
    font-size: 1.6em;
    border: 1px solid #000;
    border-radius: 3px;
}

.tela-transportadora .emails-list-container {
    max-height: 12%;
    flex-shrink: 0;
    margin-top: 6px;
    overflow: auto;
}

.tela-transportadora .emails-texto-e-botoes {
    display: flex;
    align-items: center;
    width: 85%;
    margin: 0 auto 3px;
    font-size: 1.4em;
    color: #000;
    word-break: break-word;
    font-weight: normal;
}

.tela-transportadora .emails-texto-e-botoes:last-child {
    margin-bottom: 0;
}

.tela-transportadora .emails-texto-e-botoes input[type=checkbox] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    appearance: none;
    border: 2px solid #1FBB90;
    border-radius: 3px;
    position: relative !important;
}

.tela-transportadora .emails-texto-e-botoes input[type=text] {
    border: solid #1FBB90;
    border-width: 0 0 1px 0;
    width: 100%;
}

.tela-transportadora .emails-texto-e-botoes input::before {
    content: '';
    background-color: #1FBB90;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
}

.tela-transportadora .emails-texto-e-botoes input:checked:before {
    opacity: 1;
}

.tela-transportadora .emails-texto-e-botoes span {
    margin-left: 10px;
}

.tela-transportadora .emails-texto-e-botoes.criado span {
    width: 100%;
    margin-right: 10px;
}

.tela-transportadora .emails-texto-e-botoes button {
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #f13636;
    color: #fff;
}

.tela-transportadora .obs-container {
    margin-top: 6px;
}

.tela-transportadora .obs-container h1 {
    font-size: 2em;
    margin: 0 0 3px;
    text-align: center;
}

.tela-transportadora .obs-input {
    display: block;
    margin: 0 auto;
    border: 1px #000 solid;
    border-radius: 3px;
    width: 85%;
    height: auto;
    resize: none;
    padding: 4px 6px;
    font-size: 1.2em;
    line-height: 1.3;
}

.tela-transportadora .resumo-de-pedidos-container {
    flex-grow: 1;
    margin-top: 6px;
    padding-bottom: 3px;
    display: flex;
    flex-direction: column;
}

.tela-transportadora .resumo-de-pedidos-container h1 {
    font-size: 2em;
    margin: 0;
    text-align: center;
}

.tela-transportadora .informacoes-container {
    width: 95%;
    flex-grow: 1;
    margin: 0 auto;
    overflow: auto hidden;
}

.tela-transportadora .grade-de-informacoes {
    height: 100%;
    width: auto;
    border-collapse: separate;
    border-spacing: 3px;
    margin-left: -3px;
}

.tela-transportadora .grade-de-informacoes.singular-order {
    width: 100%;
}

.tela-transportadora .grade-de-informacoes td {
    padding: 2px 10px;
    border: 1px solid #000;
    line-height: 1;
    border-radius: 3px !important;
}

.tela-transportadora .grade-de-informacoes td.label {
    font-size: 1.1em;
    white-space: nowrap;
    position: sticky;
    left: 0;
    background-color: #1FBB90;
    color: #fff;
}

.tela-transportadora .grade-de-informacoes td.value div {
    width: 58vw;
    font-size: 1.3em;
}

.grade-de-informacoes.singular-order td.value div {
    width: auto;
}

.tela-transportadora .linha-tipo button {
    width: 50%;
    padding: 0;
    height: 100%;
    font-size: 1.1em;
    background-color: transparent;
    border: 1px solid #000;
}

.tela-transportadora .linha-tipo button:first-child {
    border-radius: 3px 0 0 3px;
    border-right: none;
}

.tela-transportadora .linha-tipo button:last-child {
    border-radius: 0 3px 3px 0;
}

.tela-transportadora .linha-tipo button.selected {
    background-color: #f13636;
    color: #fff;
}

.tela-transportadora .linha-tipo .value, 
.tela-transportadora .linha-selecao .value {
    border: none;
    text-align: center;
    padding: 0;
}

.tela-transportadora .linha-selecao button {
    width: 30%;
    height: 100%;
    border: 1px solid #000;
    font-size: 1.5em;
    padding: 0;
    border-radius: 3px;
    background-color: transparent;
    transition: .1s;
}

.tela-transportadora .linha-selecao button i {
    color: #fff;
}

.tela-transportadora .linha-selecao button.selected {
    background-color: #f13636;
}

/* cor alternativa */

[page="email_obs_exportar"].alternative-screen .footer-btn {
    background-color: #fff;
    color: #809cab;
}

.alternative-screen .tela-transportadora .grade-de-informacoes td.label,
.alternative-screen .tela-transportadora .linha-tipo button.selected,
.alternative-screen .tela-transportadora .adicionar-email-btn,
.alternative-screen .tela-transportadora .emails-texto-e-botoes input[type=checkbox]::before,
.alternative-screen .tela-transportadora .emails-texto-e-botoes button,
.alternative-screen .tela-transportadora .linha-selecao button.selected {
    background-color: #809cab;
}

.alternative-screen .tela-transportadora .emails-texto-e-botoes input {
    border-color: #809cab;
}
