*{
    margin: 0;
    padding: 0;
}

body {
    padding: 0px 5px;
}
.hidden {
  display: none;
}

.content {
    width: 100%;
    height: 99.2vh;
    padding: 2px 0px 0px 0px;
    background-color:#fff;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: calc(100% - 20px);
    height: 30px;
    background-color: #fff;
    background: #096F28;
    border-radius: 12px 12px 0px 0px;
	padding: 10px;
}

.header-left {
    font-size: 25px;
}

#img-logo {
    width: 83px;
    margin-bottom: -5px;
}

#simulated-name {
	color: #e6e5e5;	
}	

#img-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    margin-top: 5px;
    margin-right: 3px;
}


.header-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 45px;
    background-color: #fff;
}

#question-desc {
    padding: 2px 2px 2px 6px;
    font-size: 21px;
}

#clock {
    padding: 2px 6px 2px 2px;
    font-weight: bolder;
    font-size: 24px;
    color: #aeaeae;
}

.question {
    width: 100%;
    height: calc(100% - 144px);
    display: flex;
    flex-wrap: nowrap;
}

#button-unchecked {
    color: #ff3737;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 12px;
    background: #e7e7f8;    
}

.question-left {
    background-color: #fff;
    width: calc(100% - 100px);
    height: 96%;
    margin: 2px 0px 2px 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    overflow-y: scroll;
}

#question-materia {
    font-size: 26px;
    margin-bottom: 5px;
}

#question-pergunta {
    font-size: 12px;
}
.question-right {
    background-color: #fff;
    width: 61px;
    height: 96%;
    margin: 2px 6px 2px 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    overflow-y: scroll;
    text-align: center;
    font-size: 12px;
}

.answers {
    padding: 3px;
    border: #ccc solid 1px;
    border-radius: 6px;
    margin-bottom: 2px;
    width: 45px;
    cursor: pointer;
}

.answered {
    background-color: rgb(38, 167, 38);
}

.unanswered {
    background-color: #e9e4e4;
}

.footer {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 45px;
    background-color: rgb(255, 255, 255);
}

.button-footer {
    height: 35px;
    padding: 2px;
    margin: 4px 4px 0px 4px;
    width: 125px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer; 
    background-color: rgb(70, 186, 151);  
}

.button-footer:hover {
    background-color: rgb(136, 205, 184);
}

.button-footer-disabled {
    cursor: default;
    color: #767373;
    background-color: rgb(228, 251, 244);  
}

#button-ok {
    background: #0909bd;
    color: #e2e2f7;
    cursor: pointer; 
}

#button-ok:hover {
    background: #4a4add;
    color: #111111;
    cursor: pointer; 
}

#button-encerra {
    background: #b81a1a;
    color: #efe5e5;
}

#button-encerra:hover {
    background: #c24c4c;
    color: #111111;
}

.profile-user {
    position: absolute;
    top: 53px;
    right: 6px;
    color: white;
    background-color: #096F28;
    border: 1px solid #3a3737;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 320px;
    z-index: 10;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;    
}

#user_name {
    font-style: italic;
}

.profile-user hr {
    margin: 5px 0px;
}

.fa-clock-rotate-left {
    margin: 0px 5px 0px 0px;
    font-size: 12px;
}

#habilita-cronometro {
     display: inline-flex;
     cursor:pointer;
     align-items: center;
}

.objeto-oculto {
    display: none;
}