/* your styles go here */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
.wpe-confirm-msg {
    font-size: 1.2rem;
}

.wpe-question-description-container img, .wpe-question-explanation-container img {
    max-width: 95%;
}

.wpe-text-success {
    color: #2EC193 !important;
}

.wpe-text-failure {
    color: #c7404d !important;
}

.wpe-bg-success {
    background-color: #2EC193 !important;
}

.wpe-bg-failure {
    background-color: #c7404d !important;
}


.wpe-btn-question-success {
    color: color-yiq(#2EC193);
    background-color: #2EC193;
    border-color: #2EC193;
}

.wpe-btn-question-failure {
    color: color-yiq(#c7404d);
    background-color: #c7404d;
    border-color: #c7404d;
}

.wpe-confirm-alert-fadeout {
    animation: fadeout ease 2s;
    -webkit-animation: fadeout ease 2s;
    -moz-animation: fadeout ease 2s;
    -o-animation: fadeout ease 2s;
    -ms-animation: fadeout ease 2s;
}

.wpe-product-card-width {
    width: 285px;
}

.wpe-report-card-width {
    width: 315px;
    heigth: 365px;
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.wpe-confirm-alert-fadein {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.wpe-content-wrapper {
min-height: 53vh;
}

.wpe-exam-options-col-mobile {
    display: none !important;
}

.wpe-exams-modal-size {
    max-width: 400px;
}

.wpe-exam-category-header {
    padding-left: 14px;
}

.progress-bar {
    background-color: #3A5683;
}

.wpe-exam-review-options-col {
    margin-top: 19px;
}

.wpe-exam-description-container img {
    max-width: 100%;
}

@media only screen and (max-width: 991px) {
    .wpe-exam-options-col {
        display: none !important;
    }

    .wpe-exam-review-options-col {
        display: none;
    }

    .wpe-exam-options-col-mobile {
        display: flex !important;
        justify-content: flex-end;
    }
}

/* custom responsive breaks for exam options toggle */
@media only screen and (max-width: 660px) {
    .wpe-button-text-md {
        display: none;
    }
}

.wpe-exam-timer-col {
    justify-content: start;
}

@media only screen and (max-width: 575px) {
    .wpe-button-text-sm {
        display: none;
    }

    .wpe-exam-timer-col {
        justify-content: center;
    }
}

/* faq */

.faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

.faq-nav .faq-nav-link {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 16px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #616161;
    transition: background-color 0.2s ease;
}

.faq-nav .faq-nav-link:hover {
    background-color: #3A5683;
    color: white;
}

.faq-nav .faq-nav-link.active {
    background-color: #3A5683;
}

.faq-nav .faq-nav-link:last-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 0;
}

.faq-nav .faq-nav-link {
    font-size: 16px;
    position: relative;
}

.faq-tab-content {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

.faq-tab-content .faq-card {
    border-radius: 0;
}

.faq-tab-content .faq-card-header {
    padding: 15px 16px;
    border-radius: 0;
    background-color: #f6f6f6;
}

.faq-tab-content .faq-card-header h5 {
    margin: 0;
}

.faq-tab-content .faq-card-header h5 button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
    white-space: normal;
}

.faq-tab-content .faq-card-header h5 button:hover, .faq-tab-content .faq-card-header h5 button:focus, .faq-tab-content .faq-card-header h5 button:active, .faq-tab-content .faq-card-header h5 button:hover:active {
    text-decoration: none;
}

.faq-tab-content .faq-card-body p {
    color: #616161;
}

.faq-tab-content .faq-card-body p:last-of-type {
    margin: 0;
}

.faq-accordion > .faq-card:not(:first-child) {
    border-top: 0;
}

.faq-collapse.show .faq-card-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* USER PROFILE */
#user-profile h2 {
    padding-right: 15px;
}

#user-profile .profile-status {
    font-size: 0.75em;
    padding-left: 12px;
    margin-top: -10px;
    padding-bottom: 10px;
    color: #8dc859;
}

#user-profile .profile-status.offline {
    color: #fe635f;
}

#user-profile .profile-img {
    border: 1px solid #e1e1e1;
    padding: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#user-profile .profile-label {
    text-align: center;
    padding: 5px 0;
}

#user-profile .profile-label .label {
    padding: 5px 15px;
    font-size: 1em;
}

#user-profile .profile-stars {
    color: #FABA03;
    padding: 7px 0;
    text-align: center;
}

#user-profile .profile-stars > i {
    margin-left: -2px;
}

#user-profile .profile-since {
    text-align: center;
    margin-top: -5px;
}

#user-profile .profile-details {
    padding: 15px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin: 15px 0;
}

#user-profile .profile-details ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 40px;
}

#user-profile .profile-details ul > li {
    margin: 3px 0;
    line-height: 1.5;
}

#user-profile .profile-details ul > li > i {
    padding-top: 2px;
}

#user-profile .profile-details ul > li > span {
    color: #34d1be;
}

#user-profile .profile-header {
    position: relative;
}

#user-profile .profile-header > h3 {
    margin-top: 10px
}

#user-profile .profile-header .edit-profile {
    margin-top: -6px;
    position: absolute;
    right: 0;
    top: 0;
}

#user-profile .profile-tabs {
    margin-top: 30px;
}

#user-profile .profile-user-info {
    padding-bottom: 20px;
}

#user-profile .profile-user-info .profile-user-details {
    position: relative;
    padding: 4px 0;
}

#user-profile .profile-user-info .profile-user-details .profile-user-details-label {
    float: left;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

#user-profile .profile-user-info .profile-user-details .profile-user-details-value {
    margin-left: 100px;
}

#user-profile li {
    padding: 4px 0;
}

#user-profile li > i {
    padding-top: 6px;
}

@media only screen and (max-width: 767px) {
    #user-profile .profile-user-info .profile-user-details .profile-user-details-label {
        float: none;
        position: relative;
        text-align: left;
    }

    #user-profile .profile-user-info .profile-user-details .profile-user-details-value {
        margin-left: 0;
        padding-left: 10px;
    }

    #user-profile {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 420px) {
    #user-profile .profile-header .edit-profile {
        display: block;
        position: relative;
        margin-bottom: 15px;
    }

    #user-profile .profile-message-btn .btn {
        display: block;
    }
}

.user-profile-avatar-container {
    width: 210px;
    height: auto;
}

.user-profile-license-description p {
    padding-right: 10px;
    padding-left: 10px;
}

.main-box {
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -moz-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -o-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -ms-box-shadow: 1px 1px 2px 0 #CCCCCC;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 16px;
    padding: 20px;
}

.main-box h2 {
    margin: 0 0 15px -20px;
    padding: 5px 0 5px 20px;
    border-left: 10px solid #c2c2c2; /*7e8c8d*/
}

.wpe-report-detail-answers-list {
    list-style: none;
}

.wpe-report-detail-user-answer {
    border: 3px solid #3A5683;
}

.wpe-home-linker {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    width: 225px;
    cursor: pointer;
}

@media only screen and (max-width: 420px) {
    .wpe-home-linker {
        width: 192px;
    }
}

.wpe-main-nav {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.wpe-no-copy {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wpe-img-max-size {
    max-width: 85% !important;
    height: auto;
}

.wpe-shadowy-box {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}