/*
Theme name: Seminar
*/
@font-face {
    font-family: "Rosario-regular";
    src: url(fonts/Rosario-Regular.ttf);
}
@font-face {
    font-family: "Rosario";
    src: url(fonts/Rosario-Light.ttf);
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Rosario';
}
.bar-border{
    position: absolute;
    top: 2%;
    right: 4%;
    width: 160px;
    height: 20px;
    border: 1px solid lightgray;
    border-radius: 5px;
    color: lightgray;
}
.bar-fill {
    background-color: #1c7596;
    width: 7%;
    height: 100%;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-family: 'Arial';
}
/* ------------------ BACKGROUNDS ------------------  */
.front-bg, .form-co, .info-bg, .form-bg, .form-gr {
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -10;
}
.front-bg{
    background-image: url("images/frame1-min.jpg");
    background-attachment: fixed;
    background-size: cover;
}
.form-co{
    background-image: url("images/frame-co-min.jpg");
    background-attachment: fixed;
    background-size: cover;
}
.info-bg {
    background-image: url("images/frame2-min.jpg");
    background-attachment: fixed;
    background-size: cover;
}
.form-bg {
    background-image: url("images/frame3-min.jpg");
    background-attachment: fixed;
    background-size: cover;
}
.form-gr {
    background-image: url("images/frame-gr-min.jpg");
    background-attachment: fixed;
    background-size: cover;
}
/* ------------------ FRONT PAGE ------------------  */
.langflag{
    width: 40px; 
    margin: 10px;
}
.frontblock{
    position: absolute;
    width: 68.95833333333333%;
    height: 81.48148148148148%;
    top: 04.61111111111111%;
    left: 15.57291666666667%;
}
.title {
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    
    color: #FFFFFF;
}
.welcomeblock {
    position: relative;
    width: 77.0392749244713%;
    left: 50%;
    transform: translateX(-50%);
    background: #203C5A;
    border: 1px solid #60FFF5;
    border-radius: 50px;
    padding: 30px;
    margin-top: 15px;

    font-size: 24px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}
.start {
    display:inline-block;
    padding:0.6em 2.4em;
    margin:0 0.3em 0.3em 0;
    border-radius:2em;
    text-decoration:none;
    color: black;

    background: #60FFF5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    
    text-align:center;
    transition: all 0.2s;
}
.start:hover{
    background-color:#4095c6;
}
.button {
    margin-top: 40px;
    text-align: center;
}
/* ------------------ CONSENT PAGE ------------------  */
.co-block {
    position: absolute;
    left: 50%;
    top: 03.12962962962963%;
    transform: translateX(-50%);
    width: 73.28125%;
    height: 68.51851851851852%;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}
