html {
    font-size: 14px;
    overflow: hidden;
    height: 100%;
}

.mr-2 {
    margin-right: 1rem;
}

.ml-2 {
    margin-left: 1rem;
}

.alert-primary {
    color: #ffffff;
    background-color: #9134b1;
    border-color: #e52792;
}

#notifications {
    cursor: pointer;
    position: absolute;
    top: 39px; 
    z-index: 9999; 
    width: 100%; 
    padding-left: 1rem;
    padding-right: 1rem;
    opacity: 0.75;
} 

.loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: transparent;
    overflow: hidden;
}

.loading-bar--active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 5px;
    background-color: rgb(134, 54, 181) !important;
    box-shadow: 10px 0 30px 15px rgb(134, 54, 181), -10px 0 30px 15px rgb(134, 54, 181);
    animation: moveLoadBar 2s cubic-bezier(0.09, 0.89, 0.7, 0.71) infinite;
}

@keyframes moveLoadBar {
    0% {
        left: -10%;
    }

    100% {
        left: 110%;
    }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 50vw !important;
}

.input-product-search {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 1.2rem;
}

.table-np {
    background-color: #d62a98;
    color: #FFF;
    font-weight: 300;
    font-size: 1.2rem !important;
}

.text-accent-muted {
    --bs-text-opacity: 1;
    color: #8636b5 !important;
}

html {
  position: relative;
  min-height: 100%;
}

.btn-entrar {
    background-image: url(/img/entrar.svg);
    height: 8rem;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.bg {
    background-color: transparent !important;
}

.fondo-inf {
    bottom: 0 !important;
    position: fixed;
    z-index: 134;
    width: 100% !important; 
    position: fixed;
}

.alert-login {
    width: 100% !important; 
}

body {
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;

    height: 100%;
    overflow: auto;
}

.text-accent {
    color: rgb(236, 38, 143) !important;
}

footer {
    bottom: 0 !important;
    position: fixed;
}

.navbar-brand {
    padding-top: 0.2125rem !important;
    padding-bottom: 0.2125rem !important;
}

button.close {
    border: none !important;
    font-size: 24px !important;
    background-color: transparent !important;
}

.btn-newpel {
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-crear-pedido {
    background-image: url('/img/crear.svg');
    width: 14rem !important;
    height: 14rem !important;
}

.btn-menu {
    width: 8rem !important;
    height: 8rem !important;
}

.btn-saldos {
    background-image: url('/img/saldos.svg');
}

.btn-saldos-alfa {
    background-image: url('/img/alfa.svg');
} 

.btn-saldos-totales {
    background-image: url('/img/totales.svg');
}

.btn-vara-alta {
    background-image: url('/img/vara-alta.svg');
}

.btn-pedidos {
    background-image: url('/img/pedido.svg');
}

.btn-higienico {
    background-image: url('/img/hig.svg');
}

.btn-cocina {
    background-image: url('/img/rollos.svg');
}

.btn-profesional {
    background-image: url('/img/prof.svg');
}

.btn-bags {
    background-image: url('/img/bag.svg');
}

.btn-combos {
    background-image: url('/img/combos.svg');
}

.btn-volver {
    background-image: url('/img/volver.svg');
    height: 60px;
    width: 300px;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding-left: 2rem;
}

.btn-add {
    color: #FFFFFF !important;
    text-transform: uppercase;
}

.btn-np:hover {
    color: #FFFFFF !important;
    opacity: 0.9 !important;
}

.btn-primary, .btn-primary:hover, .btn-edit {
    color: #fff;
    background-color: rgb(134, 54, 181) !important;
    border-color: rgb(236, 38, 143) !important;
}

    .btn-primary:hover {
    opacity: 0.9 !important;
    }


.fa-nav {
    min-width: 20px;
    text-align: center;
}

.btn-np {
    font-weight: 700;
    font-size: 21px;
    display: block;
    color: #FFFFFF;
    background: rgb(134, 54, 181);
    background: linear-gradient(270deg, rgb(134, 54, 181) 0%, rgb(236, 38, 143) 0%, rgba(134, 54, 181,1) 100%);
    border: none !important;
}

.btn-category {
    border-radius: 10px;
    margin-bottom: 0.5rem;
    height: 60px;
    text-transform: uppercase !important;
}

    .btn-category > i {
        padding-right: 1rem;
    }

.btn-back {
    background: linear-gradient(270deg, rgb(21 20 22) 0%, rgb(134 54 181) 0%, rgb(44 41 46) 100%) !important;
}


.btn-group-vertical { 
    margin-top: 2rem;
    display: flex !important;
}

.wrapper {
    width: auto;
    margin: 50px auto;
    padding: 0px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

    .wrapper h1 {
        font: bold 28px Helvetica;
        margin: 0 10px 10px;
    }

    .wrapper a {
        margin: 4px;
        display: block;
        float: left;
    }

li.list-group-item > a {
    text-decoration: none !important;
    color: black;
    font-weight: 400;
}

/** bottom bar */

.nav-product-info {
    background-color: #9a9c9e !important;
    position: absolute !important;
    box-shadow: none !important;
    bottom: 120px !important;
    z-index: 1050 !important;
    overflow: hidden;
    height: 65px !important;
    padding: 0.4rem !important;
    color: white !important;
}

.nav__text__fa {
    font-size: 13px;
    text-transform: uppercase;
}

.nav__text__code {
    font-weight: 900;
    color: #db2995;
}

.nav__text__price {
    font-size: 1.8rem;
    text-transform: uppercase;
}

.nav__text__title {
    font-size: large;
}

.nav__text__desc {
    font-size: large;
}

.nav-upper {
    position: fixed !important;
    bottom: 55px !important;
}

.nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #49007e;
    display: flex;
    overflow-x: auto;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #FCFCFC;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

    .nav__link:hover {
        background-color: #a52d69;
        color: #FFFFFF;
    }

.nav__link-upper {
    background-color: #abecff;
    font-weight: 800;
}

.nav__link--active {
    color: #009578;
}
 
.nav__icon {
    font-size: 18px;
}

/** swiper */

.swiper-container {
    height: 45vh;
    z-index: 0 !important;
}
.swiper-slide img {
    height: 40vh;
    background-color: #9a9c9e;
}

#prod-cost {
    color:#49007e ;
}

.swiper-button-next {
    background-image: url(/img/next.svg) !important;
}

.swiper-button-prev {
    background-image: url(/img/prev.svg) !important;
}

.cursor-pointer {
    cursor: pointer;
}

div.heading {
    text-align: center !important;
    margin-bottom: 1rem;
} 

span.heading-title {
    display: block !important;
    font-size: 1.3rem;
    font-weight: 700;
    color: #6c0692;
    padding-top: 2rem;
    padding-left: 5rem;
    padding-right: 5rem;
}

span.heading-title-hint {
    font-weight: 500;
    font-size: 1rem;
    color: #6c0692;
}

.mt-10 {
    margin-top: 6rem !important;
}

span.heading-subtitle {
    display: block !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.3rem !important;
    background-color: #6600a1;
    border-radius: 5px;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-top: 1rem;
} 

.w-90 {
    width: 90%;
}


@media (min-width: 575px) {
    .btn-group-vertical, .swiper-container {
        margin-top: 5rem !important;
    }
}

.taptap {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.fonticon {
    font-family: 'Segoe UI', FontAwesome, sans-serif;
}