:root {
    --color-general: #FB0313 !important;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    transition: width .2s, opacity .4s;
    opacity: 1;
    background-color: #efc14e;
    z-index: 999999
}

.vueperslide {
    white-space: normal;
    background-size: cover;
    flex-shrink: 0;
    display: block;
    width: 100%;
    position: relative
}

.vueperslide--clone-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%
}

.vueperslides--rtl .vueperslide--clone-1 {
    right: auto;
    left: 100%
}

.vueperslide[href] {
    -webkit-user-drag: none
}

.vueperslide__image {
    background-size: cover
}

.vueperslide__image,
.vueperslide__loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.vueperslide__loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.vueperslide__content-wrapper:not(.vueperslide__content-wrapper--outside-top):not(.vueperslide__content-wrapper--outside-bottom) {
    height: 100%;
    margin: auto
}

.vueperslides--fade .vueperslide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity ease-in-out;
    transition-duration: inherit
}

.vueperslides--fade .vueperslide--active,
.vueperslides--fade .vueperslide--visible {
    z-index: 1;
    opacity: 1
}

.vueperslides--slide-image-inside .vueperslide {
    overflow: hidden
}

.vueperslides--3d .vueperslide {
    position: absolute;
    z-index: -1;
    height: 100%
}

.vueperslides--3d .vueperslide--active,
.vueperslides--3d .vueperslide--next-slide,
.vueperslides--3d .vueperslide--previous-slide {
    z-index: 0
}

.vueperslides--3d .vueperslide--active {
    z-index: 1
}

.vueperslides--3d .vueperslide[face=front] {
    transform: rotateY(90deg) translateX(-50%) rotateY(-90deg)
}

.vueperslides--3d .vueperslide[face=right] {
    transform: rotateY(90deg) translateX(50%);
    transform-origin: 100% 0
}

.vueperslides--3d .vueperslide[face=back] {
    transform: rotateY(270deg) translateX(-50%) rotateY(-90deg)
}

.vueperslides--3d .vueperslide[face=left] {
    transform: rotateY(270deg) translateX(-50%);
    transform-origin: 0 0
}

.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:after,
.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: -1em;
    right: -1em;
    height: 2em;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    z-index: 2
}

.vueperslides:not(.no-shadow):not(.vueperslides--3d) .vueperslides__parallax-wrapper:after {
    top: 100%;
    bottom: auto
}

.vueperslides__arrows {
    color: #fff
}

.vueperslides__arrows--outside {
    color: currentColor
}

.vueperslides__arrow {
    top: 50%;
    background-color: transparent;
    border: none;
    opacity: .7
}

.vueperslides--rtl .vueperslides__arrow--next,
.vueperslides__arrow--prev {
    right: auto;
    left: .5em
}

.vueperslides--rtl .vueperslides__arrow--prev,
.vueperslides__arrow--next {
    left: auto;
    right: .5em
}

.vueperslides__arrow:hover {
    opacity: 1
}

.vueperslides--rtl .vueperslides__arrows--outside .vueperslides__arrow--next,
.vueperslides__arrows--outside .vueperslides__arrow--prev {
    right: auto;
    left: -3.5em
}

.vueperslides--rtl .vueperslides__arrows--outside .vueperslides__arrow--prev,
.vueperslides__arrows--outside .vueperslides__arrow--next {
    left: auto;
    right: -3.5em
}

.vueperslides__paused {
    top: .7em;
    right: .7em;
    opacity: 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4);
    z-index: 1
}

.vueperslides:hover .vueperslides__paused {
    opacity: 1
}

.vueperslides__bullets:not(.vueperslides__bullets--outside) {
    color: #fff
}

.vueperslides__bullet {
    margin: 1.5em .6em;
    padding: 0;
    border: none;
    background: none
}

.vueperslides__bullet .default {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: 1px solid currentColor;
    background-color: transparent;
    box-shadow: 0 0 1px rgba(0, 0, 0, .5), 0 0 3px rgba(0, 0, 0, .3);
    transition: .4s ease-in-out;
    box-sizing: border-box
}

.vueperslides__bullet .default span {
    display: none
}

.vueperslides__bullet--active .default {
    border-width: 6px
}

.vueperslide,
.vueperslide__image {
    background-position: 50%
}

.vueperslide__video {
    outline: none
}

.vueperslide--no-pointer-events:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.vueperslide__content-wrapper:not(.vueperslide__content-wrapper--outside-top):not(.vueperslide__content-wrapper--outside-bottom) {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.vueperslide--has-image-inside .vueperslide__content-wrapper,
.vueperslide--has-video .vueperslide__content-wrapper,
.vueperslide__content-wrapper.parallax-fixed-content {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

.vueperslides {
    position: relative
}

.vueperslides--fixed-height .vueperslide,
.vueperslides--fixed-height .vueperslides__inner,
.vueperslides--fixed-height .vueperslides__parallax-wrapper {
    height: inherit
}

.vueperslides--fixed-height .vueperslides__parallax-wrapper {
    padding-bottom: 0 !important
}

.vueperslides--fixed-height.vueperslides--bullets-outside {
    margin-bottom: 4em
}

.vueperslides__inner {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.vueperslides__parallax-wrapper {
    position: relative;
    overflow: hidden
}

.vueperslides--3d .vueperslides__parallax-wrapper {
    overflow: visible
}

.vueperslides__track {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1
}

.vueperslides--parallax .vueperslides__track {
    height: 200%;
    transform: translateY(0)
}

.vueperslides--touchable .vueperslides__track {
    cursor: ew-resize;
    cursor: -webkit-grab;
    cursor: grab
}

.vueperslides--touchable .vueperslides__track--dragging,
.vueperslides--touchable .vueperslides__track--mousedown {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.vueperslides--3d .vueperslides__track {
    overflow: visible;
    perspective: 100em
}

.vueperslides__track-inner {
    white-space: nowrap;
    transition: transform .5s ease-in-out;
    height: 100%;
    display: flex
}

.vueperslides--no-animation .vueperslides__track-inner {
    transition-duration: 0s !important
}

.vueperslides--fade .vueperslides__track-inner {
    white-space: normal;
    transition: none
}

.vueperslides--3d .vueperslides__track-inner {
    transform-style: preserve-3d
}

.vueperslides__track--mousedown .vueperslides__track-inner {
    transition: transform .25s ease-in-out !important
}

.vueperslides__track--dragging .vueperslides__track-inner {
    transition: none
}

.vueperslides__arrow {
    position: absolute;
    font-size: inherit;
    color: inherit;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    z-index: 2;
    line-height: 1
}

.vueperslides__arrow,
.vueperslides__arrow svg {
    transition: .3s ease-in-out
}

.vueperslides__arrow svg {
    vertical-align: middle;
    stroke: currentColor;
    fill: none;
    width: 3.5em;
    padding: 1em;
    stroke-width: 1;
    box-sizing: border-box
}

.vueperslides__arrow svg:hover {
    stroke-width: 1.3
}

.vueperslides__paused {
    position: absolute;
    transition: .3s ease-in-out
}

.vueperslides__bullets {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.vueperslides__bullets--outside {
    position: relative
}

.vueperslides__bullet,
.vueperslides__bullets button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit
}

.vueperslides__bullet::-moz-focus-inner,
.vueperslides__bullets button::-moz-focus-inner {
    border: 0
}

.vueperslides__fractions {
    position: absolute;
    top: .8em;
    left: .5em;
    z-index: 2;
    padding: .2em 1em;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 2em;
    background: hsla(0, 0%, 100%, .2);
    color: #fff
}

.vueperslides__progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 6px;
    color: rgba(0, 0, 0, .7)
}

.vueperslides__progress>* {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: currentColor;
    transition: .3s ease-in-out
}

:root {
    --color-general: #637381;
    --color-grey: #637381;
    --color-general2: #707070 !important;
    --text-general: #000;
    --color-f5: #f5f5f5;
    --color-db: #dbdbdb;
    --color-5d: #d5d5d5
}

.text-general {
    color: var(--text-general) !important
}

.text-general2 {
    color: var(--color-general2);
    text-align: justify;
}

.text-purple {
    color: var(--color-general) !important
}

.text-f5 {
    color: var(--color-f5) !important
}

.text-gris {
    color: var(--color-db)
}

.text-gris2 {
    color: var(--color-grey)
}

.text-orange {
    color: #ff5806
}

.text-red {
    color: #ff1720
}

.text-blue {
    color: #202d67
}

.text-green {
    color: #28d07b !important
}

.text-yellow {
    color: #ff9d32
}

.text-alert {
    color: #ff1720
}

.bg-general2 {
    background: var(--color-general2)
}

.bg-light-f5 {
    background: var(--color-f5) !important
}

.bg-general {
    background: var(--color-general) !important
}

.bg-gris {
    background: var(--color-db) !important
}

.bg-5d {
    background-color: var(--color-5d)
}

.bg-black {
    background: #000
}

.bg-green {
    background-color: #29d884 !important
}

.bg-fondo {
    background-color: #f6f9fb !important
}

.bg-fondo2 {
    background-color: #dfe4e8 !important
}

.bg-red {
    background-color: #ff1720 !important
}

.bg-orange {
    background-color: #ff5806 !important
}

.border-purple {
    border: 1px solid var(--color-general) !important
}

.border-black {
    border: 2px solid #000 !important
}

.border-b-black {
    border-bottom: 3px solid #000 !important
}

.border-b-red {
    border-bottom: 3px solid #ff1720 !important
}

.border-red {
    border: 1px solid #ff1720 !important
}

h3,
h4,
h5,
label,
p {
    margin-bottom: 0 !important
}

.pr-60 input {
    padding-right: 60px
}

.pr-input input {
    padding-right: 62px
}

.z-1 {
    z-index: 1
}

.op-05 {
    opacity: .5
}

.op-1 {
    opacity: 1
}

.d-middle,
.d-middle-center {
    display: flex;
    align-items: center
}

.d-middle-center {
    justify-content: center
}

.obj-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.j-center {
    justify-content: center !important
}

.a-center {
    align-items: center !important
}

.visible {
    visibility: visible
}

.oculto {
    visibility: hidden
}

.box {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
    border-radius: 4px;
    background: #fff;
    padding-top: 1rem
}

.descuento {
    text-decoration: line-through
}

.border-0 input {
    border: 0 !important
}

.mn-pill {
    height: 23px;
    min-width: 23px;
    font-size: 14px;
    border-radius: 20px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.shadow-14 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .0784313725490196)
}

.shadow-0D {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .050980392156862744)
}

.nombre {
    height: 38px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-line
}

.like-bar {
    width: 44px;
    height: 5px;
    background-color: var(--color-general)
}

.tres-puntos {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.cr-pointer {
    cursor: pointer
}

.bg-whitesmoke {
    background-color: #f8f8f8 !important
}

.custom-scroll::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #f5f5f5;
    border-radius: 5px
}

.custom-scroll::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 6px;
    height: 4px;
    border-radius: 5px
}

