/*******************
*****CUSTOM CSS*****
********************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {

    --primary-font-family: "Poppins", sans-serif;

    --primary-bg-color: #F6F6F6;
    --secondary-bg-color: #FFFFFF;

    --primary-text-color: #000000;
    --secondary-text-color: #9D9D9D;
    --third-text-color: #575757;
    --white-text-color: #FFFFFF;
    --link-text-color: #03A9F4;


    --primary-btn-bg-color: #03A9F4;
    --primary-btn-hover-bg-color: #0668AD;

    --bs-primary: #03A9F4;
    --bs-primary-rgb: 3, 169, 244;

    
    --bs-secondary: #9D9D9D;
    --bs-secondary-rgb: 157, 157, 157;
}
 


* {
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--primary-bg-color);
    color: var(--primary-text-color);
    font-family: var(--primary-font-family);
    font-feature-settings: 'liga' off, 'clig' off;
}

/* Login Form Styles */
.logo-login {
    max-width: 280px;
}

.info-login {
    color: var(--primary-text-color);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.176px;
}

.custom-gray {
    color: #DADADA;
    background-color: #DADADA;
}

.pwd-lost {
    color: var(--link-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.58px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.login-form input[type="text"]::placeholder,
.login-form input[type="password"]::placeholder {
    color: #757575;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.176px;
    /* 167.841% */
}

.login-form input[type="text"],
.login-form input[type="password"] {
    background-color: var(--secondary-bg-color);
    border-radius: 10px;
    border: none;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.176px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.login-form .input-group-text {
    background-color: var(--secondary-bg-color);
    border-radius: 10px;
    border: none;
    padding: 21px 30px;
}

.btn-custom {
    background-color: var(--primary-btn-bg-color);
    border: solid 1px var(--primary-btn-bg-color);
    color: var(--white-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
  /*   padding-top: 19px;
    padding-bottom: 19px; */
}

.btn-custom:hover {
    background-color: var(--primary-btn-hover-bg-color);
    border: solid 1px var(--primary-btn-hover-bg-color);
    color: var(--white-text-color); 
   
}

.back-link{
color: var(--bs-secondary); 
font-size: 11px; 
font-weight: 500; 
text-decoration: none;
}


.border-gray{
border-color: #E0E0E0;
}

/* end Login Form Styles */

/* Header Styles */
.bg-custom-navbar {
    background-color: var(--secondary-bg-color);
}

.navbar-brand img {
    max-width: 180px;
}

.user-profile {
    max-width: 26px;
}

.nav-link.active,
.navbar-nav .nav-link.active {
    color: var(--link-text-color);
}

.navbar .dropdown-toggle,
.navbar .dropdown-item {
    color: var(--primary-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    /* 158.333% */
}

.navbar .dropdown-item,
.navbar .dropdown-item:hover,
.navbar .dropdown-menu li {
    width: fit-content;
    border-radius: var(--bs-dropdown-border-radius);
}

.navbar .dropdown-menu {
    padding: 0;
    width: fit-content;
    border-radius: var(--bs-dropdown-border-radius);
    min-width: auto;
}

/* End Header Styles */

/* page styles */
h2 {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 100% */
}

h2.nome-utente {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

h2.nome-utente strong{
font-weight: 600;
}

h3 {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
}

.card {
    border-radius: 10px;
    background: #FFF;
    padding: 38px 54px;
}

.card.card-vettori {
    padding: 46px 40px;
    overflow-y: auto;
    max-height: 75vh;
    min-height: 75vh;
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    border: none;
    color: var(--link-text-color);
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 36.525px;
    /* 202.915% */
    text-decoration-line: underline;
    text-decoration-style: solid;
}

.nav-underline .nav-link {
    color: var(--secondary-text-color);
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 36.525px;
    /* 202.915% */
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus,
.nav-underline .nav-link:focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.pipe-divider {
    max-height: auto;
    min-height: 36px;
    height: 100%;
    width: 1px;
    background-color: #C2C2C2;
    color: transparent;
    user-select: none;
}

.border-divider {
    border-color: #D1D1D1;
    border-bottom: solid 1px;
}

.title-prenotazione-info-home {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.171px;
}

.sub-info-home {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.package-info-icon {
    max-width: 53px;
    max-height: 53px;
}

.link-style {
    color: var(--link-text-color);
    font-family: var(--primary-font-family);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.2px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.trash-link { 
    font-family: var(--primary-font-family);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.2px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.link-icon {
    max-width: 22px;
    max-height: 22px;
}

.trash-icon {
    max-width: 20px;
    max-height: 23px;
}

.flag-icon {
    max-width: 21px;
    max-height: 21px;
}

.btn-confirm-request {
    border-radius: 7px;
    background: var(--primary-btn-bg-color);
    padding: 15px 17px;
    color: var(--white-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-confirm-request:hover {
    border-radius: 7px;
    background: var(--primary-btn-hover-bg-color);
    padding: 15px 17px;
    border: solid 1px var(--primary-btn-hover-bg-color);
    color: var(--white-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-confirm-request:hover>svg path {
    fill: var(--white-text-color);
}

.link-style.prenotazioni {
    color: var(--link-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.vettore-icon {
    max-width: 46px;
    max-height: 46px;
}

.nome-vettore-home {
    color: #8A8A8A;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.171px;
}

h1.title-prenotazioni.step-0 {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 60.554px;
}

.input-radio-prenota {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

input.form-check-input[type="radio"][name="tipologia"] {
    border: solid 1px #9C9C9C;
    background-color: transparent;
    width: 24px;
    height: 24px;
}

input.form-check-input[type="radio"][name="tipologia"]:checked {
    background-color: var(--primary-btn-bg-color);
    border: solid 1px var(--primary-btn-bg-color);
}

.btn-custom-proceed {
    border-radius: 12px;
    background: var(--primary-btn-bg-color);
    padding: 24px 70px;
    color: var(--white-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.btn-custom-proceed:hover {
    border-radius: 12px;
    background: var(--primary-btn-hover-bg-color);
    padding: 24px 70px;
    border: solid 1px var(--primary-btn-hover-bg-color);
    color: var(--white-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.step-value {
    color: var(--link-text-color);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

h1.title-prenotazioni.step-1 {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 60.554px;
}

h4.vettore-info.step-1 {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.525px;
}

.vettore-info-card {
    border-radius: 15px;
    background: var(--white-text-color);
    padding: 16px 35px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.vettore-info-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.vettore-radio:checked+label .vettore-info-card {
    border: 3px solid var(--primary-btn-bg-color) !important;
}

.vettore-info-card img {
    max-width: 75px;
    max-height: 75px;
}

.vettore-info-card h5 {
    color: #8A8A8A;
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.525px;
}

.ordine-input {
    max-width: 100%;
}

.ordine-input-group {
    position: relative;
}

input[type="text"].ordine-input,
input[type="text"].ordine-input::placeholder {
    padding: 11px 27px;
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.525px;
}

#proseguiStep2Btn {
    padding: 24px 70px;
}

.btn-link span {
    color: var(--link-text-color);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.176px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.btn-goback,
.btn-goback:hover {
    background: none;
    border: none;
    padding: 0;
    color: #CCC;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.2px;
}

/* Search magazzino styles */
.search-magazzino-wrapper {
    position: relative;
}

.search-magazzino-input {
    border-radius: 0;
    border: 1px solid #D0D0D0;
    background-color: var(--white-text-color);
    color: #9C9C9C;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 19px 27px;
    padding-left: 58px;
    height: 58px;
}

.search-magazzino-input:focus {
    border-color: var(--primary-btn-bg-color);
    box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.15);
}

.search-magazzino-wrapper .search-icon {
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    pointer-events: none;
}

/* Search suggestions dropdown */
.search-suggestions-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border: 2px solid #03A9F4;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 320px;
    overflow-y: auto;
}

.suggestions-list {
    padding: 8px 0;
}

.suggestion-item {
    padding: 12px 27px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #F0F0F0;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover {
    background-color: #F8F9FA;
}

.suggestion-item.active {
    background-color: #E3F2FD;
}

.suggestion-nome {
    color: #575757;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px;
}

.suggestion-indirizzo {
    color: #9D9D9D;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.no-suggestions {
    padding: 16px 27px;
    color: #9D9D9D;
    font-size: 14px;
    text-align: center;
}

.suggestions-loading {
    padding: 16px 27px;
    color: #9D9D9D;
    font-size: 14px;
    display: flex;
    align-items: center;
}

/* Filter label styles */
.filter-label {
    color: #575757;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
}

/* Filter select styles */
.filter-select {
    border-radius: 0;
    border: 1px solid #D0D0D0;
    background-color: var(--white-text-color);
    color: #9C9C9C;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 19px 27px;
    height: 58px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239C9C9C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 27px center;
    padding-right: 50px;
}

.filter-select:focus {
    border-color: var(--primary-btn-bg-color);
    box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.15);
    color: #575757;
}

.filter-select option {
    color: #575757;
    font-weight: 400;
}

/* Bottone cerca filtri */
.btn-cerca-filtri {
    border-radius: 8px;
    background-color: #03A9F4;
    color: #FFFFFF;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    padding: 19px 27px;
    height: 58px;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-cerca-filtri:hover {
    background-color: #0668AD;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(3, 169, 244, 0.3);
}

.btn-cerca-filtri:active {
    transform: translateY(0);
}

/* Magazzino card styles */
.magazzino-card {
    background: var(--white-text-color);
    border-radius: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.magazzino-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.magazzino-radio:checked+label .magazzino-card {
    border: 2px solid var(--primary-btn-bg-color) !important;
    box-shadow: 0 4px 12px rgba(3, 169, 244, 0.2);
}

.magazzino-icon-wrapper img {
    max-width: 30px;
    max-height: 30px;
}

.sub-title-dettaglio {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 36.525px;
}

.magazzino-icon {
    width: 30px;
    height: 30px;
}

.magazzino-nome {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.178px;
}

.magazzino-indirizzo {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.magazzino-mappa-link {
    color: var(--link-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.magazzino-mappa-link:hover {
    color: #0288D1;
    text-decoration: underline;
}

.magazzino-mappa-link img {
    width: 16px;
    height: 16px;
}

/* Modal Mappa styles */
#mappaModal .modal-content {
    border-radius: 15px;
    border: none;
    position: relative;
}

.btn-close-custom {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1050;
    background: transparent;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 0;
}

.btn-close-custom img {
    max-width: 46px;
    max-height: 46px;
}

.btn-close-custom:hover {
    background: transparent;
    transform: scale(1.1);
}

.btn-close-custom span {
    font-size: 28px;
    line-height: 1;
    color: #666;
    font-weight: 300;
}

/* Modal dettaglio punto (magazzino / indirizzo) */
.point-detail-modal-content {
    border-radius: 11px;
    overflow: hidden;
    border: none;
}

.point-detail-column {
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .point-detail-column {
        padding: 30px 24px;
    }
}

.point-detail-nome {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 27px;
    font-weight: 600;
    line-height: 36.525px;
}

.point-detail-section-title {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 15.04px;
    font-weight: 600;
    line-height: 24.171px;
    margin-bottom: 4px;
}

.point-detail-section-text {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 400;
    line-height: 20.2px;
}

.point-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.point-icon {
    max-width: 26px;
    max-height: 26px;
}

.point-detail-map {
    height: 100%;
    min-height: 500px;
    border-radius: 0;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}

@media (max-width: 991.98px) {
    .point-detail-map {
        min-height: 320px;
        border-radius: 0;
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
    }
}

/* Mappa in bianco e nero */
.map-tiles-grayscale {
    filter: grayscale(100%);
}

/* Accordion Clienti Step 3 */
.accordion-clienti .cliente-accordion-item {
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    background-color: var(--secondary-bg-color);
    overflow: hidden;
}

.accordion-clienti .cliente-accordion-button {
    background-color: var(--secondary-bg-color);
    border: none;
    padding: 20px 24px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
}

.accordion-clienti .cliente-accordion-button:not(.collapsed) {
    background-color: var(--secondary-bg-color);
    color: var(--primary-text-color);
    box-shadow: none;
}

.accordion-clienti .cliente-accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-clienti .cliente-accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.cliente-logo {
    width: 46px;
    height: 46px;
    object-fit: contain;
    border-radius: 8px;
}

.cliente-nome {
    color: #8A8A8A;
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.171px;
}

.toggle-text {
    color: var(--link-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.cliente-accordion-body {
    padding: 0 50px 20px;
}

.destinazione-item {
    border-bottom: 1px solid #F0F0F0;
    transition: background-color 0.2s;
}

.destinazione-item:last-child {
    border-bottom: none;
}

.destinazione-item:hover {
    background-color: #F9F9F9;
    border-radius: 8px;
}

.destinazione-logo {
    width: 45px;
    height: 45px;
    object-fit: contain;
    border-radius: 6px;
}

.destinazione-nome {
    font-size: 16px;
    color: var(--primary-text-color);
    min-width: 150px;
}

.destinazione-via {
    font-size: 14px;
    color: var(--secondary-text-color);
}

.link-mappa-destinazione {
    color: var(--link-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.btn-seleziona-destinatario {
    border-radius: 10.276px;
    background: var(--primary-btn-bg-color);
    padding: 17px 61px;
    color: var(--white-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}

.btn-seleziona-destinatario:hover {
    border-radius: 10.276px;
    background: var(--primary-btn-hover-bg-color);
    padding: 17px 61px;
    border: solid 1px var(--primary-btn-hover-bg-color);
    color: var(--white-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}

/* Modal Mappa Destinatario XL */
#mappaDestinatarioModal .modal-content {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

#mappaDestinatarioModal .btn-close-custom-map {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.2s;
}

#mappaDestinatarioModal .btn-close-custom-map:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

#mappaDestinatarioModal .btn-close-custom-map img {
    width: 20px;
    height: 20px;
}

#mapDestinatario {
    width: 100%;
    height: 80vh !important;
    border-radius: 15px;
}

#mapDestinatario .modal-content {
    border-radius: 15px;
    border: none;
    position: relative;
}


.title-section-step-4 {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.171px;
}

.text-step-4 {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

/* Step 4 - Calendario e Orari */
.calendario-wrapper {
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.calendario-wrapper .flatpickr-calendar {
    box-shadow: none !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
}

.calendario-wrapper .flatpickr-innerContainer {
    width: 100% !important;
}

.calendario-wrapper .flatpickr-rContainer {
    width: 100% !important;
}

.calendario-wrapper .flatpickr-days {
    width: 100% !important;
}

.calendario-wrapper .dayContainer {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-around !important;
}

.calendario-wrapper .flatpickr-months {
    padding: 10px 0 20px;
}

.calendario-wrapper .flatpickr-current-month {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-text-color);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Nascondi l'anno, mostra solo il mese */
.calendario-wrapper .flatpickr-current-month .cur-year {
    display: none !important;
}

.calendario-wrapper .flatpickr-current-month .flatpickr-monthDropdown-months {
    font-weight: 600;
}

.calendario-wrapper .flatpickr-prev-month,
.calendario-wrapper .flatpickr-next-month {
    position: relative;
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
}

.calendario-wrapper .flatpickr-prev-month svg,
.calendario-wrapper .flatpickr-next-month svg {
    display: none !important;
}

.calendario-wrapper .flatpickr-prev-month::after,
.calendario-wrapper .flatpickr-next-month::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.2s;
}

.calendario-wrapper .flatpickr-prev-month::after {
    background-image: url('../img/arrow_left_slide.svg');
}

.calendario-wrapper .flatpickr-next-month::after {
    background-image: url('../img/arrow_right_slide.svg');
}

.calendario-wrapper .flatpickr-prev-month:hover::after,
.calendario-wrapper .flatpickr-next-month:hover::after {
    opacity: 0.7;
}

.calendario-wrapper .flatpickr-weekdays {
    margin-top: 15px;
    width: 100% !important;
}

.calendario-wrapper .flatpickr-weekday {
    color: var(--secondary-text-color);
    font-size: 12px;
    font-weight: 500;
    flex: 1;
}

.calendario-wrapper .flatpickr-day {
    color: var(--primary-text-color);
    border-radius: 8px;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    width: 14.28% !important;
    max-width: 14.28% !important;
    flex-basis: 14.28% !important;
    border: none;
    margin: 2px 0 !important;
}

.calendario-wrapper .flatpickr-day:hover {
    background-color: #F0F0F0;
    border-color: transparent;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendario-wrapper .flatpickr-day.selected,
.calendario-wrapper .flatpickr-day.startRange,
.calendario-wrapper .flatpickr-day.endRange {
    background-color: var(--primary-btn-bg-color) !important;
    border-color: var(--primary-btn-bg-color) !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendario-wrapper .flatpickr-day.today {
    border: 2px solid var(--primary-btn-bg-color);
    color: var(--primary-btn-bg-color);
    background: transparent;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendario-wrapper .flatpickr-day.today.selected {
    background-color: var(--primary-btn-bg-color) !important;
    color: white !important;
    border-radius: 50% !important;
}

.calendario-wrapper .flatpickr-day.flatpickr-disabled,
.calendario-wrapper .flatpickr-day.prevMonthDay{
    color: #E0E0E0;
}
 
       .nextMonthDay {
            visibility: hidden;
        }

/* Navigazione Orari */
.orari-navigation {
    display: flex;
    gap: 8px;
}

.btn-orari-nav {
    background-color: transparent;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: var(--primary-text-color);
    padding: 0;
    position: relative;
}

.btn-orari-nav svg,
.btn-orari-nav i {
    display: none;
}

.btn-orari-nav::after {
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-orari-nav#orariPrev::after {
    background-image: url('../img/arrow_left_slide.svg');
}

.btn-orari-nav#orariNext::after {
    background-image: url('../img/arrow_right_slide.svg');
}

.btn-orari-nav:hover {
    border-color: var(--primary-btn-bg-color);
    background-color: #F0F9FF;
}

.btn-orari-nav:hover::after {
    opacity: 0.7;
}

.btn-orari-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.btn-orari-nav:disabled::after {
    opacity: 0.3;
}

/* Orari Container */
.orari-container {
    overflow: hidden;
    position: relative;
}

.orari-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    transition: transform 0.3s ease;
}

@media (max-width: 992px) {
    .orari-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .orari-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.btn-orario {
    border-radius: 5px;
    background: var(--secondary-bg-color);
    border: 2px solid var(--secondary-bg-color);
    padding: 12px 17px;
    color: #1E2022;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    transition: all 0.2s;
    cursor: pointer;
    text-align: center;
}

.btn-orario:hover:not(.slot-non-disponibile):not(.disabled) {
    border-style: solid;
}

.btn-orario.selected {
    background-color: var(--secondary-bg-color);
    border-color: var(--primary-btn-bg-color);
    border-style: solid;
    font-weight: 600;
}

.btn-orario.slot-non-disponibile,
.btn-orario:disabled {
    border-radius: 5px;
    opacity: 0.3;
    background: var(--secondary-bg-color);
    color: #1E2022;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    cursor: not-allowed;
}

.flatpickr-current-month .numInputWrapper {
    display: none;
    width: 0;
}

.step5-icon-info {
    max-width: 26px;
    max-height: 26px;
}

.step-5-magazzino-title {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.171px;
}

.step-5-magazzino-text {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.559px;
}

/* Step 5 - Form Dati Aggiuntivi */

.label-step-5 {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.525px;
    /* 202.915% */
}

.input-step-5 {
    border-radius: 0;
    border: 1px solid #CCC;
    background: var(--white-text-color);
    padding: 12px 16px;
    color: var(--primary-text-color);
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-step-5:focus {
    border-color: var(--primary-btn-bg-color);
    box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.25);
    outline: none;
}

.input-step-5::placeholder {
    color: var(--secondary-text-color);
}

.btn-carica-allegato {
    background: transparent;
    border: 2px solid var(--primary-btn-bg-color);
    border-radius: 8px;
    color: var(--link-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    /* 146.154% */
    padding: 14px 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-carica-allegato:hover {
    background: transparent;
    border: 2px solid var(--primary-btn-bg-color);
    border-radius: 8px;
    color: var(--link-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    /* 146.154% */
    padding: 14px 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-carica-allegato img {
    width: 20px;
    height: 20px;
}

.file-name-display {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
}

.btn-conferma-prenotazione {
    background: var(--primary-btn-bg-color);
    border: 2px solid var(--primary-btn-bg-color);
    border-radius: 8px;
    color: var(--white-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.176px;
    /* 193.662% */
    padding: 16px 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-conferma-prenotazione:hover {
    background: var(--primary-btn-bg-color);
    border: 2px solid var(--primary-btn-bg-color);
    border-radius: 8px;
    color: var(--white-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.176px;
    /* 193.662% */
    padding: 16px 20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-conferma-prenotazione img {
    width: 20px;
    height: 20px;
}

.modal-title.step-5 {
    color: var(--third-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 60.554px;
}

.modal-text.step-5 {
    color: var(--third-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.title-status-page.pending {
    color: var(--third-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 60.554px;
}

.box-prenotazione-cod {
    border-radius: 20px;
    background: #F3F3F3;
    padding: 13px 40px;
}

.box-prenotazione-cod p {
    color: var(--third-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.525px;
}

.card-prenotazione.pending {
    border-radius: 16px;
    background: var(--secondary-bg-color);
    padding: 46px 56px;
}

.link-action-prenotazione {
    color: var(--third-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: opacity 0.3s ease;
}

.link-action-prenotazione:hover {
    opacity: 0.7;
    color: var(--third-text-color);
}

.link-action-prenotazione img {
    vertical-align: middle;
}

.link-action-prenotazione span {
    text-decoration: underline;
}

/* QR Code Modal */
#qrCodeModal .modal-content {
    border-radius: 20px;
    border: none;
}

#qrCodeModal .modal-header {
    padding: 30px 30px 0 30px;
}

#qrCodeModal .btn-close-custom {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
}

#qrCodeModal .modal-body {
    padding: 30px 50px 50px 50px;
}

#qrCodeModal .modal-title.step-5 {
    color: var(--primary-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#qrCodeModal .modal-text.step-5 {
    color: var(--secondary-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

#qrCodeContainer {
    padding: 20px;
}

#qrCodeContainer img {
    max-width: 127px !important;
    width: 100%;
    height: auto;
}

.warning-text.pending {
    color: var(--link-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.525px;
}

.alert-warning-text.penging {
    color: var(--link-text-color);
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.dettaglio-prenotazione {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.dettaglio-prenotazione.magazzino {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.2px;
}

.btn.btn-custom-outline {
    color: var(--link-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.171px;

    padding: 15px 70px;
    border-radius: 7px;
    border: 2px solid var(--primary-btn-bg-color);
}

.btn.btn-custom-outline:hover {
    background: var(--primary-btn-bg-color);
    color: var(--white-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.171px;

    padding: 15px 70px;
    border-radius: 7px;
    border: 2px solid var(--primary-btn-bg-color);
}

/* Filter Prenotazioni Styles */
.filter-prenotazioni .form-label {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 13px */
    margin-bottom: 8px;
}

.filter-prenotazioni .form-control,
.filter-prenotazioni .form-select {
    border-radius: 0;
    border: 1px solid #E0E0E0;
    padding: 10px 12px;
    font-size: 14px;
    color: var(--third-text-color);
}

.filter-prenotazioni .form-control::placeholder {
    color: var(--secondary-text-color);
    font-size: 14px;
}

.filter-prenotazioni .input-group-text {
    border-radius: 0;
    border: 1px solid #E0E0E0;
    border-right: none;
    color: var(--secondary-text-color);
}

.filter-prenotazioni .form-control.border-start-0 {
    border-radius: 0;
}

.filter-prenotazioni input[type="text"]::placeholder,
.filter-prenotazioni input[type="date"]::placeholder,
.filter-prenotazioni .form-control,
.filter-prenotazioni .form-select {
    color: #CCC;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.525px;
}

.filter-prenotazioni .form-control:focus,
.filter-prenotazioni .form-select:focus {
    border-color: var(--primary-btn-bg-color);
    box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.15);
}

.btn-cerca-prenotazioni {
    background-color: var(--primary-btn-bg-color);
    border: none;
    border-radius: 12px;
    padding: 9px 70px;
    color: var(--white-text-color);
    text-align: center;
    color: var(--white-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    transition: none;
    max-height: 37px;
    height: 100%;
    border: solid 1px var(--primary-btn-bg-color);
}

.btn-cerca-prenotazioni:hover {
    border-radius: 12px;
    background: var(--primary-btn-hover-bg-color);
    padding: 9px 70px;
    border: solid 1px var(--primary-btn-hover-bg-color);
    color: var(--white-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    transition: none;
    max-height: 37px;
    height: 100%;
}

.filter-prenotazioni .input-group-text,
.filter-prenotazioni .form-control,
.filter-prenotazioni .form-select,
.filter-prenotazioni input[type="text"],
.filter-prenotazioni input[type="date"] {
    max-height: 37px;
    min-height: 37px;
    height: 100%;
    padding: 0 10px;
}

/* Tab Prenotazioni List Styles */
.nav-tabs-prenotazioni {
    border-bottom: none;
    gap: 20px;
    margin-bottom: 0;
}

.nav-tabs-prenotazioni .nav-item {
    margin-bottom: 0;
}

.nav-link-prenotazioni {
    background: rgba(255, 255, 255, 0.70);
    border: none;
    border-radius: 10px 10px 0 0;
    color: var(--third-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding: 20px 30px;
    transition: all 0.2s ease;
}

.nav-link-prenotazioni:hover {
    background: rgba(255, 255, 255, 0.85);
    color: var(--primary-text-color);
}

.nav-link-prenotazioni.active {
    background-color: var(--secondary-bg-color);
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    border: none;
}

.tab-content-prenotazioni {
    background-color: var(--secondary-bg-color);
    border: none;
    border-radius: 0 10px 10px 10px;
    min-height: 75vh;
    padding: 30px;
    max-height: 75vh;
    overflow-y: auto;
}

.tab-pane-prenotazioni {
    display: none;
}

.tab-pane-prenotazioni.show.active {
    display: block;
}

.w-fit {
    width: fit-content;
}

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

.p-btn-search,
.p-btn-search:hover {
    padding: 14px 25px;
    max-height: 50px;
}

/* Tabella Indirizzi */
.table-indirizzi {
    border-collapse: separate;
    border-spacing: 0;
}

.table-indirizzi thead th {
    background: transparent;
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    padding: 13px 18px;
}

.table-indirizzi tbody tr {
    border-bottom: 10px solid transparent;
}

.table-indirizzi tbody tr:nth-child(odd) {
    background-color: #fff;
}

.table-indirizzi tbody tr:nth-child(even) {
    background-color: #FBFBFB;
}

.table-indirizzi tbody td {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding: 10px 20px;
    vertical-align: middle;
    border: none;
    background-color: inherit;
}

.table-indirizzi tbody tr td:first-child {
    border-radius: 12px 0 0 12px;
}

.table-indirizzi tbody tr td:last-child {
    border-radius: 0 12px 12px 0;
}

.indirizzo-logo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    flex-shrink: 0;
}

.indirizzo-logo img {
    width: 100%;
    height: 100%;
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
}

.indirizzo-logo-placeholder {
    width: 100%;
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    max-height: 30px;
    border-radius: 50%;
    background: #03A9F4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.indirizzo-logo-placeholder span {
    color: var(--white-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.171px;
}

.ragione-sociale-text {
    color: #8A8A8A;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.171px;
}

.btn-azione-indirizzo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    transition: opacity 0.3s ease;
}

.btn-azione-indirizzo:hover {
    opacity: 0.7;
}

.btn-modifica {
    color: #03A9F4;
}

.btn-elimina {
    color: #FF4444;
}

/* Card Indirizzi Mobile */
.card-indirizzo {
    background-color: var(--secondary-bg-color);
    border-radius: 12px;
    overflow: hidden;
}

.card-indirizzo-header {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.card-indirizzo-body {
    padding: 20px;
}

.card-indirizzo-body p {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
}

.card-indirizzo-footer {
    padding: 20px;
    display: flex;
    gap: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* Skip indirizzo link button */
.btn-skip-indirizzo,
.btn-skip-indirizzo:hover {
    background: none;
    border: none;
    padding: 0;
    color: #03A9F4;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-position: from-font;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-skip-indirizzo:hover {
    color: #0288D1;
}

/* Bottone indirizzo già selezionato */
.btn-selezionato { 
    background-color: #e8f5fe;
    border: 1px solid #03A9F4;
    color: #03A9F4; 
    white-space: nowrap;
}

.btn-selezionato:hover {
    background-color: #03A9F4;
    color: #fff;
}

/* Modal Invita Vettore */
.modal-title-invita h1 {
    color: var(--third-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 60.554px;
}

.modal-text-invita {
    color: var(--third-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.link-invita-box {
    border-radius: 10px;
    border: 2px dashed #03A9F4;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.link-invita {
    color: var(--link-text-color);
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
    word-break: break-all;
}

.link-invita:hover {
    text-decoration: underline;
}

/* end page styles */
/* Richieste Vettori */
.richieste-vettori-container {
    margin-bottom: 20px;
}

.richieste-vettori-title {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.525px;
    margin-bottom: 24px;
}

.richiesta-vettore-card {
    background-color: var(--secondary-bg-color);
    border-radius: 10px;
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.vettore-logo-richiesta {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.vettore-logo-richiesta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vettore-logo-placeholder-richiesta {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #03A9F4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vettore-logo-placeholder-richiesta span {
    color: var(--white-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.171px;
}

.vettore-nome-richiesta {
    color: #8A8A8A;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.171px;
}

.vettore-info-richiesta {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    min-width: 150px;
}

.btn-conferma-richiesta {
    background-color: #03A9F4;
    color: var(--white-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.btn-conferma-richiesta:hover {
    background-color: #0288d1;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: block;
}

.box-info-type-pren {
    border-radius: 10px;
    background: #D7D7D7;
    padding: 10px 15px;
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
}

.vettori-col-subtitle {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.title-no-pren {
    color: var(--secondary-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 36.525px;
}

.subtitle-no-pren {
    color: var(--secondary-text-color);
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}


.prenotazione-cancellata {
    color: #B12B2B;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.2px;
}

.prenotazione-completata {
    color: #2B7A3C;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.2px;
}

#orarioSelect {
    padding: 12px 17px;
    color: #1E2022;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
}

/* Responsive per richieste vettori */
@media (max-width: 992px) {
    .richiesta-vettore-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-conferma-richiesta {
        width: 100%;
        justify-content: center;
    }
}


/* End Richieste Vettori */

/* Sezione vettori */

.profile-image.vettore {
    width: 48px;
    height: 48px;
}

/* Profilo utente */

.profilo-avatar {
    width: 48px;
    height: 48px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    user-select: none;
}

.profilo-saluto {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
}

.profilo-saluto strong {
    font-weight: 600;
}

.profilo-card {
    border-radius: 10px;
    border: none;
}

.profilo-card-title {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.profilo-field-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.profilo-field-label {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    min-width: 151px;
    padding-top: 10px;
}

.profilo-field-input {
    max-width: 308px;
    border-color: #CCCCCC;
}

.profilo-btn-reset {
    min-width: 200px;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 20px;
    line-height: 16px;
}

.profilo-btn-logout {
    border: 2px solid var(--link-text-color);
    color: var(--link-text-color);
    background: transparent;
    border-radius: 7px;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 14px 39px;
    min-width: 200px;
}

.profilo-btn-logout:hover {
    background-color: var(--link-text-color);
    color: #fff;
}

@media (max-width: 576px) {
    .profilo-saluto {
        font-size: 22px;
    }

    .profilo-field-row {
        flex-direction: column;
        gap: 6px;
    }

    .profilo-field-label {
        min-width: unset;
        padding-top: 0;
    }

    .profilo-field-input {
        max-width: 100%;
        width: 100%;
    }

    .profilo-btn-reset,
    .profilo-btn-logout {
        width: 100%;
    }
}

/* =============================================
   Home Cliente — Nuova struttura righe prenotazione
   ============================================= */

.prenotazione-riga-home { 
    border-bottom: 1px solid #D1D1D1;
}

.prenotazione-riga-home:last-child {
    border-bottom: none;
}

.prenotazione-icon-wrapper {
    position: relative;
    display: inline-block;
}

.prenotazione-new-badge {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 21px;
	height: 21px;
	background-color: #44E567;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 21px;
}

.box-info-type-pren.ritiro {
    background: #EDEDED;
}

.link-modifica-pren {
    color: #7E7E7E;
    font-family: var(--primary-font-family);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.2px;
    text-decoration: underline;
}

.link-modifica-pren:hover {
    opacity: 0.7;
    color: #7E7E7E;
}

.link-download-report {
    color: var(--link-text-color);
    font-family: var(--primary-font-family);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.2px;
    text-decoration: underline;
    white-space: nowrap;
}

.link-download-report:hover {
    opacity: 0.7;
    color: var(--link-text-color);
}

.badge-count-notifica {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #03A9F4;
    border-radius: 50%;
    color: #fff;
    font-family: var(--primary-font-family);
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

.card-richieste-vettori-summary {
    background: #fff;
    border-radius: 10px;
    padding: 18px 20px;
}

@media (max-width: 768px) {
    .prenotazione-riga-home .btn-confirm-request {
        width: 100%;
        justify-content: center;
    }
}

/* Offcanvas richieste vettori */
.offcanvas.offcanvas-richieste-vettori {
    width: 540px;
}

.offcanvas.offcanvas-richieste-vettori .offcanvas-header {
    padding: 36px 34px 0;
    border: none;
    justify-content: flex-start;
}

.offcanvas-vet-title {
    font-family: var(--primary-font-family);
    font-size: 36px;
    font-weight: 600;
    color: var(--third-text-color);
    margin-bottom: 16px;
}

.vettore-richiesta-avatar {
    width: 46px;
    height: 46px;
    min-width: 46px;
    background-color: var(--link-text-color);
    border: 1px solid #DFDFDF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--primary-font-family);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.vettore-richiesta-nome {
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-weight: 700;
    color: #8A8A8A;
}

.vettore-richiesta-info {
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 400;
    color: var(--third-text-color);
    line-height: 19px;
}

.vettore-richiesta-item {
    padding-bottom: 26px;
}

.vettore-richiesta-divider {
    border-color: #D9D9D9;
    opacity: 1;
    margin: 0 0 26px;
}

@media (max-width: 576px) {
    .offcanvas-richieste-vettori {
        width: 100%;
    }
}

/* End Profilo utente */


/**** BLOCK UI ****************/

.blockUI.blockOverlay {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
 
  }
  .blockUI.blockMsg .preloader-container {
	background: #f4f5f6 none repeat scroll 0 0;
	border-radius: 60px;
	box-shadow: 0 0 13px #999;
	padding: 15px;
	background: transparent;
	box-shadow: none;
  }
  .blockUI .md-preloader svg {
	height: 45px;
	width: 45px;
  }
  #container .blockUI.blockMsg .preloader-container {
	height: 75px;
	position: fixed;
	top: 50%;
	width: 75px;
	background: transparent;
box-shadow: none;
  }
  

/**** PRELOADER ****************/
  
.md-preloader{font-size:0;display:inline-block;-webkit-animation:outer 6600ms linear infinite;animation:outer 6600ms linear infinite}
.md-preloader svg{-webkit-animation:inner 1320ms linear infinite;animation:inner 1320ms linear infinite;
  height: 60px;
  width: 60px;
}
.md-preloader svg circle{fill:none;stroke:#03A9F4;stroke-linecap:square;-webkit-animation:arc 1320ms cubic-bezier(.8, 0, .4, .8) infinite;animation:arc 1320ms cubic-bezier(.8, 0, .4, .8) infinite}@-webkit-keyframes outer{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes outer{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes inner{0%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes inner{0%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes arc{0%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:0}40%{stroke-dasharray:151.55042961px,210.48670779px;stroke-dashoffset:0}100%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:-151.55042961px}}@keyframes arc{0%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:0}40%{stroke-dasharray:151.55042961px,210.48670779px;stroke-dashoffset:0}100%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:-151.55042961px}}



  .md-preloader.md-preloader-small{
		  height: 24px;
		  margin: 0 5px;
	  vertical-align: middle;
  }
  .md-preloader.md-preloader-small svg{
	  height: 24px;
	  width: 24px;
  }


/* =============================================
   Step 1 Selezione Vettore — Nuova Prenotazione
   ============================================= */

.form-label-step1 {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin-bottom: 7px;
}

.input-step1-search {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon-step1 {
    position: absolute;
    left: 12px;
    width: 18px;
    height: 18px;
    pointer-events: none;
}

.form-control-step1 {
    border: 1px solid #aaa;
    border-radius: 0;
    height: 37px;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 500;
    color: #ccc;
    padding-left: 38px;
    min-width: 320px;
}

.form-control-step1:focus {
    border-color: var(--link-text-color);
    box-shadow: none;
    color: var(--third-text-color);
}

.form-select-step1 {
    border: 1px solid #aaa;
    border-radius: 0;
    height: 37px;
    font-family: var(--primary-font-family);
    font-size: 12px;
    font-weight: 500;
    color: #ccc;
    min-width: 200px;
}

.form-select-step1-sm {
    min-width: 160px;
}

.form-select-step1:focus {
    border-color: var(--link-text-color);
    box-shadow: none;
}

.btn-cerca-step1 {
    background: var(--link-text-color);
    color: #fff;
    border-radius: 10px;
    height: 37px;
    padding: 0 28px;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
}

.btn-cerca-step1:hover {
    background: var(--primary-btn-hover-bg-color);
    color: #fff;
}

.btn-filtra-step1 {
    background: none;
    border: none;
    padding: 0;
    color: #7e7e7e;
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.filter-icon-step1 {
    width: 22px;
    height: 22px;
}

.vettore-table-header {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
}

.vettore-row-step1 {
    height: 48px;
    min-height: 48px;
}

.bg-row-alt-step1 {
    background-color: #fbfbfb;
}

.col-vettore-nome {
    flex: 0 0 270px;
    min-width: 0;
}

.col-vettore-indirizzo {
    flex: 1 1 0;
    min-width: 0;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.col-vettore-email {
    flex: 0 0 200px;
    min-width: 0;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.col-vettore-tel {
    flex: 0 0 110px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.col-vettore-btn {
    flex: 0 0 200px;
}

.vettore-nome-text {
    color: #8a8a8a;
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-weight: 700;
    line-height: 24.171px; 
}

.vettore-info-text {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
}

.vettore-email-link {
    color: var(--third-text-color);
    text-decoration: underline;
}

.vettore-email-link:hover {
    color: var(--link-text-color);
}

.btn-seleziona-vettore {
    background: var(--link-text-color);
    color: #fff;
    border-radius: 10px;
    height: 32px;
    padding: 0 20px;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
}

.btn-seleziona-vettore:hover {
    background: var(--primary-btn-hover-bg-color);
    color: #fff;
}

.indirizzo-logo-lg {
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
}

.indirizzo-logo-lg span {
    font-size: 27px;
}

.vettore-card-step1 {
    background: #fff;
    border-radius: 11px;
    padding: 16px;
}

.vettore-nome-card {
    color: #8a8a8a;
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-weight: 700;
    line-height: 24.171px;
}

@media (max-width: 991px) {
    .form-control-step1 {
        min-width: 100%;
    }

    .form-select-step1 {
        min-width: 100%;
    }
}

/* Step 4 - Selezione Magazzino */
.card-magazzino-step4 {
    background-color: #FFFFFF;
    border-radius: 11px;
    padding: 18px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.magazzino-card-icon-circle {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background-color: #03A9F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}

.magazzino-card-icon-circle img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

.magazzino-empty-state {
    border: 2px dashed #E5E5E5;
    border-radius: 10px;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.magazzino-empty-icon {
    width: 80px;
    height: 80px;
    opacity: 0.25;
}

.magazzino-empty-title {
    color: #7E7E7E;
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-weight: 700;
    line-height: 36.525px;
    margin-bottom: 4px;
}

.magazzino-empty-text {
    color: #7E7E7E;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0;
}

/* Prenotazione confermata */
.pren-conf-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 46px 56px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.pren-conf-codice-badge {
    display: inline-block;
    background-color: #f3f3f3;
    border-radius: 50px;
    padding: 10px 24px;
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-weight: 500;
    color: var(--third-text-color);
}

.pren-conf-codice-badge strong {
    font-weight: 700;
    font-size: 25px;
}

.pren-conf-cta-btn {
    min-width: 245px;
}

.pren-conf-share-btn {
    background: none;
    border: none;
    padding: 0;
    color: var(--link-text-color);
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pren-conf-share-btn:hover {
    color: var(--primary-btn-hover-bg-color);
}

.pren-conf-divider {
    border-color: #e0e0e0;
    opacity: 1;
}

.pren-conf-attesa-alert {
    color: var(--link-text-color);
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1.45;
}

.pren-conf-attesa-alert strong {
    font-weight: 700;
}

/* ===== Dettaglio Prenotazione ===== */

.pren-det-codice-badge {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 13px 40px;
    font-family: var(--primary-font-family);
    font-size: 18px;
    font-weight: 500;
    color: var(--third-text-color);
}

.pren-det-codice-badge strong {
    font-weight: 700;
    font-size: 25px;
}

.pren-det-back-link {
    color: #CCCCCC;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.pren-det-back-link:hover {
    color: #AAAAAA;
}

.pren-det-title {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 36px;
    font-weight: 600;
    line-height: 60.554px;
}

.pren-det-orario {
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 27px;
    font-weight: 600;
    line-height: 36.525px;
}

.pren-det-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pren-det-separator {
    color: #CCCCCC;
    font-size: 18px;
    line-height: 1;
}

.pren-det-qr-btn {
    background: none;
    border: none;
    padding: 0;
    color: var(--link-text-color);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pren-det-qr-btn:hover {
    color: var(--primary-btn-hover-bg-color);
}

.pren-det-icon-wrap {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pren-det-icon-circle {
    background-color: #03A9F4;
    border-radius: 50%;
}

.pren-det-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.pren-det-map-embed {
    height: 100%;
    min-height: 500px;
    border-radius: 11px;
    overflow: hidden;
}

.pren-det-cta-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pren-det-cancella-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--third-text-color);
    font-family: var(--primary-font-family);
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.pren-det-cancella-link:hover {
    color: #cc0000;
}

.pren-det-modifica-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 27px;
    background: transparent;
    border: 2px solid #03A9F4;
    border-radius: 10px;
    color: #03A9F4;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
}

.pren-det-modifica-btn:hover {
    background: rgba(3, 169, 244, 0.06);
}

.pren-det-salva-btn {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 27px;
    background: #03A9F4;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
}

.pren-det-salva-btn:hover {
    background: #0290d0;
}

.pren-det-edit-mode .pren-det-modifica-btn {
    display: none;
}

.pren-det-edit-mode .pren-det-salva-btn {
    display: inline-flex;
}

.pren-det-edit-mode .pren-det-view-value {
    display: none;
}

.pren-det-edit-input {
    display: none;
}

.pren-det-edit-mode .pren-det-edit-input {
    display: block;
}

.pren-det-edit-only-col {
    display: none;
}

.pren-det-edit-mode .pren-det-edit-only-col {
    display: block;
}

@media (max-width: 991.98px) {
    .pren-det-title {
        font-size: 27px;
        line-height: 36.525px;
    }

    .pren-det-orario {
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
    }

    .pren-det-map-embed {
        min-height: 243px;
    }

    .pren-det-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .pren-det-separator {
        display: none;
    }
}
