@charset "UTF-8";

body {
    margin: 0
}

img {
    max-width: 100%
}

button {
    cursor: pointer;
    box-shadow: 0 0 10px #719ece
}

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

.container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 80rem;
    margin: 0 auto
}

#root {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center
}

.logo {
    height: 6em;
    padding: 1.5em;
    will-change: filter;
    transition: filter .3s
}

.logo:hover {
    filter: drop-shadow(0 0 2em #646cffaa)
}

.logo.react:hover {
    filter: drop-shadow(0 0 2em #61dafbaa)
}

div {
    padding-bottom: .7rem
}

@media only screen and (min-heigh: 880px) {
    div {
        line-height: 0;
        padding-bottom: 0 !important
    }
}

input:focus,
textarea:focus {
    outline: none !important;
    border-color: #719ece;
    box-shadow: 0 0 10px #719ece;
    transform: scale(1.33);
    transition: transform .2s ease
}

h3 {
    color: #ff6966
}

h4,
.text {
    color: #719ece;
    font-weight: 400
}

@media (max-height: 414px) {

    .em,
    .footer-text {
        display: none
    }

    .center-h {
        overflow-y: auto;
        height: auto
    }

    #root {
        padding: 0
    }

    .hr-lines {
        display: none
    }
}

@keyframes logo-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@media (prefers-reduced-motion: no-preference) {
    a:nth-of-type(2) .logo {
        animation: logo-spin infinite 20s linear
    }
}

.card {
    padding: 2em
}

.read-the-docs {
    color: #888
}

.logos {
    width: 32px;
    min-width: 28px
}

.logo-top {
    min-width: 36px;
    width: 36px;
    height: auto
}

img {
    padding-left: 5px;
    width: 100%;
    padding-right: 0;
    width: 85%;
    margin: 0
}

.hov {
    width: 100%;
    background: url(/noiseb.png);
    border-radius: 60px;
    text-decoration: none
}

a {
    text-decoration: none
}

.mailto {
    border-color: #646cff;
    border-radius: 8px;
    box-shadow: 0 0 10px #719ece;
    padding: 2px 5px 4px !important;
    font-weight: 600;
    background: #eee
}

.mailto:hover {
    box-shadow: 0 0 10px #646cff;
    background-color: #111
}

.mail-to:hover,
.Navbar a:hover {
    transform: scale(1.1)
}

.w3-container {
    max-width: 320px;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.meta {
    width: 26px !important;
    height: auto;
    padding: 0
}

.meta:hover {
    content: url(/messenger.webp);
    border-radius: 5px
}

.tooltip .tooltiptext {
    width: 164px;
    padding: 1em
}

@media (max-width: 1000px) {
    .tooltip .tooltiptext {
        top: -30%;
        right: -45%
    }
}

footer {
    text-align: center;
    background-color: #2f353c;
    color: #fff;
    font-size: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 100%
}

span.footer-text:after {
    content: " and Wishes";
    color: #fff
}

@media (max-height: 720px) {
    .main-container {
        width: 100vw;
        line-height: initial
    }

    .w3-container img {
        transform: translateY(0)
    }

    .header-text {
        display: none
    }

    .susisiekime {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: row
    }

    *:not(div > .susisiekime) {
        padding: 0
    }
}

@media (max-height: 560px) {

    h2,
    div h1 {
        font-size: 1.1em
    }

    span.footer-text:after {
        content: ""
    }

    em.header-em {
        margin-top: 4%;
        max-width: 768px
    }

    .mail-to {
        padding-bottom: 2% !important
    }
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0)
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }

    20% {
        transform: translate(-3px) rotate(1deg)
    }

    30% {
        transform: translate(3px, 2px) rotate(0)
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }

    60% {
        transform: translate(-3px, 1px) rotate(0)
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }

    90% {
        transform: translate(1px, 2px) rotate(0)
    }

    to {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

.image-container {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding: 0
}

.image-container>img {
    width: 50%;
    padding: 0
}

.image-container:hover:before {
    content: "";
    background-image: url(/assets/goLT-b001e83e.svg);
    width: 86px;
    height: 72px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -2.2em;
    border-color: #719ece;
    color: #719ece
}

.image-container:before {
    cursor: pointer
}

.mailto:hover {
    transform: scale(1.2)
}

.log-out:after {
    content: "Logout"
}

@media only screen and (max-width: 475px) {
    .log-out:before {
        content: "";
        background-image: url(/logout.svg);
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        transform: scale(1.5)
    }

    .log-out:after {
        display: none
    }
}

.sign {
    padding: 0 6px 4px
}

@media (max-height: 414px) {
    .sign {
        margin: .8em 0
    }
}

.google {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 3px
}

.google-center {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width: 476px) and (max-width: 768px) {
    .center-h {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 72vh
    }

    .tooltip .tooltiptext {
        width: 124px
    }
}

@media (max-height: 414px) {
    .center-h {
        height: auto
    }
}

@media only screen and (min-width: 414px) and (max-width: 475px) {
    .tooltiptext {
        width: 90%;
        padding: .5em
    }
}

.tooltip-container {
    position: relative
}

.tooltip {
    position: relative;
    display: inline-block
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    z-index: 1
}

.tooltip:hover .tooltiptext,
hr:hover {
    visibility: visible;
    color: #93310f;
    font-size: 13px;
    padding: 8px;
    font-weight: 900;
    border: 3px solid #93310f;
    border-radius: 2em;
    box-shadow: 0 0 10px #646cff;
    border-color: #719ece;
    color: #719ece;
    right: -45%;
    top: -100%;
    margin: 0
}

hr {
    margin: .5em
}

@media (max-width: 667px) {

    .tooltip:hover .tooltiptext,
    hr:hover {
        visibility: hidden
    }
}

@media (min-width: 1300px) {

    .tooltip:hover .tooltiptext,
    hr:hover {
        right: -100%;
        right: -60%
    }
}

@media (max-height: 414px) {

    .header-em,
    .image-container,
    .head {
        display: none
    }

    .center-h {
        overflow-y: auto
    }
}

#customBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 190px;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px gray;
    white-space: nowrap
}

#customBtn:hover {
    cursor: pointer
}

