*,
::before,
::after {
    box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
    margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
    font-family: system-ui, -apple-system, /* Firefox supports this but not yet `system-ui` */
    'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
}
.nav-container .side-btn {
    width: 2rem !important;
}
    /*
Text-level semantics
====================
*/
    /**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

    abbr [title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
    text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
    padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

button {
    background-color: transparent;
    background-image: none;
}

fieldset {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
    line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
    font-family: inherit;
    line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
    border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

    input::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1;
        color: #9ca3af;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        opacity: 1;
        color: #9ca3af;
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        color: #9ca3af;
    }

button,
[role="button"] {
    cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
    color: inherit;
    text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
    max-width: 100%;
    height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
    display: none;
}

*, ::before, ::after {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

[type='text'], [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='search'], [type='tel'], [type='time'], [multiple], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

    [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [multiple]:focus, textarea:focus, select:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: #2563eb;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        border-color: #2563eb;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #6b7280;
        opacity: 1;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #6b7280;
        opacity: 1;
    }

    input::placeholder, textarea::placeholder {
        color: #6b7280;
        opacity: 1;
    }

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

[multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    color-adjust: unset;
}

[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

    [type='file']:focus {
        outline: 1px auto -webkit-focus-ring-color;
    }

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}


.aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}


    .aspect-w-16 > * {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.aspect-w-16 {
    --tw-aspect-w: 16;
}

.aspect-h-9 {
    --tw-aspect-h: 9;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.top-0 {
    top: 0px;
}

.right-0 {
    right: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

.m-auto {
    margin: auto;
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-11 {
    margin-top: 2.75rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-32 {
    margin-top: 8rem;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.-mt-4 {
    margin-top: -1rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mr-auto {
    margin-right: auto;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-11 {
    margin-bottom: 2.75rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.ml-0 {
    margin-left: 0px;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-6 {
    margin-left: 1.5rem;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-3 {
    height: 0.75rem;
}

.h-4 {
    height: 1rem;
}

.h-6 {
    height: 1.5rem;
}

.h-9 {
    height: 2.25rem;
}

.h-11 {
    height: 2.75rem;
}

.h-full {
    height: 100%;
}

.max-h-full {
    max-height: 100%;
}

.min-h-screen {
    min-height: 100vh;
}

.w-4 {
    width: 1rem;
}

.w-6 {
    width: 1.5rem;
}

.w-9 {
    width: 2.25rem;
}

.w-10 {
    width: 2.5rem;
}

.w-11 {
    width: 2.75rem;
}

.w-14 {
    width: 3.5rem;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.max-w-full {
    max-width: 100%;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-grow {
    flex-grow: 1;
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5;
    }
}

@keyframes pulse {
    50% {
        opacity: .5;
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.resize {
    resize: both;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.place-content-between {
    place-content: space-between;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-items-center {
    justify-items: center;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-full {
    border-radius: 9999px;
}

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

.rounded-15px {
    border-radius: 15px;
}

.rounded-20px {
    border-radius: 20px;
}

.rounded-t-15px {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.rounded-r-15px {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.border-2 {
    border-width: 2px;
}

.border {
    border-width: 1px;
}

.border-r {
    border-right-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-l-4 {
    border-left-width: 4px;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(1, 172, 241, var(--tw-border-opacity));
}

.border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(1, 172, 241, var(--tw-bg-opacity));
}

.hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(1, 172, 241, var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.fill-current {
    fill: currentColor;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.pr-0 {
    padding-right: 0px;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

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

.text-right {
    text-align: right;
}

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-Nunito {
    font-family: Nunito;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(1, 172, 241, var(--tw-text-opacity));
}

.text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(1, 172, 241, var(--tw-text-opacity));
}

.underline {
    text-decoration: underline;
}

*, ::before, ::after {
    --tw-shadow: 0 0 #0000;
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

*, ::before, ::after {
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
}

.filter {
    --tw-blur: var(--tw-empty, /*!*/ /*!*/ );
    --tw-brightness: var(--tw-empty, /*!*/ /*!*/ );
    --tw-contrast: var(--tw-empty, /*!*/ /*!*/ );
    --tw-grayscale: var(--tw-empty, /*!*/ /*!*/ );
    --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-invert: var(--tw-empty, /*!*/ /*!*/ );
    --tw-saturate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-sepia: var(--tw-empty, /*!*/ /*!*/ );
    --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/ );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

