* {
    font-family: 'UI', 'Helvetica Neue', 'Helvetica', 'Lucida Grande', 'Arial', 'Ubuntu', 'Cantarell', 'Fira Sans', sans-serif;
    --text-margin: 539px;
    --text-margin-2: 764px;
    --text-padding: 6px 7px 8px 9px;
}

html {
    background-color: transparent;
}

#extraDiv1 {
    display: block;
    width: 500vh;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    background-image: url("images/background.png");
}

body {
    margin: 0;
}

a {
    color: black;
}

#jar-header>h1 {
    position: fixed;
    top: 0;
    left: 64px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    color: #1DAA61;
    font-size: 20px;

    background-color: #FFFFFF;
    border-right: 1px solid #DEDCDA;

    height: 64px;
    width: 450px;
    margin: 0;
    padding: 16px 20px;

    box-sizing: border-box;
}

#jar-header>h1::after {
    content: "⋮";
    font-weight: 900;
    font-size: 24px;
    color: black;
}

#jar-header>h1>span {
    vertical-align: sub;
}

#jar-header>h2 {
    position: fixed;
    top: 0;
    left: 514px;
    z-index: 3;

    background-color: #FFFFFF;

    height: 64px;
    width: 100%;
    margin: 0;
    padding: 10px 20px;

    box-sizing: border-box;
}

#jar-header>h2::before {
    content: "";

    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;

    margin-right: 15px;

    background-image: url("images/icons/icon_jw.png");
    background-size: 40px 40px;

    vertical-align: middle;
}


.summary {
    margin-top: 74px;
}


.explanation,
.benefits,
.footer,
.summary {
    margin-left: var(--text-margin-2);
    margin-right: 15px;
    background-color: #D9FDD3;
    padding: var(--text-padding);
    border-radius: 7px 0 7px 7px;
}

.explanation::before,
.benefits::before,
.footer::before,
.summary::before {
    content: " ";

    position: relative;
    float: right;
    left: 16px;
    bottom: 6px;
    z-index: -1;

    border-top: solid 5px #D9FDD3;
    border-left: solid 5px #D9FDD3;
    border-bottom: solid 5px transparent;
    border-right: solid 5px transparent;

    display: block;
    width: 0px;
    height: 0px;
}

.preamble,
.participation,
.requirements {
    margin: 10px;
    margin-left: var(--text-margin);
    width: 50%;
    background-color: #FFFFFF;
    padding: var(--text-padding);
    border-radius: 0 7px 7px 7px;
}

.preamble::before,
.participation::before,
.requirements::before {
    content: " ";

    position: relative;
    float: left;
    right: 18px;
    bottom: 6px;

    border-top: solid 5px #fff;
    border-left: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-right: solid 5px #fff;

    display: block;
    width: 0px;
    height: 0px;
}