.co-title {
    font-size: 45px;
    line-height: 48px;
    color: #60FFF5;
    font-family: 'Rosario-regular';
}
.co-text {
    background: #203C5A;
    border: 1px solid #60FFF5;
    border-radius: 50px;
    padding: 30px;
    margin-top: 15px;
    text-align: justify;
}
/* ------------------ INFO ------------------  */
.in-title {
    position: fixed;
    left: 50%;
    top: 1.5%;
    transform: translateX(-50%);
    font-size: 40px;
    line-height: 48px;
    width: max-content;
    color: #60FFF5;
    font-family: 'Rosario-regular';
}
input[type="text"], input[type="email"], input[type="number"] {
    font-size:22px;
    border-radius: 10px;
    display:inline-block;
    border: none;
    padding-left: 5px;
}
input[type="radio"] {
    width: 26px;
    height: 26px;
}
input[type="checkbox"] {
    width: 22px;
    height: 22px;
}
input[type="radio"]:checked {
    filter: hue-rotate(335deg);
}
.generalinfo, .socialmedia, .selfassessment {
    position: absolute;
    width: 660px;
    height: 80%;
    top: 8.35185185185185%;
    left: 50%;
    transform: translateX(-60%);
    color: #FFFFFF;
    font-size: 22px;
    line-height: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tab {
    display: none;
}
.selfassessment {
    width: 720px;
    justify-content: flex-start;
}
label {
    font-family: Arial;
    font-size: 16px;
    line-height: 17px;
}
.mintitle {
    font-size: 32px;
    line-height: 39px;
    color: #60FFF5;
}
.radioflex {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.labelflex {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
    line-height: 22px;
}
.qname {
    width: 300px;
    height: 140px;
    border: #FFFFFF 1px solid;
    text-align: center;
}
.qname div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.qans {
    width: 105.1px;
    height: 93px;
    outline: #FFFFFF 1px solid;
    text-align: center;
    font-size: 15px;
    line-height: 17px;
}
.qans div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.qansflex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.test {
    display: flex;
    flex-direction: row;
}
.qradioflex {
    display: flex;
    flex-direction: row;
}
.radioflextab{
    width: 420px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border-left: none;
    box-shadow: -1px 0px 0px 0px white, 1px 0px 0px 0px white;
    border-top: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
}
li {
    text-align: left;
}
#educa {
    width: 221px;
    font-size: 18px;
}
.continue {
    position: absolute;
    width: 190px;
    height: 55px;
    z-index: 50;
    background: #60FFF5;
    border-radius: 50px;
    font-size: 18px;
    line-height: 24px;
    text-align:center;
    transition: all 0.2s;
    border: none;
}
.continue:hover {
    cursor: pointer;
    background-color:#4095c6;
}
.con1 {
    left: 80.84375%;
    top: 86.63917525773196%;
}
.con2 {
    display: none;
    left: 80.84375%;
    top: 86.63917525773196%;
}
.con3 {
    display: none;
    left: 83.84375%;
    top: 86.63917525773196%;
}
#infonext {
    position: relative;
    margin-top: 40px;
    text-align: center;
}
/* ------------------ FORM ------------------  */
#map {
    z-index: -10;
    border-radius: 10px;
    position: absolute;
    width: 47.91666666666667%;
    height: 37.21649484536082%;
    left: 14.0625%;
    top: 58.45360824742268%;
}
.huechange {
    filter: hue-rotate(150deg);
}
.picture{
    border-radius: 10px;
    position: absolute;
    width: 47.91666666666667%;
    height: 54.22680412371134%;
    left: 14.0625%;
    top: 03.09278350515464%;
    cursor: pointer;
}
#modal{
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}
#modal.open {
    opacity: 1;
    pointer-events: all;
}
.full-size{
    max-height: 91.33333333333333%;
    max-width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    transition: all 0.25s ease-out;
}
.full-size.open{
    transform: translate(-50%, -50%) scale(1);
}
.latitude, .longitude {
    opacity: 0;
    width: 0;
    position: absolute;
    left: 38%;
    top: 76.5%;
}
.fmq {
    position: absolute;
    width: 25.20833333333333%;
    height: 33.91752577319588%;
    left: 66.66666666666667%;
    top: 05.67010309278351%;
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
}
.fmq1 {
    position: absolute;
    width: 23.64583333333333%;
    height: 21.95876288659794;
    left: 66.66666666666667%;
    top: 52.76288659793814%;
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
}
#pointbutt, #polybutt, #instru {
    position: absolute;
    width: 07.34375%;
    height: 06.66666666666667%;
    min-width: 105px;
    left: 04.58333333333333%;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}
