@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary: #52382B;
    --secondary: #5D7A64;
    --text-primary: #52372A;
    --text-secondary: #7A5340;
    --text-terciary: #A36F55;
    --text-disable: #B8B8B8;
    --btn-primary: #52382B;
    --btn-secondary: #5D7A64;
    --background: #FAF3F0;
    --background-primary: #F5E1D7;
    --background-secondary: #E1F5E6;
    --background-terciary: #CC967A;
    --background-other: #E1F5E6;
    --backgroun-novodia: #F3F5E1;
    --disabled: #E0BCAB;
    --bogani: #E05F09;
    --bogani2: #F5680A;
    --novodia: #D2E009;
    --white: #ffffff;
    --dark: #3D2A20;
    --danger: #A34848;
    --success: #48A360;
    --caution: #E0B151;
    --caution-background: #F5EEE1;
    --success-background: #EBF5EE;
    --danger-background: #F5ECEB;
    --info: #0A9EF5;
    --neutral: #171c21;
    --bs-gutter-x: 32px;
    --transition-time: 0.2;
}

::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

div ::-webkit-scrollbar {
    width: 3px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #fff;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--primary);
    background-clip: content-box;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: var(--text-terciary);
    background-clip: content-box;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: var(--text-terciary);
}

body {
    background: var(--background);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Fira Sans";
    color: var(--text-primary);
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: "Fira Sans";
    color: #1f1f1f;
    margin: 0;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-family: "Fira Sans";
    color: #1f1f1f;
    margin: 0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: 100;
}

h1,
.h1 {
    font-size: 64px;
    line-height: 72px;
    font-weight: 500;
}

h1:not(:last-child),
.h1:not(:last-child) {
    margin-bottom: 20px;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
}

h2:not(:last-child),
.h2:not(:last-child) {
    margin-bottom: 16px;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

h3:not(:last-child),
.h3:not(:last-child) {
    margin-bottom: 12px;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

h4:not(:last-child),
.h4:not(:last-child) {
    margin-bottom: 8px;
}

h5,
.h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

h5:not(:last-child),
.h5:not(:last-child) {
    margin-bottom: 6px;
}

h6,
.h6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

h6:not(:last-child),
.h6:not(:last-child) {
    margin-bottom: 6px;
}
.t-capitalize{
    text-transform: capitalize;
}
.lead {
    font-weight: 400;
}

@media all and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 40px;
        line-height: 48px;
        font-weight: 500;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
    }

    h4,
    .h4 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
    }

    h5,
    .h5 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    h6,
    .h6 {
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
    }

    .lead {
        font-size: 1.35714286em;
        line-height: 1.68421053em;
    }
}

.weight-7 {
    font-weight: 700;
}

.weight-4 {
    font-weight: 400;
}

p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 20px;
    color: var(--text-primary);
    font-family: "Fira Sans";
    margin-bottom: 0px;
}

ul.bullets {
    list-style: inside;
}

strong {
    font-weight: 700;
}

.color-theme {
    color: var(--primary) !important;
}

