/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#point-calculator-form .filter-select select {
    min-width: auto !important;
}
#point-calculator .content section {
    overflow-y: scroll
}
#point-calculator .content section::-webkit-scrollbar{
    display: none;
}
h3#live-points {
    color: #9B2B41 !important;
}
#point-calculator .question-sec ul {
    margin-left: 22px !important;
}
.point-calculator-answers .form-check label.form-check-label, .point-calculator-answers .form-check label.form-check-label{
    font-size: 15px !important;
}
#point-calculator .answer-desc ul li, .ques-desc, .answer-desc {
    font-size: 13px !important;
}
#point-calculator .steps.clearfix {
    margin-top: -62px;
}
#point-calculator input { 
    background: #fff !important;
}
#point-calculator .question-scroll{
    cursor: pointer;
}
.point-calculator-answers .error, .pc-modal-body .error {
    color: #c72b39;
    font-size: 14px;
}
h6.question-heading {
    font-size: 18px;
}
#pcDetailModal .iti__flag-container {
    margin-left: 10px;
}
@media (min-width:1025px){
    #pcDetailModal .modal-dialog.modal-dialog-centered {
        max-width: 30%;
    }
}