span.label {
    font-family: serif;
    font-weight: 400
}

span.icon {
    background: url(/identity/sign-in/g-normal.png) transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
    font-weight: 700;
    font-family: Roboto, sans-serif
}

.hr-lines {
    position: relative;
    text-align: center;
    margin: 1em
}

.hr-lines:before {
    content: " ";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #719ece
}

.hr-lines:after {
    content: " ";
    height: 1px;
    display: block;
    position: absolute;
    background: #719ece;
    top: 50%;
    right: 0
}

@media only screen and (min-width: 320px) {

    .hr-lines:after,
    .hr-lines:before {
        width: calc(50% - 20px)
    }
}

@media (max-height: 414px) {
    .hr-lines {
        display: none
    }

    .sign {
        margin: 1em 0
    }
}

header,
footer {
    background: url(/noiseb.png);
    color: #eee
}
header{display: flex;}

header .container,
footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: space-around;
    padding-top: 10px
}

header .logo,
footer .logo {
    font-size: 2.5rem;
    display: inline-block
}

header sup,
footer sup {
    font-weight: 100;
    font-size: .7em
}

header .navItem,
footer .navItem {
    padding: .7em 1em;
    display: inline-block
}

header span.mailto,
header .navItem.active,
header .navItem:hover,
footer span.mailto,
footer .navItem.active,
footer .navItem:hover {
    background-color: #414953;
    outline: none !important;
    border-color: #646cff;
    background-color: #2f353c;
    border: 1px;
    border-radius: 8px;
    box-shadow: 0 0 10px #719ece
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0
}

ul {
    padding: 0
}

.list-group {
    min-width: 200px;
    max-height: 720px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.list-group::-webkit-scrollbar {
    width: 0
}

.mirror {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.logout {
    padding: 0;
    color: #ffd500;
    background-color: #2f353c
}

.form-control {
    padding: 12px 2px
}

#big nav-link {
    padding-top: 12px;
    padding-bottom: 12px
}

#big footer {
    padding: 0;
    display: block
}

.susisiekime {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    padding-bottom: .5em !important
}

.main-container {
    display: flex;
    flex-direction: column
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1px
}

h1,
h2 {
    margin: 0;
    font-weight: 300 !important
}