.sidebar {
    position: fixed;
    top: 108px;
    left: 64px;

    display: flex;
    justify-content: center;

    background-color: #FFFFFF;
    border-right: 1px solid #DEDCDA;
    width: 450px;
    height: 100vh;
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

.design-selection li {
    padding: 10px;
    padding-top: 15px;
    height: 72px;
    width: 430px;
    box-sizing: border-box;
}

.design-selection li:hover {
    background-color: #F5F1EB;
    border-radius: 12px;
}

.design-name {
    vertical-align: text-top;

    margin-left: 10px;
}

.design-selection ul li:nth-child(n)::before {
    content: " ";
    border: 1px solid #DEDCDA;
    border-radius: 50%;
    width: 49px;
    height: 49px;
    float: left;
    position: relative;
    top: -5px;
}

.design-selection ul li:nth-child(1)::before {
    background-image: url("images/profilepictures/zazu1.jpg");
}

.design-selection ul li:nth-child(2)::before {
    background-image: url("images/profilepictures/zazu2.png");
}

.design-selection ul li:nth-child(3)::before {
    background-image: url("images/profilepictures/pibble1.jpg");
}

.design-selection ul li:nth-child(4)::before {
    background-image: url("images/profilepictures/zazu4.png");
}

.design-selection ul li:nth-child(5)::before {
    background-image: url("images/profilepictures/zazu5.jpg");
}

.designer-name {
    text-decoration: none;
}

.designer-name::after {
    display: block;
    position: relative;
    left: 10px;

    margin-top: 5px;

    font-size: 14px;
    color: #626262;
}

.design-selection ul li:nth-child(1) .designer-name::after {
    content: "bogos binted?"
}

.design-selection ul li:nth-child(2) .designer-name::after {
    content: "le fromage"
}

.design-selection ul li:nth-child(3) .designer-name::after {
    content: "WASH MY BELLAY"
}

.design-selection ul li:nth-child(4) .designer-name::after {
    content: "🎤 19:17"
}

.design-selection ul li:nth-child(5) .designer-name::after {
    content: "Você: skeite?"
}

.design-archives {
    position: fixed;
    left: 0;
    top: 0;

    background-color: #F7F5F3;
    border-right: 1px solid #DEDCDA;

    width: 64px;
    height: 100vh;
    padding: 10px;

    box-sizing: border-box;
}

.design-archives a {
    text-decoration: none;
    font-weight: bold;
}

.design-archives a:visited {
    color: black;
}

.next,
.previous,
.viewall,
.archives {
    margin: 24px 0;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 12px;

    position: relative;
    bottom: 50px;
    left: -65px;
}

.archives::before,
.next a::before,
.previous a::before,
.viewall a::before {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    left: 65px;
    top: 30px;

    width: 40px;
    height: 40px;
    color: #5E5D5C;
    background-color: #F7F5F3;
    border-radius: 50%;
}

.archives::before {
    content: "";
    background-image: url("images/icons/icon_zapzap.png");
    background-size: 40px 40px;
}

.archives:hover {
    cursor: pointer;
}

.archives:hover::before {
    background-color: #E9E7E6;
}

.archives:hover::after {
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    left: 115px;
    bottom: 25px;

    content: "Jardim WhatsApp Web";
    width: 150px;
    height: 40px;

    font-weight: 500;
    color: white;
    background-color: black;
    border-radius: 20px;
}

.next a::before {
    content: "";
    background-image: url("images/icons/icon_next.png");
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.next a:hover::before {
    background-color: #E9E7E6;
}

.next a:hover::after {
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    left: 115px;
    bottom: 50px;
    z-index: 10;

    content: "Próxima Planta";
    width: 100px;
    height: 40px;

    color: white;
    background-color: black;
    border-radius: 20px;
}

.previous a::before {
    content: "";
    background-image: url("images/icons/icon_previous.png");
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.previous a:hover::before {
    background-color: #E9E7E6;
}

.previous a:hover::after {
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    left: 115px;
    bottom: 50px;

    content: "Planta anterior";
    width: 100px;
    height: 40px;

    color: white;
    background-color: black;
    border-radius: 20px;
}

.viewall a::before {
    content: "";
    background-image: url("images/icons/icon_all.png");
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.viewall a:hover::before {
    background-color: #E9E7E6;
}

.viewall a:hover::after {
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    left: 115px;
    bottom: 65px;

    content: "Ver todos";
    width: 100px;
    height: 40px;

    color: white;
    background-color: black;
    border-radius: 20px;
}

.view-css {
    display: inline-block;
    align-content: center;
    padding-left: 15px;

    height: 44px;
    width: 405px;

    border-radius: 22px;

    font-size: 15px;
    color: #666666;

    background-color: #F6F5F4;
}

.view-css::before,
.select::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
}

.view-css::before {
    background-image: url("images/icons/icon_search.png");
}

.select::before {
    background-image: url("images/icons/icon_archives.png");
    margin-left: 32px;
}

.design-resources ul li:nth-child(1) {
    position: fixed;
    top: 64px;
    left: 64px;
    z-index: -1;

    display: flex;
    justify-content: center;
    width: 450px;
    background-color: #FFFFFF;

    border-right: 1px solid #DEDCDA;
    box-sizing: border-box;
}

.select {
    width: 420px;

    margin-top: 32px;
    margin-bottom: 32px;

    font-size: 16px;
    font-weight: 200;
    text-align: left;

    z-index: 1;
}

.design-resources {
    text-align: center;
}

.design-resources ul li:nth-child(2), .design-resources ul li:nth-child(3) {
    display: inline;
    text-align: center;
}

.css-resources, .jar-submit {
    color: #1DAA61;
    font-weight: bold;
}