@-webkit-keyframes hideAnimation {
    0% { opacity: 1; }
    75% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 0; display: none;}
}

@keyframes hideAnimation {
    0% { opacity: 1; }
    75% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 0; display: none;}
}

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

@keyframes fadeInOutLoop {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
.share-link li a{color: #000 !important; }
.loading-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #DADAFC;
    z-index: 10001;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.loading-layer > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#paneIniting {
    -webkit-animation: fadeInOutLoop 3s ease-in-out infinite;
    animation: fadeInOutLoop 3s ease-in-out infinite;
    opacity: 1;
}
.btn-outline-light {
    color: #000000;
    border-color: #EEE;
}

.fullscreen {
    padding: 0;
    width: 100vw !important;
    height: 100vh !important;

}

.answer {
    cursor: pointer;
    border: 0px solid #EEE;
    padding: 10px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0px 15px rgb(0 0 0 / 5%);
    box-shadow: 0 0px 15px rgb(0 0 0 / 5%);
    font-size: 14px;
    background: #FFF;
}

.answer:hover {
    background: #6D6DF3;
    color: #FFF;

}

.answer.active {
    background: #4848F0;
    color: #FFF;
}

.block {
    overflow: hidden;
    position: relative;
}

.uk-modal {
    z-index: 9999;
}

#progressbar {
    height: 18px;
    position: relative;
    max-width: 240px;
    background: #FFF;
    border-radius: 10px;
    padding: 1px;
    margin: auto;
}

.loading {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 10px;
    border-radius: 10px;
    background: #4848F0;
    position: absolute;
    margin: 3px;
    display: inline-block;
    width: 0%;
    left: 1%;
    -webkit-transition: .5s;
    transition: .5s;
}

.loading-0 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 10px;
    border-radius: 10px;
    background:#4848F0;
    position: absolute;
    margin: 3px;
    display: inline-block;
    width: 1%;
    left: 1%;
    -webkit-transition: .5s;
    transition: .5s;
}

span.loading-0:before {
    content: '0%';
    color: #4848F0;
    right: -30px;
    position: absolute;
    line-height: 10px;
    font-size: 12px;
    font-weight: 700;
}

.loading-20 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 10px;
    border-radius: 10px;
    background: #4848F0;
    position: absolute;
    margin: 3px;
    display: inline-block;
    width: 20%;
    left: 1%;
    -webkit-transition: .5s;
    transition: .5s;
}

span.loading-20:before {
    content: '20%';
    color: #4848F0;
    right: -30px;
    position: absolute;
    line-height: 10px;
    font-size: 10px;
    font-weight: 700;
}

.loading-40 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 10px;
    border-radius: 10px;
    background: #4848F0;
    position: absolute;
    margin: 3px;
    display: inline-block;
    width: 40%;
    left: 1%;
    -webkit-transition: .5s;
    transition: .5s;
}

span.loading-40:before {
    content: '40%';
    color: #4848F0;
    right: -30px;
    position: absolute;
    line-height: 10px;
    font-size: 10px;
    font-weight: 700;
}

.loading-60 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 10px;
    border-radius: 10px;
    background: #4848F0;
    position: absolute;
    margin: 3px;
    display: inline-block;
    width: 60%;
    left: 1%;
    -webkit-transition: .5s;
    transition: .5s;
}

span.loading-60:before {
    content: '60%';
    color: #4848F0;
    right: -30px;
    position: absolute;
    line-height: 10px;
    font-size: 10px;
    font-weight: 700;
}

.loading-80 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 10px;
    border-radius: 10px;
    background: #4848F0;
    position: absolute;
    margin: 3px;
    display: inline-block;
    width: 80%;
    left: 1%;
    -webkit-transition: .5s;
    transition: .5s;
}

span.loading-80:before {
    content: '80%';
    color: #4848F0;
    right: -30px;
    position: absolute;
    line-height: 10px;
    font-size: 10px;
    font-weight: 700;
}

.loading-100 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 10px;
    border-radius: 10px;
    background: #4848F0;
    position: absolute;
    margin: 3px;
    display: inline-block;
    width: 95%;
    left: 1%;
    -webkit-transition: .5s;
    transition: .5s;
}

.loading-100:before {
    content: '100%';
    color: #FFF;
    right: 5px;
    position: absolute;
    line-height: 10px;
    font-size: 10px;
    font-weight: 700;
}

#load {
    text-align: center;
    margin-top: 30px;
}

.uk-modal-close-full {
    background: transparent;
    padding: 30px;
}

.uk-close.uk-icon svg {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    color: #ffffff;
}

.quiz-window .uk-close {
    position: absolute;
    text-align: right;
    padding: 10px;
    width: 98%;
}

.quiz-window h2 {
    font-size: 32px;
    font-weight: 700;
}

.quiz-window h4 {
    line-height: 1.5;
    font-size: 1.5em;
    color: #222;
}

#resultBtn {
    display: none;
    width: 150px;
    background-color: #4848F0;
    border-radius: 15px !important;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    border: none;
}

.quiz-modal {
    padding: 2vh;
    height: 100vh;
    display: grid;
}

.quiz-window {
    max-width: 1200px;
    margin: auto;
    padding: 5vh 2vh;
    position: relative;
    background-color: #ffffff90;
    border-radius: 20px;
    border: 0px solid #5f5f5f;
    display: grid;
    -webkit-backdrop-filter: blur(30px); backdrop-filter: blur(30px);
}

.quiz-window .btn-outline-light {
    color: #000000;
    border-color: #EEE;
    border-radius: 15px !important;
    padding: 5px 20px;
    background: #FFF;
}

@media (max-width: 1200px) {
    .quiz-window { height: 92vh; overflow: hidden; }
    .quiz-window h4 { font-size: 1.2rem;}
    .quiz-window h2 {
        font-size: 1.1rem;
        font-weight: 700;
    }
    .uk-modal-body {padding: 0;}
}
