* {
    font-family: 'Montserrat', sans-serif;
    /*
    letter-spacing: -0.03em;
    */
}

.font-montserrat {
    font-family: 'Montserrat', cursive;
    letter-spacing: -0.03em;
}

.font-museo {
    font-family: 'MuseoModerno', cursive;
    letter-spacing: -0.03em;
}

.issue-loader {
    width: 40px;
    height: 40px;
    border: 6px solid #FFF;
    border-bottom-color: lightgray;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.w-\[400px\] {
    width: 400px;
}

.w-\[500px\] {
    width: 500px;
}

.w-\[550px\] {
    width: 550px;
}

.w-\[600px\] {
    width: 600px;
}

.w-\[700px\] {
    width: 700px;
}

.w-\[800px\] {
    width: 800px;
}

.w-\[95vw\] {
    width: 95vw;
}

.w-\[-20\] {
    width: calc(100% - 20px);
}

.w-\[-30\] {
    width: calc(100% - 30px);
}

.w-\[-40\] {
    width: calc(100% - 40px);
}

.h-\[-20\] {
    height: calc(100% - 20px);
}

.h-\[-30\] {
    height: calc(100% - 30px);
}

.h-\[-40\] {
    height: calc(100% - 40px);
}

.h-\[95vh\] {
    height: 95vh;
}

.h-\[90vh\] {
    height: 90vh;
}

.h-\[75vh\] {
    height: 75vh;
}

.h-\[50vh\] {
    height: 50vh;
}

.max-w-\[44rem\] {
    max-width: 44rem;
}

.w-18 {
    width: 4.5rem;
}

.w-22 {
    width: 5.5rem;
}

.w-82 {
    width: 21rem;
}

.style-chooser.filter > div {
    background-color: white;
    border: 1px solid rgb(221, 221, 221);
    padding: 1px 6px 7px 12px;
    border-radius: 4px;
}

.style-chooser.filter > div:hover {
    border: 1px solid rgb(170, 174, 183);
}

.filter .dp__main input {
    font-weight: 600;
    font-size: 0.94rem;
}

.filter .dp__main input::placeholder {
    color: #6B7280;
}

.style-chooser .vs__search::placeholder,
.style-chooser .vs__dropdown-toggle {
    background: transparent;
}
.style-chooser .vs__dropdown-menu {
    background: #F3F4F6;
}
.style-chooser .vs__search::placeholder,
.style-chooser .vs__dropdown-toggle,
.style-chooser .vs__dropdown-menu {
    border: none;
    color: #9CA3AF;
    padding: 0;
}
.style-chooser .vs__selected-options {
    padding: 0;
}
.style-chooser .vs__selected,
.style-chooser .vs__search
{
    padding: 5px 0 0 0;
    margin: 0;
}

.style-chooser .vs__dropdown-toggle {
    margin-top: 1px;
}

.style-chooser .vs__search::placeholder,
.style-chooser .vs__dropdown-toggle,
.style-chooser .vs__selected,
.style-chooser .vs__search,
.style-chooser .vs__dropdown-menu
{
    font-size: 14px;
    font-weight: 600;
}

.style-chooser .vs__dropdown-menu {
    margin-top: 5px;
    border: 1px solid #9CA3AF;
}

.style-chooser .vs__dropdown-option {
    padding: 10px 5px;
    border-bottom: 1px solid #E5E7EB;
}

.style-chooser .vs__dropdown-option:hover, .style-chooser .vs__dropdown-option--highlight {
    padding: 10px 5px;
    /*
    background-color: #65A30D;
     */
    background-color: #6B7280;
}

.style-chooser .vs__dropdown-option--selected {
    color: white;
    background-color: #9CA3AF;
}

.style-chooser .vs__clear,
.style-chooser .vs__open-indicator {
    fill: #9CA3AF;
}

.style-chooser .dp__input_icon {
    left: calc(100% - 14px);
}
.style-chooser .dp--clear-btn {
    left: calc(100% - 36px);
}
.style-chooser .dp__main input {
    padding: 5px 40px 0 0;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
}

.style-chooser .dp__main input:focus {
    outline: none;
}

.checkbox-checked::before {
    border: solid #6B7280;
    border-width: 0 0 2px 2px;
    content: '';
    display: block;
    height: 8px;
    margin: 3px;
    transform: rotate(-45deg);
    width: 12px;
}

.toggle-switch {
    border-radius: 0.75em;
    box-shadow: 0.0625em 0.0625em 0.0625em rgba(0, 0, 0, 0.08) inset;
    cursor: pointer;
    flex: none;
    height: 1.5em;
    position: relative;
    transition: background-color 150ms;
    width: 3em;
}

.toggle-switch::before {
    background: #fff;
    background-image: radial-gradient(circle at 0.375em 0.375em, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.05) 1em);
    border-radius: 0.625em;
    box-shadow: 0.0625em 0.0625em 0.0625em rgba(0, 0, 0, 0.08);
    content: "";
    display: block;
    height: 1.25em;
    left: 0.125em;
    position: absolute;
    top: 0.125em;
    transition: left 150ms;
    width: 1.25em;
    will-change: left;
}