.custom-scroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #d4d2d2;
    border-radius: 5px
}

.scroll-none::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent
}

.scroll-none::-webkit-scrollbar,
.scroll-none::-webkit-scrollbar-track {
    height: 6px;
    width: 0;
    background-color: transparent;
    border-radius: 5px
}

.scroll-none::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: transparent;
    border-radius: 5px
}

.f-100 {
    font-weight: 100 !important
}

.f-300 {
    font-weight: 300 !important
}

.f-400 {
    font-weight: 400 !important
}

.f-500 {
    font-weight: 500 !important
}

.f-600 {
    font-weight: 600 !important
}

.f-800 {
    font-weight: 800 !important
}

.f-7 {
    font-size: 7px !important
}

.f-8 {
    font-size: 8px !important
}

.f-9 {
    font-size: 9px !important
}

.f-10 {
    font-size: 10px !important
}

.f-11 {
    font-size: 11px !important
}

.f-12 {
    font-size: 12px !important
}

.f-13 {
    font-size: 13px !important
}

.f-14 {
    font-size: 14px !important
}

.f-15 {
    font-size: 15px !important
}

.f-16 {
    font-size: 16px !important
}

.f-17 {
    font-size: 17px !important
}

.f-18 {
    font-size: 18px !important
}

.f-19 {
    font-size: 19px !important
}

.f-20 {
    font-size: 20px !important
}

.f-21 {
    font-size: 21px !important
}

.f-22 {
    font-size: 22px !important
}

.f-23 {
    font-size: 23px !important
}

.f-24 {
    font-size: 24px !important
}

.f-25 {
    font-size: 25px !important
}

.f-26 {
    font-size: 26px !important
}

.f-27 {
    font-size: 27px !important
}

.f-28 {
    font-size: 28px !important
}

.f-29,
.f-30 {
    font-size: 30px !important
}

.f-31 {
    font-size: 31px !important
}

.f-32 {
    font-size: 32px !important
}

.f-35 {
    font-size: 35px !important
}

.f-36 {
    font-size: 36px !important
}

.f-37 {
    font-size: 37px !important
}

.f-38 {
    font-size: 38px !important
}

.f-39 {
    font-size: 39px !important
}

.f-40 {
    font-size: 40px !important
}

.f-50 {
    font-size: 50px !important
}

.f-60 {
    font-size: 60px !important
}

.em-10 {
    font-size: .625em !important
}

.em-12 {
    font-size: .75em !important
}

.em-14 {
    font-size: .875em !important
}

.em-15 {
    font-size: .938em !important
}

.em-16 {
    font-size: 1em !important
}

.em-18 {
    font-size: 1.125em !important
}

.em-20 {
    font-size: 1.25em !important
}

.em-24 {
    font-size: 1.5em !important
}

.em-25 {
    font-size: 1.563em !important
}

.em-32 {
    font-size: 2em !important
}

.em-36 {
    font-size: 2.25em !important
}

.em-40 {
    font-size: 2.5em !important
}

.em-48 {
    font-size: 3em !important
}

.em-50 {
    font-size: 3.125em !important
}

.em-56 {
    font-size: 3.5em !important
}

.em-64 {
    font-size: 4em !important
}

.em-72 {
    font-size: 4.688em !important
}

.em-80 {
    font-size: 5em !important
}

.em-90 {
    font-size: 5.625em !important
}

.em-100 {
    font-size: 6.25em !important
}

.lh-8 {
    line-height: 8px !important
}

.lh-12 {
    line-height: 12px !important
}

.lh-13 {
    line-height: 13px !important
}

.lh-14 {
    line-height: 14px !important
}

.lh-15 {
    line-height: 15px !important
}

.lh-16 {
    line-height: 16px !important
}

.lh-17 {
    line-height: 17px !important
}

.lh-18 {
    line-height: 18px !important
}

.lh-19 {
    line-height: 19px !important
}

.lh-20 {
    line-height: 20px !important
}

.lh-21 {
    line-height: 21px !important
}

.lh-22 {
    line-height: 22px !important
}

.lh-23 {
    line-height: 23px !important
}

.lh-24 {
    line-height: 24px !important
}

.lh-25 {
    line-height: 25px !important
}

.lh-26 {
    line-height: 26px !important
}

.lh-32 {
    line-height: 32px !important
}

.w-20 {
    width: 20% !important
}

.w-40 {
    width: 40% !important
}

.w-80 {
    width: 80% !important
}

.w-90 {
    width: 90% !important
}

.h-20 {
    height: 20% !important
}

.h-30 {
    height: 30% !important
}

.h-40 {
    height: 40% !important
}

.h-60 {
    height: 60% !important
}

.h-70 {
    height: 70% !important
}

.h-80 {
    height: 80% !important
}

.h-90 {
    height: 90% !important
}

.op-01 {
    opacity: .1 !important
}

.op-02 {
    opacity: .2 !important
}

.op-03 {
    opacity: .3 !important
}

.op-04 {
    opacity: .4 !important
}

.op-05 {
    opacity: .5 !important
}

.op-06 {
    opacity: .6 !important
}

.op-07 {
    opacity: .7 !important
}

.op-08 {
    opacity: .8 !important
}

.op-09 {
    opacity: .9 !important
}

.op-1 {
    opacity: 1 !important
}

.br-none {
    border-radius: 0 !important
}

.br-2 {
    border-radius: 2px !important
}

.br-3 {
    border-radius: 3px !important
}

.br-4 {
    border-radius: 4px !important
}

.br-5 {
    border-radius: 5px !important
}

.br-l-4 {
    border-radius: 4px 0 0 4px
}

.br-r-4 {
    border-radius: 0 4px 4px 0
}

.br-t-4 {
    border-radius: 4px 4px 0 0
}

.br-b-4 {
    border-radius: 0 0 4px 4px
}

.br-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.br-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.br-t-5 {
    border-radius: 5px 5px 0 0
}

.br-b-5 {
    border-radius: 0 0 5px 5px
}

.brt-5 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important
}

.brb-5 {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important
}

.br-6 {
    border-radius: 6px !important
}

.br-7 {
    border-radius: 7px !important
}

.br-t-7 {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important
}

.br-b-7 {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important
}

.br-8 {
    border-radius: 8px !important
}

.br-9 {
    border-radius: 9px !important
}

.br-10 {
    border-radius: 10px !important
}

.br-11 {
    border-radius: 11px !important
}

.br-r-10 {
    border-radius: 0 10px 10px 0
}

.br-l-10 {
    border-radius: 10px 0 0 10px
}

.br-12 {
    border-radius: 12px !important
}

.br-20 {
    border-radius: 20px !important
}

.br-50 {
    border-radius: 50px !important
}

.br-tr-3 {
    border-top-right-radius: 3px !important
}

.br-tl-3 {
    border-top-left-radius: 3px !important
}

.br-br-3 {
    border-bottom-right-radius: 3px !important
}

.br-bl-3 {
    border-bottom-left-radius: 3px !important
}

.br-tr-5 {
    border-top-right-radius: 5px !important
}

.br-tl-5 {
    border-top-left-radius: 5px !important
}

.br-br-5 {
    border-bottom-right-radius: 5px !important
}

.br-bl-5 {
    border-bottom-left-radius: 5px !important
}

.br-tr-10 {
    border-top-right-radius: 10px !important
}

.br-tl-10 {
    border-top-left-radius: 10px !important
}

.br-br-10 {
    border-bottom-right-radius: 10px !important
}

.br-bl-10 {
    border-bottom-left-radius: 10px !important
}

.br-t-10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important
}

.br-b-10 {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.br-t-12 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important
}

.br-b-12 {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important
}

.br-tr-15 {
    border-top-right-radius: 15px !important
}

.br-tl-15 {
    border-top-left-radius: 15px !important
}

.br-br-15 {
    border-bottom-right-radius: 15px !important
}

.br-bl-15 {
    border-bottom-left-radius: 15px !important
}

.br-t-50 {
    border-radius: 50px !important
}

.bt-dashed {
    border-top: 1px dashed #d1d1d1
}

.br-dashed {
    border-right: 1px dashed #d1d1d1
}

.bb-dashed {
    border-bottom: 1px dashed #d1d1d1
}

.bl-dashed {
    border-left: 1px dashed #d1d1d1
}

.rompe-palabras {
    word-break: break-word
}

ul {
    list-style: none
}

textarea {
    resize: none !important
}

