/*
    NAME:          popup.css
    AUTHOR:        Alan Davies (Lecturer Health Data Science)
    EMAIL:         alan.davies-2@manchester.ac.uk
    DATE:          04/02/2023
    INSTITUTION:   University of Manchester (FBMH)
    DESCRIPTION:   Style sheet for popup elements.
*/

#non-person-popup {
    position:absolute;
    top:10%;
    left:0;
    width:25%;
    height:auto;
    color: white;
    font-family: ariel;
    margin: 0.2em 0;
    padding: 15px;
    display: none;
    background-color: #353942;
    border-radius: 10px;
    border: 2px solid black;
}

#non-person-inner {
    padding: 15px;
    text-align: center;
    margin-top: -100px;
}

#non-person-image {
    width: 55%;
    position: relative;
}

#non-person-description {
    padding-top: 20px;
    padding-bottom: 20px;
}

#non-person-link-container {
    border-radius: 10px;
    background-color: #1E7EA8;
    text-align: left;
    height: auto;
    padding: 15px;
}

#free-text-area {
    padding-bottom: 20px;
}

#non-person-link {
    color: #FCC723;
    text-decoration: underline;
}

.submit-button {
    background-color: #FCC723;
    color: black;
    padding: 10px;
    font-size: 1em;
}

#person-popup {
    position:absolute;
    top:10%;
    left:0;
    width:30%;
    height:auto;
    color: white;
    font-family: ariel;
    margin: 0.2em 0;
    padding: 15px;
    display: none;
}

#person-inner {
    background-color: #353942;
    border-radius: 10px;
    border: 2px solid black;
    padding: 15px;
}

#person-top-box {
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
    display: flex;
    align-items: flex-start;
}

#person-image-box {
    flex-grow: 1;
    float: left;
    width: 50%;
    height: auto;
    top:-40px;
}

#person-image {
    width: 35%;
    position: absolute;
    top: -40px;
}

#person-title {
    width: 100%;
    float: right;
    padding: 15px;
}

#person-title-name {
    float: right;
}

#person-description {
    padding-top: 50px;
    padding-bottom: 20px;
}

#person-metrics {
    width: 98%;
    height: 150px;
    padding: 5px;
    padding-top: 20px;
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    grid-template-columns: repeat(12, 1fr [col-start]);
    grid-template-rows: repeat(8, 1fr);
    border-radius: 10px;
    background-color: #1E7EA8;
    padding: 5px;
}

#motivation-metric-label {
    grid-column: 2 / span 5;
    grid-row: 2 / span 1;
    justify-self: stretch;
}

#goodwill-metric-label {
    grid-column: 2 / span 5;
    grid-row: 4 / span 1;
    justify-self: stretch;
}

#energy-metric-label {
    grid-column: 2 / span 5;
    grid-row: 6 / span 1;
    justify-self: stretch;
}

#perons-characteristics {
    grid-column: 2 / span 12;
    justify-self: stretch;
}

#motivation-bar-empty {
    background-color: #629FB4;
    grid-column: 5 / span 7;	
    grid-row: 2 / span 1;
 }

 #motivation-bar-full {
    height: 100%;
    width: 100%;
    background-color: #FCC723;
    grid-column: 5 / span 7;	
    grid-row: 2 / span 1;
}

#goodwill-bar-empty {
    background-color: #629FB4;
    grid-column: 5 / span 7;	
    grid-row: 4 / span 1;
 }

 #goodwill-bar-full {
    height: 100%;
    width: 100%;
    background-color: #FCC723;
    grid-column: 5 / span 7;	
    grid-row: 4 / span 1;
}

#energy-bar-empty {
    background-color: #629FB4;
    grid-column: 5 / span 7;	
    grid-row: 6 / span 1;
 }

 #energy-bar-full {
    height: 100%;
    width: 100%;
    background-color: #FCC723;
    grid-column: 5 / span 7;	
    grid-row: 6 / span 1;
}

#person-characteristics {
    width: 98%;
    height: 200px;
    padding: 5px;
    padding-top: 20px;
    margin-top: 20px;;
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    grid-template-columns: repeat(14, 1fr [col-start]);
    grid-template-rows: repeat(10, 1fr);
    border-radius: 10px;
    background-color: #1E7EA8;
    padding: 5px;
}