.duration-100 {
    transition-duration: 100ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
    .sm\:ml-4 {
        margin-left: 1rem;
    }

    .sm\:inline {
        display: inline;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .md\:mb-0 {
        margin-bottom: 0px;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1536px) {
}
/*purgecss start ignore*/

@font-face {
    font-family: "DroidArabicKufi";
    font-weight: 400;
    src: url(https://cdn.asas4edu.com/fonts/DroidKufiArabic/regular.ttf)
}

@font-face {
    font-family: "DroidArabicKufi";
    font-weight: 700;
    src: url(https://cdn.asas4edu.com/fonts/DroidKufiArabic/bold.ttf)
}

body {
    font-family: "DroidArabicKufi",sans-serif
}

.asas-container {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.index-title {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media only screen and (min-width:1476px) {
    .index-title {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.index-title p {
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem
}

.btn {
    cursor: pointer;
    border-radius: 15px;
    background-color: transparent;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #0db0f2;
    color: #0db0f2;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media only screen and (max-width:536px) {
    .btn {
        margin-top: 0px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 0.875rem;
        line-height: 1.25rem
    }
}

.btn:hover {
    fill: currentColor;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    background-color: #0db0f2
}

@media only screen and (max-width:634px) {
    .btn i, .btn img {
        display: none
    }
}

.social-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding: 8px 16px;
    min-height: 42px
}

    .social-btn span {
        display: flex;
        align-items: center;
        justify-content: center
    }

        .social-btn span .text {
            display: none;
            max-width: 100%;
            text-align: right;
            font-size: 1rem;
            line-height: 1.5rem
        }

@media only screen and (min-width:536px) {
    .social-btn span .text {
        display: block
    }
}

.social-btn .icon {
    margin-right: 0.75rem;
    display: flex;
    justify-content: center
}

.social-btn:active, .social-btn:focus {
    outline: none
}

.btn-facebook {
    background: #f5f6fa;
    color: #000
}

    .btn-facebook i {
        font-size: 21px;
        color: #3b5999
    }

.btn-google {
    border-radius: 15px;
    background: transparent;
    border: 1px solid #f4f4f4
}

.btn-main {
    width: 100%;
    border-radius: 15px;
    padding: 0.5rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    min-height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #01acf1
}

    .btn-main .loading-icon {
        position: absolute;
        margin-top: 0.25rem;
        right: 2.4rem
    }

@media only screen and (min-width:536px) {
    .btn-main {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.btn-main:disabled {
    cursor: default;
    opacity: .6
}

.btn-main:active, .btn-main:focus {
    outline: none
}

.blue-btn {
    background-color: #01acf1 !important;
    color: #fff !important
}

    .blue-btn:disabled {
        opacity: .6;
        cursor: default
    }

.asas-input, .auth-input {
    position: relative
}

    .asas-input input, .asas-input select, .asas-input textarea, .auth-input input, .auth-input select, .auth-input textarea {
        display: block;
        width: 100%;
        border-radius: 15px;
        background-color: transparent;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 400;
        line-height: 1.5
    }

    .asas-input input, .asas-input select, .asas-input textarea, .auth-input input, .auth-input select, .auth-input textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #ececee;
        min-height: 42px;
        color: #707070;
        background-image: none !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        resize: none
    }

        .asas-input input:active, .asas-input input:focus, .asas-input select:active, .asas-input select:focus, .asas-input textarea:active, .asas-input textarea:focus, .auth-input input:active, .auth-input input:focus, .auth-input select:active, .auth-input select:focus, .auth-input textarea:active, .auth-input textarea:focus {
            outline: none;
            box-shadow: none;
            border-color: #01acf1
        }

        .asas-input input.has-error, .asas-input select.has-error, .asas-input textarea.has-error, .auth-input input.has-error, .auth-input select.has-error, .auth-input textarea.has-error {
            border-color: #ff3b3b
        }

        .asas-input input::-webkit-inner-spin-button, .asas-input input::-webkit-outer-spin-button, .asas-input select::-webkit-inner-spin-button, .asas-input select::-webkit-outer-spin-button, .asas-input textarea::-webkit-inner-spin-button, .asas-input textarea::-webkit-outer-spin-button, .auth-input input::-webkit-inner-spin-button, .auth-input input::-webkit-outer-spin-button, .auth-input select::-webkit-inner-spin-button, .auth-input select::-webkit-outer-spin-button, .auth-input textarea::-webkit-inner-spin-button, .auth-input textarea::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

        .asas-input input[type=number], .asas-input select[type=number], .asas-input textarea[type=number], .auth-input input[type=number], .auth-input select[type=number], .auth-input textarea[type=number] {
            -moz-appearance: textfield
        }

    .asas-input ::-moz-placeholder, .auth-input ::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: #b7b7b7;
        font-size: 12px
    }

    .asas-input :-ms-input-placeholder, .auth-input :-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: #b7b7b7;
        font-size: 12px
    }

    .asas-input ::placeholder, .auth-input ::placeholder {
        --tw-placeholder-opacity: 1;
        color: #b7b7b7;
        font-size: 12px
    }

@media only screen and (min-width:376px) {
    .asas-input ::-moz-placeholder, .auth-input ::-moz-placeholder {
        font-size: 0.875rem;
        line-height: 1.25rem
    }

    .asas-input :-ms-input-placeholder, .auth-input :-ms-input-placeholder {
        font-size: 0.875rem;
        line-height: 1.25rem
    }

    .asas-input ::placeholder, .auth-input ::placeholder {
        font-size: 0.875rem;
        line-height: 1.25rem
    }
}

.asas-input .arrow-icon, .auth-input .arrow-icon {
    position: absolute
}

.asas-input .arrow-icon, .auth-input .arrow-icon {
    top: 35px;
    left: 1rem
}

    .asas-input .arrow-icon i, .auth-input .arrow-icon i {
        color: #b3b3b3
    }

.asas-input .error-block, .auth-input .error-block {
    color: #ff3b3b;
    font-size: .89rem;
    margin-top: 3px
}

.asas-input .show-password, .auth-input .show-password {
    position: absolute;
    cursor: pointer
}

.asas-input .show-password, .auth-input .show-password {
    top: 44px;
    left: 20px
}

    .asas-input .show-password:hover, .auth-input .show-password:hover {
        color: #01acf1
    }

.error {
    background-color: #ff3b3b;
    font-size: 1rem
}

.error, .success {
    border-radius: 15px;
    text-align: center;
    color: #fff;
    padding: 10px
}

.success {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
    font-size: .875rem
}

.asas-alert {
    padding: 10px;
    border-radius: 25px;
    display: flex;
    align-items: center
}

    .asas-alert .alert-icon {
        width: 25px
    }

    .asas-alert.danger {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity))
    }

    .asas-alert.success {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(4, 120, 87, var(--tw-text-opacity))
    }

    .asas-alert.info {
        background-color: #f6f6f6;
        color: #100b2b
    }

        .asas-alert.info .alert-icon {
            color: #ffcc4e
        }

#auth-page {
    background: url(https://cdn.asas4edu.com/images/auth-background.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    display: flex;
    min-height: 100vh;
    width: 100%;
    flex-direction: column
}

@media only screen and (min-width:1179px) {
    #auth-page {
        background-size: contain
    }
}

#auth-page .auth-nav {
    position: relative;
    z-index: 30;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem
}

@media only screen and (min-width:339px) {
    #auth-page .auth-nav {
        flex-direction: row
    }
}

#auth-page .auth-card {
    position: relative;
    z-index: 30;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1rem;
    width: 580px;
    box-shadow: 0 6px 22px rgba(43,43,43,.15)
}

    #auth-page .auth-card .title {
        margin-bottom: 0.75rem;
        cursor: default;
        text-align: center
    }

