/* ----- Login ----- */

#body-login {
    background-color: #2b2f38;
    background-image: radial-gradient(circle, #2b2f38, #15171b);
    height: 100px;
}

#body-login input {
    padding: 30px 30px;
    background: #ececec;
    border: 0;
}

#body-login .bg-white {
    background: #fff;
    padding: 30px 50px 20px;
    border-radius: 3px;
    box-shadow: 0 10px 30px #000
}

#body-login img {
    width: 65%;
    height: auto;
    align-self: center;
}

#body-pass-recovery {
    background-color: #2b2f38;
    background-image: radial-gradient(circle, #2b2f38, #15171b);
    height: 100px;
}

#body-pass-recovery input {
    padding: 30px 30px;
    background: #ececec;
    border: 0;
}

#body-pass-recovery .bg-white {
    background: #fff;
    padding: 30px 50px 20px;
    border-radius: 3px;
    box-shadow: 0 10px 30px #000
}

#body-pass-recovery img {
    width: 65%;
    height: auto;
    align-self: center;
}

.esqueci-senha {
    color: #2b2f38;
    text-transform: uppercase;
    font-size: .8em;
}

/* ----- Outros ------ */

#logo {
    margin: 0 auto 30px;
}

#logo-mobile {
    display: none;
}

.justify {
    display: flex;
    justify-content: center;
    align-self: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}

.align-items {
    display: flex;
    align-items: center;
}

.margin-top {
    margin: 8% auto 4%;
}

/* ------ Botões ------ */

.btn-primary {
    color: #2b2f38;
    background-color: #ffc725;
    padding: 7px 25px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    color: #2b2f38;
    border-radius: 100px;
    float: right;
    border-color: #d7a000;
}

.btn-primary:hover {
    color: #2b2f38;
    background-color: #ffc725;
    padding: 7px 25px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    color: #2b2f38;
    border-radius: 100px;
    float: right;
    border-color: #d7a000;
    filter: brightness(0.9)
}

.btn-secondary {
    color: #fff;
    opacity: .3;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 10px 20px;
    background-color: transparent;
    border-bottom-width: 2px !important;
}

.btn-secondary:hover {
    color: #000;
    background: #fff;
    opacity: 1;
}

#nao-cliente {
    margin-top: 30px;
}

.btn {
    border-bottom-width: 3px;
}

/* =========== DASHBOARD =========== */

.navbar {
    height: 70px;
    background: #fff;
    border: 1px solid #e7e7e7;
}

.navbar-brand img {
    min-width: 200px;
    max-width: 200px;
}

#navbarSupportedContent {
    /* position: absolute;
    right: 5%; */
    justify-content: flex-end;
}

#body-dashboard {
    background: #f1f1f1;
    color: #2b2f38;
}

#body-dashboard a {
    text-decoration: none;
}

.card-title {
    color: #333;
}

.card-text {
    color: #898989;
    font-size: 14px;
}

.card {
    width: 18rem;
    min-height: 374px;
    margin-bottom: 20px;
}

.disabled {
    filter: brightness(0.8);
}

.card:hover {
    filter: brightness(0.8);
}

#logout-button {
    margin-right: 20px;
    text-transform: uppercase;
}

.breadcrumb {
    background: none;
    margin-bottom: 0px;
    padding: 0.75rem 0px;
}

.breadcrumb-powerbi {
    background: #e2e2e2;
    color: #343a40 !important;
    font-weight: bold !important;
}

.version-info .badge {
    font-size: 13px;
    background: #f5cf06;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
}

.breadcrumb a {
    color: #343a40 !important;
}

.breadcrumb-item a:hover {
    text-decoration: underline !important;
}

.delay-info {
    font-weight: 400;
}

.version-info {
    position: absolute;
    font-weight: 400;
}

.delay-info i,
.version-info i {
    color: #6c757d;
}

.delay-info i:hover,
.version-info i:hover {
    filter: brightness(0.7);
    cursor: pointer;
}

/* ========= OUTROS ======== */

.loader-icon {
    position: absolute;
    top: 100%;
    left: 48%;
    font-size: 70px;
}

#loader-dashboard {
    top: 40%;
    left: 47%;
}

#loader-powerbi {
    top: 40%;
    left: 47%;
    z-index: 4;
}

.alert-danger {
    background-color: #E10012 !important;
    opacity: 0.7;
    color: #fff;
}

#logout-button {
    width: 100px;
    font-size: 14px;
    text-transform: unset;
}

.bg-grey {
    background: #f1f1f1 !important;
}

#exampleModalLongTitle {
    display: flex;
    justify-content: center;
}

#exampleModalLongTitle img {
    width: 20%;
    align-self: center;
}

#modal-desc {
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.btn-link {
    padding: 15px 0;
    font-size: 0.8em;
    text-transform: uppercase;
}

.btn-link {
    color: #2B2F38;
}

.btn-link:visited {
    color: #2B2F38;
}

/* mouse over link */
.btn-link:hover {
    color: #2B2F38;
}

.btn-link:active {
    color: #2B2F38;
}