#characteristics-title {
    font-size: 1.2em;
    font-weight: bold;
    grid-column: 2 / span 7;	
    grid-row: 2 / span 1;
}

.person-characteristics-inner {
    border: 2px solid #3F3F3F;
    background-color: #2A2B34;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
}

#domain-knowledge-label {
    grid-column: 2 / span 4;
    grid-row: 4 / span 1;
    justify-self: stretch;
}

#tech-savvy-label {
    grid-column: 2 / span 4;
    grid-row: 6 / span 1;
    justify-self: stretch;
}

#influence-label {
    grid-column: 2 / span 4;
    grid-row: 8 / span 1;
    justify-self: stretch;
}

.char-star-outer {
    height: 25px;
    background-image: url("../../static/images/empty-star.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

#person-link-container {
    display: none;
    padding-top: 20px;
    padding-bottom: 5px;
}

#person-link-box {
    margin-top: 10px;
    border-radius: 10px;
    background-color: #1E7EA8;
    padding: 10px;
}

#about-gm {
    background-image: url('../images/GM.png');
}

#about-ad {
    background-image: url('../images/AD.jpg');
}

#about-fh {
    background-image: url('../images/FH.png');
}

#about-ps {
    background-image: url('../images/PS.png');
}

#msg-popup {
    position:absolute;
    top:20%;
    left:0;
    width:30%;
    height:20%;
    background-color: #2A2B34;
    color: white;
    font-family: ariel;
    margin: 0.2em 0;
    padding: 15px;
    border-radius: 10px;
    display: none;
}

.popup-close-button {
    position: absolute;
    top:0;
    right:0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    padding: 15px;
    background-image: url('../images/cross.png');
}

.popup-close-button:hover {
    background-image: url('../images/cross_hover.png');
}

#msg-popup-text {
    width: 85%;
    font-size: 1.5em;
}

#new-game-popup {
    position:absolute;
    top:10%;
    left:0;
    width:25%;
    height:200px;
    background-color: #363844;
    color: white;
    font-family: ariel;
    margin: 0.2em 0;
    padding: 15px;
    display: none;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    grid-template-columns: 1;
    grid-template-rows: 50px, 1fr;
    border: 1px solid black;
    border-radius: 10px;
}

#new-game-title-area {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
    padding: 2px;
    border-radius: 10px;
    background-color: #FCC723;
    color: #2A2A32;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

#new-game-information-area {
    margin-top: 5px;
    padding: 2px;
    height: 100px;
    padding: 2px;
}

#new-game-buttons {
    bottom: 0;
    text-align:center;
}

.new-game-buttons-class {
    min-width:15em;
    min-height:2.5em;
    /*padding: 1.2em 1em 0;*/
    box-shadow:0 0 5px;
    margin:1em;
    border-radius:0.25em;
}

#ng-yes {
    background-color: #D75959;
}

#settings-popup {
    position:absolute;
    top:10%;
    left:0;
    width:25%;
    height:400px;
    background-color: #363844;
    color: white;
    font-family: ariel;
    margin: 0.2em 0;
    padding: 15px;
    display: none;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    grid-template-columns: 1;
    grid-template-rows: 50px, 1fr;
    border: 1px solid black;
    border-radius: 10px;
}

#settings-title-area {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
    padding: 2px;
    border-radius: 10px;
    background-color: #FCC723;
    color: #2A2A32;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

#settings-information-area {
    margin-top: 5px;
    padding: 2px;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    height: 500px;
    justify-self: stretch;
    padding: 2px;
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    grid-template-columns: repeat(12, 1fr [col-start]);
    grid-template-rows: repeat(10, 1fr);
}

#sound-effect-settings {
    grid-column: 2 / span 6;
    grid-row: 2 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 1.2em;
}

#sound-effect-settings-toggle {
    grid-column: 9 / span 4;
    grid-row: 2 / span 1;
}

#random-events-settings {
    grid-column: 2 / span 6;
    grid-row: 3 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 1.2em;
}

