.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.tim-typo .tim-note {
  bottom: 5px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

/* offline-doc */

.offline-doc .navbar.navbar-transparent {
  padding-top: 25px;
  border-bottom: none;
}

.offline-doc .navbar.navbar-transparent .navbar-minimize {
  display: none;
}

.offline-doc .navbar.navbar-transparent .navbar-brand,
.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link {
  color: #FFFFFF !important;
}

.offline-doc .footer {
  z-index: 3 !important;
}

.offline-doc .page-header .container {
  z-index: 3;
}

.offline-doc .page-header:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#map {
  z-index: 2;
  height: calc(100vh - 70px);
  margin-top: 70px;
}

.off-canvas-sidebar .wrapper-full-page~.fixed-plugin .dropdown .dropdown-menu
{
  -webkit-transform:none;
  transform: none;
}

.fixed-plugin .button-container .github-button
{
  display:inline
}

.entry-content {
    padding-top: 40px;
}

.video-title h2 {
    color: #0170B9;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 21px;
}

.video-frame {
    position: relative;
    padding-top: 48.7%;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper:not(:last-of-type) {
    margin-bottom: 25px;
}

.site-footer {
    background-color: #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}



.footer-col:not(:first-of-type) {
    padding-left: 70px;
}



.footer-col p {
    color: #4b4f58;
}

.footer-col p {
    margin-bottom: 10px;
}

.footer-col p a {
    color: #0170B9;
    text-decoration: none;
}

.footer-col .link {
    display: inline-block;
    margin-top: 41px;
    color: #0170B9;
}

.footer-bottom {
    margin-top: 100px;
}

.footer-bottom p {
    color: #4b4f58;
}

.entry-title {
    font-size: 2rem;
    font-weight: 400;
    color: #3a3a3a;
}

.cust-btn {
    display: inline-block;
    border-radius: 20px;
    background-color: #00a2e8;
    font-size: .75em;
    font-weight: 800;
    padding: 1em;
    color: #ffffff;
    line-height: 1;
}

.cust-btn:hover {
    color: #ffffff;
    background-color: #00a2e8;
    opacity: .85;
}

.time_limit {
    background-color: #e2e7ed;
    border-radius: 6px;
    margin: 1em 0;
    padding: 1em;
    position: relative;
}

.time_limit .time {
    color: #728188;
    margin: 5px 0;
    font-weight: 700;
}

.time-progress {
    position: absolute;
    background: #fff;
    height: 7px;
    border-radius: 5px;
    overflow: hidden;
    right: -1.2em;
    left: 1em;
}

.progress-br {
    position: absolute;
    background-color: #019e7c;
    height: 7px;
    border-radius: 5px;
    overflow: hidden;
}

.quiz_number {
    padding: 5px;
    background: #f0f3f6;
    border: 0;
    border-radius: 3px;
    -webkit-overflow-scrolling: touch;
    max-height: 100px;
    overflow-y: scroll;
    position: relative;
}

.quiz_number ol::after {
    content: '';
    display: table;
    clear: both;
}

.quiz_number li {
    background-color: #fff;
    background-image: none;
    border: 2px solid transparent;
    cursor: pointer;
    float: left;
    list-style-type: none;
    margin: 0 5px 5px 0;
    padding: 5px 0;
    text-align: center;
    width: 30px;
    min-width: 2.5em;
    height: 2.5em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    overflow: hidden;
}

.quiz_number li.active {
    background-color: #fff;
    color: #235af3;
    border-color: #235af3;
    box-shadow: 0 0 2px 1px #c4c4c4;
    font-weight: 700;
}
.quiz_number li.solved{
    background-color: #a1b6c9;
    color: #fff;
}
.quiz_number li.review{
    background-color: #ffd900;
    color: #000;
}
.quiz_number li.correct{
    background-color: #00c349;
    color: #ffffff;
}
.quiz_number li.incorrect{
    background-color: #f11414;
    color: #ffffff;
}
.review-legend {
    margin-bottom: 8px;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 0.75em;
}

.legend-view {
    display: flex;
    align-items: center;
}

.legend-view .lg-box {
    width: 17px;
    height: 17px;
    display: inline-block;
    background-color: #fff;
    color: #235af3;
    border: 2px solid transparent;
}

.legend-view .lg-box.current {
    border-color: #235af3;
}

.legend-view .lg-box.review {
    background-color: #ffd900;
}

.legend-view .lg-box.answered {
    background-color: #a1b6c9;
}
.legend-view .lg-box.correct {
background-color: #00c349;
}
.legend-view .lg-box.incorrect {
background-color: #f11414;
}
.legend-view .lbl {
    display: inline-block;
    margin-left: 5px;
}

.quiz-box {
    border-bottom: 2px solid #f0f3f6;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.questionlist .option {
    margin: 0 10px 0.5em;
    position: relative;
    border: 2px solid #e2e7ed;
    border-radius: 6px;
    display: inline-block;
    padding: 1em;
    width: 100%;
}
.questionlist .option.CorrectIncomplete{
    border-color: #00c349;
}
.questionlist .option.wpProQuiz_answerCorrect{
    background: #00c349;
    color: #fff;
    border-color: #00c349;
}
.questionlist .option input {
margin-right: 15px;
}

.results-bar{
    position: relative;
    background: #e2e7ed;
    height: 7px;
    border-radius: 5px;
    overflow: hidden;
}
.results-progress{
    position: absolute;
    background-color: #019e7c;
    height: 7px;
    border-radius: 5px;
    overflow: hidden;
}
.points{
    background-color: #f0f3f6;
    border: 2px solid #e2e7ed;
    border-radius: 6px;
    color: #728188;
    margin: 1em 0;
    text-align: center;
    padding: 1em;
}
.points span{
    color: #728188;
    font-weight: 700;
}
.score-footer{
    align-items: center;
    border-top: 2px solid #f0f3f6;
    display: flex;
    justify-content: center;
    margin: 20px 0;
    padding-top: 30px;
    gap: 20px;
}
.cust-btn.secondary{
    background: #495255;
}
.cust-btn.secondary:hover{
    background-color: #019e7c;
    opacity: .75;
}
.tracked-header{
    border-bottom: 2px solid #f0f3f6;
    margin-bottom: 2em;
    padding-bottom: 2em;
}
.wpProQuiz_response{
    background-color: #f0f3f6;
    border: 2px solid #e2e7ed;
    border-radius: 6px;
    box-shadow: none;
    color: #728188;
    margin: 30px 0;
    min-height: 85px;
    min-height: none;
    padding: 25px;
    position: relative;
    text-align: center;
}
.wpProQuiz_response .alert{
    padding: 5px 1em;
}
.wpProQuiz_response .alert-danger{

    border: 1px solid red;
    color: red;
    background: rgba(255,0,0,.2);
    font-weight: 700;
}