.v-error {
    color: red;
    font-size: 10px
}

@font-face {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    src: url(../fonts/Montserrat-Thin.cb2144b3.otf) format("truetype")
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    src: url(../fonts/Montserrat-Regular.92db9a07.otf) format("truetype")
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    src: url(../fonts/Montserrat-Medium.d815b0a2.otf) format("truetype")
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    src: url(../fonts/Montserrat-Bold.9c71d42b.otf) format("truetype")
}

@font-face {
    font-family: Omnes;
    font-weight: 600;
    src: url(../fonts/Omnes\ BoldItalic.6d15e27d.otf) format("truetype")
}

@font-face {
    font-family: Omnes;
    font-weight: 300;
    src: url(../fonts/Omnes\ MediumItalic.7e3ccf74.otf) format("truetype")
}

.font-omnes {
    font-family: Omnes;
    font-weight: 600
}

.font-omnes-light {
    font-family: Omnes;
    font-weight: 300
}

.text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: pre-line
}

.text-2 {
    -webkit-line-clamp: 2
}

.text-3 {
    -webkit-line-clamp: 3
}

.text-4 {
    -webkit-line-clamp: 4
}

.text-5 {
    -webkit-line-clamp: 5
}

@-webkit-keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: .35;
        position: relative
    }

    to {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0
    }
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: .35;
        position: relative
    }

    to {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    right: 0;
    bottom: 0;
    left: 0;
    height: 23px;
    width: 23px;
    transition: all .15s ease-out 0s;
    background: transparent;
    border: 2px solid #dbdbdb;
    color: #dbdbdb;
    cursor: pointer;
    display: inline-block;
    margin-right: .5rem;
    outline: none;
    position: relative;
    z-index: 2
}

.option-input.black {
    border: 2px solid var(--color-db) !important;
    background: transparent;
    color: #fff
}

.option-input.black:checked,
.option-input.black:checked:after {
    background: var(--text-general) !important
}

.option-input.white {
    border: 2px solid var(--color-db) !important;
    background: transparent;
    color: var(--color-general) !important
}

.option-input.white:checked,
.option-input.white:checked:after {
    background: #fff !important
}

.option-input.red {
    border: 2px solid var(--color-db) !important;
    background: transparent;
    color: #fff !important
}

.option-input.red:checked {
    background: var(--color-general) !important
}

.option-input.red:checked:after {
    background: #fff !important
}

.option-input:hover {
    background: #9faab7
}

.option-input:checked {
    background: red;
    color: #fff
}

.option-input:checked:before {
    height: 23px;
    width: 23px;
    position: absolute;
    left: -1px;
    top: -1px;
    content: "✔";
    display: inline-block;
    font-size: 20.66667px;
    text-align: center;
    line-height: 24px
}

.option-input:checked:after {
    background: red;
    content: "";
    display: block;
    position: relative;
    z-index: 1
}

.option-input.radio,
.option-input.radio:after {
    border-radius: 50%
}

.el-radio.radio-green.is-checked .el-radio__label {
    color: #000
}

.el-radio.radio-green.is-checked .el-radio__input.is-checked .el-radio__inner {
    background: transparent;
    border-color: #29d884
}

.el-radio.radio-green.is-checked .el-radio__input.is-checked .el-radio__inner:after {
    background-color: #29d884
}

.el-radio.radio-green .el-radio__input .el-radio__inner {
    height: 20px;
    width: 20px;
    border-width: 2px
}

.el-radio.radio-green .el-radio__input .el-radio__inner:after {
    height: 10px;
    width: 10px
}

.el-radio.radio-green .el-radio__input .el-radio__inner:hover {
    border-color: #29d884
}

.el-radio.radio-green .el-radio__label {
    color: #637381
}

.size-medium .el-checkbox__input .el-checkbox__inner {
    width: 18px !important;
    height: 18px !important
}

.size-medium .el-checkbox__input.is-checked .el-checkbox__inner:after {
    left: 7px !important;
    top: 2px !important
}

.size-big .el-checkbox__input .el-checkbox__inner {
    width: 22px !important;
    height: 22px !important
}

.size-big .el-checkbox__input.is-checked .el-checkbox__inner {
    left: 8px !important;
    top: 4px !important
}

.size-big .el-checkbox__input.is-checked .el-checkbox__inner:after {
    height: 9px !important
}

.check-dark .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #000 !important;
    border: 1px solid #000 !important
}

.check-green .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #28d07b !important;
    border: 1px solid #28d07b !important
}

.btn-general {
    height: 36px;
    background-color: var(--color-general);
    border-radius: 8px;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center
}

.btn-general:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .38823529411764707)
}

.btn-general:focus {
    outline: none
}

.btn-general-gr {
    height: 36px;
    background-image: linear-gradient(180deg, #cdb5ff, #612ad5);
    border-radius: 12px;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

.btn-general-gr:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .38823529411764707)
}

.btn-general-gr:focus {
    outline: none
}

.btn-red-gr {
    height: 36px;
    background-image: linear-gradient(180deg, #faa, #f27777, #f86464, #f23e3e);
    border-radius: 12px;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center
}

.btn-red-gr:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .38823529411764707)
}

.btn-red-gr:focus {
    outline: none
}

.btn-outline {
    height: 36px;
    background-color: #fff;
    border-radius: 8px;
    color: #000;
    color: #637381;
    border: 1px solid #dfe4e8;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center
}

.btn-outline:focus {
    outline: none !important
}

.btn-cancelar {
    border: 1px solid #dbdbdb !important;
    font-size: 14px;
    cursor: pointer;
    height: 36px;
    width: 90px;
    border-radius: 8px;
    background-color: #fff !important
}

.btn-cancelar:focus {
    outline: none !important
}

.btn-adicional {
    font-size: 14px;
    cursor: pointer;
    height: 36px;
    min-width: 90px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    color: #fff;
    border: none !important;
    background-color: var(--color-general) !important
}

.btn-adicional:focus {
    outline: none !important
}

.btn-action,
.btn-action-apple,
.btn-action-facebook,
.btn-action-google,
.btn-action-mail,
.btn-action-mobile,
.btn-action-outline,
.btn-action-outline-small,
.btn-action-small {
    width: 44px;
    height: 44px;
    display: flex;
    cursor: pointer;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    border: none !important
}

.btn-action-apple:hover,
.btn-action-facebook:hover,
.btn-action-google:hover,
.btn-action-mail:hover,
.btn-action-mobile:hover,
.btn-action-outline-small:hover,
.btn-action-outline:hover,
.btn-action-small:hover,
.btn-action:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902)
}

.btn-action-small {
    height: 36px !important;
    width: 36px !important
}

.btn-action-outline,
.btn-action-outline-small {
    color: #637381 !important;
    border: 1px solid #dfe4e8 !important
}

.btn-action-outline-small {
    height: 36px !important;
    width: 36px !important
}

.btn-action-facebook {
    color: #fff;
    background-color: #3b5998
}

.btn-action-google {
    color: #fff;
    background-color: #176bef
}

.btn-action-apple {
    color: #fff;
    background-color: #2e2c36
}

.btn-action-mobile {
    color: #fff;
    background-color: #29d884
}

.btn-action-mail {
    color: #fff;
    background-color: #637381
}

.upload-convenio .el-upload.el-upload--text {
    width: 100%
}

.button-upload-files {
    height: 50px;
    border-radius: 11px;
    background-color: #fff;
    font-size: 12px;
    border: 1px dashed #dfe4e8
}

.button-upload-files:focus {
    outline: none
}

.switch-general.is-checked .el-switch__core {
    border: none;
    background: var(--gr-general) !important
}

.manual-switch-coins {
    width: 58px;
    height: 29px;
    background-color: #f6f9fb;
    border-radius: 20px;
    border: 1px solid #dfe4e8
}

.manual-switch-coins .inside,
.manual-switch-coins .inside-active,
.manual-switch-coins .inside-inactive {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902)
}

.manual-switch-coins .inside-active {
    background-color: #efbbc6
}

.manual-switch-coins .inside-inactive {
    background-color: #f9e3c1
}

.border-general-edit {
    border: 1px solid var(--color-general) !important
}

.border-general-edit .popper__arrow {
    border-bottom-color: 1px solid var(--color-general) !important
}

.el-popover {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400
}

.el-input input {
    border-radius: 12px !important
}

.el-input .br-8 input,
.el-select.br-8 input {
    border-radius: 8px !important
}

.el-input.pr-53 .el-input__inner {
    padding-right: 53px !important
}

.el-input .el-input__inner:focus {
    border-color: var(--color-general) !important
}

.el-textarea textarea {
    border-radius: 12px
}

.number-transparent {
    border-color: transparent
}

.number-transparent .el-input-number__decrease {
    background-color: transparent !important;
    border-color: transparent !important;
    color: var(--text-general)
}

.number-transparent .el-input-number__decrease:hover,
.number-transparent .el-input-number__decrease i:hover {
    color: var(--text-general)
}

.number-transparent .el-input-number__increase {
    background-color: transparent !important;
    border-color: transparent !important;
    color: var(--text-general)
}

.number-transparent .el-input-number__increase:hover,
.number-transparent .el-input-number__increase i:hover {
    color: var(--text-general)
}

.number-transparent .el-input__inner {
    border-color: transparent !important
}

.select-transparent .el-input.el-input--suffix .el-input__inner {
    padding-left: 0;
    border-color: transparent !important
}

.el-input.br-20 input {
    border-radius: 20px !important
}

.el-textarea textarea {
    border-radius: 6px
}

.el-textarea.br-12 textarea {
    border-radius: 12px
}

.chat-input .el-textarea__inner {
    background-color: #f5f5f5 !important;
    border: none !important;
    padding: 5px 27px
}

