.show-until-lg {
    position: relative;
    cursor: pointer;
}

.modal-body a .nav-item-blue{
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.header .logo h1 {
    font-size: 35px;
}

.nav-item-blue {
    font-size: 18px;
    font-weight: 600;
}

.control-grey {
    margin-bottom: 10px;
    border: 1px solid grey !important;
    height: 40px !important;
    border-radius: 2px;
}

.black {
    color: black;
}

.featured-services {
    padding: 40px;
}

.footer {
    margin-top: 77px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.page-header {
    padding: 80px 0 30px 0 !important;
}

.imgRounded {
    border-radius: 15px;
}

.heroForm {
    /*height: 350px;*/
    background-color: white;
    padding: 20px;
    border-radius: 20px;
}

.bigButton {
    height: 50px;
}

.formShipping {
    padding-left: 10px;
    padding-right: 10px;
}

.shippingPill {
    background-color: white !important;
    color: black;
    font-weight: 700;
    border-color: black;
    border: 1px solid #888888;
}

.subHeaderTitle {
    font-weight: 600 !important;
}

.subHeader {
    margin-bottom: 20px;
}

.tabOK,
.tabOK:hover {
    background-color: green;

    color: white;
}

.nav-item {
    margin-right: 10px;
}

.bg-image {
    background-size: cover;
    background-position: left top;
}

.destination {
    padding: 10px;
    background-color: #2d8ded;
    color: white;
    border-radius: 11px;
    font-size: 15px;
}

.topDelivery {
    padding-left: 150px;
}

.topDate {
    font-weight: 600;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color) !important;
}

.errorAddress {
    color: red;
    font-size: 12px;
    margin-top: -8px;
}

.whiteSocial {
    color: white;
    margin-right: 15px;
}

.whiteSocial:hover {
    color: white;
    margin-right: 15px;
}

.hero-img {
    /*padding-top: 90px;*/
}

.pointer {
    cursor: pointer;
}

.container.ImageAndText h2 {
    font-weight: 700;
}

.ImageAndText {
    margin-top: 10px;
    margin-bottom: 40px;
}

h2 {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 40px;
}

.TextAndImage {
    margin-top: 10px;
    margin-bottom: 40px;
}

/* --- Text ---*/
.container.Text h2 {
    font-weight: 700;
}


.page-enter {
    opacity: 0;
}

.page-enter-active {
    opacity: 1;
    transition: opacity 0.3s ease-in;
}

.page-exit {
    opacity: 1;
}

.page-exit-active {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}


/* styles/globals.css */
.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    /* Sfondo semi-trasparente */
    z-index: 999;
    /* Assicura che lo spinner sia sopra ogni altro contenuto */
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.communicationMessage {
    height: 150px !important;
}

.deliveryTerms {
    height: 100px !important;
}

.registerPadding {
    padding-left: 40px;
    padding-right: 40px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.wizardTitle {
    font-size: 18px;
}

.error {
    color: red;
}

.textBoxLabel {
    margin-bottom: 5px;
}

.textBoxHelper {
    font-size: 12px;
    color: red;
}

.uploadFile {
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    background-color: #1890ff;
    color: white;
    cursor: pointer;
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.attachedFile {
    background-color: #f0f0f1;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-left: 10px;
    margin-right: 20px;
}

.otherCommunicationsLinks {
    color: white !important;
}

.finalPrice {
    font-size: 25px;
    font-weight: 700;
}

.gratis {
    color: green;
    font-weight: 600;
}

.justified-text {
    text-align: justify;
}

.justified-text h1,
.justified-text h2,
.justified-text h3,
.justified-text h4,
.justified-text h5,
.justified-text h6 {
    text-align: left;
}