.color-secondary {
    color: var(--secondary) !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-primary {
    color: var(--text-primary) !important
}

.text-secondary {
    color: var(--text-secondary) !important
}

.text-terciary {
    color: var(--text-terciary) !important;
}

.text-success {
    color: var(--success) !important
}

.text-caution {
    color: var(--caution) !important
}

.text-danger {
    color: var(--danger) !important
}

.text-muted {
    color: #A3A3A3 !important
}

.text-semall {
    color: var(--text-terciary);
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
}

.text-link {
    text-decoration: underline;
    color: var(--text-terciary);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.back-terciary {
    color: var(--background-terciary) !important;
}

.bg-img {
    background: var(--background-img);
    position: relative;
}

.bg-danger {
    background-color: var(--danger-background) !important;
    padding: 12px 16px;
    border-radius: 16px;
    color: var(--danger) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.bg-danger p {
    color: var(--danger) !important;
}

.bg-success {
    background-color: var(--success) !important
}

.uil-upload-alt {
    color: var(--danger) !important;
}

ins {
    color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-background {
    background-color: var(--background) !important;
}

.bg-bk-primary {
    background-color: var(--background-primary) !important;
    position: relative;
    border-radius: 8px;
    text-align: center;
}

.bg-bk-primary img {
    mix-blend-mode: multiply;
}

.bg-blur {
    background-color: #0000003D;
    backdrop-filter: blur(8px);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.bg-yellow{
    background-color: #F5E50A;
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
}

.modal-strip.bg-primary {
    color: #FFF !important
}

#logo img {
    height: 24px;
    display: flex;
    align-items: center;
}

.row {
    margin: 0px 1px 0px 1px;
}
.gap-08{
    gap: 08px;
}
.gap-16{
    gap: 16px;
}
.disabled-link {
    pointer-events: none;
    opacity: 0.5; /* Deixa visualmente desativado */
    cursor: not-allowed;
}
.h-auto{
    min-height: auto !important;
}
.col-lg-6 {
    /* padding: 0px; */
}

.p-04 {
    padding: 4px !important;
}

.p-16 {
    padding: 16px !important;
}

.p-24 {
    padding: 24px !important;
}

.p-32 {
    padding: 32px !important;
}

.p-48 {
    padding: 48px !important;
}

.p-64 {
    padding: 64px !important;
}

.p-128 {
    padding: 128px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-04 {
    padding-left: 4px !important;
}

.pl-08 {
    padding-left: 8px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.pl-32 {
    padding-left: 32px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-64 {
    padding-left: 64px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-04 {
    padding-right: 4px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.pr-32 {
    padding-right: 32px !important;
}

.pr-64 {
    padding-right: 64px !important;
}

.px-04 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.px-08 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

.px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
}

.px-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
}

.px-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
}

.py-04 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.py-08 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.py-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
}

.pb-16 {
    padding-bottom: 16px !important;
}

.pb-32 {
    padding-bottom: 32px !important;
}

.pb-64 {
    padding-bottom: 64px !important;
}

.pb-128 {
    padding-bottom: 128px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-32 {
    padding-top: 32px !important;
}

.pt-64 {
    padding-top: 64px !important;
}

.pt-128 {
    padding-top: 128px !important;
}

.pt-104 {
    padding-top: 104px !important;
}

.m-04 {
    margin: 4px !important;
}

.m-08 {
    margin: 8px !important;
}

.m-16 {
    margin: 16px !important;
}

.m-32 {
    margin: 32px !important;
}

.my-08 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.my-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}

.my-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
}

.mt-08 {
    margin-top: 8px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-48 {
    margin-top: 48px !important;
}

.mt-64 {
    margin-top: 64px !important;
}

.mt-96 {
    margin-top: 96px !important;
}

.mt-128 {
    margin-top: 128px !important;
}

.mb-08 {
    margin-bottom: 8px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.mb-64 {
    margin-bottom: 64px !important;
}

.mb-128 {
    margin-bottom: 128px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-04 {
    margin-left: 4px !important;
}

.ml-08 {
    margin-left: 8px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.ml-32 {
    margin-left: 32px !important;
}

.mr-08 {
    margin-right: 8px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.s-14 {
    font-size: 14px;
    line-height: 22px;
}

.text-secondary {
    color: var(--text-secondary) !important;
}

.text-terciary {
    color: var(--text-terciary) !important;
}

.border-1-w {
    border: 1px solid #ffffff;
}

.border-t-1 {
    border-top: 1px solid var(--background);
}

.border-b-1 {
    border-bottom: 1px solid var(--background);
}

.border-1 {
    border: 1px solid var(--background);
    border-radius: 2px;
}

.border-l-1 {
    border-left: 1px solid var(--background);
}

.border-no-l {
    border-left: 0px;
}

.border-lrb-1 {
    border: 1px solid var(--background-secondary);
    border-top: 0px;
}

.border-t-0 {
    border-top: 0px;
}
.w-15 {
    width: 15%;
}
.w-20 {
    width: 20%;
}
.w-80 {
    width: 80%;
}

.body-inner {
    background-image: url('/newcoffee/img/img_coffee.webp');
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}

.body-inner.blur {
    background-image: url('/newcoffee/img/img_coffee_blur.webp');
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}

.eleminar {
    color: var(--text-terciary) !important;
    text-decoration: underline;
    text-transform: uppercase;
}

.menu-mobile i {
    font-size: 16px;
}

.search {
    position: relative;
}

.search input {
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 400;
    color: var(--primary);
    background: #fff !important;
    padding: 10px 16px 10px 48px !important;
}

.search .icon-search {
    position: absolute;
    left: 16px;
    font-size: 20px;
    top: 16px;
}

.bg-color-secondary {
    color: var(--background-secondary);
}

.bg-cart {
    position: absolute;
    top: 0;
    right: 4px;
    background: var(--secondary);
    width: 8px;
    height: 8px;
    border-radius: 10px;
}

.sticky-240 {
    position: sticky;
    top: 240px;
}

.sticky-175 {
    position: sticky;
    top: 175px;
}

.icon-v-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.icon-vs-center {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.icon-vc-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.icon-vc-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cursor-pointer {
    cursor: pointer;
}

.product-price {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

ins {
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
}

del {
    color: var(--disabled);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: line-through;
}

.discount {
    border: 1px solid var(--text-primary);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    padding: 2px 8px;
}

.no-wrap {
    text-wrap: nowrap;
}

.w-33 {
    width: 33%;
}

.w-85 {
    width: 85%;
}
.form-check-input {
    width: 24px;
    height: 22px;
    background: transparent;
    border: 1px solid var(--background-primary);
    border-radius: 2px;
}
.form-check-input[type="checkbox"] {
    border-radius: 8px;
}

.br-16 {
    border-radius: 16px !important;
}

h6 i {
    font-size: 22px;
    padding-right: 16px;
}

.navbar{
    position: fixed;
    left: 40px;
    right: 40px;
    top: 16px;
    z-index: 9;
}
@media (min-width: 992px) {
    .pl-lg-16 {
        padding-left: 16px !important;
    }

    .pr-lg-16 {
        padding-right: 16px !important;
    }

    .p-lg-16 {
        padding: 16px !important;
    }

    .pr-lg-64 {
        padding-left: 64px !important;
    }

    .ml-lg-32 {
        margin-left: 32px !important;
    }
    .mr-lg-32 {
        margin-right: 32px !important;
    }

    .mt-lg-64 {
        margin-top: 64px !important;
    }

    .mt-lg-96 {
        margin-top: 64px !important;
    }

    .border-lg-l-1 {
        border-left: 1px solid var(--background-primary);
    }
}

@media (max-width: 1024px) {
    .pt-xs-32 {
        padding-top: 32px !important;
    }

    .p-xs-0 {
        padding: 0px !important;
    }

    .p-xs-8 {
        padding: 8px !important;
    }

    .p-xs-16 {
        padding: 16px !important;
    }

    .p-xs-32 {
        padding: 32px !important;
    }

    .px-xs-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .px-xs-08 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .px-xs-16 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .px-xs-32 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .py-xs-08 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .py-xs-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .py-xs-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .pb-xs-64 {
        padding-bottom: 64px !important;
    }

    .pt-xs-0 {
        padding-top: 0px !important;
    }

    .m-xs-0 {
        margin: 0px !important;
    }

    .mt-xs-64 {
        margin-top: 64px !important;
    }

    .mt-xs-32 {
        margin-top: 32px !important;
    }

    .mt-xs-16 {
        margin-top: 16px !important;
    }

    .mt-xs-08 {
        margin-top: 8px !important;
    }

    .mt-xs-0 {
        margin-top: 0px !important;
    }

    .mb-xs-32 {
        margin-bottom: 32px !important;
    }

    .mb-xs-16 {
        margin-bottom: 16px !important;
    }

    .mb-xs-0 {
        margin-bottom: 0px !important;
    }

    .border-t-xs-1 {
        border-top: 1px solid var(--background-secondary);
    }

    .w-xs-20 {
        width: 20% !important;
    }
    .w-xs-50 {
        width: 50% !important;
    }
    .w-xs-80 {
        width: 80% !important;
    }
    .w-xs-100 {
        width: 100% !important;
    }
    .container-fluid {
        padding-right: 8px;
        padding-left: 8px;
    }
    .filtros{
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid var(--background-primary);
    }
    ins, del{
        font-size: 12px;
        font-weight: 700;
        line-height: 20px
    }
    
    .navbar{
        position: static;
    }
}

.blurred-div {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
}

@media (min-width: 1024px) {
    .navbar-expand-lg .navbar-collapse.d-lg-block {
        display: block !important;
    }
}

/* ----------------------------------------------------------------------
Forms
-------------------------------------------------------------------------*/

.form-control {
    border: 1px solid var(--background-primary);
    border-radius: 2px;
}

form .btn {
    padding: 12px 14px;
}

input:not([type="checkbox"]):not([type="radio"]),
select {
    line-height: 18px;
    padding: 10px 16px;
    min-height: 48px;
    font-size: .9rem;
    background: transparent;
}
textarea {
    line-height: 18px;
    padding: 10px 16px;
    min-height: 48px;
    font-size: .9rem;
    background: transparent !important;
    min-height: 96px !important;
}

.input-group-append {
    margin-left: -4px;
}

.input-group-append .btn,
.input-group-append button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 40px;
}

.input-group-append .btn i,
.input-group-append button i {
    margin-right: 0px;
}

.input-group-prepend .btn,
.input-group-prepend button {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group-prepend .btn i,
.input-group-prepend button i {
    margin-right: 0px;
}

.input-group-prepend+input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group .input-group-btn {
    margin-left: -4px;
}

.input-group .input-group-btn .btn,
.input-group .input-group-btn button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group-lg .btn {
    padding: 16px 20px;
    font-size: 14px;
}

.input-group-text {
    border: 0;
}

.input-group-text i {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 1.2rem;
}

.form-group label:not(.error) {
    font-size: 13px;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin-bottom: 4px;
    color: var(--text-primary);
}

.form-inline button {
    margin: 0px;
}

.form-group>label {
    display: block;
}

.has-feedback label~.form-control-feedback {
    top: 44px;
}

.is-invalid:not(.form-control) {
    font-size: .8rem;
    color: #CE041C;
}

.is-invalid,
.is-valid {
    display: block;
    clear: both;
    width: 100%;
}

input[type="checkbox"].form-control {
    float: left;
    width: auto;
    margin-right: 13px;
    height: 24px;
    cursor: pointer;
}

input[type="color"] {
    width: 100%;
    height: 100%;
    min-height: 3px;
    padding: 0;
    border: 0px;
    cursor: pointer;
}

input[type="color"]:focus {
    box-shadow: none;
}


.form-control::placeholder {
    color: var(--text-terciary);
    font-size: 14px;
    line-height: 22px !important;
}

/*form select*/

select.form-control:not([size]):not([multiple]) {
    height: 40px;
}

select {
    width: 100%;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(../icons/ph_caret-down.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    border: 1px solid #e6e8eb;
    border-radius: 5px;
}

select[multiple] {
    background-image: none !important;
}

.order-select>h6 {
    margin-bottom: 0;
}

.order-select p {
    font-size: 13px;
}

.button-search {
    background-color: #fff;
    border-color: #e6e8eb #e6e8eb #e6e8eb;
    border-style: solid;
    border-width: 1px 1px 1px 0 !important;
    box-shadow: none;
    margin-left: -6px !important;
    z-index: 2 !important;
}

/* ----------------------------------------------------------------------
Buttons
-------------------------------------------------------------------------*/

a:not([href]):not([tabindex]):not(.btn) {
    color: none;
}

button.btn,
.btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]) {
    font-family: "Fira Sans", monospace;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    outline: none;
    padding: 12px 18px;
    position: relative;
    /* text-transform: uppercase; */
    background-color: var(--secondary);
    border-color: var(--secondary);
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 21px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

button.btn:after,
.btn:not(.close):not(.mfp-close):after,
a.btn:not([href]):not([tabindex]):after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

button.btn i,
.btn:not(.close):not(.mfp-close) i,
a.btn:not([href]):not([tabindex]) i {
    text-shadow: none;
    background: transparent !important;
}

button.btn.btn-xs,
.btn:not(.close):not(.mfp-close).btn-xs,
a.btn:not([href]):not([tabindex]).btn-xs {
    font-size: 10px;
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
}

button.btn.btn-sm,
.btn:not(.close):not(.mfp-close).btn-sm,
a.btn:not([href]):not([tabindex]).btn-sm {
    font-size: 12px;
    height: 32px;
    line-height: 20px;
    border-radius: 8px;
    padding: 0 14px;
}

button.btn.btn-lg,
.btn:not(.close):not(.mfp-close).btn-lg,
a.btn:not([href]):not([tabindex]).btn-lg {
    font-size: 16px;
    height: 48px;
    letter-spacing: 2px;
    line-height: 56px;
    padding: 0 16px;
}

button.btn:hover,
button.btn:focus,
button.btn:not(:disabled):not(.disabled):active,
button.btn:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
    background-color: #0333e8;
    border-color: #0333e8;
    color: #ffffff;
    text-decoration: none;
}


button.btn.btn-outline,
.btn:not(.close):not(.mfp-close).btn-outline,
a.btn:not([href]):not([tabindex]).btn-outline {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: var(--text-terciary);
    color: var(--text-terciary);
}

.btn:not(.close):not(.mfp-close).btn-primary.btn-outline {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: var(--text-primary);
    color: var(--text-primary);
}

button.btn.btn-primary,
.btn:not(.close):not(.mfp-close).btn-primary,
a.btn:not([href]):not([tabindex]).btn-primary {
    background-color: var(--text-primary);
    border-color: var(--text-primary);
}

button.btn.btn-primary:hover,
button.btn.btn-primary:focus,
button.btn.btn-primary:not(:disabled):not(.disabled):active,
button.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-primary:hover,
.btn:not(.close):not(.mfp-close).btn-primary:focus,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-primary:hover,
a.btn:not([href]):not([tabindex]).btn-primary:focus,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff;
}

button.btn.btn-secondary,
.btn:not(.close):not(.mfp-close).btn-secondary,
a.btn:not([href]):not([tabindex]).btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    font-weight: 400;
}

button.btn.btn-secondary iconify-icon,
.btn:not(.close):not(.mfp-close).btn-secondary iconify-icon,
a.btn:not([href]):not([tabindex]).btn-secondary iconify-icon {
    color: var(--secondary);
}

button.btn.btn-secondary:hover,
button.btn.btn-secondary:focus,
button.btn.btn-secondary:not(:disabled):not(.disabled):active,
button.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-secondary:hover,
.btn:not(.close):not(.mfp-close).btn-secondary:focus,
.btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-secondary:hover,
a.btn:not([href]):not([tabindex]).btn-secondary:focus,
a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled).active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
}

button.btn.btn-bogani,
.btn:not(.close):not(.mfp-close).btn-bogani,
a.btn:not([href]):not([tabindex]).btn-bogani {
    background-color: var(--bogani);
    border-color: var(--bogani);
    font-weight: 400;
}

button.btn.btn-bogani iconify-icon,
.btn:not(.close):not(.mfp-close).btn-bogani iconify-icon,
a.btn:not([href]):not([tabindex]).btn-bogani iconify-icon {
    color: var(--bogani);
}
.carrinho .btn-bogani {
    border-radius: 32px !important;
}
.carrinho .btn-bogani iconify-icon{
    color: #ffffff !important;
}

button.btn.btn-bogani:hover,
button.btn.btn-bogani:focus,
button.btn.btn-bogani:not(:disabled):not(.disabled):active,
button.btn.btn-bogani:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-bogani:hover,
.btn:not(.close):not(.mfp-close).btn-bogani:focus,
.btn:not(.close):not(.mfp-close).btn-bogani:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-bogani:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-bogani:hover,
a.btn:not([href]):not([tabindex]).btn-bogani:focus,
a.btn:not([href]):not([tabindex]).btn-bogani:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-bogani:not(:disabled):not(.disabled).active {
    background-color: var(--bogani);
    border-color: var(--bogani);
    color: #ffffff;
}

button.btn.btn-bogani-rounder,
.btn:not(.close):not(.mfp-close).btn-bogani-rounder,
a.btn:not([href]):not([tabindex]).btn-bogani-rounder {
    background-color: transparent;
    border-color: var(--bogani);
    color: var(--bogani);
}

button.btn.btn-outline:hover,
button.btn.btn-outline:focus,
button.btn.btn-outline:active,
button.btn.btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-outline.active {
    background-color: var(--secondary);
    border-width: 1px;
    border-style: solid;
    border-color: var(--secondary);
    color: #fff;
}

.btn:disabled {
    cursor: not-allowed !important;
    background: transparent !important;
    color: var(--disabled) !important;
    border: 1px solid var(--disabled) !important;
}

.adicionar {
    background-color: #fff;
    color: var(--primary) !important;
    border-radius: 16px;
    padding: 0 !important;
}

.login,
.estabelecimento {
    display: flex;
    position: relative;
    align-content: space-around;
    flex-direction: column;
    height: 100%;
    min-height: calc(100vh - 92px);
    /* justify-content: space-between; */
}

.estabelecimento .icon {
    text-align: center;
}

.estabelecimento .icon .icon-back {
    color: var(--text-secondary);
    background-color: #fff;
    padding: 8px;
    border-radius: 32px;
}

.estabelecimento .icon h5 {
    color: var(--text-primary);
}

hr {
    margin: 32px 0px;
    color: var(--background-primary);
    background-color: currentColor;
}

.forget-pass {
    color: var(--text-terciary);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.forget-pass .icon-pass {
    color: #141414;
    background-color: #fff;
    padding: 6px;
    border-radius: 16px;
}

.bt-help {
    color: var(--text-terciary);
    background: var(--background-primary);
    text-transform: uppercase;
    border-radius: 16px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    width: fit-content;
    margin: 32px auto;
    padding: 2px;
}

.bt-help a {
    color: var(--text-terciary);
    padding: 0 16px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt-logout {
    color: var(--danger);
    background: var(--danger-background);
    text-transform: uppercase;
    border-radius: 16px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    width: fit-content;
    padding: 2px;
}

.bt-logout a {
    color: var(--danger);
    padding: 0 16px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.align-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.align-space-between-start {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.estabelecimento .list-group-item+.list-group-item {
    border-top-width: thin;
}

.estabelecimento .list-group-item {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding: 12px 24px;
    color: var(--text-terciary);
    background-color: transparent;
    border: 1px solid var(--background-primary);
    margin-bottom: 8px;
    justify-content: flex-start;
    display: flex;
    gap: 16px;
    align-items: center;
    border-radius: 16px;
}

.entrega .list-group-item+.list-group-item {
    border-top-width: thin;
}

.entrega .list-group-item {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding: 12px 24px;
    color: var(--text-terciary);
    background-color: transparent;
    border: 1px solid var(--background-primary);
    margin-bottom: 0px;
    border-top: 0;
    justify-content: flex-start;
    display: flex;
    gap: 16px;
    align-items: center;
}

.morada .list-group-item+.list-group-item {
    border-top-width: thin;
}

.morada .list-group-item {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding: 12px 24px;
    color: var(--text-terciary);
    background-color: transparent;
    border: 1px solid var(--background-primary);
    margin-bottom: 0px;
    justify-content: flex-start;
    display: flex;
    gap: 32px;
    align-items: start;
}
.pagamento .list-group-item+.list-group-item {
    border-top-width: thin;
}
.pagamento .list-group-item {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding: 12px 24px;
    color: var(--text-terciary);
    background-color: transparent;
    border: 1px solid var(--background-primary);
    margin-bottom: 0px;
    justify-content: flex-start;
    display: flex;
    gap: 16px;
    align-items: start;
}

.logo-light {
    max-height: 24px;
    width: auto;
}

.iniciais {
    background-color: var(--secondary);
    border-radius: 32px;
    border: 3px solid var(--background-secondary);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    border: 0px;
    border-radius: 16px;
}

.card-body {
    padding: 16px;
}

.estab {
    display: flex;
    justify-content: space-between;
}

.estab-loc {
    justify-content: flex-start;
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--text-terciary);
}

.estab-loc-end {
    justify-content: flex-end;
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--text-terciary);
}

.bg-w-blur {
    background-color: rgba(255, 255, 255, 0.6)
}

.list-group-item {
    background: transparent;
    border-color: var(--background-primary);
    font-size: 14px;
    line-height: 22px;
    color: var(--text-secondary);
    gap: 16px;
}

.list-group-item .arrow {
    display: none;
}

.list-group-item.active .arrow {
    display: block;
    right: 24px;
    position: absolute;
}

.list-group-item:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-top: 1px solid var(--background-primary);
}

.list-group-item:last-child {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.list-group-item.active {
    z-index: 2;
    color: var(--text-secondary);
    font-weight: 600;
    background-color: transparent;
    border-color: var(--background-primary);
}

.banner {
    position: relative;  
      min-height: 200px;
}

.banner .banner-text {
    position: absolute;
    bottom: 32px;
    left: 32px;
}

.fit-content {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    height: 16px;
}

.bt-mudar {
    z-index: 2;
    justify-content: center;
    display: flex;
    gap: 8px;
    align-items: center;
    background: var(--background-primary);
    color: var(--text-primary);
    border-radius: 8px;
    padding: 2px 16px;
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}
.produtos{
    position: relative;
    padding-bottom: 8px;
}
.bt-more {
    z-index: 2;
    justify-content: center;
    display: flex;
    gap: 8px;
    align-items: center;
    background: var(--background-primary);
    color: var(--text-primary);
    border-radius: 8px;
    padding: 2px 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}
.registo{
    display: flex;
    position: relative;
    align-content: space-around;
    flex-direction: column;
    height: 100%;
    min-height: calc(100vh - 92px);
}
.registo .bt-more{
    position: relative;
    width: fit-content;
}

.novadia {
    background-color: var(--backgroun-novodia);
    border: 1px solid var(--novodia);
    border-radius: 16px;
    justify-content: space-between;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 12px 16px;
    color: var(--text-primary);
    position: relative;
}

.novadia iconify-icon {
    color: var(--novodia);
    padding: 4px;
}

.novadia .close {
    color: var(--novodia);
    position: relative;
    top: 0;
    right: 0;
    /* border: 1px solid var(--novodia); */
}

.caution {
    background-color: var(--caution-background);
    border: 1px solid var(--caution);
    border-radius: 16px;
    padding: 12px 16px;
    color: var(--text-primary);
}

.caution iconify-icon {
    color: var(--caution);
    padding: 4px;
}

.caution h6 {
    color: var(--text-primary);
}

.caution small,
.caution .status {
    color: var(--text-terciary);
}

.caution .close {
    color: var(--text-secondary);
    /* border: 1px solid var(--novodia); */
}

.success {
    background-color: var(--success-background);
    /* border: 1px solid var(--success); */
    border-radius: 16px;
    padding: 12px 16px;
    color: var(--success);
}

.success iconify-icon {
    color: var(--success);
    padding: 4px;
}

.success h6,
.success small,
.success .status,
.success .close {
    color: var(--success);
}

.assistencia .pedido,
.encomenda .pedido {
    display: flex;
    justify-content: flex-start;
    align-items: self-start;
    gap: 16px;
    padding: 0;
}

.encomenda.nova .body{
    display: grid;
        position: relative;
        align-content: space-around;
        flex-direction: column;
        height: 100%;
}
.encomenda.nova .adicionar {
    display: inline-block;
}

.encomenda.nova.active .adicionar {
    display: none;
}

.encomenda.nova .trash,
.encomenda.nova .add-cart {
    display: none;
}

.encomenda.nova.active .trash{
    display: block;
}
.encomenda.nova.active .add-cart {
    display: flex;
    width: 120px;
}
.btn-decrease,
.btn-increase{
    width: 22px;
}

.p-title{
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;
}
.p-desc{
    display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
min-height:40px;
word-break: break-word;

}
.assistencia .pedido .detalhe,
.encomenda .pedido .detalhe {
    display: flex;
    justify-content: space-between;
}

.pendente {
    background-color: transparent;
    border: 1px solid var(--background-primary);
    border-radius: 16px;
    padding: 8px;
    color: var(--text-primary);
}

.pendente iconify-icon {
    color: var(--caution);
    padding: 4px;
}

.pendente h6,
.pendente .status {
    color: var(--text-primary);
}

.pendente small,
.pendente .small {
    color: var(--text-terciary);
}

.entrege {
    background-color: var(--background-secondary);
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 8px;
    color: var(--success);
}

.entrege iconify-icon {
    color: var(--success);
    padding: 4px;
}

.entrege h6,
.entrege small,
.entrege .small,
.entrege .status {
    color: var(--success);
}

.pp-qtt {
    width: 16px;
    height: 16px;
    background-color: var(--bogani);
    font-size: 8px;
    line-height: 16px;
    text-align: center;
    border-radius: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.nova {
    background-color: transparent;
    border: 1px solid var(--background-primary);
    border-radius: 16px;
    padding: 8px;
    color: var(--text-primary);
}

.nova iconify-icon {
    color: var(--text-terciary);
    padding: 4px;
}

.nova h6,
.nova .status {
    color: var(--text-primary);
}

.nova small,
.nova .small {
    color: var(--text-terciary);
}

.add-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--background-primary);
    border-radius: 8px;
    padding: 2px 8px;
}

.add-cart input {
    height: 28px;
    width: 40px;
    margin: 0px 4px;
    min-height: 22px !important;
    border-left: 1px solid var(--background-primary);
    border-right: 1px solid var(--background-primary);
    border-top: 0px;
    border-bottom: 0px;
}

.add-cart img {
    padding: 0px;
}
.carrinho{
    position: fixed;
    bottom: 16px;
    right: 16px;
}
.filtro-aplicado{
    display: inline-flex;
    overflow-x: auto;
    gap: 16px;
}
.filtro-aplicado button{
    flex: none;
}
.filter-panel {
    background-color: var(--bogani);
    color: white;
    padding: 32px 0px;
    width: 300px;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    overflow-y: auto;
    z-index: 10;
    display: none;
}
.filter-panel::before {
    content: "";
    position: fixed;
    top: 0;
    right: 300px;
    width: 100vw;
    height: 100vh;
    background: rgba(29, 29, 27, 0.25); /* Cor semelhante ao box-shadow */
    backdrop-filter: blur(10px); /* Ajuste a intensidade do desfoque */
    z-index: -1;
}
.filter-panel.active {
    display: block;
}
.filter-panel h4,
.filter-panel h5 {
    color: white;
}
.filter-panel hr{
    color: var(--bogani2);
}
.filter-panel .justify-content-between{
    gap: 16px;
}
.close {
    position: absolute;
    top: 32px;
    right: 32px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
}
.btn-filter {
    width: -webkit-fill-available;
    margin: 32px 32px 32px 32px;
}
.input-box {
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 5px;
    width: 100%;
}
.input-box::placeholder {
    color: white;
}
.form-check .form-check-input {
    float: left;
    margin-left: -32px;
}
.form-check .form-check-label {
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
}
.form-check-input:checked[type="checkbox"],
.form-check-input:checked[type="radio"]{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m4 12.9l3.143 3.6L15 7.5' opacity='0.5'/%3E%3Cpath d='m20 7.563l-8.571 9L11 16'/%3E%3C/g%3E%3C/svg%3E");
}
.eliminar{
        z-index: 2;
        justify-content: center;
        display: flex;
        gap: 8px;
        align-items: center;
        background: var(--background-primary);
        color: var(--text-primary);
        border-radius: 8px;
        padding: 2px 16px;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
    
}
.confirmacao{
    display: flex;
    position: relative;
    align-content: space-around;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    justify-content: flex-end;
}
.confirmacao #footer{
    height: 25vh;
    display: flex;
    align-items: end;
    justify-content: center;
}
.speak{
    padding: 12px;
    border: 1px solid var(--background-primary);
    border-radius: 2px;
}
.file-upload {
    display: flex;
    align-items: center;
    border: 1px solid var(--background-primary);
    border-radius: 5px;
    background: transparent;
}

.file-upload label {
    cursor: pointer;
    font-weight: bold;
    padding: 8px 12px;
    border-left: 1px solid var(--background-primary);
    color: var(--text-primary) !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.file-upload input[type="file"] {
    display: none;
}

.file-name {
    margin-left: 10px;
    font-size: 14px;
    width: 65%;
    padding: 16px;
}

#delete-file {
    margin-left: 10px;
    color: #c00;
    cursor: pointer;
    font-size: 14px;
    display: none;
}

@media (max-width: 1024px) {
    
    .assistencia .pedido, .encomenda .pedido{
        gap:8px;
    }
}
.users .card{
    margin-bottom: 16px;
}
.users .card .user{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: var(--text-primary);
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}

.modal-strip {
    background-color: #000;
    bottom: 0;
    color: var(--primary);
    left: 0;
    padding: 20px;
    position: fixed;
    width: 100%;
    display: inline-block;
    transform: translate3d(0px, 200px, 0px);
    transition: all 0.7s ease 0s;
    z-index: 2000 !important;
}

.modal-strip .btn,
.modal-strip h5,
.modal-strip h4,
.modal-strip h3,
.modal-strip h2,
.modal-strip h1 {
    margin-bottom: 0 !important;
}

.modal-strip a,
.modal-strip a:hover,
.modal-strip a:active,
.modal-strip a:visited {
    color: #ffffff;
    text-decoration: underline;
}

.modal-strip.modal-top {
    bottom: auto;
    top: 0;
    transform: translate3d(0px, -200px, 0px);
}

.modal-strip.modal-left {
    bottom: auto;
    top: auto;
    left: 0;
    right: auto;
    width: 30%;
    transform: none;
}

.modal-strip.modal-right {
    transform: translate3d(0px, 0px, 0px);
    bottom: auto;
    top: 0;
}

.modal-strip.modal-active {
    transform: translate3d(0px, 0px, 0px);
    z-index: 2001 !important;
}
.modal-content{
    background: var(--background);
}
.modal-content::before {
    content: "";
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(245, 225, 215, 0.25);
    backdrop-filter: blur(10px);
    z-index: -1;
}
.modal-strip.modal-active::before{
    content: "";
    position: fixed;
    bottom: 60px;
    right: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(245, 225, 215, 0.25);
    backdrop-filter: blur(10px);
    z-index: -1;
}

@media (max-width: 1024px) {
    .modal-strip.modal-active .vertical-align {
        top: 0 !important;
        transform: translateY(0px) !important;
    }
}

#morenif .trash{
    position: absolute;
    right: 12px;
    top: 12px;
}
.card.icon{
    min-width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body  .list-group-item-action {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: var(--text-secondary);
    padding: 08px 0px;
}