@media only screen and (min-width:339px) {
    #auth-page .auth-card .title {
        flex-direction: row
    }
}

@media only screen and (min-width:376px) {
    #auth-page .auth-card .title {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

#auth-page .auth-card .description {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem
}

@media only screen and (max-width:576px) {
    #auth-page .auth-card .description {
        font-size: 14px
    }
}

#auth-page .auth-card .description p {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#auth-page .auth-card .description span {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin-right: 2px
}

#auth-page .auth-card .description .number {
    color: #01acf1 !important;
    margin-right: 2px
}

#auth-page .auth-card .auth-form .auth-btn {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 1rem
}

@media only screen and (min-width:536px) {
    #auth-page .auth-card .auth-form .auth-btn {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem
    }
}

#auth-page .auth-card .auth-form label {
    margin-bottom: 0.5rem;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 0.25rem;
    font-size: 12px
}

@media only screen and (min-width:376px) {
    #auth-page .auth-card .auth-form label {
        font-size: 0.875rem;
        line-height: 1.25rem
    }
}

#auth-page .auth-card .auth-form .append-links {
    margin-top: 0.5rem;
    display: block;
    padding-left: 0.75rem;
    text-align: left;
    color: #787878;
    font-size: 12px
}

@media only screen and (min-width:376px) {
    #auth-page .auth-card .auth-form .append-links {
        font-size: 0.875rem;
        line-height: 1.25rem
    }
}