.options-number .el-input-group__prepend {
    padding-left: 10px !important;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    background-color: #fff !important;
    border-radius: 6px 0 0 6px
}

.options-number .el-input-group__prepend .el-input.el-input--suffix .el-input__inner {
    width: 85px !important;
    color: #000 !important;
    text-align: right !important
}

.options-number .el-input-group__prepend .el-input.el-input--suffix .el-input__inner:focus {
    border: inherit !important
}

.options-number .el-input__inner {
    border-radius: 0 12px 12px 0 !important
}

.options-email .el-input__inner {
    border-radius: 6px !important
}

.input-search-cupon .el-input__inner {
    padding-right: 90px !important
}

.input-transparent .el-input__inner,
.input-transparent .el-input__inner:focus {
    border: 1px solid transparent !important
}

.input-chat {
    border-radius: 22px;
    border: 1px solid #dfe4e8
}

.input-chat .el-textarea textarea {
    border-color: transparent !important
}

.el-tooltip__popper.is-light {
    border: 1px solid #dbdbdb !important;
    border-radius: 20px
}

.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow {
    border-top-color: transparent !important;
    border-radius: 20px
}

.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow:after {
    border-top-color: transparent !important
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow {
    border-bottom-color: transparent !important;
    border-radius: 20px
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after {
    border-bottom-color: transparent !important
}

.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow {
    border-left-color: transparent !important;
    border-radius: 20px
}

.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow:after {
    border-left-color: transparent !important
}

.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
    border-right-color: transparent !important;
    border-radius: 20px
}

.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow:after {
    border-right-color: transparent
}

.upload-soporte .el-upload.el-upload--picture-card {
    border-style: solid !important
}

.h-vueper {
    height: 173px
}

.h-vueper .vueperslides__inner {
    height: 100% !important
}

.h-vueper .vueperslides__inner .vueperslides__parallax-wrapper {
    padding: 0 !important;
    height: 173px
}

.h-vueper .vueperslides__inner .vueperslides__arrow--next {
    right: -1.9em !important
}

.h-vueper .vueperslides__inner .vueperslides__arrow--prev {
    left: -1.9em !important
}

.h-vueper2 {
    height: 397px
}

.h-vueper2 .vueperslides__inner {
    height: 100% !important
}

.h-vueper2 .vueperslides__inner .vueperslides__parallax-wrapper {
    padding: 0 !important;
    height: 397px
}

.h-vueper2 .vueperslides__inner .vueperslides__arrow--next {
    right: -1.9em !important
}

.h-vueper2 .vueperslides__inner .vueperslides__arrow--prev {
    left: -1.9em !important
}

.h-vueper3 {
    height: 266px
}

.h-vueper3 .vueperslides__inner {
    height: 100% !important
}

.h-vueper3 .vueperslides__inner .vueperslides__parallax-wrapper {
    padding: 0 !important;
    height: 266px
}

.h-vueper3 .vueperslides__inner .vueperslides__arrow--next {
    right: -1.9em !important
}

.h-vueper3 .vueperslides__inner .vueperslides__arrow--prev {
    left: -1.9em !important
}

.h-vueper-component {
    height: var(--alto-slide)
}

.h-vueper-component .vueperslides__inner {
    height: 100% !important
}

.h-vueper-component .vueperslides__inner .vueperslides__parallax-wrapper {
    padding: 0 !important;
    height: var(--alto-slide)
}

.h-vueper-component .vueperslides__inner .vueperslides__arrow--next {
    right: -1.9em !important
}

.h-vueper-component .vueperslides__inner .vueperslides__arrow--prev {
    left: -1.9em !important
}

.el-menu-vertical-demo .el-menu-item {
    padding: 0 !important
}

.el-menu-vertical-demo .el-menu-item div.el-tooltip {
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center
}

#el-drawer__title {
    color: #000;
    height: 93px !important;
    text-align: center;
    margin-bottom: 10px;
    background-size: cover;
    padding: 9px;
    border-bottom: 1px solid #dbdbdb
}

.el-drawer__body {
    background-color: #f6f9fb !important;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400
}

.chat-bubble-left {
    background-color: #dfe4e8;
    border-radius: 0 4px 4px 4px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative
}

.chat-bubble-left .space-text {
    white-space: pre-wrap
}

.chat-bubble-right {
    background-color: #d9d7e9;
    border-radius: 4px 0 4px 4px;
    margin-right: 20px;
    margin-left: 20px;
    position: relative
}

.chat-bubble-right .space-text {
    white-space: pre-wrap
}

.chat-bubble-arrow-right {
    border-color: #d9d7e9 transparent transparent transparent;
    right: -10px
}

.chat-bubble-arrow-left,
.chat-bubble-arrow-right {
    border-style: solid;
    border-width: 10px;
    top: 0;
    height: 0;
    position: absolute;
    width: 0
}

.chat-bubble-arrow-left {
    border-color: #dfe4e8 transparent transparent transparent;
    left: -10px
}

.ucfirst:first-letter {
    text-transform: uppercase !important
}

.nl2br {
    white-space: pre-wrap !important
}

.slick-prev {
    left: 30px !important;
    z-index: 1
}

.slick-next {
    right: 30px !important;
    z-index: 1
}

.slick-slider img {
    margin: 10px
}

.slick-list {
    height: inherit !important
}

.mobile-modal .bottom-sheet__content {
    overflow: auto !important;
    height: 130px !important
}

main {
    padding-left: 65px !important
}

.app-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #f6f9fb;
    color: #000;
    height: calc(100vh - 80px);
    width: 100vw;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1607843137254902);
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: stretch
}

.app-wrapper>.full-height-wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    flex: 1 1 auto
}

.app-wrapper>.full-height-wrapper .conf-section {
    flex: 1 1 auto;
    margin: 1.5rem 1rem;
    padding: 1rem
}

@media (min-width:300px) and (max-width:1024px) {
    .app-wrapper {
        height: calc(100vh - 96px) !important
    }
}

main {
    padding-left: 65px !important
}

.app-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #f6f9fb;
    color: #000;
    height: calc(100vh - 80px);
    width: 100vw;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1607843137254902);
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: stretch
}

.app-wrapper>.full-height-wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    flex: 1 1 auto
}

.app-wrapper>.full-height-wrapper .conf-section {
    flex: 1 1 auto;
    margin: 1.5rem 1rem;
    padding: 1rem
}

@media (min-width:300px) and (max-width:1024px) {
    .app-wrapper {
        height: calc(100vh - 96px) !important
    }
}

.cover-cropper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dcf3fe;
    height: 100%;
    position: absolute
}

.w-responsive {
    width: 700px
}

@media (min-width:1001) {
    .w-responsive {
        width: 450px !important
    }
}

h3 {
    margin: 40px 0 0
}

ul {
    list-style-type: none;
    padding: 0
}

li {
    display: inline-block;
    margin: 0 10px
}

a {
    color: #42b983
}

.bottom-navbar {
    bottom: 0;
    width: 100vw;
    height: 54px;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .050980392156862744)
}

.bottom-navbar .red-point {
    width: 6px;
    height: 6px;
    top: 4px;
    left: 44px;
    border-radius: 50%;
    background-color: #ff1720
}

.btn-recompensa,
.btn-recompensa-small {
    width: 312px;
    height: 74px;
    color: #fff;
    display: flex;
    position: relative;
    border-radius: 12px;
    background: radial-gradient(circle at 100%, #f9c7ff, #9f4bff, #612ad5)
}

.btn-recompensa-small img.group,
.btn-recompensa img.group {
    top: -20px;
    left: -25px;
    position: absolute
}

@media (min-width:300px) and (max-width:1024px) {

    .btn-recompensa-small img.group,
    .btn-recompensa img.group {
        width: 100px;
        height: 100px
    }
}

.btn-recompensa-small {
    width: auto;
    height: 54px
}

.btn-recompensa-small .reward-coins {
    height: 24px !important
}

.btn-recompensa-small .reward-coins,
.btn-recompensa .reward-coins {
    height: 36px;
    background-color: hsla(0, 0%, 100%, .47843137254901963);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
    border-radius: 8px
}

.card-carrito {
    border-radius: 8px;
    height: 170px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .050980392156862744)
}

.card-carrito .nombre-producto {
    height: 38px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-line
}

.card-carrito .favorite-button {
    width: 24px;
    height: 24px
}

.card-carrito .button-cant .minus {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: var(--color-general);
    border: 1px solid var(--color-general)
}

.card-carrito .button-cant .space-cant {
    width: 50px;
    color: #000
}

.card-carrito .button-cant .plus {
    color: #fff;
    border-radius: 4px;
    background-color: var(--color-general)
}

.card-carrito .button-cant .plus,
.card-carrito .delete {
    width: 24px;
    height: 24px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.card-carrito .delete {
    border-radius: 4px;
    color: #ff1720;
    border: 1px solid #ff1720
}

.card-carrito .pill {
    min-width: 40px;
    height: 18px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background-color: #000
}

.card-carrito .pill-descuento {
    min-width: 40px;
    height: 18px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background-color: var(--color-general)
}

.card-premio {
    width: 146px;
    min-height: 204px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .050980392156862744)
}

.card-premio.full-width-card {
    width: 100% !important
}

.card-premio .descripcion-producto {
    height: 38px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-line
}

.card-premio .icon-arrow-left {
    transform: rotate(180deg)
}

.card-producto {
    width: 146px;
    min-height: 228px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .050980392156862744)
}

.card-producto.full-width-card {
    width: 100% !important
}

.card-producto .circled-heart {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .050980392156862744)
}

.card-producto .nombre-producto {
    height: 38px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-line
}

