@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'),
}

@font-face {
    font-family: 'Gilroy-RegularItalic';
    src: url('../fonts/Gilroy-RegularItalic.woff2') format('woff2'), url('../fonts/Gilroy-RegularItalic.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'), url('../fonts/Gilroy-SemiBold.woff') format('woff');

}

@font-face {
    font-family: 'Heebo-Black';
    src: url('../fonts/Heebo-Black.ttf') format('ttf');
}

@font-face {
    font-family: 'Heebo Regular';
    src: url('../fonts/Heebo-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Heebo Thin';
    src: url('../fonts/Heebo-Thin.woff') format('woff');
}


@font-face {
    font-family: 'Heebo Light';
    src: url('../fonts/Heebo-Light.woff') format('woff');
}


@font-face {
    font-family: 'Heebo Medium';
    src: url('../fonts/Heebo-Medium.woff') format('woff');
}


@font-face {
    font-family: 'Heebo Bold';
    src: url('../fonts/Heebo-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Heebo ExtraBold';
    src: url('../fonts/Heebo-ExtraBold.woff') format('woff');
}


@font-face {
    font-family: 'Heebo Black';
    src: url('../fonts/Heebo-Black.woff') format('woff');
}

.alert-debug {
    color: #000;
    background-color: #fff;
    border-color: #d6e9c6
}

.alert {
    margin-bottom: 1.5em !important;
}

.alert-error {
    color: #AC3229 !important;
    background: #FFDCDA !important;
    border: 1px solid rgba(222, 105, 97, 0.44) !important;
}

.alert-error::before {
    display: inline-block;
    content: url("/static/images/exclamation-triangle.svg");
    padding-right: 5px;
    top: 2px;
    position: relative;
}


:root {
    --header-height-lg: 100px;
    --header-height-md: 70px;
    --header-bg-color: white;
    --header-font-color: black;
    --body-line-height: 1.5em;
    --body-font-size-lg: 18px;
    --body-font-size-md: 15px;
    --content-bg: #f8fbff;
}

.w-130px {
    width: 130px;
}

.mw-270px {
    min-width: 270px !important;
}

.h-18px {
    height: 18px;
}

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


body {
    /*line-height: var(--body-line-height) !important;*/
    /*font-size: var(--body-font-size-lg) !important;*/
    font-family: 'Heebo Regular', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#content-root {
    background-color: var(--content-bg) !important;
}

.bg-gradient {
    background: linear-gradient(190deg, rgba(248, 248, 248, 1) 0%, rgba(222, 234, 242, 1) 100%) !important;
}

.fs-15px {
    font-size: 15px !important;
}

.support-link {
    color: black !important;
}

.fluid-header,
.header {
    background-color: var(--header-bg-color) !important;
    color: var(--header-font-color) !important;
    box-shadow: 0 0 8px #b3bec5;
}

.header {
    min-height: var(--header-height-lg) !important;
}

.header-container {
    padding-left: 12px !important;
}

.header-menu-md-but {
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.logo-w {
    width: 200px;
}

.logo-w2 {
    width: 300px;
}

.avatar {
    color: var(--header-font-color);
}

.user-container {
    justify-content: center;
    align-items: center;
}

.support-popup {
    transform: translate(-90px, 55px) !important;
}

.user-popup {
    transform: translate(-130px, 70px) !important;
}

.user-popup-wo-lang {
    transform: translate(-20px, 70px) !important;
}

.lang-popup {
    transform: translate(-30px, 55px) !important;
}

.toggler-icon,
.toggler-icon-closed,
.toggler-icon-label,
.toggler-icon-closed-label {
    color: var(--header-font-color);
}

.toggler-icon-label,
.toggler-icon-closed-label {
    font-size: 0.8em;
}

.active_language,
.active_language:hover {
    text-decoration: underline !important;
    text-decoration-color: var(--bs-primary) !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 2px !important;
}

.inactive-language {
    color: grey !important;
}

.inactive-language:hover {
    color: black !important;
}

.menu-link {
    font-size: 1em !important;
}

.menu-hover:hover,
.menu-hover:hover i,
.menu-hover:hover a,
.menu-hover:hover div {
    color: #E5417C;
}

.menu-selected {
    background-color: var(--sidebar-menu-hover-bg);
    color: #E5417C;
}

.menu-selected i,
.menu-selected a,
.menu-selected div {
    background-color: var(--sidebar-menu-hover-bg);
    color: #E5417C;
}

*::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
}

*::-webkit-scrollbar-thumb {
    background-color: #EFF2F5;
}

.hide-scrollbar::-webkit-scrollbar {
    width: 0;
}

.scrollable {
    overflow-y: scroll;
}

.black-bg {
    background-color: black;
}

.white-bg {
    background-color: white;
}

.white-text {
    color: white;
}

.semibold {
    font-weight: 600;
}

.pink {
    color: var(--bs-primary) !important;
}

.resp-flex {
    width: auto;
    flex-wrap: nowrap;
    min-width: 0;
}

.required-asterisk::after {
    content: "*";
}

.nav-link.active {
    background: var(--sidebar-menu-hover-bg) !important;
    color: #E5417C !important;
    border-bottom: none !important;
}

.nav-link {
    color: black;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: hidden !important;
}

.navbar {
    font-family: 'Gilroy-Bold', sans-serif !important;
}

.navbar .nav-item {
    font-family: 'Gilroy-SemiBold', sans-serif !important;
}

button[aria-expanded="true"]>span.toggler-icon {
    display: none;
}

button[aria-expanded="true"]>p.toggler-icon-label {
    display: none;
}

button[aria-expanded="false"]>span.toggler-icon-closed {
    display: none;
}

button[aria-expanded="false"]>p.toggler-icon-closed-label {
    display: none;
}

button {
    font-family: 'Gilroy-Bold', sans-serif;
}

.btn {
    border-radius: 1.8rem;
}

#topbar .menu-dropdown {
    background-color: #454545;
    border-radius: 4px;
}

#topbar .menu-dropdown i,
#topbar .menu-dropdown span {
    color: white;
}

