@font-face {
    font-family: 'EstedadV';
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    ascent-override: 100%;
    src: url('../fonts/estedad_v85/estedadv.woff2') format('woff2');
}

:root {
    --color-primary-100: #e9edf7;
    --color-primary-150: #dde3f3;
    --color-primary-200: #c3cee9;
    --color-primary-500: #5472c0;
    --color-primary-700: #293d70;
    --color-secondary-100: #f5f8fe;
    --color-orange-200: #ffe6e5;
    --color-orange-500: #ff4745;
    --color-orange-600: #ff6f39;
    --color-orange-700: #c70300;
    --color-danger-100: #ffebeb;
    --color-danger-200: #f2caca;
    --color-danger-600: #cf3a3a;
    --color-info-100: #cfe8fc;
    --color-info-150: #b7dcfa;
    --color-success-100: #dcefdc;
    --color-success-600: #3e8e41;
    --transition: 350ms ease-in-out;
}

*, ::before, ::after {
    box-sizing: border-box
}

body {
    font-family: 'EstedadV', sans-serif;
    font-size: clamp(0.875rem, 0.75rem + 0.8vw, 1.125rem);
    background-color: var(--color-primary-100);
    color: var(--color-primary-700);
    min-height: 100vh;
    margin: 0;
    padding-block: 1rem;

    @supports (font-feature-settings: normal) {
        font-feature-settings: 'ss10' on;
    }
}

[x-cloak] {
    display: none !important
}

img, svg {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

a, button {
    -webkit-tap-highlight-color: transparent
}

input, textarea, select, button {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    outline: none;
    background-color: transparent;
    resize: none;
    width: 100%;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button {
    cursor: pointer;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

label {
    display: block;
    cursor: pointer;
}

.container {
    width: min(75rem, 100% - 2rem)
}

.container-sm {
    width: min(25rem, 100% - 2rem)
}

.o-hidden {
    overflow: hidden
}

.size-4 {
    width: 0.5rem;
    height: 0.5rem;
}

.size-\[40\] {
    width: 2.5rem;
    height: 2.5rem;
}

.size-\[48\] {
    width: 3rem;
    height: 3rem;
}

.w-unset {
    width: unset
}

.w-fit {
    width: fit-content
}

.w-full {
    width: 100%
}

.w-\[48\] {
    width: 3rem
}

.w-\[64\] {
    width: 4rem
}

.w-\[240\] {
    width: 15rem
}

.w-\[320\] {
    width: 20rem
}

.h-1 {
    height: 0.125rem
}

.h-\[48\] {
    height: 3rem
}

.h-\[64\] {
    height: 4rem
}

.h-fit {
    height: fit-content
}

.h-full {
    height: 100%
}

.bg-primary-100 {
    background-color: var(--color-primary-100)
}

.bg-primary-150 {
    background-color: var(--color-primary-150)
}

.bg-primary-200 {
    background-color: var(--color-primary-200)
}

.bg-primary-500 {
    background-color: var(--color-primary-500)
}

.bg-secondary-100 {
    background-color: var(--color-secondary-100)
}

.bg-orange-600 {
    background-color: var(--color-orange-600)
}

.bg-orange-200 {
    background-color: var(--color-orange-200)
}

.bg-danger-100 {
    background-color: var(--color-danger-100)
}

.bg-danger-600 {
    background-color: var(--color-danger-600)
}

.bg-info-100 {
    background-color: var(--color-info-100)
}

.bg-success-100 {
    background-color: var(--color-success-100)
}

.bg-success-600 {
    background-color: var(--color-success-600)
}

.overflow-x-auto {
    overflow-x: auto
}

.nowrap {
    white-space: nowrap
}

.blur-\[1\] {
    filter: blur(1px);
}

.text-truncate {
    display: -webkit-box;
    height: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    word-wrap: break-word;
}

.text-truncate-2 {
    display: -webkit-box;
    height: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-wrap: break-word;
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
    word-spacing: -0.03em;
}

.text-muted {
    opacity: 50%
}

.text-primary-100 {
    color: var(--color-primary-100)
}

.text-primary-500 {
    color: var(--color-primary-500)
}

.text-secondary-100 {
    color: var(--color-secondary-100)
}

.text-danger-600 {
    color: var(--color-danger-600)
}

.text-success-100 {
    color: var(--color-success-100)
}

.text-success-600 {
    color: var(--color-success-600)
}

.text-orange-500 {
    color: var(--color-orange-500)
}

.fw-normal {
    font-weight: normal
}

.fw-100 {
    font-weight: 100
}

.fw-700 {
    font-weight: 700
}

.fs-\[13\] {
    font-size: 13px
}

.fs-\[14\] {
    font-size: 0.875rem
}

.fs-\[16\] {
    font-size: 1rem
}

.fs-\[18\] {
    font-size: 1.125rem
}

.fs-\[20\] {
    font-size: 1.25rem
}

.fs-\[40\] {
    font-size: 2.5rem
}

.mx-auto {
    margin-inline: auto
}

.mt-auto {
    margin-top: auto
}

.mr-auto {
    margin-right: auto
}

.my-0 {
    margin-block: 0
}

.p-6 {
    padding: 0.75rem
}

.p-4 {
    padding: 0.5rem
}

.p-8 {
    padding: 1rem
}

.pt-\[32\] {
    padding-top: 2rem
}

.px-8 {
    padding-inline: 1rem
}

.py-2 {
    padding-block: 0.25rem
}

.py-4 {
    padding-block: 0.5rem
}

.hidden {
    display: none
}

.block {
    display: block
}

.flex {
    display: flex
}

.grow {
    flex-grow: 1
}

.shrink-0 {
    flex-shrink: 0
}

.growF {
    flex: 1 1 0
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-end {
    justify-content: flex-end
}

.justify-between {
    justify-content: space-between
}

.column {
    flex-direction: column
}

.column-reverse {
    flex-direction: column-reverse
}

.row-reverse {
    flex-direction: row-reverse
}

.gap-2 {
    gap: 0.25rem
}

.gap-4 {
    gap: 0.5rem
}

.gap-8 {
    gap: 1rem
}

.gap-\[32\] {
    gap: 2rem
}

.grid {
    display: grid
}

.gtc-auto-fill-\[15\] {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr))
}

.gtc-auto-fill-\[25\] {
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr))
}