.card-producto .btn-add {
    height: 32px
}

.card-producto .button-card {
    height: 24px;
    color: #fff;
    background-color: var(--color-general);
    font-size: 14px;
    border-radius: 4px
}

.card-producto .button-cant .minus {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: var(--color-general);
    border: 1px solid var(--color-general)
}

.card-producto .button-cant .space-cant {
    color: #000
}

.card-producto .button-cant .plus {
    width: 24px;
    height: 24px;
    color: #fff;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: var(--color-general)
}

.load {
    z-index: 500;
    opacity: .8;
    left: 0;
    background-color: #fff
}

.bell-loading {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100px;
    width: 100px
}

.bar {
    border: 10px solid var(--color-db);
    left: -25px;
    top: -25px;
    border-top: 10px solid var(--color-general);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-animation: spin2s linear infinite;
    animation: spin2s linear infinite
}

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

    to {
        transform: rotate(1turn)
    }
}

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

    to {
        transform: rotate(1turn)
    }
}

.bell-loading-mini {
    -o-object-fit: cover;
    object-fit: cover;
    height: 50px;
    width: 50px
}

.bar-mini {
    border: 8px solid var(--color-db);
    left: -15px;
    top: -15px;
    border-top: 8px solid var(--color-general);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-animation: spin-mini2s linear infinite;
    animation: spin-mini2s linear infinite
}

@-webkit-keyframes spin-mini {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

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

    to {
        transform: rotate(1turn)
    }
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #2c3e50;
    margin-top: 60px
}

a,
button {
    color: #4fc08d
}

button {
    background: none;
    border: 1px solid;
    border-radius: 2em;
    font: inherit;
    padding: .75em 2em
}

* {
    box-sizing: border-box;
}

body {
    background-color: #2c303f
}

.shimmer {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden
}

.shimmer__wrapper {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden
}

.shimmer__item {
    background: #fff;
    min-height: 79px;
    padding: 14px 32px 13px;
    display: flex;
    flex-wrap: wrap
}

.shimmer__item:not(:last-child) {
    border-bottom: 1px solid rgba(40, 45, 58, .1)
}

.shimmer__item>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-basis: 100%;
    max-width: 100%
}

.shimmer__block {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    background-color: #ededed;
    background-image: linear-gradient(90deg, #ededed 14.36%, #d7d6d6 56.29%, #ededed);
    background-repeat: no-repeat;
    background-size: 244px 104px;
    position: relative;
    height: 19px;
    border-radius: 10px;
    width: 100%;
    margin: 3px 6px 3px 0
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -300px 0
    }

    20% {
        background-position: -300px 0
    }

    80% {
        background-position: calc(100% + 300px) 0
    }

    to {
        background-position: calc(100% + 300px) 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -300px 0
    }

    20% {
        background-position: -300px 0
    }

    80% {
        background-position: calc(100% + 300px) 0
    }

    to {
        background-position: calc(100% + 300px) 0
    }
}

* {
    box-sizing: border-box
}

body {
    background-color: #2c303f
}

.shimmer {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden
}

.shimmer__wrapper {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden
}

.shimmer__item {
    background: #fff;
    min-height: 79px;
    padding: 14px 32px 13px;
    display: flex;
    flex-wrap: wrap
}

.shimmer__item:not(:last-child) {
    border-bottom: 1px solid rgba(40, 45, 58, .1)
}

.shimmer__item>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-basis: 100%;
    max-width: 100%
}

.shimmer__block {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    background-color: #ededed;
    background-image: linear-gradient(90deg, #ededed 14.36%, #d7d6d6 56.29%, #ededed);
    background-repeat: no-repeat;
    background-size: 244px 104px;
    position: relative;
    height: 19px;
    border-radius: 10px;
    width: 100%;
    margin: 3px 6px 3px 0
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -300px 0
    }

    20% {
        background-position: -300px 0
    }

    80% {
        background-position: calc(100% + 300px) 0
    }

    to {
        background-position: calc(100% + 300px) 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -300px 0
    }

    20% {
        background-position: -300px 0
    }

    80% {
        background-position: calc(100% + 300px) 0
    }

    to {
        background-position: calc(100% + 300px) 0
    }
}

* {
    box-sizing: border-box
}

body {
    background-color: #2c303f
}

.shimmer {
    max-width: 824px;
    max-height: 60vh;
    overflow: hidden;
    margin: 50px auto
}

.shimmer__wrapper {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden
}

.shimmer__item {
    background: #fff;
    min-height: 79px;
    padding: 14px 32px 13px;
    display: flex;
    flex-wrap: wrap
}

.shimmer__item:not(:last-child) {
    border-bottom: 1px solid rgba(40, 45, 58, .1)
}

.shimmer__item>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-basis: 100%;
    max-width: 100%
}

.shimmer__block {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    background-color: #ededed;
    background-image: linear-gradient(90deg, #ededed 14.36%, #d7d6d6 56.29%, #ededed);
    background-repeat: no-repeat;
    background-size: 244px 104px;
    position: relative;
    height: 19px;
    border-radius: 10px;
    width: 100%;
    margin: 3px 6px 3px 0
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -300px 0
    }

    20% {
        background-position: -300px 0
    }

    80% {
        background-position: calc(100% + 300px) 0
    }

    to {
        background-position: calc(100% + 300px) 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -300px 0
    }

    20% {
        background-position: -300px 0
    }

    80% {
        background-position: calc(100% + 300px) 0
    }

    to {
        background-position: calc(100% + 300px) 0
    }
}

.footer-page {
    min-height: 274px;
    background-color: #000;
    color: #fff
}

.footer-page .btn-redes {
    width: 36px;
    background-color: #fff;
    height: 36px;
    border-radius: 50%;
    color: #000
}

@media (min-width:300px) and (max-width:1048px) {
    .contact-us {
        display: none !important
    }
}

.card-carrito {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .050980392156862744)
}

.card-carrito .favorite-button {
    width: 24px;
    height: 24px
}

.card-carrito .button-cant .minus {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: var(--color-general);
    border: 1px solid var(--color-general)
}

.card-carrito .button-cant .space-cant {
    width: 50px;
    color: #000
}

.card-carrito .button-cant .plus {
    color: #fff;
    border-radius: 4px;
    background-color: var(--color-general)
}

.card-carrito .button-cant .plus,
.card-carrito .delete {
    width: 24px;
    height: 24px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.card-carrito .delete {
    border-radius: 4px;
    color: #ff1720;
    border: 1px solid #ff1720
}

.card-carrito .pill {
    min-width: 40px;
    height: 18px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background-color: #000
}

.card-carrito .pill-descuento {
    min-width: 40px;
    height: 18px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background-color: var(--color-general)
}

.btn-iniciar-sesion {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
    width: 147px;
    height: 32px;
    border-radius: 8px;
    background-color: var(--color-general);
    display: flex;
    align-items: center;
    justify-content: center
}

.card-producto {
    width: 146px;
    min-height: 228px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .050980392156862744)
}

.card-producto.full-width-card {
    width: 100% !important
}

.card-producto .circled-heart {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .050980392156862744)
}

.card-producto .nombre-producto {
    height: 38px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: pre-line
}

.card-producto .btn-add {
    height: 32px
}

.card-producto .button-card {
    height: 24px;
    color: #fff;
    background-color: var(--color-general);
    font-size: 14px;
    border-radius: 4px
}

.card-producto .button-cant .minus {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: var(--color-general);
    border: 1px solid var(--color-general)
}

.card-producto .button-cant .space-cant {
    color: #000
}

.card-producto .button-cant .plus {
    width: 24px;
    height: 24px;
    color: #fff;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: var(--color-general)
}

.googleMap {
    position: relative;
    width: 100%
}

.menu-lateral {
    position: fixed;
    width: 90px;
    height: 100vh;
    z-index: 0;
    background-color: #f5f5f5
}

.badge {
    position: absolute;
    top: 2px;
    left: 35px;
    border-radius: 20px !important;
    border: 1px solid #fff;
    color: #fff;
    background: linear-gradient(90deg, #ff9d32 5%, #ff2525)
}

.router-fav {
    border: 1px solid var(--color-general) !important
}

.router-fav img {
    width: 44px !important
}

.menu a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: var(--text-general)
}

.menu a i {
    color: var(--color-general2)
}

.menu a i:before {
    display: contents !important
}

.menu a:hover {
    transition: .5s;
    background: var(--color-general) !important
}

.menu a:hover i {
    color: #fff !important
}

.menu a.router-link-active {
    color: #fff
}

.menu a.router-link-active i {
    color: #fff !important
}

.menu a.background-active,
.menu a.background-active:hover {
    background: #ff1720 !important
}

.menu a:hover {
    text-decoration: none !important
}

.section-modal {
    position: absolute;
    top: 0;
    left: 0
}

.space-input-text {
    border-radius: 12px 12px 0 0;
    right: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25098039215686274)
}

.bg-linea {
    background: linear-gradient(90deg, #fff, #d1d1d1, #fff);
    height: 1px
}

.modal-content {
    border: none;
    border-radius: 8px
}

.modal-content .modal-header {
    height: 73px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: none;
    background-size: cover
}

.modal-content .modal-header .close {
    outline: none;
    transition-duration: .85s;
    position: absolute;
    right: 10px;
    top: 1px;
    font-size: 2.5em
}

.modal-content .modal-header .close:hover {
    transition-duration: .4s;
    transform: rotate(1turn) scale(1.2)
}

.modal-content .modal-header .logo {
    display: block
}

.modal-content .modal-header .logo span {
    font-size: 1.2em
}

.modal-content .modal-title {
    color: #1b1464;
    font-weight: 400
}

.img-tipo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%)
}