#auth-page .auth-card .auth-form .append-register {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.75rem;
    display: block;
    padding-left: 0.75rem;
    text-align: right;
    color: #b7b7b7;
    font-size: 14px
}

    #auth-page .auth-card .auth-form .append-register a {
        color: #01acf1
    }

#auth-page .auth-card .auth-form .append-mobile-auth {
    margin-top: 0.5rem;
    display: flex;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
}

#auth-page .auth-card-separator {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

    #auth-page .auth-card-separator .line {
        position: relative;
        height: 0.125rem;
        width: 100%;
        background: #f2f2f2
    }

    #auth-page .auth-card-separator .text {
        position: absolute;
        right: 0px;
        left: 0px;
        margin-left: auto;
        margin-right: auto;
        cursor: default;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        text-align: center;
        font-size: 12px;
        width: 5.5rem
    }

@media only screen and (min-width:376px) {
    #auth-page .auth-card-separator .text {
        font-size: 0.875rem;
        line-height: 1.25rem
    }
}

/*purgecss end ignore*/
/*purgecss start ignore*/
.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    width: 0;
    opacity: 1;
    transition: width .1s,opacity .4s;
    background-color: #01acf1;
    z-index: 999999
}

    .nuxt-progress.nuxt-progress-notransition {
        transition: none
    }

.nuxt-progress-failed {
    background-color: red
}

/*purgecss end ignore*/
/*purgecss start ignore*/
.body-h-100[data-v-5b76222a] {
    min-height: calc(63vh - 85px)
}

.index-background[data-v-5b76222a] {
    background-color: #f7fbff
}

.gray-background[data-v-5b76222a] {
    background: #fafafa
}

/*purgecss end ignore*/
/*purgecss start ignore*/
.nav-container {
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem
}

    .nav-container .active {
        color: #01acf1
    }

        .nav-container .active .icon {
            opacity: 1 !important
        }

    .nav-container .nav-list {
        margin-right: 1rem;
        display: flex;
        flex-grow: 1;
        align-items: center;
        font-size: 1rem;
        line-height: 1.5rem
    }

@media only screen and (max-width:1220px) {
    .nav-container .nav-list {
        display: none
    }
}

.nav-container .nav-list .item {
    margin-left: 1rem;
    margin-right: 1rem
}

    .nav-container .nav-list .item a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .nav-container .nav-list .item a .icon {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            opacity: 0;
            width: 2rem
        }

        .nav-container .nav-list .item a:hover {
            color: #01acf1
        }

            .nav-container .nav-list .item a:hover .icon {
                opacity: 1
            }

    .nav-container .nav-list .item:first-child a .icon {
        width: 1.5rem
    }

        .nav-container .nav-list .item:first-child a .icon img {
            width: 17px
        }

@media only screen and (max-width:1346px) {
    .nav-container .nav-list .item:nth-child(5) {
        display: none
    }
}

@media only screen and (max-width:500px) {
    .nav-container .reg-btn {
        display: none
    }
}

