/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #cccccc; 
    border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.user-image-pop {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

.img-120 {
    width: 120px;
}

.img-usuario {
    height: 65px !important;
}
.gradiente {
    background-color: #ffffff;
    background-image: linear-gradient(270deg, #3c8dbc, #3c8dbc);
    color: #fff;
}

.gradiente-2 {
    background-color: #0093E9;
    background-image: linear-gradient(180deg, #3c8dbc 25%, #3c8dbc 100%);
    color: #fff;
}

.gradiente-login {
    background-color: #FFFFFF;
    background-image: linear-gradient(270deg, #3c8dbc, #3c8dbc);
}

.cartao-plastico {
    background-image: linear-gradient(to top, #cf181f 0%, #ee1c25 100%);
}

.er-login-box {
    width: 360px;
    margin: 1% auto;
    padding: 20px;
    border-top: 0;
    color: #ffffff;
}

@media (max-width: 768px) {
    .er-login-box {
        width: 50%;
        margin-top: 20px;
    }
}

@media (max-width: 425px) {
    .er-login-box {
        width: 90%;
        margin-top: 20px;
    }
}

.er-aviso-pop {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    z-index: 1060;
    background: #000000;
    color: #ffffff;
    height: 60px;
    position: absolute;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: 47px;
    text-align: center;
}

@media (min-width: 768px) {
    .er-aviso-pop {
        width: 40%;
    }
    .moldura-cabecalho {
        padding: 10px 10px 50px 10px;
        margin: 10px 10px 0px 10px;
        border-radius: 10px;
    }
    .moldura-corpo {
        padding: 10px 10px 50px 10px;
        margin: -35px 10px 0px 10px;
        border-radius: 10px;
        background-color: #ffffff
    }
    .altura {
        height: calc(100vh);
    }
}

@media (max-width: 767px) {
    .er-aviso-pop {
        width: 100%;
        margin-left: 30px;
        margin-right: 30px;
    }
    .moldura-cabecalho {
        padding: 10px 10px 50px 10px;
        margin: 0px;
    }
    .moldura-corpo {
        padding: 10px 10px 50px 10px;
        margin: -35px 0px 0px 0px;
        border-radius: 10px;
        background-color: #ffffff
    }
    .altura {
        height: calc(100vh);
    }
}

.cartao-cliente-container {
    width: 330px;
    height: 199px;
    padding: 10px 10px 185px 10px;
    margin: 0px 0px 10px 0px;
    border-radius: 15px;
    background-clip: border-box;
    background-color: #a7fad047;
    background-repeat: round;
    text-align: center;
}

.cartao-cliente-dados {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 400;
    color: #000000
}

.er-barra-lateral {
    /* background-color: #a4cfe9 !important; */
    background-image: linear-gradient(270deg, #3c8dbc, #3c8dbc);;
    border-right: none !important;
}

.barra-lateral a {
    color: #FFFFFF !important;
}

.barra-lateral a:hover {
    color: #000000 !important;
}

.er-wrapper {
    background-color: #3c8dbc !important;
}

@media (max-width: 425px) {
    .er-wrapper {
        background-image: linear-gradient(270deg, #3c8dbc, #3c8dbc);
    }
}
.er-header {
    color: #233be7 !important;
    background: #3c8dbc !important;
}

.user-image {
    border-radius: 50%;
    width: 150px;
    margin-bottom: 7px;
}

.user-name {
    margin-bottom: 20px
}

.bg-destaque {
    background-color: #a7fad047 !important;
}

.er-quadro-dados {
    margin-top:10px;
    margin-bottom: 20px;
    border-radius:10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #a7fad047;
}

.er-quadro-cinza {
    margin-top:10px;
    margin-bottom: 20px;
    border-radius:10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f7f7f7;
}

.qr-code {
    display: grid;
    align-content: center;
    justify-content: center;
    margin-top: 10px;
}

.er-mostra-cartao {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.er-lista-extrato {
    width: 20px;
    display: inline-block;
    font-size: 16px;
}

.er-botao-link {
    width: 71px;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #d3d1ce !important;
}

.er-botao-link i {
    color: #f39c12 !important;
}

@media (max-width: 991px) {
    .er-hidden-mobile {
      display: none !important;
    }
  }

.er-padding {
    padding: 0px 10px 10px 10px;
}

@media (max-width: 425px) {
    .er-padding {
        padding: 0px;
    }
    .er-margem-mobile {
        margin-top: 80px !important;
        margin-bottom: 50px !important;
    }
    .er-m-b-mobile {
        padding-bottom: 150px
    }
}

.er-botao-menu {
    border-radius: 10px;
}

.er-icone-menu {
    display: inline-block;
    width: 35px;
}
.er-texto-menu {
    display: inline-block;
    position: absolute;
    top: 11px;
}

.er-cabecalho-mobile {
    top: 0px; 
    position:fixed;
    background-color: #ffffff;
    height: 60px;
    z-index: 800;
    background-image: linear-gradient(270deg, #3c8dbc, #3c8dbc);
    padding: 0px 0px 0px 10px;
    width: 100%;
}

@media (min-width: 425px) {
    .er-cabecalho-mobile {
      display: none !important;
    }
  }

.mostra-detalhe-fatura {
    max-height: calc(100vh - 203px);
    overflow-y: auto;
    overflow-x: hidden;
  }

@media (max-width: 425px) {
   .mostra-detalhe-fatura {
    max-height: calc(100vh - 299px);
   }
}

  .er-border-10 {
    border-radius:10px !important;
}

.link-personal {
    color: #222121;
  }
.link-personal:hover,
.link-personal:focus {
color: #3c8dbc;
}
 
.btn-login {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.text-login {
    color: #222222
}