.menu-sub-dropdown {
    border-radius: 4px !important;
    border: 1px solid lightgrey;
}

.p-8-15 {
    padding: 8px 15px !important;
}

@media screen and (min-width: 992px) {
    .pt-lg-32 {
        padding-top: 8rem !important;
    }
}

@media screen and (min-width: 1200px) {
    .top-header-bottom {
        top: calc(0px + var(--header-height-lg)) !important;
    }
}

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

    /*body {*/
    /*  font-size: var(--body-font-size-md) !important;*/
    /*}*/
    .header {
        min-height: var(--header-height-md) !important;
    }

    .scrollable {
        height: calc(100vh - var(--header-height-md)) !important;
    }


    .user-popup {
        transform: translate(-60px, 55px) !important;
    }

    .user-popup-wo-lang {
        transform: translate(-10px, 55px) !important;
    }
}

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

.summary-padding {
    padding-top: 5px;
    padding-bottom: 10px;
}

.delivery-right-arrow {
    color: green
}

.pickup-left-arrow {
    color: blue
}

.fit-content {
    width: fit-content;
}

.medium-large-text {
    font-size: 16px;
}

.tiny-text {
    font-size: 11px;
}

.small-text {
    font-size: 12px;
}

.medium-text {
    font-size: 14px;
}

.large-text {
    font-size: 18px;
}

.extra-large-text {
    font-size: 24px;
}

.giant-text {
    font-size: 30px;
}

.htmx-indicator {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255, .75);
    z-index: 9999;
    opacity: 0;
    transition: opacity 200ms ease-in;
}

.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator {
    display: flex
}

.htmx-request.htmx-indicator {
    display: flex
}

#loading-indicator-image {
    z-index: 100;
}


.showPasswordToggle {
    cursor: pointer;
}

.showPasswordToggle:hover {
    color: var(--bs-primary);
}

.form-select {
    display: block;
    width: 100% !important;
    padding: 0.75rem 3rem 0.75rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181C32;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 16px 12px !important;
    border: 1px solid #E4E6EF !important;
    border-radius: 0.475rem !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

.input-number {
    display: block;
    width: 100% !important;
    padding: 0.75rem 1rem 0.75rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181C32;
    border: 1px solid #E4E6EF !important;
    border-radius: 0.475rem !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}


.form-select-grey-border {
    display: block;
    width: 100% !important;
    padding: 0.75rem 3rem 0.75rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181C32;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 16px 12px !important;
    border: 1px solid #A0A0A0 !important;
    border-radius: 0.475rem !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}


/* annanow action button's*/
.annanow-primary-btn *,
.annanow-secondary-btn *,
.list-action-but * {
    padding: 0;
    margin: 0;
}

.annanow-primary-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
    border: 1px solid #333333;
    border-radius: 5px;
    max-height: 3rem;
    color: white;
}

.annanow-secondary-btn,
.list-action-but,
.list-action-icon-but {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    max-height: 3rem;
    color: black;
}

.annanow-primary-btn,
.annanow-secondary-btn,
.list-action-but {
    min-height: 40px;
    min-width: 150px;
    padding: 5px 15px;
    gap: 1em;
    font-size: 12px;
}

.annanow-primary-btn,
.annanow-secondary-btn {
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
}

.list-action-icon-but {
    padding: 5px 20px;
}

