@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@font-face {
    font-family: 'FONTETITOLE';
    font-style: normal;
    font-weight: normal;
    src: local('FONTETITOLE'), url('naoeindex/fontes/Akira.otf') format('opentype');
}

@font-face {
    font-family: 'cmds';
    src: url('naoeindex/fontes/fontedecmd.ttf');
}

html,
body {
    height: 100%;
}

.mainAdm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto 20px;
    height: 100%;
}

.SidLateraisMainAdm {
    background-color: #212529;
    width: 250px;
    height: 100%;
}

.sideEsq {
    overflow: hidden;
}

.tablete {
    max-height: 100vh;
    overflow: auto;
}

.tabelaModalUsers {
    width: 100%;
}

.MeioAdm {
    min-height: calc(100% - 46px);
    width: calc(100% - 520px);
    padding: 10px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.imagdefundo {
    min-height: calc(100% - 46px);
    width: 100%;
    position: absolute;
    background-repeat: repeat;
    background-size: 80%;
    background-position: top;
    filter: opacity(0.5) blur(1px) contrast(2) saturate(2) brightness(1.4);
    z-index: -1;
}

#imgAtualFundo {
    background-repeat: repeat;
    background-size: 100%;
    background-position: top;
    width: 100%;
}

.imagemContainer {
    position: relative;
    height: auto;
    width: 70%;
    background-color: red;
    margin-top: 110vh;
}

#imgDosAdm {
    width: 100%;
}

.textImagemAdmContainer {
    position: absolute;
    color: rgb(218, 148, 20);
    font-size: 1em;
    font-weight: bold;
}

#adm1 {
    left: 50%;
    top: 17%;
    transform: translateX(-50%);
}

#adm2 {
    left: 8%;
    top: 19%;
    transform: translateX(-50%) rotate(350deg);
}

#adm3 {
    left: 95%;
    top: 21%;
    transform: translateX(-50%) rotate(25deg);
    width: 60px;
}

#centroadm1 {
    left: 50%;
    top: 65%;
    transform: translateX(-50%);
    font-size: 6em;
}

.containerMain {
    min-height: calc(100vh);
    background: #212529;
    position: relative;
    padding: 0;
    overflow: hidden;
}

main {
    background-image: linear-gradient(180deg, rgb(33 37 41) 1%, rgb(0 4 255) 90%);
    min-height: 100vh;
}

.CabecaContainerMain {
    width: 100%;
    min-height: 100px;
    background: rgb(0, 4, 255);
}

.textoCentroMain {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.ListaDosAdms {
    max-height: auto;
    background-color: rgb(202, 202, 202);
    width: 70%;
    border-radius: 150px;
}

.profileAdm {
    height: 120px;
    width: 98%;
    margin: auto;
    box-shadow: 1px 0px 20px 5px rgb(0, 0, 0), inset 0px 0px 50px 0px rgb(0, 0, 0);
}

.profileAdm h2 {
    font-size: 35pt;
}

.profileAdmBtn {
    height: 50px;
    width: 98%;
    margin: auto;
    box-shadow: 1px -3px 28px -1px rgba(0, 0, 0, 0.795);
    position: relative;
}

.profileAdmBtn:hover {
    background-color: #1d1f22 !important;
}

.profileAdmBtn:active {
    background-color: #141516 !important;
}

.PapelDeParede {
    width: 100%;
    background-color: #141516;
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.589), inset 0px 0px 8px 0px rgb(26, 26, 26);
    border-radius: 10px;
    height: 250px;
    display: flex;
    padding: 15px;
}

.selecionadoPapelDeParede .ItenPapel {
    width: 100%;
    height: 100%;
}

