@font-face {
    font-family: "sourcecode bold";
    src: url("../fonts/SourceCodePro-Bold.ttf");
}

@font-face {
    font-family: "inter bold";
    src: url("../fonts/Inter-Bold.ttf");
}

@font-face {
    font-family: "Inter Regular";
    src: url("../fonts/Inter-Regular.ttf");
}


body {
    background: #1b1b1d;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 0;
    margin: 0;
    height: 100%;
}

html {
    height: 100%;
}

.controller {
    display: flex;
    width: 100%;
    height: 100vh;
}

.controller .auth {
    display: block;
    width: auto;
    min-width: 400px;
    margin: auto;
    padding: 10px;
    border-radius: 12px;
    background: #22272c;
}

.controller .auth .input-form input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 12px;
    background: transparent;
    border: 1px solid #ffffff30;
    color: white;
    font-size: 14px;
}

.input-form {
    display: block;
    padding: 10px;
    padding-right: 0;
    padding-left: 0;
}

.login {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 85px;
    background: #398f53;
    border: 0px;
    color: white;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    margin-top: 10px;
}

.controller .logo {
    display: block;
    max-width: 199px;
    margin: auto;
}

.controller .login-info {
    color: white;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 14px;
}

.controller .span-info {
    display: block;
    color: white;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    opacity: 0.8;
}

.controller .recovery {
    display: none;
    padding: 10px;
    border-radius: 92px;
    margin-top: 10px;
    width: 100%;
    background: transparent;
    color: white;
    border: 1px solid;
}

.keys {
    margin: auto;
    max-width: 800px;
    color: white;
    height: 100vh;
    margin-top: -17px;
    display: none;
}

.keys .input {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    background: transparent;
    color: white;
    margin-top: 10px;
    border: 1px solid #ffffff4f;
    font-size: 14px;
}

.row {
    display: flex;
    flex-flow: wrap;
    flex-wrap: wrap;
}

.row .col-6 {
    width: 50%;
}

.keys .span-info {
    display: block;
    color: white;
    font-size: 13px;
    opacity: 0.8;
    justify-content: center;
    padding: 10px 0px 10px 0px;
}

.keys .title {
    font-family: "Sourcecode bold";
    font-size: 17px;
    margin-bottom: 3px;
}

.keys .update {
    display: block;
    width: 100%;
    margin-top: 12px;
    box-sizing: content-box;
    padding: 10px;
    border-radius: 100px;
    background: #a56dff;
    color: white;
    border: 0px;
    font-size: 14px;
    font-family: "Inter bold";
}

.keys .span-info2 {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.keys .show-keys {
    display: block;
    position: absolute;
    right: -18px;
    top: -1px;
    bottom: 0;
    margin: auto;
    height: fit-content;
    padding: 7px;
    border-radius: 93px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    background: #404142;
    color: white;
    border: 0px;
}

.keys .input-key {
    display: block;
    position: relative;
}

.keys .center {
    display: block;
    margin: auto;
    animation: showKeys 1s ease;
}

.keys .img-restapi {
    max-width: 135px;
    margin: auto;
    display: block;
    margin-top: 25px;
}

.keys .img-padlock {
    display: block;
    max-width: 154px;
    margin: auto;
    margin-top: 36px;
}


.auth-ok.controller {
    display: none;
}

.auth-ok.keys {
    display: flex;
}

.errores {
    display: none;
    color: white;
    padding: 10px;
    border-radius: 12px;
    background: #d36d6d;
    border: 0px;
    font-size: 14px;
}

@keyframes showKeys {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
    }
}

.wait {
    opacity: 0.5;
    pointer-events: none;
}

.loading {
    display: none;
    position: relative;
    width: 11px;
    height: 11px;
    border: 2px solid white;
    border-radius: 91px;
    border-bottom: 2px solid transparent;
    top: 2px;
    left: 3px;
    animation: circleloading 1s linear infinite;
}

@keyframes circleloading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

