@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
  --header-heaight: 55px;
}

body{
    margin: 0;
    font-family: Inter, san-serif;
    color: rgb(44, 62, 80);
    position: relative;
}
.sidebar-visible{
    overflow: hidden;
    max-height: 100vh;
}
.page{
    max-width: 1140px;
    margin: 0 auto;
    min-height: calc(100vh - 112px - 2rem);
    box-sizing: border-box;
    padding: 0 50px;
}
.group{
    padding-bottom: 1.8rem;
}
.group-docs p{
    text-indent: 1.5em;
    text-align: justify;
}
.content-wrapper h2,
.content-wrapper h1{
    font-size: 32px;
    margin-bottom: 1.8rem;
    font-weight: 600;
}
.content-wrapper h3{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.8rem;
}
.content-wrapper .group p{
    margin-bottom: 1.2rem;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 27.2px;
}
.content-wrapper .group img{
    margin-bottom: 1.2rem;
    max-width: 100%;
}
.accent{
    color: rgb(70, 238, 174);
}
.accent-gradient{
    background: linear-gradient(to right, hsla(160, 100%, 37%, 1) 40%, rgb(255, 102, 64) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.accent-folder{
    color: #459bea;
}
.accent-file{
    color: #40b380;
}
.accent-html{
    color: #f1662a;
}
.accent-tag{
    color: #1d357e;
    white-space: nowrap;
}
.accent-attr{
    color: #6fbbf0;
}
.accent-api{
    color: rgb(32, 43, 54);
}
@media screen and (min-width: 640px) {
    .content-wrapper h1{
        font-size: 38px;
        margin-bottom: 3rem;
        line-height: 1.4;
        letter-spacing: -.02em;
    }
}
@media screen and (min-width: 1156px) {
    .page{
        padding: 0;
    }
}

/* Auth */

.auth-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 560px;
    padding: 24px 8px;
}
.auth-wrapper .logo{
    width: 60px;
}
.auth-wrapper h3{
    font-size: 1.875rem;
    text-align: center;
}
.auth-form{
    width: 100%;
}
.auth-form .group{
    display: flex;
    flex-direction: column;
}
.auth-form .group label{
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.auth-form .group input{
    margin-top: 0.5rem;
    max-width: 100%;
    border-radius: 0.375rem;
    border: 1.5px solid rgb(212, 212, 212);
    padding: 8px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(44, 62, 80);
}
.auth-form .group input:focus,
.auth-form .group input:hover{
    border: 1.5px solid rgb(161, 159, 159);
    outline: none;
}
.auth-button{
    height: 48px;
    width: 100%;
    background-color: rgb(255, 102, 64);
    border-radius: 0.375rem;
    outline: none;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px;
    cursor: pointer;
    color: rgba(255, 255, 245, 0.86);
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}
.auth-button:hover{
    background-color: rgb(232, 81, 44);
}
.auth-hr{
    height: 1px;
    background-color: rgb(229, 229, 229);
    margin: 1.5rem 0;
    width: 100%;
    border: none;
}
.auth-switch{
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 24px;
}
.auth-switch a{
    opacity: 0.8;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    color: rgb(44, 62, 80);
}
.auth-switch a:hover{
    color: rgb(255, 102, 64);
}

/* Custom code highlight */

pre{
    background-color: rgb(44, 62, 80) !important;
    border: .3em solid rgb(44, 62, 80) !important;
    box-shadow: 1px 1px .5em rgb(44, 62, 80) inset !important;
    text-shadow: unset !important;
}
.language-html {
  color: #D6DEEB !important;
  font-family: 'Fira Code', monospace !important;
  padding: 1em !important;
  border-radius: 5px !important;
}

.language-html .tag {
  color: #7FDBCA !important;
  text-shadow: none;
}

.language-html .attr-name {
  color: #C792EA !important;
  text-shadow: none;
}

.language-html .attr-value {
  color: #ECC48D !important;
  text-shadow: none;
}

.language-html .script .language-javascript {
  color: #D6DEEB !important;
  text-shadow: none;
}

.language-html .script .property {
  color: #D6DEEB !important;
  text-shadow: none;
}

.language-html .script .operator {
  color: #C792EA !important;
  text-shadow: none;
}

.language-html .script .string {
  color: #ECC48D !important;
  text-shadow: none;
}

.language-html .script .literal-property.property {
  color: #FFCB8B !important;
  text-shadow: none;
}

.language-html .punctuation {
  color: #D6DEEB !important;
  text-shadow: none;
}

.language-html .comment {
  color: #637777 !important;
  text-shadow: none;
}

.language-html .script .keyword {
  color: #C792EA !important;
  text-shadow: none;
}



  /*  */


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(100, 100, 100, 0.5);
    border-radius: 6px;
    border: 2px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(100, 100, 100, 0.8);
}