.annanow-secondary-btn:hover,
.list-action-but:hover,
.list-action-icon-but:hover {
    background-color: #f3f3f3;
    color: black;
    cursor: pointer;
}

.primary-btn-disabled:hover {
    cursor: default !important;
    background-color: #ff468e !important;
}

.primary-btn-disabled {
    background-color: #ff468e !important;
}

.annanow-primary-btn:hover {
    background-color: #e5005c;
    color: white;
    cursor: pointer;
}

.annanow-secondary-btn i,
.list-action-but i,
.list-action-icon-but i {
    display: inline-block;
    align-self: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list-action-icon-but i {
    width: 20px;
    height: 20px;
}

.annanow-secondary-btn i,
.list-action-but i {
    width: 30px;
    height: 30px;
}

.reassign-icon {
    background-image: url('/static/images/buttons/noun-reassign-935862.svg');
}

.reassign-icon-red {
    background-image: url('/static/images/buttons/noun-reassign-935862-FF6157.svg');
}

.cancel-icon {
    background-image: url('/static/images/buttons/noun-order-cancel-812766.svg');
}

.cancel-icon-red {
    background-image: url('/static/images/buttons/noun-order-cancel-812766-FF6157.svg');
}

.drop-off-icon {
    background-image: url('/static/images/buttons/noun-drop-off-4160042.svg');
}

.picked-up-icon {
    background-image: url('/static/images/buttons/noun-delivery-48949.svg');
}

.copy-icon {
    background-image: url('/static/images/buttons/noun-copy-1115143.svg');
}

.accept-icon {
    background-image: url('/static/images/buttons/noun-accept-1727505.svg');
}

.accept-icon-green {
    background-image: url('/static/images/buttons/noun-accept-1727505-8DE0A4.svg');
    display: inline-block;
    align-self: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
}

.reject-icon {
    background-image: url('/static/images/buttons/noun-cancel-1727522.svg');
}

.reject-icon-red {
    background-image: url('/static/images/buttons/noun-cancel-1727522-FF6157.svg');
}

.app-version {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
}

.badge-pink {
    color: var(--bs-primary) !important;
    background-color: var(--sidebar-menu-hover-bg);
}

.product-data p {
    padding: 0;
    margin: 0;
}

.product-data-bags-or-packages-content {
    padding-left: 1em;
    margin-bottom: 0.5em;
    margin-top: 0.2em;
}

.form-error {
    color: #FF6157;
    margin-top: 1em;
}

.form-error-area {
    box-sizing: border-box;
    /* Auto layout */
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 12px;
    gap: 10px;
    width: 268px;
    height: 93px;
    left: 0;
    top: 720px;

    background: #FFDCDA;
    border: 1px solid rgba(222, 105, 97, 0.44);
    border-radius: 3px;
}

.form-error-area-content {
    width: 215px;
    height: 57px;

    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;

    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #AC3229;
}

.form-error-triangle {
    right: -0.02%;
    bottom: 6.25%;
    color: #AC3229;
    height: 16.625px;
    width: 19.0036678314209px;
    left: 0;
    top: 1.1875px;
    border-radius: 3px;
}

.form-success-area {
    box-sizing: border-box;
    /* Auto layout */
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 11px 12px;
    gap: 10px;
    width: 268px;
    height: 79px;
    left: 0;
    top: 720px;

    background: #93e98c;
    border: 1px solid rgba(9, 49, 19, 0.44);
    border-radius: 3px;
}

.form-success-area-content {
    width: 215px;
    height: 57px;

    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;

    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #087c0e;
}

@media screen and (max-width: 350px) {
    .d-none-350px {
        display: none !important;
    }
}

/* important is used, because we want to override the bs style */
@media screen and (min-width: 426px) {
    .wide-modal {
        width: 100% !important;
        max-width: 80% !important;
    }
}

@media screen and (max-width: 620px) {
    .container-fluid {
        margin: 0;
        padding: 0;
        width: 100vw;
    }

    .px-12 {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 800px) {
    .navbar {
        position: absolute;
        z-index: 999;
    }
}

.shake {
    animation: shake 0.5s;
    animation-iteration-count: 2;
}

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

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

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

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

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

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

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

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

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

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

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


@media (min-width: 768px) {
    .time-label {
        width: 90px !important;
    }
}

@media (max-width: 768px) {
    .time-label {
        width: 84px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .support {
        margin-right: 0.2em !important;
    }

    .language-picker {
        margin-left: 0.2em !important;
    }

    #header-shop-selector-container {
        margin-right: 1em !important;
        margin-left: 0.2em !important;
    }

    .company-selector {
        margin-right: 0.5em !important;
        margin-left: 1em !important;
    }
}
