.border-bottom-grey {
    border-bottom: 1px solid #F1F1F2;
}
/* test card */
.card-bundle {
    z-index: 8;
}
.card .thumbnail {
    border: 0 none;
    padding: 0;
    margin: 0;
    min-height: 200px;
    position: relative;
    background: transparent;
    box-shadow: 0 25px 20px -21px rgba(0, 0, 0, 0.57);
}
.card.card-bundle .mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
    overflow: hidden;
}
[class*="gradient-"]::after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
}
.gradient-vue::after {
    background-color: #1ae28a;
    background: linear-gradient(-45deg, #006ba3 0%, #52c4ff 100%);
}
.card .thumb-cover {
    padding: 15px 20px;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 3;
    content: "";
    left: 0;
    border-radius: 8px;
}
.card.card-bundle .details {
    text-align: center;
    color: #FFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.card .details {
    top: 0;
    display: block;
    height: 60px;
    padding: 10px 15px 0;
    position: absolute;
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.ribbon {
    position: relative;
    background-size: cover;
    color: white;
    z-index: 11;
}
.free {
    box-shadow: 0 0 0 3px #fd6f03, 0px 21px 5px -18px rgba(0,0,0,0.6);
    background: #fd6f03;
}
.ribbon3 {
    width: 225px;
    height: 42px;
    line-height: 40px;
    padding-left: 15px;
    position: absolute;
    left: -19px;
    top: 6px;
}
.ribbon3:before {
    height: 0;
    width: 0;
    top: -12px;
    left: -2.9px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
    content: "";
    position: absolute;
}
.ribbon3.free:after {
    height: 0;
    width: 0;
    right: -17.5px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #fd6f03;
    content: "";
    position: absolute;
    top: -4px;
}
.card.card-bundle .details .framework-logo {
    padding-bottom: 0px;
    left: 0;
    right: 0;
    top: 60px;
    background: rgba(0,0,0,.4);
    min-height: 90px;
    position: relative;
    padding-top: 7px;
    
    border-radius: 5px;
}
.row.test-middle-icon {
    width: 100%;
    margin: 0px auto;
}
.test-middle-icon .col-6 {
    font-size: 12px;
    font-weight: 500;
}
.test-middle-icon i {
    font-size: 25px;
}
.test-middle-icon span.value {
    font-size: 20px;
    font-weight: 300;
}
/* Oral test */
.row.oral-test-middle-icon {
    width: 100%;
    margin: 8px auto;
}
.oral-test-middle-icon span.value {
    font-size: 14px;
    font-weight: 300;
}

a.icon {
    text-decoration: none;
    cursor: pointer;
}
.text-white-im {
    color: #fff !important;
    z-index: 9;
}
.test-icons a.icon i {
    font-size: 12px;
}
.icon {
    color: #9aa0ac !important;
}
.icon i {
    vertical-align: -1px;
}
.card .actions {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.card .actions .test-btn {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.card .actions .btn-neutral i {
    font-size: 30px;
}
.test-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-neutral.btn-fill {
    color: #666666 !important;
    background-color: white;
    opacity: 1;
    filter: alpha(opacity=100);
}
.test-btn {
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-size: 0.8125rem;
    min-width: 2.375rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.84615385;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.test-btn i {
    font-size: 1rem;
    vertical-align: -2px;
}
.infobox {
    position: relative;
    background: #fff;
    margin: 5px;
    padding: 10px;
    top: -40px;
    z-index: 1;
    border: solid 1px #ddd;
    height: 159px;
}
.test-single-title.translate_quiz_title {
    height: 60px;
    overflow: scroll;
}
.test-single-title {
    font-weight: bold;
}
.test-label {
    font-size: 13px;
}
.average-star span {
    display: inline-block;
}
.empty-star {
    font-size: 12px;
}
.h-37 {
    height: 37px !important;
}

/* test */
.test-heading {
    background-color: #006ba3;
}
.test-heading h3 {
    padding-top: 8px;
    color: #ffffff;
}
.test-heading .timer {
    background-color: #0e88c8;
    padding: 10px;
    border-radius: 2px;
}
.test-heading .timer h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

.card-header .bg {
    background-color: #ff6d03;
    padding: 10px;
    border-radius: 2px;
    width: fit-content;
}
.card-header .bg h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}
.p-08 {
    padding: 0.8rem !important;
}
.ml-05 {
    margin-left: 0.5rem !important;
}
.mr-05 {
    margin-right: 0.5rem !important;
}
.mr-10, .mx-10 {
    margin-right: 0.5rem !important;
}
.answered-question {
    background-color: #5dba2f;
}
.not-answered-question {
    background-color: #cd2f2b;
}
.not-visit-question {
    background-color: #868e96;
}
.box {
    padding: 5px 0;
}

.box label {
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    border: 1px solid lightgrey;
    border-radius: 50px;
    margin: 10px 0;
    padding-left: 20px;
    cursor: default;
    transition: all 0.3s ease;
}

#option-1:checked~.option-1,
#option-2:checked~.option-2,
#option-3:checked~.option-3,
#option-4:checked~.option-4 {
    background: #333;
    border-color: #333;
}

.box label .dot {
    height: 16px;
    width: 16px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

#option-1:checked~.option-1 .dot,
#option-2:checked~.option-2 .dot,
#option-3:checked~.option-3 .dot,
#option-4:checked~.option-4 .dot {
    background: #fff;
}

.box label .dot::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

#option-1:checked~.option-1 .dot::before,
#option-2:checked~.option-2 .dot::before,
#option-3:checked~.option-3 .dot::before,
#option-4:checked~.option-4 .dot::before {
    background: #333;
    transform: translate(-50%, -50%) scale(1);
}

.box label .text {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    transition: color 0.3s ease;
}

#option-1:checked~.option-1 .text,
#option-2:checked~.option-2 .text,
#option-3:checked~.option-3 .text,
#option-4:checked~.option-4 .text {
    color: #fff;
}

.box input[type="radio"] {
    display: none;
}
.question {
    font-size: 22px;
    color: black;
}
.question-hint {
    background-color: #f3f4f6;
    padding: 0.5rem;
    border-radius: 5px;
}
.question-hint p {
    font-size: 13px;
}
.tag {
    font-size: 0.8rem;
    color: #6e7687;
    background-color: #e9ecef;
    border-radius: 3px;
    padding: 0.2rem 0.8rem;
    line-height: 2em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: default;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tag-green {
    background-color: #5eba00 !important;
    color: #fff;
}
.tag-orange {
    background-color: #fd9644;
    color: #fff;
}
.tag-red {
    background-color: #cd201f;
    color: #fff;
}
.tag-gray {
    background-color: #868e96;
    color: #fff;
}
.test-timer {
    display: inline-flex;
}

/* test summary */
.bg-red {
    background-color: #cd201f !important;
}
.bg-green {
    background-color: #5eba00 !important;
}
.bg-orange {
    background-color: #fd9644 !important;
}
.bg-grey {
    background-color:#888 !important;
}
.bg-red-accent {
    background-color:#FF0000 !important;
}
.px-75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}
.py-20 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}
.py-50 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.mr-50 {
    margin-right: 0.5rem !important;
}
.result-table {
    border-radius: 10px;
    overflow-x: scroll;
    background-color: #fff;
}
.result-table td {
    color: #808080;
    line-height: 1.4;
}
.result-column1 {
    width: 45%;
    padding-left: 20px !important;
}
.result-column2 {
    width: 15%;
}
.result-column3 {
    width: 15%;
}
.result-column4 {
    width: 13%;
    padding-right: 20px !important;
}
.error-code {
  font-size: 10rem; 
}
.bg-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 139, 18, 0.6);
}

.questionaire-option-body {
    display: grid;
    gap: 8px;
}

@media (min-width: 600px){
    .questionaire-option-body {
        grid-template-columns: 1fr 1fr;
    }
}

.questionaire-option {
    background-color: rgb(245, 247, 249);
    padding: 12px 16px;
    border: 2px solid transparent;
    border-radius: 4px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.questionaire-option label {
    cursor: pointer;
}