.fuchsia-border {
    border: 1px solid fuchsia;
}

.nowrap {
    white-space: nowrap;
}

.loading-container {
    position: relative;
    width: 80%;
    height: 40px;
    background-color: #333;
    border-radius: 20px;
    overflow: hidden;
}

.image-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.loading-bar {
    height: 100%;
    width: 0;
    background-color: #4caf50;
    transition: width 0.5s;
}

.loading-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.2em;
}


/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (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 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    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";
    /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
    color: white;
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}


/*
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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

    /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

    input::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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-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;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

.visible {
    visibility: visible;
}

.invisible {
    display: none;
    /*visibility: hidden;*/
}

.reverse-colors {
    filter: invert(100%);
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.left-1\/2 {
    left: 50%;
}

.toast {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 84px;
    z-index: 1050;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
}


.top-0 {
    top: 0px;
}

.top-\[60px\] {
    top: 60px;
}

.z-10 {
    z-index: 10;
}

.m-3 {
    margin: 0.75rem;
}

.m-0 {
    margin: 0px;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.ml-0 {
    margin-left: 0 !important;
}
.ml-2 {
    margin-left: .5rem;
}
.ml-4 {
    margin-left: 1rem;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.mt-0 {
    margin-top: 0px;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mt-\[3px\] {
    margin-top: 3px;
}

.mb-1 {
    margin-bottom: 0.2rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-5, .mb-\[5px\] {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-4 {
    margin-top: 1rem;
}

.mb-\[150px\] {
    margin-bottom: 150px;
}

.-ml-\[122px\] {
    margin-left: -122px;
}

.mt-80 {
    margin-top: 20rem;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-16 {
    height: 4rem;
}

.h-\[180px\] {
    height: 180px;
}

.h-\[90px\] {
    height: 90px;
}

.h-12 {
    height: 3rem;
}

.h-\[14px\] {
    height: 14px;
}

.h-\[52px\] {
    height: 52px;
}

.mini {
    font-size: .8rem !important;
    color: #eee !important;
    height:58px !important;
}

.h-\[58px\] {
    height: 58px;
}

.h-\[164px\] {
    height: 164px;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.w-16 {
    width: 4rem;
}

.w-screen {
    width: 100vw;
}
.w-screen-94 {
    width: 94vw;
}

.w-\[21px\] {
    width: 21px;
}

.w-\[30px\] {
    width: 30px;
}

.w-\[44px\] {
    width: 44px;
}

.w-\[66px\] {
    width: 66px;
}

.w-full {
    width: 100%;
}

.w-10\/12 {
    width: 83.333333%;
}

.min-w-\[250px\] {
    min-width: 250px;
}

.max-w-\[440px\] {
    max-width: 440px;
}
.max-w-\[480px\] {
    max-width: 480px;
}

.flex-1 {
    flex: 1 1 0%;
}

.shrink-0 {
    flex-shrink: 0;
}

.grow {
    flex-grow: 1;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), 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));
}

.transform {
    transform: translate(var(--tw-translate-x), 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 shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.animate-shake {
    -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.animate-fade {
    -webkit-animation: fadein 0.5s, fadeout 0.5s 5s;
    animation: fadein 0.5s, fadeout 0.5s 5s;
}

.cursor-pointer {
    cursor: pointer;
}

.touch-manipulation {
    touch-action: manipulation;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}
.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;
}

.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}
.gap-y-3 {
    row-gap: 0.75rem;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded {
    border-radius: 0.25rem;
}

.border-2 {
    border-width: 2px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-none {
    border: none; /*used for non-active tiles, unplayed tiles*/
}

.border-lightgray {
    border-color: #888888; 
}

.border-middlegray {
    border-color: #555555; /*used for non-active tiles, unplayed tiles*/
}

.border-black {
    border-color: #000000;
}

.border-darkgray {
    border-color: #333333;
}

.border-green {
    --tw-border-opacity: 1;
    border-color: rgb(106 170 100 / var(--tw-border-opacity));
}

.border-white {
    border-color: white;
}

.border-transparent {
    border-color: transparent;
}

.border-red {
    border-color: red; /*used for testing*/
}

.bg-black {
    background-color: black;
}

.bg-red { /*for testing*/
    background-color: red;
}

.bg-white {
    background-color: white;
}

.bg-green {
    background-color: #7ba839;
}

.bg-yellow {
    background-color: #d1b430;
}

.bg-darkgray { /*wrong-tile bg*/
    background-color: #333333;
}

.bg-wrong { /*wrong-tile bg*/
    background-color: #333333;
}

.bg-middlegray {
    background-color: #888888;
}

.bg-tile-border { /*i added to use on border highlight for currently typing tile*/
    background-color: #565758;
}

.bg-ultralightgray { /*used on stats*/
    --tw-bg-opacity: 1;
    background-color: rgb(237 239 241 / var(--tw-bg-opacity));
}

.bg-blacktransparent {
    background-color: #00000099;
}

.bg-whitetransparent {
    background-color: #ffffff99;
}

.bg-semitransparent {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.red { /*for testing*/
    color: red;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-0 {
    padding: 0;
}

.pr-2 {
    padding: 0.5rem;
}
.pr-5 {
    padding: 5px;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-4 {
    padding-left: .9rem;
    padding-right: .9rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-0\.5 {
    padding-bottom: 0.125rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pb-1\.5 {
    padding-bottom: 0.375rem;
}

.text-center {
    text-align: center;
}

.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";
}

.btn, .btn-red {
    padding: 0.5rem 1rem;
    /*background-color: #1d4ed8;  Blue color */
    background-color: black;
    color: white;
    font-weight: 600;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

    .btn:hover {
        /* background-color: #2563eb; Darker blue on hover */
        background-color: #818384;
    }

    .btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
    }

.btn-red {
    background-color: #bb0000;
    color: #cccccc;
    font-size: 1.1rem;
    padding: 0.16rem .5rem;
}

    .btn-red:hover {
        background-color: red;
        color: white;
    }

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-\[15px\] {
    font-size: 15px;
}

.text-\[20px\] {
    font-size: 20px;
}

.text-\[35px\] {
    font-size: 35px;
}

.text-\[10px\] {
    font-size: 10px;
}

.text-\[13px\] {
    font-size: 13px;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.font-bold {
    font-weight: 700;
}

.font-thin {
    font-weight: 100;
}

.font-semibold {
    font-weight: 600;
}

.leading-none {
    line-height: 1;
}

.text-white {
    color: rgb(248 248 248);
}

.text-black {
    color: black;
}

.text-gray {
    color: gray;
}

.shadow-\[0_0_25px_-5px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
    --tw-shadow: 0 0 25px -5px rgba(0,0,0,0.2);
    --tw-shadow-colored: 0 0 25px -5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-0 {
    outline-width: 0px;
}

.transition-keyactive {
    transition-property: background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-150 {
    transition-duration: 150ms;
}

.hover\:bg-keyhover:hover {
    color: black;
    --tw-bg-opacity: .75;
    background-color: rgb(229 230 233);
}

    .hover\:bg-keyhover:hover + img {
        color: black;
        --tw-bg-opacity: .75;
        background-color: rgb(229 230 233);
    }

.hover\:bg-yellowhover:hover {
    font-size: 1.3rem !important;
    color: black;
    --tw-bg-opacity: .75;
    background-color: rgb(223 210 155 / var(--tw-bg-opacity));
}

.hover\:bg-darkgrayhover:hover {
    font-size: 1.3rem !important;
    color: black !important;
    --tw-bg-opacity: .75;
    background-color: rgb(174 176 178 / var(--tw-bg-opacity));
}

.hover\:bg-wronghover:hover {
    font-size: 1.3rem !important;
    color: black !important;
    --tw-bg-opacity: .75;
    background-color: rgb(174 176 178 / var(--tw-bg-opacity));
}

.hover\:bg-closehover:hover {
    color:black;
    --tw-bg-opacity: 1;
    background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}

.hover\:bg-greenhover:hover {
    font-size: 1.3rem !important;
    color: black;
    --tw-bg-opacity: .75;
    background-color: rgb(166 204 162 / var(--tw-bg-opacity));
}

.active\:border-\[3px\]:active {
    border-width: 3px;
}

.active\:border-keyactiveborder:active {
    --tw-border-opacity: 1;
    border-color: rgb(187 218 244 / var(--tw-border-opacity));
}

.slash {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    height: 4px;
    background: transparent;
    pointer-events: none;
    background-color: rgba(255, 0, 0, 0.4);
    z-index: 2;
}