.gtc-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.rounded {
    border-radius: 0.75rem;

    @supports (corner-shape: squircle) {
        border-radius: 1.5rem;
        corner-shape: squircle;
    }
}

.rounded-full {
    border-radius: 100%
}

.border-1 {
    border-width: 0.125rem
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-primary-150 {
    border-color: var(--color-primary-150)
}

.border-primary-200 {
    border-color: var(--color-primary-200)
}

.border-danger-200 {
    border-color: var(--color-danger-200)
}

.border-success-150 {
    border-color: #dcefdc
}

.border-info-150 {
    border-color: var(--color-info-150)
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed !important
}

.top-8 {
    top: 1rem
}

.left-8 {
    left: 1rem
}

.bottom-8 {
    bottom: 1rem
}

.form__group {
    position: relative;
    flex: 1 0 0;
}

.form__label {
    position: absolute;
    font-size: 13px;
    top: 0.5rem;
    right: 0.5rem;
    padding-inline: 0.5rem;
    background-color: var(--color-secondary-100);
}

.form__input, .form__textarea {
    height: 4rem;
    border: 0.125rem solid hsl(223 47% 84% / 1);
    padding-top: 1rem;
    padding-inline: 1rem;
    transition: var(--transition);
    display: block;
}

.form__textarea {
    height: auto;
    padding-top: 1.5rem;
}

.sidebar__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    z-index: 80;
    transition: var(--transition);
}

.sidebar__backdrop--hidden {
    opacity: 0;
    visibility: hidden;
}

.sidebar__backdrop--visible {
    opacity: 1;
    visibility: visible;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: min(20rem, 100% - 2rem);
    height: 100%;
    background-color: var(--color-secondary-100);
    transition: var(--transition);
    z-index: 99;
    overflow-y: auto;
}

.sidebar--visible {
    transform: translateX(0);
}

.sidebar--hidden {
    transform: translateX(100%);
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal--visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.modal--hidden {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -25%);
}

[data-ripple] {
    position: relative;
    overflow: hidden;
}

.ripple {
    position: absolute;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: rippleEffect 0.9s ease-out;
    pointer-events: none;
}

@keyframes rippleEffect {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }
    100% {
        transform: scale(100);
        opacity: 0;
    }
}

.toast {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: min(20rem, 100% - 2rem);
    transition: var(--transition);
}

.toast--visible {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}

.toast--hidden {
    transform: translate(-50%, -100%);
    opacity: 0;
    visibility: hidden;
}

.spinner {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    border-width: 0.125rem;
    border-style: solid;
    border-color: currentColor transparent transparent transparent;
    animation: spin 2s infinite linear;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.trumbowyg-editor {
    direction: rtl;
    line-height: 2;
}

.trumbowyg-button-pane {
    z-index: initial !important;
}

#trumbowyg-icons {
    display: none;
}

.badgeTopLeft {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.25rem 1rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.the-logo__wrapper {
    transition: transform 100ms ease-in-out
}

.the-logo__wrapper:active {
    transform: scale(0.95);
}

.content p {
    line-height: 1.75
}

.content ul, .content ol {
    list-style-position: inside;
    line-height: 1.75;
    padding: 0;
}

.content a {
    border-bottom: 1px dashed var(--color-primary-500)
}

.variant:target {
    border-color: var(--color-success-600)
}

.variant-content ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: "- ";
    line-height: 2;
}

@media screen and (min-width: 425px) {

    .md\:gtc-auto-fill-\[25\] {
        grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr))
    }

}

@media screen and (min-width: 768px) {

    .lg\:grid {
        display: grid
    }

    .lg\:w-\[320\] {
        width: 20rem
    }

    .lg\:row {
        flex-direction: row
    }

    .lg\:gtc-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:gtc-auto-fill-\[10\] {
        grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr))
    }

    .lg\:gtc-auto-fill-\[15\] {
        grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr))
    }

    .lg\:gtc-auto-fill-\[20\] {
        grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr))
    }

    .lg\:gtc-auto-fill-\[24\] {
        grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr))
    }

    .lg\:gtc-auto-fill-\[25\] {
        grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr))
    }

}

@media screen and (min-width: 1024px) {

    .xl\:grid {
        display: grid
    }

    .xl\:gtc-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .xl\:fs-\[20\] {
        font-size: 1.25rem
    }

    .xl\:flex {
        display: flex
    }

    .xl\:row {
        flex-direction: row
    }

    .xl\:w-\[320\] {
        width: 20rem
    }

}