.logo {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
}

.navbar-brand {
    font-family: cursive !important;
    font-weight: bolder !important;
    font-size: 13pt !important;
}

.lead {
    font-family: 'montserrat';
    text-align: center !important;
    margin: 1rem auto !important;
    border-bottom: 1px solid #999 !important;
    padding: 10px !important;
    font-size: 22pt !important;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: bolder !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.location {
    position: fixed;
    top: 60px;
    left: 0px;
    right: 0px;
    transition: all 1s;
    transform: translateY(-84px);
    width: 100vw;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 13px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.location-locatity {
    position: fixed;
    top: 60px;
    left: 0px;
    right: 0px;
    transition: all 1s;
    transform: translateY(-0px);
    background: rgb(128, 0, 30);
    width: 100vw;
    border-radius: 20px;
    padding: 5px 10px;
    color: #FFFFFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 13px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.location-show {
    position: fixed;
    top: 60px;
    left: 0px;
    right: 0px;
    transition: all 1s;
    transform: translateY(-0px);
    background: green;
    width: 100vw;
    border-radius: 20px;
    padding: 5px 10px;
    color: #FFFFFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 13px;
    align-items: center;
    display: flex;
    justify-content: center;
}

/*.{
    position: fixed;
    top: 60px;
    left: 0px;
    right: 0px;
    transition: all 1s;
    transform: translateY(-0px);
    background: rgb(128, 0, 30);
    width: 100vw;
    border-radius: 20px;
    padding: 5px 0px;
    color: #FFFFFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 13px;
    align-items: center;
    display: flex;
    justify-content: center;
}*/
.form-signin {
    max-width: 500px;
    padding: 1rem;
    border: 1px solid #999;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 1px;
    margin: calc(100vh / 2 - 291px) auto !important;
    max-height: 500px;
}

#formularioLogin {
    width: 100%;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 1rem;
    border: 'none';
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 1rem;
    border: 'none';
}

.input {
    border: none !important;
    background: white !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: border-color .15s ease-in-out .15s ease-in-out !important;
}

.em-linha-horizontal {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.em-linha-vertical {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#savedReports{
    height: 150px;
    border: 1px solid #999;
    border-radius: 4px;
    margin-inline: 1rem;
    width: auto;
    box-shadow: 0px 0px 5px 1px #999999;
}

.mensagem-load {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh / 2);
    height: calc(100vh / 2);
    /*margin: calc(100vh / 2 - 210px) 0;*/
    width: 100%;
}

.mensagem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh / 2);
    height: calc(100vh / 2);
    /*margin: calc(100vh / 2 - 210px) 0;*/
    width: 100%;
}

.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

/*
 * Sidebar
 */

@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar-heading {
    font-size: .75rem;
}

/*
 * Navbar
 */
/* 
.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
} */

.navbar .form-control {
    padding: .75rem 1rem;
}

.lt{
    justify-content: space-between;
}

.preview{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    border-radius: 4px;
}

.previewSendImage{
    border-radius: 4px;
    box-shadow: 0px 0px 5px 1px var(--bs-black);
    max-width: 100%;
    max-height: 100%;
}
.logoImage{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.open{
    box-shadow: 0px 0px 5px 1px green;
    border: 2px solid green;
}

.closed{
    box-shadow: 0px 0px 5px 1px red;
    border: 2px solid red;
}

.title-page{
    background: white;
    border-radius: 7px;
    padding-inline: 1rem;
    margin-top: 1rem;
    padding: 1rem;
}

.link-info{
    text-decoration: none;
    font-weight: 900;
    text-align: center;
    width: 100%;
    display: block;
}