#random-events-settings-toggle {
    grid-column: 9 / span 4;
    grid-row: 3 / span 1;
}

#cycles-settings {
    grid-column: 2 / span 6;
    grid-row: 4 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 1.2em;
}

#cycles-settings-toggle {
    grid-column: 9 / span 4;
    grid-row: 4 / span 1;
}

#progress-popup {
    position:absolute;
    top:10%;
    left:0;
    width:35%;
    height:auto;
    background-color: #363844;
    color: white;
    font-family: ariel;
    margin: 0.2em 0;
    padding: 15px;
    display: none;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    grid-template-columns: 1;
    grid-template-rows: 50px, 1fr, 1fr;
    border: 1px solid black;
    border-radius: 10px;
}

#progress-title-area {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
    padding: 2px;
    border-radius: 10px;
    background-color: #FCC723;
    color: #2A2A32;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

#progress-information-area {
    margin-top: 20px;
    padding: 2px;
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    grid-template-columns: repeat(12, 1fr [col-start]);
    grid-template-rows: repeat(8, 1fr);
    border: 1px solid black;
    border-radius: 10px;
    background-color: #2B2B35;
}

#progress-stage-label {
    grid-column: 2 / span 5;
    grid-row: 2 / span 1;
    justify-self: stretch;
    color: #D3A625;
    font-size: 1.2em;
    font-weight: bold;
}

#progress-stage {
    grid-column: 6 / span 6;
    grid-row: 2 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 1.2em;
}

#progress-cycle-stage-label {
    grid-column: 2 / span 5;
    grid-row: 4 / span 1;
    justify-self: stretch;
    color: #D3A625;
    font-size: 1.2em;
    font-weight: bold;
}

#progress-cycle-stage {
    grid-column: 6 / span 6;
    grid-row: 4 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 1.2em;
}

#progress-step-label {
    grid-column: 2 / span 5;
    grid-row: 6 / span 1;
    justify-self: stretch;
    color: #D3A625;
    font-size: 1.2em;
    font-weight: bold;
}

#progress-step {
    grid-column: 6 / span 6;
    grid-row: 6 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 1.2em;
}

#progress-wheel {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url('../images/progress-step-1.png');
}

#graph-pannel-inner {
    overflow-y: scroll;
}

.chart-container {
    width: 100%;
    height: 600px;
}

#str-popup {
    position:absolute;
    top:10%;
    left:0;
    width:25%;
    height:500px;
    background-color: #363844;
    color: white;
    font-family: ariel;
    margin: 0.2em 0;
    padding: 15px;
    display: none;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    grid-template-columns: 1;
    grid-template-rows: 50px, 1fr, 1fr;
    border: 1px solid black;
    border-radius: 10px;
}

#str-title-area {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
    padding: 2px;
    border-radius: 10px;
    background-color: #FCC723;
    color: #2A2A32;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

#str-information-area {
    margin-top: 20px;
    padding: 2px;
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    grid-template-columns: repeat(12, 1fr [col-start]);
    grid-template-rows: repeat(12, 1fr);
    height: 400px;
}

#str-node-image {
    grid-column: 1 / span 4;
    grid-row: 1 / span 6;
    justify-self: stretch;
    color: white;
    font-size: 1.2em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    height: 200px;
}

#str-node-role-label {
    grid-column: 1 / span 4;
    grid-row: 7 / span 1;
    justify-self: stretch;
    color: #D3A625;
    font-size: 1.2em;
    font-weight: bold;
}

#str-node-name-label {
    grid-column: 1 / span 4;
    grid-row: 8 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 1.2em;    
}

#str-node-selector {
    grid-column: 6 / span 12;
    grid-row: 1 / span 12;
    justify-self: stretch;
    color: white;
    font-size: 1.2em;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #2B2B35;
    overflow: scroll;
}

#feedback-popup {
    position:absolute;
    top:10%;
    left:0;
    width:25%;
    height:auto;
    background-color: #363844;
    color: white;
    font-family: ariel;
    margin: 0.2em 0;
    padding: 15px;
    display: none;
    border: 1px solid black;
    border-radius: 10px;
}