.pill {
    min-width: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    background-color: #000;
    border-radius: 16px
}

.circled-heart,
.pill {
    height: 24px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .050980392156862744)
}

.circled-heart {
    width: 24px;
    top: 10px;
    right: 16px
}

.modal-content {
    border: none;
    border-radius: 8px
}

.modal-content .modal-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: none;
    background-color: #f6f9fb;
    background-size: cover
}

.modal-content .modal-header .close {
    outline: none;
    transition-duration: .85s;
    position: absolute;
    right: 10px;
    top: 1px;
    font-size: 2.5em
}

.modal-content .modal-header .close:hover {
    transition-duration: .4s;
    transform: rotate(1turn) scale(1.2)
}

.modal-content .modal-header .logo {
    display: block
}

.modal-content .modal-header .logo span {
    font-size: 1.2em
}

.modal-content .modal-title {
    color: #1b1464;
    font-weight: 400
}

.img-tipo {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%)
}

.bg-linea {
    background: linear-gradient(90deg, #fff, #d1d1d1, #fff);
    height: 1px
}

.bar-title {
    width: 44px;
    height: 5px;
    background-color: var(--color-general)
}

.circled-user {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902)
}

.navbar {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    width: 100vw;
    min-height: 80px;
    background: #fff;
    color: #000
}

.navbar .break-line {
    display: none
}

.hover-i li:hover {
    background: #471f9b;
    border-radius: 12px
}

.btn-card {
    min-width: 46px;
    height: 32px;
    background-color: #fff;
    color: #637381 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .050980392156862744)
}

.btn-card-wh-product {
    min-width: 56px;
    height: 32px;
    background-color: #29d884;
    color: #fff !important
}

.btn-card-favorito {
    min-width: 45px;
    height: 32px;
    background-color: #f6f9fb;
    color: #000 !important
}

.btn-category {
    height: 38px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    color: #000;
    display: flex;
    align-items: center
}

.dropdown-special {
    border: 1px solid #dbdbdb !important;
    border-radius: 12px
}

.dropdown-special .el-dropdown-menu__item:hover {
    background: var(--color-light) !important;
    border-radius: 5px !important;
    color: var(--color-general) !important
}

.btn-iniciar-sesion {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
    max-width: 147px;
    height: 32px;
    border-radius: 8px;
    background-color: var(--color-general)
}

.btn-registro {
    max-width: 147px
}

.btn-color {
    background: #29d884
}

.h-32px {
    height: 32px
}

@media (min-width:300px) and (max-width:1024px) {
    .spacer-nav {
        display: none
    }

    .logo-page {
        height: 26px
    }

    .header {
        height: 96px !important
    }

    .header .navbar {
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1607843137254902)
    }

    .header .navbar .user-select span {
        display: none !important
    }
}

@media (min-width:300px) and (max-width:815px) {
    .search-input {
        display: none !important
    }
}

@media (min-width:300px) and (max-width:560px) {
    .navbar {
        justify-content: flex-end
    }
}

.navbar {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    width: 100vw;
    height: 80px;
    background: #fff;
    color: #000
}

.hover-i li:hover {
    background: #471f9b;
    border-radius: 12px
}

.btn-card {
    min-width: 142px;
    height: 40px;
    background-color: #000;
    color: #fff !important
}

.btn-category {
    height: 38px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    color: #000;
    display: flex;
    align-items: center
}

.dropdown-special {
    border: 1px solid #dbdbdb !important;
    border-radius: 12px
}

.dropdown-special .el-dropdown-menu__item:hover {
    background: var(--color-light) !important;
    border-radius: 5px !important;
    color: var(--color-general) !important
}

@media (max-width:360px) {
    .navbar {
        justify-content: center !important
    }

    .col-auto .btn-card,
    .col-auto.btn-location {
        display: none
    }

    .logo-page {
        height: 35px
    }
}

.countrys {
    position: relative
}

.countrys .options-countrys {
    position: absolute;
    width: 184px;
    left: -19px;
    top: 30px;
    border: 1px solid #dbdbdb;
    border-radius: 8px
}

.btn-iniciar-sesion {
    width: 181px;
    height: 44px;
    border-radius: 12px;
    background-color: var(--color-general);
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-iniciar-sesion:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902)
}

@media (min-width:300px) and (max-width:1024px) {
    .header {
        height: 96px !important
    }

    .header .navbar {
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1607843137254902);
        height: 100%
    }

    .header .navbar .user-select span {
        display: none !important
    }

    .spacer-nav {
        display: none
    }
}

@media (min-width:300px) and (max-width:905px) {
    .logo-page {
        height: 30px
    }
}

@media (min-width:300px) and (max-width:815px) {
    .buttons-landing .buttons-right .btn-iniciar-sesion {
        display: none !important
    }
}

@media (min-width:300px) and (max-width:560px) {
    .navbar {
        justify-content: center
    }

    .navbar .countrys span {
        display: none !important
    }
}

.circled-user {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902)
}

.btn-invita-gana {
    border-radius: 12px;
    height: 80px;
    background-image: radial-gradient(closest-corner at 73% 62%, #cdb1ff, #a880ff, #7d4ae8)
}

.footer-main {
    z-index: 100 !important;
    position: relative
}

.footer-main a {
    text-decoration: none !important
}

.tabs a {
    padding: 5px 12px 5px 12px !important;
    color: #7a7777;
    font-size: 14px;
    border: 1px solid
}

.tabs a.router-link-active {
    padding: 12px 12px 5px 12px;
    color: #fff !important;
    background: var(--color-general)
}

.tabs a.router-link-active .nombre-tab {
    display: inline-block
}

.tabs a:hover {
    text-decoration: none !important
}

.br-7 {
    border-radius: 7px
}

.br-gr-red {
    background: var(--gr-r-red)
}

.bg-yellow {
    background: #ff9c32
}

.text-yellow {
    color: #ff9c32
}

.slim-editor-btn-group,
.slim-editor-utils-group {
    padding: 1em 0 0
}

.slim>img+input[type=file],
.slim>input[type=file]+img {
    margin-bottom: 0 !important
}

.slim[data-state*=preview] .slim-loader-foreground {
    stroke: var(--general-text-color)
}

.slim-upload-status[data-state=error] .slim-upload-status-icon:after,
.slim-upload-status[data-state=error] .slim-upload-status-icon:before {
    border-width: .09em;
    border-style: solid;
    border-color: currentColor
}

.slim-file-hopper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.slim-image-editor {
    position: relative;
    height: 100%;
    text-align: left;
    z-index: 1
}

.slim-image-editor .slim-container {
    position: relative;
    height: calc(100% - 8em);
    width: 100%;
    z-index: 2;
    direction: ltr
}

.slim-image-editor .slim-editor-btn-group,
.slim-image-editor .slim-editor-utils-group {
    flex-shrink: 0
}

.slim-image-editor .slim-stage {
    position: absolute;
    line-height: 0
}

.slim-image-editor .slim-wrapper {
    position: absolute;
    z-index: 2
}

.slim-image-editor .slim-crop-preview {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 0
}

.slim-image-editor .slim-stage {
    z-index: 4
}

.slim-image-editor .slim-crop-preview {
    z-index: 3;
    border-radius: 4px
}

.slim-image-editor .slim-crop-preview:after,
.slim-image-editor .slim-crop-preview canvas,
.slim-image-editor .slim-crop-preview img {
    position: absolute;
    display: block;
    border-radius: inherit;
    left: 0;
    top: 0
}

.slim-image-editor .slim-crop-preview .slim-crop {
    z-index: 3
}

.slim-image-editor .slim-crop-preview:after {
    z-index: 2;
    right: 0;
    bottom: 0;
    content: ""
}

.slim-image-editor .slim-crop-preview .slim-crop-blur {
    -moz-filter: contrast(.7);
    filter: contrast(.7);
    z-index: 1
}

.slim-image-editor .slim-editor-utils-group {
    text-align: center
}

.slim-image-editor .slim-editor-utils-group button {
    width: 2.5em;
    height: 2.5em;
    padding: 0;
    font-size: 1em;
    cursor: pointer;
    outline: none;
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1), inset 0 1px 0 0 hsla(0, 0%, 100%, .15);
    background-color: transparent;
    background-size: 50% 50%;
    background-position: 50%;
    background-repeat: no-repeat
}

.slim-image-editor .slim-editor-utils-group button:active {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.slim-image-editor .slim-editor-btn-group {
    text-align: center
}

.slim-image-editor .slim-editor-btn-group button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 1em;
    margin: 0 .75em;
    padding: .75em 1.5em .875em;
    cursor: pointer;
    overflow: hidden;
    transition: color .25s, box-shadow .25s, background-color .25s;
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1), inset 0 1px 0 0 hsla(0, 0%, 100%, .15);
    background-color: transparent;
    outline: none
}

.slim-image-editor .slim-editor-btn-group button:active {
    padding: .875em 1.5em .75em;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.slim-rotation-disabled .slim-container {
    height: calc(100% - 4em)
}

.slim-rotation-disabled .slim-editor-utils-group {
    display: none
}

.slim-editor-btn,
.slim-editor-utils-btn {
    color: hsla(0, 0%, 100%, .75);
    border: 2px solid rgba(0, 0, 0, .25)
}

.slim-editor-btn:focus,
.slim-editor-btn:hover,
.slim-editor-utils-btn:focus,
.slim-editor-utils-btn:hover {
    color: hsla(0, 0%, 100%, .9)
}

.slim-editor-utils-btn {
    border-radius: .6875em
}

.slim-editor-btn {
    border-radius: .5em
}

.slim-image-editor-preview:after {
    background-color: rgba(244, 250, 255, .4);
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .07), 0 1px 5px rgba(0, 0, 0, .3)
}