.nav-container .side-btn {
    color: #01acf1;
    margin-top: 4px;
    margin-right: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media only screen and (min-width:1221px) {
    .nav-container .side-btn {
        display: none
    }
}

.nav-container .nav-options {
    position: relative;
    display: flex;
    align-items: center
}

@media only screen and (max-width:1010px) {
    .nav-container .nav-options {
        display: flex
    }
}

.nav-container .nav-options .btn {
    margin-left: 1rem;
    margin-right: 1rem
}

@media only screen and (max-width:309px) {
    .nav-container .nav-options .activate {
        display: none
    }
}

@media only screen and (max-width:936px) {
    .nav-container .nav-options .fa-comment-dots {
        display: none
    }
}

.nav-container .nav-options .active-card {
    margin-left: 0.5rem
}

@media only screen and (max-width:541px) {
    .nav-container .nav-options .active-card {
        display: none
    }
}

.nav-container .nav-options a {
    margin-left: 0.5rem;
    margin-right: 0.5rem
}

    .nav-container .nav-options a:last-child {
        margin-left: 0px
    }

    .nav-container .nav-options a i {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .nav-container .nav-options a:hover {
        color: #01acf1
    }

.sidenav-container .sidenav-backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2000;
    background-color: rgba(0,0,0,.7)
}

@media only screen and (min-width:1221px) {
    .sidenav-container .sidenav-backdrop {
        display: none
    }
}

.sidenav-container .sidenav {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    max-width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    z-index: 2000;
    width: 13rem;
    box-sizing: border-box
}

@media only screen and (min-width:500px) {
    .sidenav-container .sidenav {
        width: 18rem
    }
}

@media only screen and (min-width:1221px) {
    .sidenav-container .sidenav {
        display: none
    }
}

.sidenav-container .slide-side-enter-active, .sidenav-container .slide-side-leave-active {
    transition: all .3s ease-out
}

.sidenav-container .slide-side-enter, .sidenav-container .slide-side-leave-to {
    transform: translateX(100%)
}

.sidenav-container .nav-list {
    list-style: none;
    padding-top: 20px;
    margin: 0
}

.sidenav-container .nav-item {
    display: flex;
    font-size: 1rem;
    line-height: 1.5rem
}

    .sidenav-container .nav-item.logout-item {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity))
    }

        .sidenav-container .nav-item.logout-item a:hover {
            --tw-bg-opacity: 1;
            background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgba(220, 38, 38, var(--tw-text-opacity))
        }

        .sidenav-container .nav-item.logout-item .icon {
            --tw-bg-opacity: 1;
            background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgba(220, 38, 38, var(--tw-text-opacity))
        }

            .sidenav-container .nav-item.logout-item .icon svg {
                fill: #dc2626 !important
            }

    .sidenav-container .nav-item a {
        text-decoration: none;
        display: flex;
        width: 100%;
        align-items: center;
        font-size: 1.125rem;
        line-height: 1.75rem;
        padding: 8px 16px 8px 0
    }

        .sidenav-container .nav-item a i {
            margin-left: 0.5rem
        }

        .sidenav-container .nav-item a:hover {
            fill: currentColor
        }

        .sidenav-container .nav-item a:active, .sidenav-container .nav-item a:hover {
            background: #d7f3fd;
            color: #01acf1
        }

.sidenav-container .active-nav-item {
    fill: currentColor;
    background: #d7f3fd;
    color: #01acf1
}

/*purgecss end ignore*/
/*purgecss start ignore*/
.asas-logo {
    outline: none !important;
    box-shadow: none !important;
    width: 100px !important
}

@media only screen and (max-width:500px) {
    .asas-logo {
        width: 80px !important
    }
}

/*purgecss end ignore*/
/*purgecss start ignore*/
@media only screen and (min-width:1736px) {
    #files .section-container[data-v-87a719ae] {
        width: 100%
    }

    @media (min-width: 640px) {
        #files .section-container[data-v-87a719ae] {
            max-width: 640px
        }
    }

    @media (min-width: 768px) {
        #files .section-container[data-v-87a719ae] {
            max-width: 768px
        }
    }

    @media (min-width: 1024px) {
        #files .section-container[data-v-87a719ae] {
            max-width: 1024px
        }
    }

    @media (min-width: 1280px) {
        #files .section-container[data-v-87a719ae] {
            max-width: 1280px
        }
    }

    @media (min-width: 1536px) {
        #files .section-container[data-v-87a719ae] {
            max-width: 1536px
        }
    }
}

