.none {
    display: none;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.hidden {
    display: none !important;
}
.test {
    text-align: center;
}
.header {
    color: #ffca05;
    font-size: 27px;
    padding: 10px;
    font-weight: bold;
}

.bigicon {
    font-size: 35px;
    color: #ffca05;
}
.start-button {
    background-color: #ffca05;
}
.start-button:hover {
    background-color: white;
    color: #ffca05;
    font-weight: bold;
}
.question-title,
.question-image {
    margin-bottom: 22px;
    display: block;
}
.question-title {
    font-weight: bold;
    font-size: 22px;
}

.font-weight-bold{
    font-size: 18px;
}

.owl-dots{
    height: 1080px;
}


.question-points {
    font-size: 13px;
    color: #9e9e9e;
}
#about_us,
#name,
#phone,
#phone1,
#email,
#phone2 {
    display: inline-block;
    height: 36px;
}
.star {
    color: #e23545;
    font-size: 9px !important;
}

.false {
    background: #ff134c !important;
}
.final-mark {
    font-weight: bold;
}

.answer-text {
    font-weight: bold;
    font-size: 20px;
}

.timer {
    width: auto;
    padding: 8px 29px;
    font-size: 22px;
    color: black;
    line-height: 25px;
    border: 1px solid silver;
    border-left: none;
    border-right: none;
    font-weight: bold;
}

.clock {
    font-size: 31px;
    padding: 5px;
    color: silver;
    border: 1px solid silver;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.animation-time {
    transition: 0.6s;
    position: fixed;
    right: 0;
    z-index: 999;
    background: white;
    margin: 10px 0;
}
.animation-time:hover {
    transform: scale(1.15);
}
.show {
    right: 0 !important;
}
.remember {
    margin-left: 14px;
}

.fa {
    position: absolute !important;
    cursor: pointer !important;
}

.pointer,
.set-answer {
    cursor: pointer !important;
}

.header {
    background: silver;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

.modal-title {
    position: absolute !important;
}

.checkbox-div {
    width: 284px;
    top: 11px;
}

.fancybox-navigation,
.fancybox-button--thumbs,
.fancybox-infobar {
    display: none !important;
}

.outline-none {
    outline: none !important;
}

.swal2-popup {
    width: 38em !important;
    font-size: 1.5rem !important;
}

.test-imgs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    gap: 10px;
    height: 110px;
    /* overflow-y: auto; */
}

.test-imgs img {
    height: 100%;
    object-fit: cover;
}

.card-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.answers__container {
    padding-bottom: 50px;
    height: auto;
}

.finsh-test-btn {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1000px;
    color: #16d060;
    padding: 15px 8px;
}

.finsh-test-btn:hover {
    color: #16d060;
}

.question-navigation {
    /* padding: 10px;
    height: 100%;
    background-color: white; */
}

.card {
    position: static !important;
    max-width: 1000px!important;
}