.slim-btn-rotate {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='252' height='287' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M134.762.626v36.15c65.016 4.594 116.34 58.75 116.34 124.936 0 69.198-56.09 125.288-125.29 125.288C56.616 287 .525 230.91.525 161.71c0-30.036 10.592-57.59 28.215-79.17l31.934 31.934C51.03 127.75 45.27 144.04 45.27 161.71c0 44.485 36.06 80.544 80.544 80.544 44.484 0 80.544-36.058 80.544-80.543 0-41.454-31.327-75.56-71.594-80.017v35.272l-62.646-57.89L134.762.625zm-8.95 196.883c-19.77 0-35.796-16.028-35.796-35.798 0-19.77 16.027-35.796 35.797-35.796 19.77 0 35.797 16.026 35.797 35.796s-16.027 35.797-35.797 35.797z' fill='rgba(255,255,255,.8)' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.slim-editor-btn-group,
.slim-editor-utils-group {
    padding: 1em 0 0
}

@media (min-width:40em) {
    .slim-btn-group {
        padding-top: 2em
    }
}

.slim-crop-area {
    position: absolute;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .75), 0 0 0 1px hsla(0, 0%, 100%, .75)
}

.slim-crop-area .grid {
    overflow: hidden
}

.slim-crop-area .grid:after,
.slim-crop-area .grid:before {
    position: absolute;
    z-index: 2;
    content: "";
    opacity: 0;
    transition: opacity .5s
}

.slim-crop-area .grid:before {
    top: 33.333%;
    bottom: 33.333%;
    left: 1px;
    right: 1px;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, .35), inset 0 1px 0 0 hsla(0, 0%, 100%, .35)
}

.slim-crop-area .grid:after {
    top: 1px;
    bottom: 1px;
    left: 33.333%;
    right: 33.333%;
    box-shadow: inset -1px 0 0 0 hsla(0, 0%, 100%, .35), inset 1px 0 0 0 hsla(0, 0%, 100%, .35)
}

.slim-crop-area button {
    position: absolute;
    background: #fafafa;
    box-shadow: inset 0 1px 0 0 #fff, 0 1px 1px rgba(0, 0, 0, .15);
    border: none;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    border-radius: 8px;
    z-index: 3
}

.slim-crop-area [class*=n] {
    top: 0
}

.slim-crop-area [class*=s] {
    top: 100%
}

.slim-crop-area [class*=w] {
    left: 0
}

.slim-crop-area [class*=e] {
    left: 100%
}

.slim-crop-area .e,
.slim-crop-area .w {
    top: 50%;
    cursor: ew-resize;
    height: 30px;
    margin-top: -15px
}

.slim-crop-area .n,
.slim-crop-area .s {
    left: 50%;
    cursor: ns-resize;
    width: 30px;
    margin-left: -15px
}

.slim-crop-area .ne,
.slim-crop-area .sw {
    cursor: nesw-resize
}

.slim-crop-area .nw,
.slim-crop-area .se {
    cursor: nwse-resize
}

.slim-crop-area .c {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 0;
    border-radius: 0;
    border: none;
    z-index: 2;
    box-shadow: none;
    opacity: 0;
    cursor: move
}

.slim-crop-area button:not(.c):after {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px
}

.slim-crop-area .slim-crop-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1
}

.slim-crop-area .slim-crop-mask img {
    position: absolute;
    transform-origin: 0 0;
    transform: translateZ(0);
    margin: 0 !important;
    width: auto;
    height: auto;
    max-width: none;
    min-width: 0
}

.slim-crop-area[data-dragging=true] .grid:after,
.slim-crop-area[data-dragging=true] .grid:before {
    opacity: 1
}

.slim-popover {
    touch-action: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    font-size: 16px;
    background: rgba(25, 27, 29, .99);
    z-index: 2147483647;
    overflow: hidden
}

.slim-popover[data-state=off] {
    left: -100%
}

.slim-popover:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: radial-gradient(ellipse at center, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, 0) 80%)
}

@media (min-width:40em) {
    .slim-popover {
        padding: 2em
    }
}

.slim,
.slim-crop-area,
.slim-image-editor,
.slim-popover {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.slim-crop-area button,
.slim-image-editor button,
.slim-popover button,
.slim button {
    -webkit-highlight: none;
    -webkit-tap-highlight-color: transparent
}

.slim *,
.slim-crop-area *,
.slim-image-editor *,
.slim-popover * {
    box-sizing: inherit
}

.slim-crop-area img,
.slim-image-editor img,
.slim-popover img,
.slim img {
    background-color: #eee;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABG2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+Gkqr6gAAAYBpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/M4gYERaKxUvDamhQExtlJqEmTWOUwWbmzS81P17vzaTJVtlOUWLj14K/gK2yVopISdlZExv0nGfUSObc7rmf+73nnO49F+yhtJoxat2Qyeb14KRXmQ8vKPWP2OjCQRtKRDW08UDAT1V7u5Fosat+q1b1uH+tKRY3VLA1CI+pmp4XnhL2r+Q1izeFO9RUJCZ8LOzS5YLC15YeLfOTxckyf1ish4I+sLcKK8lfHP3FakrPCMvLcWbSBfXnPtZLHPHs3KysPTK7MQgyiReFaSbw4WGQUfEe+hliQHZUyXd/58+Qk1xVvEYRnWWSpMjjErUg1eOyJkSPy0hTtPr/t69GYnioXN3hhboH03zphfoN+CyZ5vu+aX4eQM09nGUr+bk9GHkVvVTRnLvQsgYn5xUtugWn69B5p0X0yLdUI9OeSMDzETSHof0SGhfLPfs55/AWQqvyVRewvQN9Et+y9AUyt2fOEwKMEgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAC9JREFUOI1jZGBgkGIgDjwjRhETkYYRDUYNHDVwMBjISIJaonLU4PfyqIGjBpIBAPvwAUFW9TOIAAAAAElFTkSuQmCC")
}

.slim img {
    width: 100%;
    height: auto
}

span.slim {
    display: block
}

.slim {
    position: relative;
    font-size: inherit;
    background-color: #eee;
    transition: background-color .25s;
    padding-bottom: .025px
}

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

    to {
        transform: rotate(1turn)
    }
}

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

    to {
        transform: rotate(1turn)
    }
}

.slim[data-state*=file-over] .slim-btn {
    pointer-events: none
}

.slim[data-state*=empty]:hover {
    background-color: #ddd
}

.slim[data-state*=empty] .slim-label {
    visibility: visible;
    opacity: 1
}

.slim[data-state*=busy] .slim-label {
    opacity: 0
}

.slim[data-state*=loading] .slim-label {
    display: none
}

.slim[data-state*=loading] .slim-label-loading {
    opacity: 1;
    display: block
}

.slim[data-state*=preview] .slim-label {
    visibility: hidden
}

.slim[data-state*=error] {
    background-color: #e8a69f !important;
    color: #702010
}

.slim>img,
.slim>input[type=file] {
    display: block !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    border: 0 !important
}

.slim>img+input[type=file],
.slim>input[type=file]+img {
    margin-bottom: 0 !important
}

.slim>input[type=hidden] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    opacity: 0
}

.slim .slim-label-loading {
    display: none
}

.slim .slim-label {
    visibility: hidden;
    transition: opacity .25s
}

.slim .slim-error,
.slim .slim-label,
.slim .slim-label-loading {
    max-width: 100%
}

.slim .slim-file-hopper {
    z-index: 3;
    background: rgba(0, 0, 0, .0001)
}

.slim .slim-area,
.slim .slim-drip,
.slim .slim-ratio,
.slim .slim-result,
.slim .slim-status {
    border-radius: inherit
}

.slim .slim-area {
    width: 100%;
    color: inherit;
    overflow: hidden
}

.slim .slim-area :only-of-type {
    margin: 0
}

.slim .slim-area .slim-loader {
    pointer-events: none;
    position: absolute;
    right: .875em;
    top: .875em;
    width: 23px;
    height: 23px;
    z-index: 1
}

.slim .slim-area .slim-loader svg {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0
}

.slim .slim-area .slim-upload-status {
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 1;
    opacity: 0;
    transition: opacity .25s;
    white-space: nowrap;
    line-height: 1.65;
    font-weight: 400
}

.slim .slim-area .slim-upload-status-icon {
    display: inline-block;
    opacity: .9
}

.slim .slim-area .slim-drip,
.slim .slim-area .slim-result,
.slim .slim-area .slim-status {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.slim .slim-area .slim-drip,
.slim .slim-area .slim-result {
    position: absolute
}

.slim .slim-area .slim-status {
    padding: 3em 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    pointer-events: none
}

.slim .slim-area .slim-drip {
    z-index: 1;
    overflow: hidden
}

.slim .slim-area .slim-drip>span {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin-left: -25%;
    margin-top: -25%;
    width: 50%;
    padding-bottom: 50%
}

.slim .slim-area .slim-drip>span>span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    border-radius: 50%;
    opacity: .5;
    left: 0;
    top: 0
}

.slim .slim-area .slim-result {
    overflow: hidden;
    -webkit-perspective: 1px;
}

.slim .slim-area .slim-result img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.slim .slim-area .slim-result img:not([src]),
.slim .slim-area .slim-result img[src=""] {
    visibility: hidden
}

.slim .slim-btn-group {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    pointer-events: none
}

.slim .slim-btn-group button {
    pointer-events: all;
    cursor: pointer
}

.slim[data-ratio*=":"] {
    min-height: 0
}

.slim[data-ratio*=":"] .slim-status {
    position: absolute;
    padding: 0 1.5em
}

