@import 'reset.css';

@import './partials/header.css?v1.51';
@import './partials/footer.css?v1.01';
@import './partials/coupon.css?v1.36';
@import './partials/commerce.css?v1.2';
@import './partials/auth.css?v1.1';
@import './partials/admin.css?v1.1';
@import './partials/tables.css?v1.1';
@import './partials/intro.css';
@import './partials/404.css?v=1.0.2';
@import './partials/info.css';
@import './partials/cookie.css';
@import './partials/zone.css?v1.41';
@import './partials/language.css?v1.43';
@import 'partials/multi-select.css?v1.41';
@import 'partials/flag-icon.min.css';
@import 'partials/categories.css?v1.44';


html {
    /* Fonts */

    --font-family: 'Roboto Condensed', sans-serif;
    --font-family-mono: 'Roboto Mono', monospace;

    /* Colors */
    --background-color: hsl(214, 18%, 98%);


    --primary-color: hsl(324, 100%, 46%);
    --primary-color-light: hsl(324, 100%, 56%);
    --primary-color-very-light: hsl(324, 100%, 76%);
    --cosas: red;
    --gradient-color: green;

    --filter-image: grayscale(100%);


    --blue-medium: hsl(191, 23%, 64%);
    --blue-dark: hsl(191, 23%, 34%);
    --green: #12c457;
    --red: hsl(354, 69%, 54%);
    --black: hsl(309, 4%, 32%);
    --blue: hsl(191, 23%, 94%);
    --blue2: hsl(191, 23%, 94%);
    --border-radius: 4px;
    /* Shadows */
    --shadow-img-coupon: 0px 20px 20px rgba(0, 0, 0, 0.08);

    /* Width */
    --max-width-background: 1200px;

    min-width: 360px;

    scroll-behavior: smooth;
}

::selection {
    color: white;
    background-color: var(--primary-color);
}

body {
    font-family: var(--font-family);
    background-color: var(--background-color);
}

.main {
    /*padding-top: 4rem;*/
    /* min-height: calc(100vh - 30rem); */
    margin: 0 auto;
}

.fadeinup {
    animation-name: fadeInUp;
    animation-duration: 1.5s;
    opacity: 0;
    animation-fill-mode: forwards;
    text-decoration: none;
}

.title__date__new {
    margin-bottom: 15px;
    color: #999999;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 10px, 0);
    }
}

.button__primary,
.button__primary--notranslate,
.button__shop__primary{
    color: #fff;
    background: var(--primary-color);
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
    border-style: unset;
    outline: none;
}

.button__shop__primary {
    text-align:center;
    width: 30%;
    border-radius: 10px;
}
.button__shop,
.button__shop__home{
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: white;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
    outline: none;
}

