body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Roboto', 'Helvetica', 'sans-serif';
}

main {
    flex: 1 0 auto;
}

.card-content > p{
    font-size: 10px;
}

.divider {
  margin-top: 5px;
  margin-bottom: 5px;
}

.rrow-text {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 12px;
  color: black;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.select-wrapper input.select-dropdown {
  font-size: 12px;
}

input-field > label {
  font-size: 10px;
}

.tabs .tab a {
  font-size: 12px;
}

p.ack {
  font-size: small;
  margin-top: px;
  margin-left: 30px;
  margin-bottom: 0px;
  font-weight: 700;
}

p.ack-content {
  font-size: smaller;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #687078;
}

.myfoot {
  margin-left: 10px;
  color: #545b64;
  min-width: 5px;
}

.myfoot-spacing {
  margin-right: 10px;
  color: #545b64;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #395964;
    will-change: left, right;
}

 nav {
    height: 64px;
    line-height: 64px;
    font-size: 90px;
}

nav .brand-logo {
  position: static;
  margin-right: 10px;
}


.ten {
    width: 10%;
}

.fifteen {
    width: 15%;
}

.twenty {
    width: 20%;
}

.twenty-five {
    width: 25%;
}

.thirty {
    width: 30%;
}

.forty {
    width: 40%;
}

.sixty-five {
    width: 65%;
}

.seventy-five {
    width: 75%;
}

.seventy {
    width: 70%;
}

.eigthy {
    width: 80%;
}

.invoice-container {
    width: 210mm;
    height: 297mm;
    padding: 2cm;
    margin: auto;
    left: 25%;
}

.foot {
    position: absolute;
    bottom: -2cm;
}

.foot-copy {
    text-align: center;
    position: absolute;
    bottom: -7cm;
}

@media only screen {
    .invoice-container {
        box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    }
}


@media only screen and (max-width: 600px) {
  #home-shield {
    display: none !important;
  }

  #show-estimate {
    max-height: 10px;
  }
  #show-estimate-content {
    transform: scale(0.3);
    max-height: 150px;
    padding: 0;
    margin-top: 30px;
    margin-left: -110px;
  }
  #appliance-specs-image {
    margin: 0 auto;
    display: block;
  }
}


.Background{
  font-family: 'Titillium Web'; 
  background-image: linear-gradient(229deg, #B4D891, #156569);
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.box {
  background-color: #ffffff;
  border-radius: 15px;
  padding-top:59px;
  padding-bottom:59px;
  padding-left: 42px;
  padding-right: 42px;
  color: #1E262B;
  align-content: center;
  box-shadow:8px 10px 10px 0 rgba(0, 0, 0, 0.1);
  }


.botao{
    background-color: #026566;
    border:none;
    font-size: 20px;
    color: white;
    border-radius: 5px;
    padding:10px;
    width: 100%;
    
}
button:hover{
    background-color:#B4D891 ;
    color:#1E262B;
}

.Title{
    font-size: 24px;
    text-align: center;
    font-weight: lighter;
    color:#666666;
}

.lottie{
    position: absolute;
    top: 65%;
    left: 30%;
    transform: translate(-30%,-65%);

}

.conteudo{
    padding-top:5%;
}

.logo{
    
    max-width:50%;
    transform: translate(32%);
}

.form-select{
    font-family: "Titillium Web";
    color: rgba(0, 0, 0, 0.3);
}
.selecione
{
    border-bottom: 5px solid #B4D891 ;
    border-left: none;
    border-top:none;
    border-right: none;
    outline: none;
    border-radius: 5px;
    width: 300px;
    height: 35px;
    font-size: 16px;    
    background-color: white;
    color:#757575;
}

.username{
    margin-top: 10px;
}

.firebaseui-tos{
    color:white!important;
    text-align:left!important;
}

.firebaseui-link{
    color:white!important;
    text-decoration: underline!important;
}

.titulo{
    font-size: 55px; 
    font-weight: 500; 
    max-width: 1000px;
    color:#ffffff;
}

.subtitulo{
    font-size: 20px; 
    font-weight: 100; 
    max-width: 1000px;
    color:#ffffff;
}

.material-icons{text-decoration: none!important;}

.firebaseui-idp-button, .firebaseui-tenant-button{
    font-size: 18px!important;
    max-width:230px!important;
    max-height: 70px!important;
}
.firebaseui-idp-text{
    font-size: 18px!important;
}

.firebaseui-idp-list>.firebaseui-list-item, .firebaseui-tenant-list>.firebaseui-list-item{
    text-align: left!important;
}

.firebaseui-container{
    max-width: 100%!important;
}
.firebaseui-card-content{
    padding: 0 0!important;
}

.firebaseui-card-footer{
    padding: 0 0!important; 
}