.feedbackButton {
  position:fixed;
  top: 0;
  left: 0;
  z-index: 100;
  margin-top: 7%;
}


.registrationFormLeft{
    padding-left: 0px;
}

.registrationFormRight{
    padding-right: 0px;
}

.dialogContent {
  border-radius: 3 !important;
}

.dialogContentPayWithoutRegistration{
    color: #1a1a1a !important;
}

.dialogTitlePayWithoutRegistration{
    background-color: #E0E0E0;
}

.contentStyle{
    width: 100% !important;
    text-align: center;
}

@media (min-width: 768px){
    .contentStyle{
        width: auto !important;
        text-align: center;
    }
}
.paymentBodyStyle{
    width: 100% !important;
    text-align: center;
}

@media (min-width: 768px){
    .paymentBodyStyle{
        width: auto !important;
        text-align: center;
    }
}

.dialogTitle {
  font-size: 1.2em !important;
  font-weight: 500;
  text-align: center !important;
}


.questionNumberInput {
  width: 10%;
}

.feedbackSuccess {
  color: #26a69a !important;
}

.marksPercentage{
    border-radius: 50%;
    background-color: #436bb3;
    color: #f0f0dc;
    font-size: 1.6em;
    font-weight: 600;
    height: 100px;
    width: 100px;
    line-height: 100px;
    margin-right: auto;
    margin-left: auto;
}



@media (min-width: 768px){
    .marksPercentage{
        border-radius: 50%;
        color: #f0f0dc;
        background-color: #436bb3;
        font-size: 1.6em;
        font-weight: 600;
        height: 150px;
        width: 150px;
        line-height: 150px;
        margin-right: auto;
        margin-left: auto;
    }
}

.resultData{
    font-weight: 600;
    font-size: 2em;
}

.gotRight{
    color: #26a69a;
    font-weight: 600;
    font-size: 2em;
}

.gotSkipped{
    color: #F5A623;
    font-weight: 600;
    font-size: 2em;
}

.gotWrong{
    color: #ea5729;
    font-weight: 600;
    font-size:  2em;
}

.checkAnswers{
    background-color: #436bb3;
    font-weight: 300;
    font-size: 1.2em;
    text-transform: none !important;
}

.correctChoice{
    background-color: #26a69a;
    font-size: 1.2em;
    font-weight: 300;
    border-radius: 2%;
    cursor: default;
    text-transform: none !important;
}

.correctChoice:hover{
    background-color: #26a69a;
}

.wrongChoice{
    background-color: #ed5729;
    font-size: 1.2em;
    font-weight: 300;
    border-radius: 2%;
    cursor: default;
    text-transform: none !important;
}

.wrongChoice:hover{
    background-color: #ea5729;
}

.skippedChoice{
    background-color: #F5A623;
    font-size: 1.2em;
    font-weight: 300;
    border-radius: 2%;
    cursor: default;
    text-transform: none !important;
}

.skippedChoice:hover{
   background-color: #F5A623; 
}

.questionTemplateResult {
 text-align: center !important;
  margin-top: 2%;
  background-color: #f0f0dc !important;
  width: 100%;
  border-radius: 2;
  color: #1a1a1a !important;
}

.learnMore {
    color: #1a1a1a !important;
    font-weight: 600;
    font-size: 1em;
    padding-bottom: 5%; 
}

.learnMore a {
    color: #436bb3 !important;
    
}


.buyWithoutLogin{
    cursor: pointer;
    text-transform: none;
    background-color: #ED5729;
}

.progress1 {
    height:50px;
    border-width: thin;
    border-top-left-radius: 3%;
    border-bottom-left-radius: 3%;
    border-right-width: 0;
    border-style: solid;
    border-color: #1a1a1a;
}

.progress2 {
    height:50px;
    border-width: thin;
    border-top-right-radius: 3%;
    border-bottom-right-radius: 3%;
    border-left-width: 0;
    border-style: solid;
    border-color: #1a1a1a;
}

.statementTop{
    color: #26a69a;
    font-size: 1.2em;
    font-weight: lighter;
}

.statementBottom{
    color: #E53935;
    font-size: 1.2em;
    font-weight: lighter;
}
.youChose{
    font-weight: bold;
}



.explanationLead{
    font-weight: bold;
}

.explanationContent {
    text-align: left;
    margin-top: 2%;
    margin-left: 8%;
    margin-right: 8%;
}

.explanationContent p{
    display: inline;
  
}
.resultPage{
    background-color: #f0f0dc;
    color: #436bb3;
    width: 100%;
    padding-top: 2%;
}

@media (min-width: 768px){
    .resultPage{
    background-color: #f0f0dc;
    color: #436bb3;
    width: 50%;
    padding-top: 2%;
}
}