@import url('https://fonts.cdnfonts.com/css/gotham');

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    background-color: #f7f7f7;
    font-family: 'gotham', sans-serif !important;
    /* background-color: rgb(32, 32, 32); */
    height: 100vh;
    overflow-x: hidden;
}

.claro {
    margin: 0;
    background-color: #f7f7f7;
}

.escuro {
    margin: 0;
    background-color: #1f1f1f;
}

.navbarCim {
    width: 100%;
    height: 40px;
    background-color: #111;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999999999999999999;
}

#logo {
    margin-top: 5px;
    height: 40px;
    margin-left: -5px;
}

#logo:hover {
    cursor: pointer;
}

.logoBotao {
    height: 200px;
    width: 200px;
}

.iconesNav {
    height: 100%;
    width: 105px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
}

#temaBtn, #wideScreenBtn, #chamadoBtn {
    color: white;
    font-size: 25px;
}

#temaBtn:hover, #wideScreenBtn:hover, #chamadoBtn:hover {
    cursor: pointer;
}

#loader {
    height: 100vh;
    width: 100vw;
    background-color: rgb(0, 0, 0);
    position: fixed;
    display: flex;
    z-index: 1000;
}

.loading-icon {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
}

#tituloPagina {
    color: white;
    font-size: 20px;
}

@media screen and (max-width: 500px) {
    h1 {
        display: none;
    }
}

/* @media screen and (max-width: 1280px) {
    .icones {
        width: fit-content;
    }

    #wideScreenBtn {
        display: none;
    }
} */

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
}

.grid-cell-centered {
    text-align: center;
}

.ag-header-cell-label {
    justify-content: center;
}