.slim[data-ratio="16:10"]>img,
.slim[data-ratio="16:10"]>input[type=file] {
    margin-bottom: 62.5%
}

.slim[data-ratio="10:16"]>img,
.slim[data-ratio="10:16"]>input[type=file] {
    margin-bottom: 160%
}

.slim[data-ratio="16:9"]>img,
.slim[data-ratio="16:9"]>input[type=file] {
    margin-bottom: 56.25%
}

.slim[data-ratio="9:16"]>img,
.slim[data-ratio="9:16"]>input[type=file] {
    margin-bottom: 177.77778%
}

.slim[data-ratio="5:3"]>img,
.slim[data-ratio="5:3"]>input[type=file] {
    margin-bottom: 60%
}

.slim[data-ratio="3:5"]>img,
.slim[data-ratio="3:5"]>input[type=file] {
    margin-bottom: 166.66667%
}

.slim[data-ratio="5:4"]>img,
.slim[data-ratio="5:4"]>input[type=file] {
    margin-bottom: 80%
}

.slim[data-ratio="4:5"]>img,
.slim[data-ratio="4:5"]>input[type=file] {
    margin-bottom: 125%
}

.slim[data-ratio="4:3"]>img,
.slim[data-ratio="4:3"]>input[type=file] {
    margin-bottom: 75%
}

.slim[data-ratio="3:4"]>img,
.slim[data-ratio="3:4"]>input[type=file] {
    margin-bottom: 133.33333%
}

.slim[data-ratio="3:2"]>img,
.slim[data-ratio="3:2"]>input[type=file] {
    margin-bottom: 66.66667%
}

.slim[data-ratio="2:3"]>img,
.slim[data-ratio="2:3"]>input[type=file] {
    margin-bottom: 150%
}

.slim[data-ratio="1:1"]>img,
.slim[data-ratio="1:1"]>input[type=file] {
    margin-bottom: 100%
}

.slim-btn-group {
    padding: 1.5em 0;
    text-align: center
}

.slim-btn {
    position: relative;
    padding: 0;
    margin: 0 7.2px;
    font-size: 0;
    outline: none;
    width: 36px;
    height: 36px;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: 50%;
    border-radius: 50%
}

.slim-btn:before {
    border-radius: inherit;
    position: absolute;
    box-sizing: border-box;
    left: -3px;
    right: -3px;
    bottom: -3px;
    top: -3px;
    border: 3px solid #fff;
    content: "";
    transform: scale(.95);
    opacity: 0;
    transition: all .25s;
    z-index: -1;
    pointer-events: none
}

.slim-btn:focus:before,
.slim-btn:hover:before {
    opacity: 1;
    transform: scale(1)
}

.slim-btn * {
    pointer-events: none
}

.slim-btn-remove {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M63.12 250.254s3.998 18.222 24.582 18.222h93.072c20.583 0 24.582-18.222 24.582-18.222l18.374-178.66H44.746l18.373 178.66zM170.034 98.442a8.95 8.95 0 0117.9 0l-8.95 134.238a8.95 8.95 0 01-17.9 0l8.95-134.238zm-44.746 0a8.949 8.949 0 1117.898 0V232.68a8.95 8.95 0 11-17.9 0V98.442zm-35.798-8.95a8.95 8.95 0 018.95 8.95l8.95 134.237c0 4.942-4.008 8.948-8.95 8.948a8.95 8.95 0 01-8.95-8.95L80.54 98.441a8.95 8.95 0 018.95-8.95zm128.868-53.68h-39.376V17.898c0-13.578-4.39-17.9-17.898-17.9H107.39C95 0 89.492 6 89.492 17.9v17.91H50.116c-7.914 0-14.32 6.007-14.32 13.43 0 7.424 6.406 13.43 14.32 13.43H218.36c7.914 0 14.32-6.006 14.32-13.43 0-7.423-6.406-13.43-14.32-13.43zm-57.274 0H107.39l.002-17.914h53.695V35.81z' fill='%23fff'/%3E%3C/svg%3E")
}

.slim-btn-download {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M232.943 223.73H35.533c-12.21 0-22.11 10.017-22.11 22.373 0 12.356 9.9 22.373 22.11 22.373h197.41c12.21 0 22.11-10.017 22.11-22.373 0-12.356-9.9-22.373-22.11-22.373zM117.88 199.136c4.035 4.04 9.216 6.147 14.492 6.508.626.053 1.227.188 1.866.188.633 0 1.228-.135 1.847-.186 5.284-.357 10.473-2.464 14.512-6.51l70.763-70.967c8.86-8.876 8.86-23.268 0-32.143-8.86-8.876-23.225-8.876-32.086 0l-32.662 32.756V22.373C156.612 10.017 146.596 0 134.238 0c-12.356 0-22.372 10.017-22.372 22.373v106.41L79.204 96.027c-8.86-8.876-23.226-8.876-32.086 0-8.86 8.875-8.86 23.267 0 32.142l70.763 70.966z' fill='%23fff'/%3E%3C/svg%3E")
}

.slim-btn-upload {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='243' height='269' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M219.943 223.73H22.533c-12.21 0-22.11 10.017-22.11 22.373 0 12.356 9.9 22.373 22.11 22.373h197.41c12.21 0 22.11-10.017 22.11-22.373 0-12.356-9.9-22.373-22.11-22.373zM104.88 6.696c4.035-4.04 9.216-6.147 14.492-6.508C119.998.135 120.6 0 121.238 0c.633 0 1.228.135 1.847.186 5.284.357 10.473 2.464 14.512 6.51l70.763 70.967c8.86 8.875 8.86 23.267 0 32.142-8.86 8.876-23.225 8.876-32.086 0L143.612 77.05v106.41c0 12.355-10.016 22.372-22.374 22.372-12.356 0-22.372-10.017-22.372-22.373V77.05l-32.662 32.755c-8.86 8.876-23.226 8.876-32.086 0-8.86-8.875-8.86-23.267 0-32.142L104.88 6.696z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.slim-btn-edit {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M161.36 56.337c-7.042-7.05-18.46-7.05-25.5 0l-6.373 6.38-89.243 89.338.023.023-2.812 2.82s-8.968 9.032-29.216 74.4c-.143.456-.284.91-.427 1.373-.36 1.172-.726 2.362-1.094 3.568a785.126 785.126 0 00-.988 3.25c-.28.922-.556 1.835-.84 2.778-.64 2.14-1.29 4.318-1.954 6.567-1.455 4.937-5.01 16.07-.99 20.1 3.87 3.882 15.12.467 20.043-.993a1275.615 1275.615 0 009.41-2.83c1.032-.314 2.058-.626 3.063-.935 1.27-.39 2.52-.775 3.75-1.157l1.09-.34c62.193-19.365 73.358-28.453 74.286-29.284l.01-.01.067-.06 2.88-2.886.192.193 89.244-89.336 6.373-6.382c7.04-7.048 7.04-18.476 0-25.525l-50.998-51.05zM103.4 219.782c-.08.053-.185.122-.297.193l-.21.133c-.076.047-.158.098-.245.15l-.243.148c-2.97 1.777-11.682 6.362-32.828 14.017-2.47.894-5.162 1.842-7.98 2.82l-30.06-30.092c.98-2.84 1.928-5.55 2.825-8.04 7.638-21.235 12.22-29.974 13.986-32.94l.12-.2c.063-.1.12-.196.175-.283l.126-.2c.07-.11.14-.217.192-.296l2.2-2.205 54.485 54.542-2.248 2.255zM263.35 56.337l-50.996-51.05c-7.04-7.048-18.456-7.048-25.498 0L174.108 18.05c-7.04 7.048-7.04 18.476 0 25.524l50.996 51.05c7.04 7.048 18.457 7.048 25.498 0l12.75-12.762c7.04-7.05 7.04-18.477 0-25.525z' fill='%23fff'/%3E%3C/svg%3E")
}

.slim-loader-background {
    stroke: rgba(0, 0, 0, .15)
}

.slim-loader-foreground {
    stroke: rgba(0, 0, 0, .65)
}

.slim[data-state*=preview] .slim-loader-background {
    stroke: hsla(0, 0%, 100%, .25)
}

.slim[data-state*=preview] .slim-loader-foreground {
    stroke: #fff
}

.slim-upload-status {
    padding: 0 .5em;
    border-radius: .3125em;
    font-size: .75em;
    box-shadow: 0 .125em .25em rgba(0, 0, 0, .25)
}

.slim-upload-status[data-state=success] {
    background-color: #d1ed8f;
    color: #323e15
}

.slim-upload-status[data-state=success] .slim-upload-status-icon {
    width: .5em;
    height: .75em;
    transform: rotate(45deg);
    border: .1875em solid currentColor;
    border-left: none;
    border-top: none;
    margin-right: .325em;
    margin-left: .25em;
    margin-bottom: .0625em
}

.slim-upload-status[data-state=error] {
    background: #efd472;
    color: #574016
}

.slim-upload-status[data-state=error] .slim-upload-status-icon {
    margin-left: -.125em;
    margin-right: .5em;
    width: .5625em;
    height: 1em;
    position: relative;
    transform: rotate(45deg)
}

.slim-upload-status[data-state=error] .slim-upload-status-icon:after,
.slim-upload-status[data-state=error] .slim-upload-status-icon:before {
    content: "";
    position: absolute;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: .09em solid currentColor;
    background-color: currentColor;
    transform: translate(-50%, -50%) translate(.5em, .5em)
}

.slim-upload-status[data-state=error] .slim-upload-status-icon:before {
    width: .66666666667em
}

.slim-upload-status[data-state=error] .slim-upload-status-icon:after {
    height: .66666666667em
}

.spacer {
    height: 50px;
}

.text-tab {
    padding-left: 1rem;
}