.selecionadoPapelDeParede {
    position: relative;
    flex: 0 0 auto;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.ItensDoPapelDeParede {
    height: 200px;
    margin: auto;
    display: flex;
    overflow-x: auto;
    /* Adiciona a rolagem horizontal */
    white-space: nowrap;
    /* Impede a quebra de linha dos itens */
}

.ItensDoPapelDeParede .ItenPapel {
    margin: 0 6px;
}

.ItenPapel {
    width: 150px;
    height: 150px;
    background-color: rgb(66, 66, 66);
    border-radius: 20px;
    flex: 0 0 auto;
    /* Impede o redimensionamento automático dos itens flex */
}

.caixa {
    min-width: 100px;
    height: 65px;
    font-size: 1.5em;
    font-family: 'cmds';
    margin: 0;
    padding: 0 0.5rem;
    background: linear-gradient(45deg, #0037ffc9 0%, rgb(52, 66, 213) 100%);
    box-shadow: inset 0 0 0 0 #7c005779, 5px 3px 11px 0px rgba(0, 21, 255, 0.2);
    border: 2px solid rgba(9, 17, 82, 0.326);
    border-radius: .3rem;
    font-weight: normal;
    cursor: pointer;
    transition: border .2s ease-out, box-shadow .2s ease-out, color 0.8s ease-out;
    box-sizing: border-box;
}

.caixa:hover {
    box-shadow: inset 0px 0px 100px 0px #a600ff;
    border: 3px solid #ff008c;
    transition: border .3s ease-out, box-shadow 1s ease-out, color .1s ease-out;
}

.AnimaMainSaidaText {
    animation: SaidaText .8s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0s 1 normal forwards;
}

.AnimaMainEntradaText {
    animation: EntradaText .8s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0s 1 normal forwards;
}

.headerCorpoMainFi {
    flex: 1 1 300px;
    max-height: 300px;
}

@keyframes SaidaText {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-250px);
    }
}

@keyframes EntradaText {
    0% {
        opacity: 0;
        transform: translateX(-250px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1100px) {
    .MeioAdm {
        width: 100%;
        order: -1;
        margin-top: 0 !important;
        padding: 0
    }
    .SidLateraisMainAdm {
        background-color: darkgray;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .textImagemAdmContainer {
        font-size: 1.2em;
    }
    #centroadm1 {
        font-size: 5em !important;
    }
    .mainAdm {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .textImagemAdmContainer {
        font-size: 1.2em !important;
    }
    #centroadm1 {
        font-size: 3em !important;
    }
    .imagemContainer {
        width: 250px;
    }
    #adm2 {
        left: 0%;
        top: 20%;
        transform: translateX(-50%) rotate(340deg);
    }
    #adm1 {
        top: 7%;
    }
    #adm3 {
        left: 100%;
        top: 20%;
        transform: translateX(-50%) rotate(30deg);
    }
    .textImagemAdmContainer {
        font-size: .5em;
    }
    .ListaDosAdms {
        width: 95%;
    }
}

.tw:hover {
    border-color: #00aaec;
}

.ds:hover {
    border-color: #5865f2;
}

.gg:hover {
    border-color: #eb4335;
}

.btnapp:hover {
    background-color: #000000;
    color: wheat;
}

.btnapp {
    color: rgb(255, 255, 255);
    background-color: #bbbbbb0d;
    border-color: #495057;
}

.textoCentroMain {
    top: 20%;
    left: 10%;
    transform: translate(0%, -50%);
    display: block;
}

.textoCentroMain>h1 {
    font-size: 2em;
    font-family: 'FONTETITOLE';
    color: #f8f9fa;
}

.navInicial {
    z-index: 1000;
    height: 75px;
    transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
}

.zoom7 {
    zoom: .7;
}

.navInicial>* {
    transition: background-color 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.botoesNav {
    display: flex;
    flex: 1;
    margin-right: 1rem;
    padding: 1px;
    border-radius: 50px 0 0px 50px;
}

.scrolled {
    background: #000dff;
}

.btn-outline-light {
    white-space: nowrap;
}

#more-dropdown {
    left: auto !important;
    right: 0 !important;
}

.glow-on-hover {
    width: 260px;
    height: 60px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -4px;
    left: -4px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}