* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #ffffff; /* Fundo branco para toda a página */
    margin: 0;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    text-align: left;
    letter-spacing: normal;
    font-size: 14.05564px;
    line-height: 21.08346px;
    font-weight: 300;
    min-height: 90vh;
}

p {
    color: #666 !important;
    text-align: left !important;
    letter-spacing: normal !important;
    font-size: 14.05564px !important;
    line-height: 21.08346px !important;
    font-weight: 300 !important;
}

h1 {
    font-size: 35.13909px !important;
    line-height: 38.653px !important;
    letter-spacing: -.87848px !important;
}

h2, h2 a {
    color: #000 !important;
    text-align: left !important;
    letter-spacing: normal !important;
    font-size: 14.05564px !important;
    line-height: 21.08346px !important;
    font-weight: 500 !important;
}

.borderless-input {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    padding: 0;
    border-bottom: 1px solid #6d2077; /* Borda inferior roxa */
}

.borderless-input:focus {
    border-bottom: 2px solid #8a2e9d; /* Borda inferior roxa mais escura ao focar */
    box-shadow: none;
    outline: none;
}

.input-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #6d2077;
    display: block;
    transition: all 0.3s ease-in-out;
}

.input-underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #8a2e9d;
    transition: all 0.3s ease-in-out;
}

.borderless-input:focus + .input-underline::after {
    width: 100%;
}

.btn-primary {
    background-color: #6d2077; /* Cor principal da Vivo */
    border-color: #6d2077;
    color: #ffffff;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #8a2e9d;
    border-color: #8a2e9d;
}

.text-dark {
    color: #343a40 !important;
}

.text-muted {
    color: #8a8d91 !important; /* Cor neutra */
}

.footer {
    background-color: #2e302a;
    color: white; /* Cor do texto no rodapé */
    text-align: center;
    padding: 10px 0;
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (min-width: 768px) {
    .vh-100 {
        height: 100vh;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.illustration {
    width: 100%; /* Ajuste para garantir que a imagem ocupe toda a largura disponível */
    max-height: 80%; /* Ajuste para garantir que a imagem não ultrapasse 80% da altura */
}

a.text-muted {
    color: #6d2077 !important;
    font-weight: bold;
    text-decoration: underline;
}

a.text-muted:hover {
    color: #8a2e9d !important;
}

.bottom {
    position: fixed;
    height: 40px;
    bottom: 0;
    width: 260px;
    padding-right: 15px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #fdfcfc1a;
  }

.large-font {
    font-size: 27px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 100%;
}

.navbar .navbar-collapse {
    /* flex-basis: unset !important;
    flex-direction: row; */
    align-items: end;
    flex-grow: unset;
    width: calc(90% - 2rem);
}
/* @media (min-width: 768px) {
    .navbar .navbar-collapse {
        text-align: left;
    }
} */

.main_menu {
    flex-direction: column;
}

@media (min-width: 768px) {
    .main_menu {
        flex-direction: row;
        width: 80%;
        justify-content: center;
    }
}

.login_menu {
    flex-direction: column;
}

@media (min-width: 768px) {
    .login_menu {
        flex-direction: row;
        width: 20%;
        justify-content: flex-end;
    }
}

.mt40 {
    margin-top: 40px;
}

.ml5 {
    margin-left: 5px;
}

.ml20 {
    margin-left: 20px;
}

.ml40 {
    margin-left: 40px;
}

.ml290 {
    margin-left: 290px;
}

.mr15 {
    margin-right: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px;
}

.mlr2 {
    margin: 0px 2px 0px 2px;
}

.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.container-style {
    margin-left: 225px;
    margin-top: 85px;
    margin-bottom: 15px;
}

.card-style {
    width: 250px !important;
    margin: 15px;
    padding: 2px;
}

a {
    text-decoration: none !important;
}

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 260px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #848484;
    color: rgb(0, 0, 0);
    transition: all 0.3s;
}

.brand {
    padding-top: 15px;
}

.lightgray {
    color: lightgray;
}

ul li a {
    display:block;
}

ul li:hover a, ul li:focus a {
    background-color:#3b7b86;
}

ul li a {
    padding: 7px 0px 5px 30px;
}

.folder {
    outline: 1px solid black;
    outline-offset: 15px;
}

.card-title {
    margin-bottom: 0rem !important;
}


/* VIVO  */

/* basic customized elements or components */
.vivo_color_purple  {
    color: #609 !important;
}

.vivo_bck_purple {
    background-color: #609 !important;
    border: unset;
    width: 100%;
}

.vivo_nav_item {
    color: #000 !important;
    text-align: left !important;
    letter-spacing: normal !important;
    font-size: 14.05564px !important;
    line-height: 21.08346px !important;
    font-weight: 300 !important;
}   

.vivo_nav_logout {
    color: #000 !important;
    text-align: left !important;
    letter-spacing: normal !important;
    font-size: 14.05564px !important;
    line-height: 21.08346px !important;
    font-weight: 500 !important;
}

/* navbar */
  
.vivo_nav {
    background-color: white !important;
    border-bottom: 1px solid #ccc;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

:focus-visible {
    outline: transparent auto 1px !important;
}

.navbar-light .navbar-toggler {
    color: unset;
    border-color: 0;
}

/* content beside navbar */

.btn-success {
    color: #fff;
    background-color: unset;
    border-color: unset !important;
}

.navbar-light .navbar-toggler {
    color: #f8f9fa !important;
    border-color: rgba(0, 0, 0, .1) !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #8a2e9d;
    outline: 0;
    box-shadow: 0 0 0 .25rem #8a2e9d82 !important;
}

.btn-check:focus+.btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem #8a2e9d5e !important;
}

#content {
    margin-top: 7rem;
}

.breadcrumb {
    display: flex;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    flex: auto;
}

/* News */

.card {
    border: unset !important;
}

.card-body {
    flex: 1 1 auto !important;
    padding: 2rem 0rem !important;
}

.card-footer {
    padding: 0.15rem 0rem 1.5rem !important;
    background-color: transparent !important;
    border-top: unset !important;
}

.card-footer p {
    font-size: 12px;
}

/* Modal */

#loadingModal .modal-content {
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.0);
}
#loadingModal .modal-body {
    background: rgba(0, 0, 0, 0.0);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
#loadingModal .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}
/* Remove o fundo do modal */
.modal-backdrop.show {
    opacity: 0.5;
}

/* Footer */

.text-muted {
    color: #c8cbd0 !important;
    text-align: center !important;
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: none;
    color: rgb(190, 136, 240);
    padding: 0;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    z-index: 1000;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.floating-button.upload {
    right: 80px;
}

.floating-button i {
    margin: 0;
    transition: transform 0.3s ease, color 0.3s ease;
}

.floating-button:hover {
    color: rgb(190, 136, 240);
    background: none;
    transform: scale(1.2);
    backface-visibility: hidden;
}

ul li:hover a, ul li:focus a {
    background: none;
}