.button__primary:hover{
    background-color: var(--primary-color-light);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.button__primary--notranslate:hover {
    background-color: var(--primary-color-light);
}

.button__shop
{
    padding: 0.5em 2em;
    height: auto;
    margin-right: 0;
}

.button__shop {
    font-size: 1.5rem;
}

.button__shop__home {
    font-size: 1rem;
}

.button__shop.loading {
    position: relative;
    padding-right: 80px;
}

.button__shop.loading:after {
    content: " ";
    display: block;

    position: absolute;
    top: 15px;
    right: 35px;

    width: 30px;
    height: 30px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form__shop {
    display: flex;
    justify-content: center;
}

/**/

/**/

.card {
    position: relative;
    width: 280px;
    height: auto;
    background-color: var(--blue);
    margin: 60px auto;
    padding: 60px 20px 20px;
    border-radius: var(--border-radius);
}

.card__avatar {
    position: absolute;
    top: -60px;
    left: 90px;
    width: 100px;
    height: 100px;
    border-radius: var(--border-radius);
    margin-right: 15px;
    -webkit-box-shadow: 0 2px 5px rgba(51, 51, 79, 0.15);
    box-shadow: 0 2px 5px rgba(51, 51, 79, 0.15);
    font-weight: 700;
    font-size: 24px;
    line-height: 55px;
    border: 1px solid var(--background-color);
}

.card__title {
    color: var(--blue-dark);
    position: relative;
    font-size: 30px;
    font-weight: 600;
}

.card__tag {
    font-size: 16px;
    font-weight: 400;
    background-color: #49496d;
    color: white;
    height: 30px;
    padding: 0 10px;
    border-radius: 15px;
    margin-left: 15px;
}

.shop--mobile {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 10rem;
    background-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8;
    padding:1rem;
}

.shop__coupon {
    background-color: var(--primary-color);
    color: white;
    height: 40px;
    line-height: 40px;
    width: 80vw;
    text-align: center;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.shop--desktop {
    display: none;
}

@media (min-width: 700px) {
    .shop--mobile {
        display: none;
    }

    .shop--desktop {
        display: flex;
        justify-content: flex-start;
    }

    .kit-digital__container {
        flex-wrap: nowrap !important;
    }
}

@media (min-width: 700px) {
    .main {
        /*padding-top: 5rem;*/
    }

    .form__shop {
        justify-content: flex-end;
    }
}

@media (min-width: 768px) {
    .onlyMobile {
        display: none;
    }

    .column {
        margin-bottom: 0px;
    }
}

@media (min-width: 320px) {
    .column {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px){
    .filterCoupons {
        display: block !important;
    }
    .filterCoupons .label__input {
        margin-top: 15px;
        display: block;
    }
    .list__event {
        padding: 0 15px;
    }
    .panel__filter {
        display: contents;
        text-align: center;
    }
    .panel__filter a {
        margin: 10px 0;
        text-align: center;
    }
    .lang {
        width: 20px;
        margin-right: 20px;
    }
}

.dataTables_wrapper, .dataTable  {
    overflow: auto;
}

.filterCoupons {
    /*margin-left: 10px;*/
    margin-top: 40px;
    margin-bottom: 15px;
    /*padding: 0 5px;*/
    display: flex;
    width: 42%;
    align-items: center;
}

/* Style the tab content */
.tabcontent {
    display: none;
}
.popup {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 15px auto;
    padding: 0;
}

.wrapper_popup {

}

.buttons-html5 {
    background: var(--primary-color) !important;
    color: white !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer;
}

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

.filter-stats .form__group {
    margin: 0 5px;
}

.filter-stats .form__group input, .filter-stats .form__group select {
    padding: 5px;
    border-radius: 5px;
    padding-inline-start: 10px;
    border: 1px solid gainsboro;
}

.zones__panel__home {
    margin: 30px auto;
    max-width: 1200px
}

@media(max-width: 800px){
    .filter-stats {
        display: block !important;
    }
    .filter {
        max-height: 0;
        transition: 0.3s;
        visibility: hidden;
        padding: 0 5px;
    }
}

@media(min-width: 801px){

    #btn_filter {
        display: none !important;
    }
}

@media(max-width: 1200px){
    .zones__panel__home {
        max-width: 800px;
    }
}

#btn_filter {
    cursor: pointer;
    padding: 0 0 0 10px;
}
.filter.open {
    max-height: 350px;
    visibility: visible;
    padding: 0 5px;
}

.btn-select-payment, .btn-select-register {
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 15px;
}
a.btn-select-payment, a.btn-select-register {
    height: 100%;
}
a.btn-select-payment:hover, .btn-select-register:hover {
    background: #eeeeee;
}
.btn-select-payment img, .btn-select-register img{
    max-height: 100px;
}

.active-register {
    /*background: #eb008d !important;*/
    background: var(--primary-color) !important;
    color: white;
}

.active-register img {
    filter: brightness(0) invert(1);
}

.active-payment {
    background: #eeeeee !important;
}

.img-coupon {
    animation-delay: 0.1s;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 340px;
}

input[type="file"] {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 15px;
    color: rgb(153,153,153);
}

.upload-file {
    margin-right: 16px;
}

.event__form {
    margin-bottom: 16px
}

button:disabled,
button[disabled]{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    pointer-events: none;
    cursor: none;
}


.owl-theme .owl-dots .owl-dot.active span {
    color: var(--primary-color) !important;
}

.kit-digital__container {
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    background: whitesmoke;
    border-radius: 5px;
}

.kit-digital__container h1 {
    font-size: 2rem;
    font-weight: bold;
}

.kit-digital__title__container {
    margin-bottom: 30px;
    padding: 20px;
}

.kit-digital__container button {
    text-align: center;
}

/* Overwrite bootstrap styles */
a:hover {
    text-decoration: none !important;
    color: #e2e2e2 !important;
}

.button__shop:hover {
    color: var(--primary-color) !important;
}

.commerces__home__list {
    margin-top: 80px;
}

button:focus {
    outline: none !important;
}
span.date-new {
    color: #767676;
    text-align: right;
    width: 100%;
    font-size: 13px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent !important;
}
.dropdown-item {
    width: 15px !important;
}
span.zone-new, .category {
    position: absolute;
    background: var(--primary-color-light);
    padding: 6px 12px;
    color: white;
    bottom: 6px;
    right: 6px;
    font-size: 10px;
    border-radius: 5px;
}
.date-new {
    background: #ffffff;
    color: #606060;
    padding: 5px 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 110px;
    font-weight: 800;
    text-align: center;
    zoom: 0.8;
}
.btn-header {
    padding: 8px 15px !important;
    min-width: 200px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    margin: 10px 0;
    background: var(--primary-color);
}
#top {
    display: none;
    position: fixed;
    bottom: 75px;
    right: 45px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    border-radius: 50%;
    font-size: 23px;
    width: 50px;
    height: 50px;
    padding: 8px;
}

#top:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
td {
    word-break: break-all;
}
input[type="search"] {
    border: 1px solid #cbcbcb !important;
}

td, th {
    min-width: 50px;
}

.filterCouponsAdmin {
    margin-top: 40px;
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.logo-header {
    width: 80px;
    height: auto;
}

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

.selectZone__home select {
    /*width: 80%;*/
}

.selectZone__home div {
    width: 20%;
    margin-left: 10px;
 }

.badge-secondary {
    background-color: var(--primary-color);
    color: white;
}

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


.extra-discount{
    background: var(--primary-color);
    padding: 6px 12px;
    color: white;
    bottom: 6px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    left: 0;
    width: 4em;
    height: 3.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/*.extra-discount p{
    width: 51%;
}*/

.extra-discount-explication{
    font-size: 12px;
    width: 100%;
}

.tabs .tab {
    max-width: 192px;
    font-size: 15px;
}

@media(max-width: 768px){
    .text-slide h1, .text-slide span{
        text-align: center;
    }

    .text-slide button{
        min-width: 100% !important;
    }
}

@media(max-width: 1200px){
    .home span, .home li{
        font-size: 0.9em !important;
    }
    .home h1, .home h2, .home h3{
        font-size: 2.25em !important;
    }
    .home h3{
        text-align: center;
    }
}

/* Add this CSS to your stylesheet */
ul.custom-ia-list {
    list-style-type: disc;
    padding-left: 2px;
    font-size: 12px;
}

#zoneCouponsAjax.dataTable thead th{
    padding: 0 0;
}