<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ays-quiz-category-selective-container {
    width: 70%;
    height: fit-content;
    margin: auto;
}
.ays-quiz-category-selective-header-container {
    margin-bottom: 30px;
}
.ays-quiz-category-selective-header-text {
    text-align: center;
}
.ays-quiz-category-selective-container .ays-quiz-category-selective-category-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ays-quiz-category-selective-container .ays-quiz-category-selective-category-container:not(:last-child) {
    margin-bottom: 15px;
}
.ays-quiz-category-selective-container .ays-quiz-category-selective-text-input {
    width: 100%;
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #e2e8f0;;
    border-radius: 2px;
    background: #F9FAFB;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
.ays-quiz-category-selective-container .ays-quiz-category-selective-text-input::placeholder {
    color: #b3b3b3;
}
.ays-quiz-category-selective-container .ays-quiz-category-selective-title-container {
    width: 30%;
}

.ays-quiz-category-selective-container .ays-quiz-category-selective-title-container label {
    font-weight: 400;
}

.ays-quiz-category-selective-container .ays-quiz-category-selective-count-container {
    width: 70%;
}
.ays-quiz-category-selective-container .ays-quiz-category-selective-count-container .ays-quiz-category-selective-text-input {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: normal;
}
.ays-quiz-category-selective-submit-container {
    margin-top: 30px;
    text-align: center;
}
.ays-quiz-category-selective-submit-container button.ays-quiz-category-selective-submit-bttn,
.ays-quiz-category-selective-container button.ays-quiz-category-selective-restart-bttn {
    border: 0;
    color: #ffffff;
    background-color: #046bd2;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1em;
    cursor: pointer;
}
.ays-quiz-category-selective-submit-container button.ays-quiz-category-selective-submit-bttn:hover,
.ays-quiz-category-selective-container button.ays-quiz-category-selective-restart-bttn:hover {
    background-color: #03509e;
}</pre></body></html>