body {
    background-color: gainsboro;
}

.hide {
    display: none !important;
}

.timer-counter {
    background-color: #e1ad21;
    padding: 0px;
    height: 100vh;
    width: 10% !important;
}

#left-panel {
    height: 100vh;
}

#right-panel {
    width: 100% !important;
    /* padding: 20px; */
    height: 100vh;
    overflow-y: auto;
}

.mode-buttons{
    text-align: center;
    margin: auto
}

.mode-buttons .btn {
    height:135px;
    width: 135px;
    font:30px Georgia;
    margin: 5px
}

#start-form {
    text-align: center;
}

#start-form input {
    margin: 5px;
}

.question-container {
    margin:5px;
    border-bottom: 4px solid #e1ad21;
    padding:5px;
    /* width: 1320px !important; */
}

.question-container .question {
    margin-bottom: 2px;
    border-bottom: 2px solid #e1ad21;
    padding:2px 5px;
}

.question h5 {
    font: 18px Georgia;
}

.question img {
    height: auto;
    width: auto;
}

.checkmark-space {
    width: 200px !important;
}

.options {
    margin:2px auto;
    border-top: 2px;
    border-bottom: 2px solid #e1ad21;
    padding:2px 2px 2px;
    height: auto;
}

.options .row > p {
    margin-bottom: 0px;
}

.options img {
    height: auto;
    width: 100%;
}

.options label {
    font:16px Georgia;
}

.option .answer-buttons.clicked {
    background-color: black;
}

#questions-form input.answer:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#hours,#minutes,#seconds {
    display: block;
    text-align: center;
    font: 20px Bell MT;
    padding: 10px;
    border-bottom: 1px lightgrey solid;
    transition: 0.4s;

}

#counter {
    text-align: center;
    font: bold 20px Bell MT;
}

#count,#total {
    display:block
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
}

.save-option {
    max-width: 50px;
}

.answer-input {
    max-width: 40px;
    width: 40px !important;
}

.clicked {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.col-1.col-md-1 {
    /* padding-right: 0px !important; */
}

@media only screen and (max-width: 768px) {
    #hours,#minutes,#seconds {
        font-size: 16px;
        padding: 10px 0;
    }

    .col-1.col-md-1 {
        /* padding-right: 1.5rem !important; */
    }

    #counter {
        margin-top: 10px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .btn.correct {
        /* margin-left:13px; */
        font-size: 16px;
    }

    .btn.incorrect {
        
        font-size: 16px;
    }

    /* .col-2.col-md-1 {
        padding-left: 23px;
    } */

    .spacing-left {
        margin-left: 3px !important;
    }

    .parent-input-group {
        margin-left: 3px !important;
    }

}

.checkmark {
    margin-left: -10px;
}

.spacing-left {
    margin-left: 30px;
}



.parent-input-group {
    width: 180px !important;
    margin-left: 30px;
}

@media only screen and (max-width:992px) {
    span.input-group-text {
        padding:3px;
    }

    .spacing-left {
        margin-left: 20px;
    }

    .parent-input-group {
        width: 160px !important;
        margin-left: 20px;
    }
}
