@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Areas/Admin/Pages/_AdminNav.cshtml.rz.scp.css */
/*#admin-menu-nav ::deep .nav-link {
    color: var(--light-color-500);
}

    #admin-menu-nav ::deep .nav-link.active {
        background-color: var(--primary-color-500);
        color: #000;
    }

    #admin-menu-nav ::deep .nav-link:not(.active):hover {
        background-color: #343A40;
    }
*/

#back-home-btn:hover .admin-pre-icon[b-xs93xl305p],
#back-home-btn .home-post-icon[b-xs93xl305p] {
    display: none;
}

#back-home-btn:hover .home-post-icon[b-xs93xl305p] {
    display: block;
}

/* /Areas/Admin/Pages/_Layout.cshtml.rz.scp.css */
#admin-sidenav-container[b-91n5khsfg5] {
    border-right: 1px solid black;
    background-color: var(--light-color-500);
}

@media (min-width: 768px) {
    #admin-sidenav-container[b-91n5khsfg5] {
        height: 100vh;
        overflow: auto;
    }

    #admin-content-container[b-91n5khsfg5] {
        height: 100vh;
        overflow: auto;
    }
}
/* /Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
.form-signin[b-yc5age9k9n] {
    max-width: 500px;
}

.form-signin .checkbox[b-yc5age9k9n] {
    font-weight: 400;
}

.form-signin .form-floating:focus-within[b-yc5age9k9n] {
    z-index: 2;
}

.form-signin[b-yc5age9k9n]  input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin[b-yc5age9k9n]  input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/* /Areas/Identity/Pages/Account/Register.cshtml.rz.scp.css */
.form-signup[b-t3ncrbb7ya] {
    max-width: 480px;
}
/* /Areas/Partners/Views/Discounts/Coupons.cshtml.rz.scp.css */
.business-name[b-tl0s2tz49n]{
    margin-bottom: 0;
}

.business-city[b-tl0s2tz49n]{
    font-size: 0.8em;
}

.modal-dialog[b-tl0s2tz49n] {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 100%; /* Facoltativo: per adattare la larghezza */
    max-width: 600px; /* Modifica questo valore a seconda della tua UI */
}

.modal.fade .modal-dialog[b-tl0s2tz49n] {
    transform: translate(-50%, 100%);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog[b-tl0s2tz49n] {
    transform: translate(-50%, 0);
}
/* /Areas/QuestDesign/Views/Home/Index.cshtml.rz.scp.css */
.image-container[b-mwbe7ir2mj] {
    position: relative;
}

/*.likes-badge {
    position: absolute;
    top: 10px;
    right: 10px;
}


.locations-badge {
    position: absolute;
    top: 10px;
    right: 10px;
}*/


/* /Areas/QuestDesign/Views/TreasureHunts/Detail.cshtml.rz.scp.css */
#map[b-1z3fpmoebp] {
    height: 500px;
}
/* /Areas/QuestDesign/Views/Trials/AddClueAndPOI.cshtml.rz.scp.css */
#map[b-16ai38rsgi] {
    height: 50vh;
    position: relative;
}

    #map button[b-16ai38rsgi] {
        position: absolute;
        top: 10px; /* Adjust this value to position the button vertically */
        right: 10px; /* Adjust this value to position the button horizontally */
        z-index: 1000; /* Ensure the button is on top of the map */
    }
/* /Areas/QuestDesign/Views/Trials/Detail.cshtml.rz.scp.css */
.card-editable[b-v60cwxdwsj] {
    position: relative;
}

.card-editable:hover .edit-icon[b-v60cwxdwsj] {
    opacity: 1;
}

.edit-icon[b-v60cwxdwsj] {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
/* /Areas/QuestDesign/Views/Trials/Edit.cshtml.rz.scp.css */
#map[b-mfmhxu0sn9] {
    height: 400px;
    border-radius: 0.375rem;
}
/* /Areas/QuestDesign/Views/Trials/EditPOI.cshtml.rz.scp.css */
#map[b-yfj1ol8gn3] {
    height: 60vh;
    position: relative;
}

    #map button[b-yfj1ol8gn3] {
        position: absolute;
        top: 10px; /* Adjust this value to position the button vertically */
        right: 10px; /* Adjust this value to position the button horizontally */
        z-index: 1000; /* Ensure the button is on top of the map */
    }
/* /Views/Shared/Components/Coupon/Default.cshtml.rz.scp.css */
.coupon[b-aw55lp9cva] {
    border-radius: 16px;
    background-image: url("/images/coupon-background.png");
    background-color: white;
    background-repeat: no-repeat; /* Evita la ripetizione dell'immagine */
    background-position: center; /* Centra l'immagine */
    background-size: cover; /* Adatta l'immagine per coprire tutto il div */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%; /* Oppure una larghezza specifica */
    aspect-ratio: 2; /* Esempio per 344x165 */
    /*max-width: 350px;*/
    position: relative;
}

    .coupon:active[b-aw55lp9cva] {
        box-shadow: 0 4px 8px var(--primary-colorAlpha-700) !important;
    }

.discount-percentage-value[b-aw55lp9cva] {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    background: linear-gradient(145deg, #E98B22 12%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 6em;
}

.coupon.unavailable[b-aw55lp9cva]::after {
    content: "";
    position: absolute;
    border-radius: 16px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* Patina bianca con 70% di opacità */
    pointer-events: none; /* Permette il click sugli elementi sottostanti */
}

.coupon.unavailable:active[b-aw55lp9cva] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.validity[b-aw55lp9cva] {
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin: 0;
}

    .validity > .validity-text[b-aw55lp9cva] {
        font-size: 0.7em;
        margin: 0;
    }

    .validity > .validity-date[b-aw55lp9cva] {
        font-size: 0.75em;
        font-weight: 600;
        margin: 0;
    }

[b-aw55lp9cva] #delete-form {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.btn-trash[b-aw55lp9cva] {
    border: 0;
    margin: 0.375rem;
    padding: 0.25rem 0.55rem 0.2rem 0.55rem;
}

    .btn-trash:hover[b-aw55lp9cva] {
        background-color: #dc3545 !important;
    }

[b-aw55lp9cva] #edit-form {
    position: absolute;
    bottom: 5px;
    left: 5px;
    border: 0 !important;
    margin: 0.375rem !important;
    padding: 0.25rem 0.55rem 0.2rem 0.55rem !important;
}
/* /Views/Shared/_Footer.cshtml.rz.scp.css */
.footer[b-rvzwldmmeq] {
    background-color: #F8F9FA;
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-jidaf1vtus] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.btn-primary[b-jidaf1vtus] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-jidaf1vtus], .nav-pills .show > .nav-link[b-jidaf1vtus] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-jidaf1vtus] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-jidaf1vtus] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-jidaf1vtus] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-jidaf1vtus] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-jidaf1vtus] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