.toggle-switch-checked::before {
    background-image: radial-gradient(circle at 0.375em 0.375em, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.05) 1em);
    left: 1.625em;
}

.toggle-switch:hover {
    box-shadow: 0.0625em 0.0625em 0.125em rgba(0, 0, 0, 0.12) inset;
}

.toggle-switch:hover::before {
    background-image: radial-gradient(circle at 0.375em 0.375em, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0375) 1em);
    box-shadow: 0.0625em 0.0625em 0.0625em rgba(0, 0, 0, 0.12);
}

/*
VueJS transitions - start
https://vuejs.org/guide/built-ins/transition
*/

.v-enter-active,
.v-leave-active {
    transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
    opacity: 0;
}

.tw-enter-active,
.tw-leave-active {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tw-enter-active {
    transition-duration: 450ms;
}
.tw-leave-active {
    transition-duration: 0ms;
}

.tw-enter-from,
.tw-leave-to {
    opacity: 0;
}


.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

.slide-fade-enter-active {
    transition: all 0.3s ease-out;
}

.slide-fade-leave-active {
    transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
    transform: translateX(20px);
    opacity: 0;
}

.bounce-enter-active {
    animation: bounce-in 0.5s;
}
.bounce-leave-active {
    animation: bounce-in 0.5s reverse;
}
@keyframes bounce-in {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(1);
    }
}

.exam-test .forms {
    margin: 40px 0 60px 0;
    padding: 20px;
    border-radius: 10px;
    background-color: #f3f4f6;
}

.exam-test .forms.question_untouched {
}

.exam-test fieldset {
}

.exam-test fieldset legend {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.exam-test fieldset .line {
    margin: 16px 0;
    padding: 12px 16px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: start;
    justify-content: space-between;
    background-color: white;
}

.exam-test fieldset .line:hover {
    background-color: #f9fafb;
}

.exam-test fieldset .line.selected {
    border: 1px solid #c5c5c5;
    padding: 11px 15px;
}

.exam-test fieldset .line.correct_choice {
    background-color: #ecfccb;
}

.exam-test fieldset .line.correct_choice input[type="radio"]::before {
    background-color: #84cc16;
}

.exam-test fieldset .line.selected.correct_choice {
    background-color: #bef264;
    font-weight: 600;
}

.exam-test fieldset .line.selected.wrong_answer {
    font-weight: 600;
}

.color-green-400 {
    color: #bef264;
}

.color-green-500 {
    color: #84cc16;
}

.color-green-600 {
    color: #65a30d;
}

.exam-test fieldset .line input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: white;
    /* Not removed via appearance */
    margin: 3px 16px 0 0;

    font: inherit;
    color: lightgray;
    width: 1.35em;
    height: 1.35em;
    border: 0.1em solid lightgray;
    border-radius: 50%;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

.exam-test fieldset .line input[type="radio"]::before {
    content: "";
    width: 0.85em;
    height: 0.85em;
    border-radius: 50%;
    transform: scale(0);
    transition: 70ms transform ease-in-out;
    /* Windows High Contrast Mode */
    background-color: darkorange;
}

.exam-test fieldset .line input[type="radio"]:checked::before {
    transform: scale(1);
}

.exam-test fieldset .line input[type="radio"]:focus {
    outline: max(2px, 0.15em) solid lightgray;
    outline-offset: max(2px, 0.15em);
}

.exam-test fieldset .line span {
    flex: 1;
}

.apexcharts-menu {
    min-width: 120px !important;
}

/*
VueJS transitions - end
https://vuejs.org/guide/built-ins/transition
*/