#files .title[data-v-87a719ae] {
    margin-bottom: 1.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media only screen and (min-width:1476px) {
    #files .title[data-v-87a719ae] {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

#files .arrow[data-v-87a719ae] {
    position: absolute;
    left: 18px;
    top: 42px;
    color: #b7b7b7
}

#files .files-null[data-v-87a719ae] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 0.5rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem
}

#files .files-null a[data-v-87a719ae] {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(1, 172, 241, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media only screen and (min-width:1445px) {
    #files .index-info-resp[data-v-87a719ae] {
        display: none
    }
}

#files .index-info-resp .form[data-v-87a719ae] {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem
}

@media only screen and (min-width:1058px) {
    #files .index-info-resp .form[data-v-87a719ae] {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

#files .index-info-resp label[data-v-87a719ae] {
    color: #000
}

#files .index-info-resp input[data-v-87a719ae], #files .index-info-resp select[data-v-87a719ae] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

#files .index-info-resp .index-form select[data-v-87a719ae] {
    border-radius: 10px
}

#files .index-info-resp .index-form .btn-search[data-v-87a719ae] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    background-color: #01acf1;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 36px;
    width: 10rem
}

.file-sm {
    height: 250px !important;
    margin: auto;
    margin-bottom: 10px;
}
.blue {
    background: linear-gradient(270deg,#0692B7 0,#b8e0ef);
}
.border-blue {
    border-color: background:linear-gradient(270deg,#0692B7 0,#12164F);
    color: background:linear-gradient(270deg,#0692B7 0,#12164F);
}
.float-l {
    float: left;
}
.file-sm-title {
    display: block !important;
    text-align: -webkit-center;
}

.file-icon {
    color: white;
    width: 100% !important;
}

.download-btn {
    display: block !important
}

.pr-20 {
    padding-right: 20px !important;
}

.download-btn-Link {
    margin-top: 180px !important;
    position: absolute;
    min-width: 90%;
}
#result {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.file-sm a i:hover {
    color: background:linear-gradient(270deg,#0692B7 0,#12164F) !important;
}
#files .selling-index[data-v-87a719ae] {
    display: flex
}

#files .selling-index .index-info[data-v-87a719ae] {
    max-height: 375px
}

@media only screen and (max-width:1444px) {
    #files .selling-index .index-info[data-v-87a719ae] {
        display: none
    }
}

@media only screen and (max-width:1444px) {
    #files .selling-index .index-table {
        display: none
    }
}

#files .selling-index .index-info .index-card[data-v-87a719ae] {
    margin-left: 1.25rem;
    max-height: 100%;
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 450px;
    filter: drop-shadow(0 0 12px #e8f2f8)
}

@media only screen and (max-width:1221px) {
    #files .selling-index .index-info .index-card[data-v-87a719ae] {
        padding-top: 0px;
        padding-bottom: 0px
    }
}

#files .selling-index .index-info .index-card .title[data-v-87a719ae] {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media only screen and (max-width:1221px) {
    #files .selling-index .index-info .index-card[data-v-87a719ae] {
        width: 100%;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem
    }
}

#files .selling-index .index-info .index-form .title[data-v-87a719ae] {
    margin-bottom: 12px
}

#files .selling-index .index-info .index-form select[data-v-87a719ae] {
    border-radius: 10px
}

#files .selling-index .index-info .index-form .btn-search[data-v-87a719ae] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    background: #01acf1;
    height: 42px
}

#files .selling-index .index-info .link[data-v-87a719ae] {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
    margin-top: 16px
}

#files .selling-index .sellings-cards[data-v-87a719ae] {
    display: grid;
    width: 100%;
    cursor: default;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 2rem
}

@media only screen and (min-width:1261px) {
    #files .selling-index .sellings-cards[data-v-87a719ae] {
        margin-right: 2rem
    }
}

