.question-topic-item h5 > * {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
}

.attempt-box {
    display: none;
}

.topicTest-description {
    background-color: #efefef;;
}

.scoreboard {
    background-color: #006d78;;
}

.scoreboard * {
    color: #fff;
}

.retake-test-confirmation {
    display: none;
}

.restrcit-test h4 {
    color: #d30649;
}

.self-study h2 {
    color: #d30649;
}

.not-attempted {
    color: #c83435;
    margin-bottom: 10px;
}

.manage-topicTest a {
    font-weight: 600 !important;
    text-decoration: underline !important;
}
.topicTest-mode:not(.self-study) .mode-title  {
    color: #142e6e;
}

/* quiz try again button */
.try-again-button {
    margin-top: 10px;
    order: 6;
    text-align: right;
}
.try-again-button button {
    position: relative;
    bottom: 0px;
    border: 1px solid #20366f;
    background: #20366f;
    display: inline-flex;
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    height: 42px;
    font-size: 14px;
    transition: .3s;
    cursor: pointer;
    margin-top: 0px;
}

/* Modal Image on carousel image click */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    padding: 16px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}
  
/* Modal Content (image) */
.modal-content-image {
    padding-top: 16px;
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
}

/* Add Animation */
.modal-content-image {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
  
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
  
/* The Close Button */
.close-button {
    position: absolute;
    top: -16px;
    right: 8px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 10;
}

.close-button:hover,
.close-button:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
  
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/* hide second message if multiple status messages */
.basic-page-wrapper div[data-drupal-messages] {
	display: none;
}
.lti-user-register-wrapper div[data-drupal-messages] {
    display: none;
}
.lti-user-register-wrapper .main-content3 div[data-drupal-messages] {
    display: block;
}

/* by default hide the iframe */
iframe.embed-html {
    visibility : hidden;
}