html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.package-instruction-box p {
    word-wrap: break-word; 
    white-space: normal;
}

/*.header-stick {
    position: sticky;
    top: 0;
    z-index: 6;
    background: #F3F8FE;
}*/
#examSidebar .nav-link {
    font-family: "markgeocaps-bold";
    color: #00467F;
    border: 1px solid transparent;
    border-radius: 5px;
}

#examSidebar .nav-link.active {
    border: 1px solid;
    border-radius: 5px;
    transition: 0.3s border;
}

#examSidebar #question-list {
    overflow-y: auto;
}
#examSidebar #question-list li{
    width:100%;
}

#examSidebar.exam-sidebar {
    z-index: 7;
    width: 250px;
    position: fixed;
    /* height: 100vh; */

    right: 1%;
    top: 40px;
    max-height: 80vh;
    background: #F3F8FE;
    border-radius: 10px;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.16078431);
    /* max-height: calc(100% - 230px);
        overflow-y: auto;*/
    display: flex;
    flex-direction: column;
}

.timerDisplay {
    line-height: 38px;
    font-family: "markgeocaps-bold";
    color: #FFFFFF;
    padding: 14px 10px 10px;
    background: #0C69B7;
    border-radius: 5px;
  
   display:block;
    text-align: center;
}
.package-item img {
    cursor:pointer;
}

#imageModal .modal-dialog {
    max-width:1160px;
}

#imageModal .btn-close {
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 222;
}