@media only screen and (min-width:1419px) {
    #files .selling-index .sellings-cards[data-v-87a719ae] {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1261px) {
    #files .selling-index .sellings-cards[data-v-87a719ae] {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media only screen and (max-width:1223px) {
    #files .selling-index .sellings-cards[data-v-87a719ae] {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media only screen and (max-width:963px) {
    #files .selling-index .sellings-cards[data-v-87a719ae] {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media only screen and (max-width:653px) {
    #files .selling-index .sellings-cards[data-v-87a719ae] {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

#files .selling-index .sellings-cards .card[data-v-87a719ae] {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    max-height: 146px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 4px 16px #ececee
}

    #files .selling-index .sellings-cards .card[data-v-87a719ae]:hover {
        box-shadow: 0 8px 20px #dadadb
    }

#files .selling-index .sellings-cards .card .name[data-v-87a719ae] {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center
}

#files .selling-index .sellings-cards .card .name span[data-v-87a719ae]:nth-child(2) {
    margin-right: 11px
}

#files .selling-index .sellings-cards .card .location[data-v-87a719ae] {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
}

#files .selling-index .sellings-cards .card .location span[data-v-87a719ae]:nth-child(2) {
    margin-right: 11px
}

#files .selling-index .sellings-cards .card .mobile[data-v-87a719ae] {
    display: flex;
    align-items: center
}

#files .selling-index .sellings-cards .card .mobile span[data-v-87a719ae]:nth-child(2) {
    margin-right: 7px
}

#files .index-table[data-v-87a719ae] {
    width: 100%
}

#files .index-table .title[data-v-87a719ae] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

@media (min-width: 640px) {
    #files .index-table .title[data-v-87a719ae] {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

#files .index-table .table-container[data-v-87a719ae] {
    overflow-x: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    filter: drop-shadow(0 4px 16px #ececee)
}

#files .index-table .table-container .content[data-v-87a719ae] {
    display: inline-block;
    overflow: hidden;
    border-radius: 0.5rem;
    min-width: 944px
}

@media only screen and (min-width:944px) {
    #files .index-table .table-container .content[data-v-87a719ae] {
        min-width: 100%
    }
}

#files .index-table .table-container .content .download[data-v-87a719ae] {
    color: #01acf1
}

#files .index-table .table-container .content table[data-v-87a719ae] {
    line-height: 1.5;
    min-width: 944px
}

@media only screen and (min-width:944px) {
    #files .index-table .table-container .content table[data-v-87a719ae] {
        min-width: 100%
    }
}

#files .index-table .table-container .content table tr[data-v-87a719ae] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

#files .index-table .table-container .content table th[data-v-87a719ae] {
    border-bottom-width: 2px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: right;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ccced0;
    border-color: #eee
}

#files .index-table .table-container .content table td[data-v-87a719ae] {
    border-bottom-width: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-color: #eee
}

    #files .index-table .table-container .content table td[data-v-87a719ae]:last-child {
        display: flex;
        align-items: center;
        color: #ccced0
    }

#files .index-table .table-container .content table td:last-child a[data-v-87a719ae] {
    display: flex;
    align-items: center
}

#files .index-table .table-container .content table td:last-child a span[data-v-87a719ae]:first-child {
    margin-top: 0.125rem;
    margin-left: 0.5rem
}

/*purgecss end ignore*/
/*purgecss start ignore*/
#h-footer[data-v-7c99806c] {
    margin-bottom: 0 !important;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

#h-footer .footer-container[data-v-7c99806c] {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8rem;
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 1500px
}

#h-footer .footer-container .footer[data-v-7c99806c] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center
}

@media only screen and (min-width:1037px) {
    #h-footer .footer-container .footer[data-v-7c99806c] {
        display: flex;
        justify-content: space-between
    }
}

@media only screen and (max-width:844px) {
    #h-footer .footer-container .footer[data-v-7c99806c] {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

#h-footer .social-links-container[data-v-7c99806c] {
    margin-top: 2.5rem
}

@media only screen and (min-width:1359px) {
    #h-footer .social-links-container[data-v-7c99806c] {
        grid-column: span 1 / span 1;
        margin-top: 0px
    }
}

@media only screen and (max-width:844px) {
    #h-footer .links[data-v-7c99806c] {
        margin-bottom: 2rem;
        text-align: center
    }
}

#h-footer .links .links-title[data-v-7c99806c] {
    height: 2.5rem
}

#h-footer .links .links-title .title[data-v-7c99806c] {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700
}

