﻿@import url('//fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&family=Poppins:wght@400;500&display=swap');

* {
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent !important;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(15,15,15,1);
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #458f82;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #25675b;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #25675b;
}

body {
    background-color: rgba(33,33,33,1);
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

h2 {
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 10px;
}

h4 {
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 10px;
}

p {
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 10px;
}

.topo {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    z-index: 99999;
    display: table;
    margin: 0px auto;
    height: 116px;
    padding-top: 10px;
    border-bottom: 1px solid #333;
    background-color: rgba(33,33,33,0.99);
}

.conteudo {
    display: table;
    width: 90vw;
    margin: 0 auto;
}

.conteudo .menu {
    display: block;
    width: 350px;
    position: fixed;
    float: left;
    margin-left: 15px;
    margin-top: 150px;
    color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 15px;
    background-color: rgba(15,15,15,1);
    z-index: 999992;
}

.conteudo .secao {
    float: left;
    margin-left: 390px;
    margin-top: 150px;
    width: 100vw;
    color: #fff;
    padding-right: 50px;
}

.conteudo .menu ul {
     list-style-type: none;   
     background-image: url('/assets/images/ul.jpg');
     background-repeat: no-repeat;
     background-position: left 43px;
     margin-left: 16px;
     margin-top: 20px;
}

.conteudo .menu ul li {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
    width: 300px;
    min-height: 20px;
    padding: 10px;    
    border-radius: 7px;
}

.conteudo .menu ul .subtopico, .conteudo .menu ul .topicoPrincipal {
    cursor: pointer;
}

.conteudo .menu ul .subtopico:hover, .conteudo .menu ul .topicoPrincipal:hover {
    background-color: #151515;
    cursor: pointer;
}

.conteudo .menu ul li .topico {
    float: left;
    width: 280px;    
    font-size: 16px;
}

.conteudo .menu ul li .seta {
    float: left;
    width: 20px;
    text-align: right;
}

.subtopico, .topicoPrincipal {
    font-weight: normal !important;
    width: 280px !important;
    margin-left: 20px;
    display: table;
}

.topicoPrincipal .topico {
    font-weight: bold;
    margin-left: -20px;
}

.subtopico .titulo, .topicoPrincipal .titulo {
    float: left;
    height: 25px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.principal {
    font-size: 16px;
    margin-left: 24px;
    font-weight: bold;
    margin-top: 20px;    
}

.categoria {
    float: left;
    font-weight: bold;
    background-color: rgba(44,44,44,1);
    border-radius: 5px;
    padding: 5px;
    font-size: 11px;
    width: 48px;
    text-align: center;
}

.topo .logo {
    width: 100vw;
    margin: 0 auto;
}

.ativo {
    color: #458f82 !important;
    font-weight: bold !important;
}

@media screen and (max-width: 899px) {
    .resposta .respostaTitulo, .requisicao .requisicaoTitulo {
        float: none!important;
        margin-right: 0px!important;
        margin-bottom: 10px!important;
        width: 100%!important;
        display: table!important;
    }
    .blocoLateral {
        width: 89vw !important;
    }
    .secao {
        float: none !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin: 0 auto !important;
        margin-top: 150px!important;
    }
    .codigoResposta, .codigoRequisicao {
        position: relative !important;
    }
    .metade {
        width: 89vw!important;
        float: none !important;
    }
    .metadeFlex {
        width: 89vw !important;
        float: none !important;
        margin-left: 0px !important;
        margin-top: 20px !important;
    }
    .codigoResposta {
        margin-top: 20px !important;
    }
    .iconeMenu {
        display: table !important;
    }
    .conteudo .menu {
        display: none;
    }
}

.topo .logo img {
    width: 200px;
    margin-top: 8px;
    margin-left: 20px;
}

.topo .logo div {
    margin-left: 20px;
    padding: 4px;
    font-size: 13px;
    text-align: center;
    width: 192px;
    background-color: #fff;
    border-radius: 7px;
    color: rgba(33,33,33,1);
    font-weight: bold;
}

.verde {
    color: #458f82;
}

.negrito {
    font-weight: bold;
}

.azul {
    color: #533efe;
}

.cinza {
    color: #aaa;
}

.endpoint {
    display: flex;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    height: 20px;
    resize: none;
    border-radius: 7px;
    letter-spacing: 2px;
    outline: none;
    background-color: #333;
    border-color: #333; 
    color: #fff !important;
    opacity: 1 !important;
}

.caixa {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.corpo, .cabecalho {
    font-weight: bold;
    display: table;
    width: 100%;
    padding-bottom: 4px;
    font-size: 19px!important;
    border-bottom: 1px solid #444;
}

.opcional {
    font-size: 12px;
    margin-left: 5px;
    color: #aaa;
}

.obrigatorio {
    font-size: 12px;
    margin-left: 5px;
    color: #fff5be;
}

.metade {
    display: table;
    float: left;
    width: 50%;
}

.metadeFlex {
    display: flex;
    float: left;
    margin-left: 20px;
    width: calc(50% - 22px);
    align-content: end;
    align-items: end;
    justify-content: end;   
}

.codigo {
    display: table;
}

.codigoRequisicao {
    background-color: #333;
    border-radius: 7px;
    display: none;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 460px;
    overflow-x: hidden !important;
    overflow-y: auto;
}

.codigoRespostaBloco {
    background-color: #333;
    border-radius: 7px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}

.codigoResposta {
    display: none;
    position: absolute;
    top: 0px;
}

.espaco20 {
    height: 20px;
    display: table;
    width: 100%;
}

.requisicao, .resposta {
    font-weight: bold;
    font-size: 19px !important;
    display: table;
}

.resposta .respostaTitulo, .requisicao .requisicaoTitulo {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.tipo {
    font-size: 12px;
    margin-left: 5px;
    color: #458f82;
}

.vermelho {
    color: #ffbebe;
}

.maximo {
    font-size: 12px;
    color: #ffbebe;
}

code {    
    padding-left: 0px;
    margin-top: 10px;
    display: table;    
}

code .code {
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
    word-wrap: break-word!important;    
}

.dourado {
    color: #f7e583;
}

.comentario {
    color: #aaa;
}

.destaque {
    color: #83f7f0;
}

.espacoCodigo {
    margin-left: 20px;
}

.espacoCodigo2 {
    margin-left: 40px;
}

.espacoCodigo3 {
    margin-left: 60px;
}

.espacoCodigo4 {
    margin-left: 80px;
}

.espacoCodigo5 {
    margin-left: 100px;
}

.branco {
    color: #fff;
}

.blocoLateral {
    display: table; 
    margin-bottom: 50px;
}

p a {
    color: #fff;
}

p a:hover {
    color: #458f82!important;
}

.json {
    background-image: url('/assets/images/json.jpg');
    background-repeat: no-repeat;
    background-position: left 10px;
    display: table;
    padding-left: 40px;
}

.json2 {
    background-image: url('/assets/images/json2.jpg');
    background-repeat: no-repeat;
    background-position: left 10px;
    display: table;
    padding-left: 40px;
}

.json3 {
    background-image: url('/assets/images/json3.jpg');
    background-repeat: no-repeat;
    background-position: left 10px;
    display: table;
    padding-left: 40px;
}

.json4 {
    background-image: url('/assets/images/json4.jpg');
    background-repeat: no-repeat;
    background-position: left 10px;
    display: table;
    padding-left: 40px;
}

.botao {
    cursor: pointer;
}

.botaoAtivo, .botaoAtivo2 {
    cursor: default !important;
}

.botao:hover {
    background-color: #444;
}

.espacoBaixo {
    margin-bottom: 20px;
}

.janela {
    display: flex; float: left; 
    width: 200px; height: 200px; border: 2px solid #444;
    border-radius: 7px;
    background-color: #222;
}

.js {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    height: 20px;
    width: 100%;
    resize: none;
    border-radius: 7px;
    letter-spacing: 2px;
    outline: none;
    background-color: #333;
    border-color: #333;
    color: #fff !important;
    opacity: 1 !important;
}

.ultimaAtualizacao {
    display: none;
    position: fixed;
    top: 10px;
    right: 15px;
    font-size: 11px;
    color: #aaa;
    background-color: #333;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 9px;
    border-radius: 7px;
    z-index: 999997;
    text-align: center;
}

.iconeMenu {
    position: fixed;
    top: 70px;
    display: none;
    right: 15px;
    cursor: pointer;
    font-size: 21px;
    color: #fff;
    background-color: #533efe;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 9px;
    border-radius: 7px;
    z-index: 999996;
    text-align: center;
}

.iconeMenu:hover {
    background-color: #533efe;
    opacity: 0.8;
}

.iconeMenu div {
    margin-top: -10px;
    padding: 3px;
}

#loading {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999;
    margin-left: -100px;
    margin-top: -100px;
    display: table;
}

#loading img {
    max-width: 200px;
    max-height: 200px;
}

#fundoEscuro {
    width: 120vw!important;
    height: 120vh!important;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999998;
    display: table;
}

#fundoEscuroMenu {
    width: 120vw !important;
    height: 120vh !important;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999991;
    display: none;
}

.atualizacao p {
    width: 100%;
    text-align: right;
    font-style: italic;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 30px;
}