.bigp {
    margin: 0;
    padding-bottom: 2px !important
}

.Navbar-new {
    display: flex;
    justify-content: space-around
}

@media only screen and (max-width: 880px) {
    .grid-3 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (min-heigh: 880px) {
    app-container {
        line-height: 0
    }
}

@media (max-height: 620px) {

    .header-text,
    em {
        font-size: .9em
    }
}

@media (min-height: 651px) and (max-height: 720px) {
    .w3-container img {
        transform: translateY(7%);
        display: block
    }
}

@media (min-height: 721px) and (max-height: 820px) {
    .w3-container img {
        display: block
    }
}

@media (min-height: 821px) {
    .w3-container img {
        display: block
    }
}

@media only screen and (max-width: 720px) {
    #big {
        padding-top: 2px;
        padding-bottom: 2px
    }

    #big p {
        margin: 0;
        padding-top: -25px;
        padding-bottom: 0
    }

    .grid-3 {
        grid-template-columns: repeat(1, 1fr)
    }

    #root {
        max-width: 720px;
        margin: 0 auto;
        padding: 0;
        text-align: center
    }

    .center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.shake {
    margin-left: auto;
    margin-right: auto;
    width: 75%
}

.shake:hover {
    animation: shake .5s;
    animation-iteration-count: infinite
}

a.logos-top {
    margin-top: 2px
}