@media only screen and (max-width:1036px) {
    #h-footer .links[data-v-7c99806c]:nth-child(3) {
        display: none
    }
}

#h-footer .links .links-list a[data-v-7c99806c] {
    margin-bottom: 0.5rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem
}

@media only screen and (max-width:844px) {
    #h-footer .links .links-list a img[data-v-7c99806c] {
        display: none
    }
}

#h-footer .links .links-list a[data-v-7c99806c]:hover {
    opacity: 0.75
}

#h-footer .secondery-footer[data-v-7c99806c] {
    margin-top: 2.5rem;
    cursor: default;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #eee
}

#h-footer .secondery-footer .secondery-footer-container[data-v-7c99806c] {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 1500px
}

@media only screen and (max-width:1065px) {
    #h-footer .secondery-footer .secondery-footer-container[data-v-7c99806c] {
        flex-direction: column;
        justify-content: center
    }
}

@media only screen and (max-width:320px) {
    #h-footer .secondery-footer .secondery-footer-container .asas-copy[data-v-7c99806c] {
        font-size: 13px !important
    }
}

@media only screen and (max-width:550px) {
    #h-footer .secondery-footer .secondery-footer-container .asas-copy span[data-v-7c99806c]:nth-child(3) {
        display: none
    }
}

#h-footer .secondery-footer .secondery-footer-container .social-icons[data-v-7c99806c] {
    font-size: 1.5rem;
    line-height: 2rem
}

@media only screen and (max-width:1065px) {
    #h-footer .secondery-footer .secondery-footer-container .social-icons[data-v-7c99806c] {
        margin-top: 0.5rem
    }
}

@media only screen and (max-width:320px) {
    #h-footer .secondery-footer .secondery-footer-container .social-icons[data-v-7c99806c] {
        font-size: 20px !important
    }
}

#h-footer .secondery-footer .secondery-footer-container .social-icons .fa-facebook-f[data-v-7c99806c] {
    color: #3b5998
}

#h-footer .secondery-footer .secondery-footer-container .social-icons .fa-twitter[data-v-7c99806c] {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: #00acee
}

#h-footer .secondery-footer .secondery-footer-container .social-icons .fa-instagram[data-v-7c99806c] {
    background: -webkit-linear-gradient(#ffd600,#ff0100 50%,#d800b9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.download-btn-Link:hover {
    background:linear-gradient(270deg,#0692B7 0,#12164F) !important;
    background-color: white !important;
}
.blue-text:hover {
    color:#12164F !important;
}

.index-form form select.mt-2 {
    display: block;
    width: 100%;
    height: 40px;
    border-color: #c5c6c9;
    margin-top: -10px !important;
    border-radius: 18px;
}

#files .selling-index .index-info[data-v-87a719ae] {
    max-height: 431px !important;
}

.text-gray-300.p-3.mb-3 {
    padding: 0 !important;
}:root{--lc-primary-color:#d44c67;--lc-secondary-color:#262626}.lc-text-primary{color:var(--lc-primary-color)!important}.lc-text-secondary{color:var(--lc-secondary-color)!important}.lc-bg-primary{background:var(--lc-primary-color)!important}.lc-bg-secondary{background:var(--lc-secondary-color)!important}.btn.lc-btn-primary{background:var(--lc-primary-color)!important;color:#fff!important}.btn.lc-btn-secondary{background:var(--lc-secondary-color)!important;color:#fff!important}.lc-btn-outline-primary{border:1px solid var(--lc-primary-color)!important;color:var(--lc-primary-color)!important;background-color:transparent;padding:0.375rem 0.75rem;border-radius:0.25rem;cursor:pointer;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out}.lc-btn-outline-primary:hover{color:#fff!important;background-color:var(--lc-primary-color)!important;border-color:var(--lc-primary-color)!important}.lc-btn-outline-secondary{border:1px solid var(--lc-secondary-color)!important;color:var(--lc-secondary-color)!important;background-color:transparent;padding:0.375rem 0.75rem;border-radius:0.25rem;cursor:pointer;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out}.lc-btn-outline-secondary:hover{color:#fff!important;background-color:var(--lc-secondary-color)!important;border-color:var(--lc-secondary-color)!important}