button.wait .loading {
    display: inline-block;
}

button {
    cursor: pointer;
}

.doc .header {
    display: block;
    width: 100%;
    background: #242526;
    position: relative;
}

.doc.control {
    width: 100%;
}

.doc .header .logo {
    display: block;
    max-width: 165px;
    padding: 10px;
}

.doc .header .right {
    display: inline-block;
    position: absolute;
    right: 0;
    margin: auto;
    display: block;
    padding: 10px;
    color: white;
    font-family: 'Inter Bold';
    font-size: 14px;
    text-align: left;
    border-radius: 92px;
    padding-right: 15px;
    padding-left: 15px;
    border: 0px;
    background: transparent;
    clip: rect(auto, auto, 0, auto);
    transition-property: clip;
    transition-duration: 1s;
    min-width: 210px;
    bottom: 0;
    top: 0;
    height: fit-content;
    margin-right: 13px;
}

.doc .header .auth-button {
    padding: 10px;
    border-radius: 91px;
    padding-right: 15px;
    padding-left: 15px;
    background: transparent;
    border: 1px solid white;
    color: white;
}

.control .menu {
    display: block;
    width: max-content;
    background: transparent;
    height: 90vh;
    position: sticky;
    border-right: 1px solid #2a2e32;
    min-width: 295px;
    padding: 10px;
    padding-bottom: 0px;
    top: 0;
}



.doc .menu ul {
    margin: auto;
    position: relative;
    padding: 0;
}

.doc .menu .author {
    display: block;
    padding: 10px;
    color: white;
    font-family: 'Inter Bold';
    text-align: left;
    border-radius: 6px;
    padding-right: 15px;
    padding-left: 15px;
    border: 0px;
    background: transparent;
    min-width: 210px;
    font-size: 17px;
    opacity: 0.9;
    width: 100%;
}

.doc .menu .author:hover {
    clip: rect(auto, auto, 30em, auto);
}


.doc .menu ul ul {
    display: none;
    padding-left: 27px;
}

.doc .menu ul ul button {
    padding: 8px;
    background: transparent;
    border: 0px;
    color: #ffffffbd;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 16px;
}

get,
post-get,
post {
    font-size: 7px;
    padding: 5px;
    border-radius: 4px;
    position: absolute;
    right: 11px;
    font-weight: 600;
    top: 8px;
    bottom: 0;
    height: max-content;

}

post-get {
    background: #4a81ff;
}

.doc .control-i {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 1600px;
    width: 85%;
    display: flex;
}

.doc .control-i .information {
    width: 70%;
    padding: 10px;
}

.doc .control-i .code {
    width: 30%;
}


.doc .control {
    display: flex;
}


.doc .information .title {
    font-size: 50px;
    color: #ffffffe6;
    font-weight: 600;
    padding: 0px;
    margin: 0;
}

.doc .information .text-1 {
    padding: 5px;
    color: white;
    opacity: 0.8;
}


.doc .information .page {
    display: none;
}

.doc .author.active {
    background-color: #ffffff12;
}

.doc .pre-title {
    font-size: 23px;
    font-weight: 600;
    color: white;
}

.doc .information b.important {
    background: #ffffff21;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 19px;
    font-size: 13px;
    max-width: fit-content;
    display: inline-block;
}

.doc .information b.important a {
    display: block;
    color: white;
}


.doc p.response {
    font-size: 22px;
    font-weight: 600;
    color: #ffb100;
    text-decoration: underline;
}

.doc p.params {
    font-size: 22px;
    font-weight: 600;
    color: #4a81ff;
    text-decoration: underline;
}

pre[class*=language-] {
    background: #222224 !important;
    border-radius: 20px;

}

code[class*=language-] {
    position: relative;
    margin-left: -76px;
    display: block;
    margin-top: -39px;
    margin-bottom: -56px;
    font-size: 14px;
}

.doc b.recommend{
    color: #73f2ff;
    text-decoration: underline;
}