.uk-lightbox-toolbar.uk-lightbox-caption.uk-position-bottom.uk-text-center.uk-transition-slide-bottom.uk-transition-opaque {
    background: #4848F0;
    font-weight: 600;
    color: #FFF;
}
.quiz-result .uk-transition-fade, [class*=uk-transition-scale], [class*=uk-transition-slide] {
    --uk-translate-x: 1;
    --uk-translate-y: 1;
    opacity: 1 ;
}
a.vs-read-more span {
    font-weight: 700;
}

.kv-video {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    mix-blend-mode: darken;
}

.quiz-footer-bg {
    background-image: url(/vsAssetFile/global/img/education/quiz/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 50vh;
}

.tooltips-info {
    display: none;
}

.tooltips-info .tooltip-content-bottom {
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1px;
    padding: 15px 20px;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 50%;
    bottom: -80px;
    border-radius: 15px;
    text-align: left;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltips-info .tooltip-content-bottom:after {
    display: block;
    background: #ffffff;
    content: "";
    height: 20px;
    position: absolute;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    width: 20px;
    top: 0px;
    left: 50%;
}

.share-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.share-link li {
    padding: 0 8px;
    font-size: 28px;
}

.back {
    background: none !important;
}

.skill {
    text-align: right;
    padding-right: 20px;
    line-height: 30px;
    border-radius: 5px;
    height:28px;
}

.skill.de {
    background-color: #DB0025;
}

.skill.hy {
    background-color: #3AC9CC;
}

.skill.fa {
    background-color: #2B3084;
}

.skill.del {
    background-color: #F4BA00;
}

.bg-1 {
    background-image: url(/vsAssetFile/global/img/education/quiz/quiz-bg-1.svg);
    background-repeat: no-repeat;
    background-size: 105%;
    background-position-x: center;
}

.bg-2 {
    background-image: url(/vsAssetFile/global/img/education/quiz/quiz-bg-2.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: center;
}

.bg-3 {
    background-image: url(/vsAssetFile/global/img/education/quiz/quiz-bg-3.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: center;
}

.bg-4 {
    background-image: url(/vsAssetFile/global/img/education/quiz/quiz-bg-4.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position-x: center;
}

.bg-5 {
    background-image: url(/vsAssetFile/global/img/education/quiz/quiz-bg-5.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: center;
}

.bg-6 {
    background-image: url(/vsAssetFile/global/img/education/quiz/quiz-bg-6.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: center;
}

.btn.btn-red {
    background-color: #4848F0;
    border-color: #4848F0;
    border-radius: 50px;
    font-weight: 600;
    padding: 9px 32px;
    font-size: 16px;
    text-transform: inherit;
}
.btn.btn-red:hover {
    background: #6D6DF3;
    border-color: #6D6DF3;
    color: #FFF;
}
.btn-white {
    border-radius: 50px;
    border-color: #B2B2B2;
    background-color: #FFF;
    font-weight: 600;
    padding: 9px 32px;
    font-size: 16px;
    text-transform: inherit;
}
.btn-white:hover,.btn-white:hover a,a.btn-white:hover{ background: #6D6DF3;color: #FFF;}

h1 {
    font-size: 3rem;
}

section h2 {
    font-weight: 700;
    font-size: 48px;
}

section h3 {
    font-weight: 700;
    font-size: 32px;
}

.gadget-tag span {
    background-color: #FFFFFF66;
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 600;
    margin: 5px 5px 5px 0;
}

.uk-card-default {
    background-color: #ECEDF8;
}

.uk-border-rounded {
    border-radius: 10px;
}

@media (max-width: 1200px) {
    .vs-container, .container {
        max-width: 90%;
    }
}

@media (max-width: 1200px) {
    .result-m-border {
        -webkit-box-shadow: 0px 0px 15px #00000030;
        box-shadow: 0px 0px 15px #00000030;
        border-radius: 15px;
    }

    .bg-1 {
        background-size: 110%;
    }

    .bg-2 {
        background-size: 125%;
    }

    h1 {
        font-size: 32px;
    }

    section h2 {
        font-weight: 700;
        font-size: 28px;
    }

    section h3 {
        font-weight: 700;
        font-size: 22px;
    }

    .quiz-home h1 {
        text-align: center;
    }

    .mobile-center {
        text-align: center;
    }

    .btn-red, .btn-white ,.w-100-mobile{
        width: 100%
    }

    .px-mbile-0{padding-left: 0;padding-right: 0;}
}

@media (max-width: 768px) {
    .text-center-mobile {
        text-align: center !important;
        border-bottom: 1px solid #CFCFCF;
        padding-bottom: 15px;
        margin-bottom: 15px !important;
    }

    .quiz-footer-bg {
        background-image: url(/vsAssetFile/global/img/education/quiz/footer-bg-pure.png);
    }
}