#feedback-title-area {
    padding: 2px;
    border-radius: 10px;
    background-color: #FCC723;
    color: #2A2A32;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

#feedback-information-area {
    margin-top: 20px;
    padding: 2px;
    height: auto;
}

.face-ratings {
    display: flex;
}

.face-column {
    flex: 33.33%;
    padding: 5px;
}

.face-image {
    width: 90%;
}

#feedback-text-input {
    width: 95%;
    text-align: left;
    background-color: #dddddd;
    color: #666666;
    padding: 0.5em;
    border-radius: 10px;
    border: 2px solid transparent;
    outline: none;
    resize: none;
    font-size: 18px;
}

#feedback-text-input:hover {
    background-color: #eeeeee;
}

#feedback-text-input:focus {
    cursor: text;
    background-color: white;
    border-color: #333333;
}

#welcome-popup, #end-popup {
    position:absolute;
    top:10%;
    left:0;
    width:25%;
    height:600px;
    background-color: #363844;
    color: white;
    font-family: ariel;
    margin: 0.2em 0;
    padding: 15px;
    display: none;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    grid-template-columns: 1;
    grid-template-rows: 50px, 1fr;
    border: 1px solid black;
    border-radius: 10px;
}

#welcome-title-area, #end-title-area {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
    padding: 2px;
    border-radius: 10px;
    background-color: #FCC723;
    color: #2A2A32;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

#welcome-information-area, #end-information-area {
    margin-top: 5px;
    padding: 2px;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    height: 500px;
    text-align: center;
}

#welcome-video, #end-video {
    width: 90%;
    height: auto;
}

#welcome-report-link {
    border: 1px solid black;
    border-radius: 10px;
    background-color: #2B2B35;
    padding: 5px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

#welcome-help-container {
    display: flex;
    align-items: center;
    justify-content: center
}

#welcome-help-image {
    width: 50px;
    height: auto;
    max-width: 100%;
    max-height:100%;
}

#welcome-help-text {
    padding-left: 20px;
}

#about-popup {
    position:absolute;
    top:10%;
    left:0;
    width:40%;
    height: auto; /*650px;*/
    background-color: #363844;
    color: white;
    font-family: ariel;
    margin: 0.2em 0;
    padding: 15px;
    display: none;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    grid-template-columns: 1;
    grid-template-rows: 50px, 1fr, 1fr, 1fr, 1fr;
    border: 1px solid black;
    border-radius: 10px;
}

#about-title-area {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
    padding: 2px;
    border-radius: 10px;
    background-color: #FCC723;
    color: #2A2A32;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

#about-text {
    grid-column: 1;
    grid-row: 2;
    justify-self: stretch;
    padding: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#profile-container {
    grid-column: 1;
    grid-row: 3;
    justify-self: stretch;
    padding: 2px;
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    grid-template-columns: repeat(12, 1fr [col-start]);
    grid-template-rows: repeat(5, 1fr);
}

#about-additional-info {
    grid-column: 1;
    grid-row: 4;
    justify-self: stretch;
    padding: 2px;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
}

#about-partner-logos {
    width: 100%;
    grid-column: 1;
    grid-row: 5;
    justify-self: stretch;
    padding: 2px;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 95% auto;
    background-image: url('../images/partner-logos.png');
}

#ad-profile-image {
    grid-column: 1 / span 1;
    grid-row: 1 / span 6;
    justify-self: stretch;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url('../images/about/AD.png');
    height: 100px;
}

#ad-profile-text {
    grid-column: 2 / span 3;
    grid-row: 2 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 1.2em;
    padding-left: 10px;
    padding-bottom: 5px;
}

#ad-profile-sub-text-1 {
    grid-column: 2 / span 4;
    grid-row: 3 / span 1;
    justify-self: stretch;
    color: #FCC723;
    font-size: 0.8em;
    padding-left: 10px;
}

#ad-profile-sub-text-2 {
    grid-column: 2 / span 3;
    grid-row: 4 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 0.8em;
    padding-left: 10px;
}