#polybutt {
    top: 69.27835051546392%;
    background: #4FF9C6;
}
#pointbutt {
    top: 59.69072164948454%;
    background: #60FF96;
}
#instru {
    top: 05.77319587628866%;
    background: #8DFF71;
}
#pointbutt:hover, #polybutt:hover, #instru {
    cursor: pointer;
}
#instruu {
    display: none;
    z-index: 100;
    position: absolute;
    left: 11.26458333333333%;
    top: 08.48453608247423%;
    width: 57.15625%;
}
#instruu img{
    width: 100%;
}
.x{
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.short{
    left: 96%;
    top: 6.63%;
}
.long{
    left: 96%;
    top: 4.7%;
}
#loadingDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.8);
}
#gif {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.mininst {
    position: absolute;
    width: 10.20833333333333%;
    height: 0.1%;
    left: 02.1875%;
    top: 78.96907216494845%;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.label {
    display: flex;
    flex-direction: row;
    line-height: 22px;
    font-size: 16px;
}
.input {
    height: 20px;
    flex: 0 0 50px;
}
/* ------------------ END ------------------  */
.endflex {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
    width: 43.17708333333333%;
    height: 65.77319587628866%;
    left: 8.09375%;
    top: 15.25773195876289%;
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
}
.endflex2 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
    width: 43.17708333333333%;
    height: 65.77319587628866%;
    left: 52.09375%;
    top: 15.25773195876289%;
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
}
/* ------------------ GRATITUDE ------------------  */
.gr-block {
    position: absolute;
    left: 50%;
    top: 07.12962962962963%;
    transform: translateX(-50%);
    width: 50.28125%;
    height: 68.51851851851852%;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}
.gr-title {
    font-size: 40px;
    line-height: 48px;
    color: #60FFF5;
    font-family: 'Rosario-regular';
}
/* ------------------ MEDIAQUERY ------------------  */
@media (max-height: 800px) {
    .fmq, .fmq1{
        line-height: 20px;
    }
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
    .langflag{
        width: 30px; 
        margin: 8px;
    }
    .title {
        font-size: 37.5px;
        line-height: 45.75px;
    }
    .welcomeblock {
        font-size: 19.5px;
        line-height: 20.25px;
        padding: 22.5px;
    }
    .start {
        padding:0.55em 1.8em;
        margin:0 0.225em 0.225em 0;
    }
    .button {
        margin-top: 30px;
    }
    .co-block {
        font-size: 18.5px;
        line-height: 20.25px;
    }
    .co-title {
        font-size: 30px;
        line-height: 36px;
    }
    .co-text {
        padding: 22.5px;
        margin-top: 11.25px;
    }
    .in-title {
        font-size: 35px;
        line-height: 36px;
    }
    input[type="text"], input[type="email"], input[type="number"] {
        font-size: 16.5px;
    }
    input[type="radio"] {
        width: 20px;
        height: 20px;
    }
    input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    .generalinfo, .socialmedia, .selfassessment {
        font-size: 18.5px;
        line-height: 20.25px;
    }
    .selfassessment {
        width: 540px;
    }
    .qans {
        width: 87.75px;
        height: 69.75px;
    }
    .qname {
        width: 225px;
        height: 105px;
    }
    .mintitle {
        font-size: 24px;
        line-height: 29.25px;
    }
    .mintitle {
        font-size: 26px;
        line-height: 29.25px;
    }
    .labelflex {
        line-height: 16.5px;
    }
    .qans {
        font-size: 13.25px;
        line-height: 12.75px;
    }
    #educa {
        width: 180.75px;
        font-size: 15.5px;
    }
    .continue {
        width: 142.5px;
        height: 41.25px;
        font-size: 13.5px;
        line-height: 18px;
    }
    #infonext {
        margin-top: 30px;
    }
    .fmq, .fmq1  {
        font-size: 18.5px;
        line-height: 17px;
    }
    #pointbutt, #polybutt, #instru {
        min-width: 80px;
        font-size: 15px;
        line-height: 18px;
    }
    .mininst {
        font-size: 15px;
        line-height: 18px;
    }
    label{
        font-size: 13px;
        line-height: 12.75px;
    }
    .label {
        line-height: 16.5px;
        font-size: 13.5px;
    }
    .input {
        height: 15px;
        flex: 0 0 37.5px;
    }
    .endflex {
        font-size: 18.5px;
        line-height: 20px;
    }
    .endflex2 {
        font-size: 18.5px;
        line-height: 20px;
    }
}