* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

ul li {
    padding: 5px 0;
}

a, a:visited {
    text-decoration: none;
    color: var(--color-main);
}

a:hover {
    text-decoration: underline;
}

.singolo {
    font-family: "Lato-Black", Arial, Helvetica, sans-serif;
}

body {
    font-family: "Lato-Regular", Arial, Helvetica, sans-serif;
    --color-main: rgb(12, 92, 211);
}

.main-wrapper {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 6px solid #444;
    padding: 50px 0 10px;
}



.content-wrapper {
    padding: 0 35px;
    padding-bottom: 100px;
}

.prepare .content-wrapper {
    padding: 0 35px;
}

.title {
    font-family: "Lato-Black", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 1px;
    color: var(--color-main);



}

.score-board {
    font-size: 28px;
}

.prepare {
    padding: 20px 0;
}

.section-description{
    padding: 15px 0;
}

.start {
    text-align: center;
    padding: 20px 0;
}

.start p {
    font-size: 16px;
    color: rgb(42, 95, 165);
    padding: 10px 25px;
}


.start input {
    font-family: "Lato-Black", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: none;
    color: var(--color-main);
    font-size: 20px;
    border: 1px solid var(--color-main);
    padding: 5px 15px;
    cursor: pointer;
    transition: transform .3s ease-in;
    -webkit-transition: transform .3s ease-in;
    -moz-transition: transform .3s ease-in;
    -ms-transition: transform .3s ease-in;
    -o-transition: transform .3s ease-in;
}

.start input:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.start input:disabled {
    display: none;
}

.criteria-list div {
    display: flex;
    flex-direction: column;
}


input[type='checkbox'] {
    position: absolute;
    right: 15px;
    bottom: calc(50% - 15px);
    width: 30px;
    height: 30px;
    cursor: pointer;
}

label {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    padding: 20px 60px 20px;
    position: relative;
    cursor: pointer;
}

.checkbox-container {
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}


.checkbox-container:not([data-active="false"]):hover {
    background: rgb(240, 237, 237);
    color: #333;
}

.checkbox-container[data-active="false"] label,
.checkbox-container[data-active="inactive"] label {
    opacity: 0.3;
    cursor: default !important;

}


header {
    background: #fff;
    position: fixed;
    width: 1024px;
    z-index: 50;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
}

header.sticky {
    padding: 10px 0;

}

header h1 {
    transform-origin:bottom left;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
}



header.sticky h1 {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

main {
    padding-top: 104px;
  }

  .feedback {
    position: fixed;
    bottom: 0;
    right: 138px;
    height: 43px;
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;

}

.feedback button {
    font-size: 25px;
    padding: 5px 10px;
    cursor: pointer;
    box-shadow: 1px 1px 5px #444;
}

.info {
    box-shadow: 2px 2px 10px #444;
    max-width: 400px;
    position: absolute;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.congrats {
    margin-bottom: 20px;
}

.congrats img {
    height: 150px;
    width: 150px;
}

.visible{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 50%;
    margin-top: 0;
    height: 450px;
    padding: 35px 1px 31px 25px;
    position: fixed;
    background: #fff;
    opacity: 1;
    z-index: 1000;
}

.info p {
    padding: 5px 0;
    text-align: justify;
}

.content {
    height: 100%;
    overflow: auto;
    padding-right: 15px;
    padding-bottom: 15px;
}

.close {
    display: block;
    text-align: right !important;
    font-size: 30px;
    font-family: "Lato-Black", Arial, Helvetica, sans-serif;
    cursor: pointer;
    padding: 7px 15px 0 15px !important;
}

.header {
    width: 100%;
    height: 38px;
    text-align: right;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
}

.close:hover {
    color: brown;
}

.reset {
    padding: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.hidden {
    display: none;
}

.title h3 {
    color: #222;
    text-transform: none;
    font-size: 25px;
    width: 951px;
    margin: 0 auto;
    border-bottom: 1px solid;
    margin: 20px 0;
}

.information:after {
    display: block;
    background: url(images/icon.png) no-repeat;
    font-family: "Lato-Black";
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: -13px;
    right: -17px;
    font-size: 25px;
    color: #1e04ff;
}

.copy {
    position: absolute;
    bottom: 0;
    padding: 10px;
    box-shadow: 0 4px 10px #ccc;
    width: 100%;
    text-align: center;
    background: #fff;
}

.not-link {
    text-decoration: none !important;
    cursor: default;
    color: #444 !important;
}