@media only screen and (max-width: 475px) {
    img.monkey {
        margin-bottom: -15px;
        padding-left: 35px;
        max-width: 66%
    }

    .mirror {
        padding-left: 20px
    }

    .mail-to {
        width: 180px;
        padding-bottom: 7px
    }

    form {
        padding-right: 1rem
    }

    .form-label,
    label {
        font-size: .8rem
    }

    .hov {
        padding: 0
    }

    header .container {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .form-control,
    .inputs-pd {
        padding: 0 2px !important
    }

    textarea {
        min-height: 2.4em
    }

    .hov {
        padding-left: 0;
        padding-right: 0
    }

    li>img {
        width: 75%
    }
}

@media only screen and (max-width: 475px) {
    .Navbar-new {
        display: flex !important;
        justify-content: flex-end
    }

    .lnr {
        min-width: 2.5em
    }

    .shops:before {
        content: "";
        background-image: url(/shops.svg);
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        transform: scale(1.5)
    }

    .add-shop:before {
        content: "";
        background-image: url(/add-shop.svg);
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        transform: scale(1.5)
    }

    .login:before {
        content: "";
        background-image: url(/assets/lnr-enter-44544872.svg);
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        transform: scale(1.5)
    }

    .register:before {
        content: "";
        background-image: url(/assets/lnr-register-56869eab.svg);
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        transform: scale(1.5)
    }

    .add-shop:after,
    .login:after,
    .register:after,
    .shops:after {
        display: none
    }
}

.shops:after {
    content: "All Orders"
}

.add-shop:after {
    content: "New Task"
}

.login:after {
    content: "Login"
}

.register:after {
    content: "Register"
}

.center-h {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 72vh
}

@media (max-height: 414px) {
    .center-h {
        height: 62vh
    }
}

ul li {
    border: 1px inset rgba(128, 128, 128, .2705882353)
}

.normal-image {
    display: inline-block
}

.hover-image {
    border-radius: 5px;
    display: none
}

.hover-image:hover {
    border-radius: 5px
}

a:hover .normal-image {
    display: none
}

a:hover .hover-image {
    display: inline-block
}

.loader .text {
    font-size: 2rem;
    margin-right: .5em;
    animation: fadeInOut 2s ease-in-out infinite
}

.loader .spinner {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: .25em solid rgba(0, 0, 0, .1);
    border-top-color: #333;
    animation: spin .8s linear infinite;
    display: inline-block
}

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

@keyframes fadeInOut {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

:root {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color-scheme: light dark;
    color: #ffffffde;
    background-color: #242424;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%
}

a,
footer {
    font-weight: 100;
    color: #ffd500;
    text-decoration: inherit
}

a:not(.logos, .logout) {
    border: 1px
}

a:not(.logos, .logout, .mail-to, .meta, .coffee, .hey-lt):focus {
    color: #ffd500;
    border: 1px solid #ffd500;
    border-radius: .6rem;
    padding-top: .6rem;
    padding-bottom: .6rem
}

input:focus {
    outline: none !important;
    border-color: #719ece;
    box-shadow: 0 0 10px #719ece
}

textarea:focus {
    outline: none !important;
    border-color: #719ece;
    box-shadow: 0 0 10px #719ece
}

input,
textarea {
    border: .1em solid
}

body {
    margin: 0;
    place-items: center;
    min-width: 320px;
    min-height: 100vh
}

h1 {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.1
}

button {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: .6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    background-color: #1a1a1a;
    cursor: pointer;
    transition: border-color .25s
}

button:hover {
    border-color: #646cff
}

button:focus,
button:focus-visible {
    outline: 4px auto -webkit-focus-ring-color
}

.btn-danger {
    float: right;
    font-size: 1rem;
    color: #ff6966;
    padding: 3px;
    font-weight: 400
}

.logout,
.navItem {
    font-weight: 400
}

.all {
    color: #ff6966;
    padding: 0 3px;
    margin: 0 3px;
    font-weight: 400
}

.sign {
    margin-top: 2rem
}

@media (max-height: 414px) {
    .sign {
        margin: .5em
    }
}

ul {
    list-style-type: none
}

.form-control {
    color: #719ece;
    border-color: #719ece;
    font-size: medium
}

.inputs-pd,
.error {
    color: #ff6966
}

input,
.form,
textarea {
    border-color: #719ece;
    color: #719ece;
    text-align: center;
    max-width: 380px;
    max-height: 5rem;
    width: 100%;
    max-width: 98.2%
}

.area-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.area-text {
    text-align: center;
    word-break: break-all;
    margin: 1px
}

input[type=password],
input[type=number],
input[type=text] {
    padding: 12px 20px;
    margin: 0;
    box-sizing: border-box
}

input[type=number] {
    max-width: 100%
}

form {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem
}

@media (prefers-color-scheme: light) {
    :root {
        color: #213547;
        background-color: #fff
    }

    button {
        background-color: #f9f9f9;
        color: #2f353c
    }
}

@media only screen and (max-width: 375px) {

    input[type=password],
    input[type=number],
    input[type=text] {
        padding: 2px;
        margin-bottom: 10px
    }

    form {
        padding: 0
    }
}

body {
    overflow: hidden;
    position: relative;
    max-height: 324px
}

.lamp {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    margin: 0 auto;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform-origin: center top;
    animation-timing-function: cubic-bezier(.6, 0, .38, 1);
    animation: move 5s infinite ease-in-out
}

@keyframes move {
    0% {
        transform: rotate(-30deg)
    }

    50% {
        transform: rotate(30deg)
    }

    to {
        transform: rotate(-30deg)
    }
}

.cable {
    width: 4px;
    height: 26px;
    background: white
}

.cover {
    width: 200px;
    height: 20px;
    background: #eeeeee;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    position: relative;
    z-index: 200
}

.in-cover {
    width: 100%;
    max-width: 200px;
    height: 20px;
    border-radius: 100%;
    background: #aaa;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -2px;
    z-index: 100
}

.in-cover .bulb {
    width: 40px;
    height: 40px;
    background: #f5d76e;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -8px;
    margin: 0 auto
}

@media (min-width: 415px),
(min-height: 415px) {
    .light {
        width: 200px;
        height: 0;
        border-bottom: 188vw solid #f5d76e12;
        border-left: 150px solid transparent;
        border-right: 150px solid transparent;
        position: absolute;
        left: -100px;
        right: 0px;
        top: 60px;
        margin: 0 auto;
        z-index: 1
    }
}

.light {
    opacity: 0;
    transition: opacity 3s;
    display: none
}

.light.active {
    opacity: 1;
    display: block
}

@media (max-height: 720px) {
    .light {
        top: 45px
    }

    .in-cover .bulb {
        width: 30px;
        height: 30px
    }

    .in-cover {
        bottom: -8px
    }
}

@media (max-width: 475px) {
    .cover {
        width: 130px
    }

    .light {
        width: 128px;
        left: -64px
    }

    .in-cover {
        max-width: 130px
    }
}

@media (max-height: 414px) {
    .lamp {
        display: none
    }
}