#gm-profile-image {
    grid-column: 8 / span 1;
    grid-row: 6 / span 6;
    justify-self: stretch;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url('../images/about/GM.png');
    height: 100px;
}

#gm-profile-text {
    grid-column: 9 / span 3;
    grid-row: 7 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 1.2em;
    padding-left: 10px;
    padding-bottom: 5px;
}

#gm-profile-sub-text-1 {
    grid-column: 9 / span 3;
    grid-row: 8 / span 1;
    justify-self: stretch;
    color: #FCC723;
    font-size: 0.8em;
    padding-left: 10px;
}

#gm-profile-sub-text-2 {
    grid-column: 9 / span 3;
    grid-row: 9 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 0.8em;
    padding-left: 10px;
}

#fh-profile-image {
    grid-column: 8 / span 1;
    grid-row: 1 / span 6;
    justify-self: stretch;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url('../images/about/FH.png');
    height: 100px;
}

#fh-profile-text {
    grid-column: 9 / span 3;
    grid-row: 2 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 1.2em;
    padding-left: 10px;
    padding-bottom: 5px;
}

#fh-profile-sub-text-1 {
    grid-column: 9 / span 4;
    grid-row: 3 / span 1;
    justify-self: stretch;
    color: #FCC723;
    font-size: 0.8em;
    padding-left: 10px;
}

#fh-profile-sub-text-2 {
    grid-column: 9 / span 4;
    grid-row: 4 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 0.8em;
    padding-left: 10px;
}

#ps-profile-image {
    grid-column: 1 / span 1;
    grid-row: 6 / span 6;
    justify-self: stretch;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url('../images/about/PS.png');
    height: 100px;
}

#ps-profile-text {
    grid-column: 2 / span 3;
    grid-row: 7 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 1.2em;
    padding-left: 10px;
    padding-bottom: 5px;
}

#ps-profile-sub-text-1 {
    grid-column: 2 / span 3;
    grid-row: 8 / span 1;
    justify-self: stretch;
    color: #FCC723;
    font-size: 0.8em;
    padding-left: 10px;
}

#ps-profile-sub-text-2 {
    grid-column: 2 / span 3;
    grid-row: 9 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 0.8em;
    padding-left: 10px;
}

#sentira {
    grid-column: 5 / span 8;
    grid-row: 7 / span 1;
    justify-self: stretch;
    color: white;
    font-size: 1.2em;
    padding-left: 10px;
    padding-bottom: 5px;
}

#sentira-logo {
    height: 30px;
    width: auto;
    background-color: white;
    padding: 1px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
  

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
  
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
input:checked + .slider {
    background-color: #FCC723;
}
  
input:focus + .slider {
    box-shadow: 0 0 1px #FCC723;
}
  
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}
  
.slider.round:before {
    border-radius: 50%;
}

.link-text {
    color: #FCC723;
    text-decoration: underline;
}

#licence-popup {
    position:absolute;
    top:15%;
    left:0;
    width:40%;
    height: auto; /*650px;*/
    background-color: #363844;
    color: white;
    font-family: ariel;
    margin: 0.2em 0;
    padding: 15px;
    display: none;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    border: 1px solid black;
    border-radius: 10px;
}

#licence-title-area {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
    padding: 2px;
    border-radius: 10px;
    background-color: #FCC723;
    color: #2A2A32;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

#licence-text {
    grid-column: 1;
    grid-row: 2;
    justify-self: stretch;
    padding: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#google-popup {
    position:absolute;
    top:15%;
    left:0;
    width:40%;
    height: auto; /*650px;*/
    background-color: #363844;
    color: white;
    font-family: ariel;
    margin: 0.2em 0;
    padding: 15px;
    display: none;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    border: 1px solid black;
    border-radius: 10px;
}

#google-title-area {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
    padding: 2px;
    border-radius: 10px;
    background-color: #FCC723;
    color: #2A2A32;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

#google-text {
    grid-column: 1;
    grid-row: 2;
    justify-self: stretch;
    padding: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 2000px) {
    #progress-wheel {
        height: 300px;
    }
    .chart-container {
        height: 400px;
    }
    #cycle-number{
        font-size: 2em;
    }
  }
 