
.primary-color{color: #040FD9;}
.bg-primary-color{background-color: #040FD9;}
.secondary-color{color: #EDF1FD;}
.bg-secondary-color{background-color: #EDF1FD;}
.tertiary-color{background-color: #141212;}
.grey-color{background-color: #F5F5F5;}

body, html {
    height: 100%;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    background-color: #FFFFFF;
}

.nav-link.active {
    color: white !important;
    opacity: 1;
}
.nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.missile-1 {
    width: 10%;
    margin-bottom: 2rem;
}

.missile-2 {
    width: 7%;
}

.missile-3{
    width: 10%;
    transform: rotate(60deg);
}

.col-form{
    padding: 5.5rem;
    margin-bottom: 0.5rem;
}

.nav-link a {
    color: white;
}

.btn-form{
    color: white;
    background-color: #040FD9;
    border: 2px solid blue;
    width: 12.5rem;
}

.btn-form:hover{
    background-color: white;
    border: 1px solid #040FD9;
}

.img-smartphone{
    width: 55%;
}

.btn-attiva-piano{
    font-size: 19px;
    color: white;
    background-color: #040FD9;
    border: 2px solid blue;
    width: 17rem;
    height: 3rem;
}

.btn-attiva-piano:hover{
    background-color: white;
    border: 1px solid #040FD9;
}

.btn-annulla-ordine{
    color: #040FD9;
    background-color: white;
    border: 1px solid #040FD9;
}

.btn-annulla-ordine:hover{
    color: white;
    background-color: #040FD9;
    border: 2px solid blue;
}

.btn-pagamenti{
    margin-left: 1rem;
    width: 6.5rem;
    height: 2.5rem;
    border: 1px solid #040FD9;
    background-color: white;
    color: #040FD9;
    font-size: 12px;
    font-weight: 600;
}

.p-fase{
    font-size: 11px;
}

.div-ordine-confermato{
    background-image: url('/img_etify/images/done-image.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.img-ordine-confermato{
    width:10%;
    margin-top: 5rem;
}

.div-etichetta-login{
    padding: 1rem;
    border-radius: 2rem;
    border: 1px solid white;
    box-shadow: 0px 3px 6px #00000029;
}

.nome-etichetta{
    font-size: 13px;
    font-weight: 600;
}

.data-etichetta{
    font-size: 12px;
    padding-left: 1.5rem;
}

.numero{
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: -0.8rem;
}

.scansioni{
    font-size: 12px;
}

.btn-etichetta{
    font-size: 12px;
    margin-left: 1rem;
    width: 7rem;
    height: 2rem;
    border: 1px solid #040FD9;
    background-color: white;
    color: #040FD9;
    font-weight: 600;
}

.h1-title{
    font-size: 3rem;
    font-weight: 700;
}

.h4-title {
    font-size: 2rem;
    font-weight: 700;
    color: #5B5959;
}

.p-title{
    font-size: 1.2rem;
    font-weight: 600;
    color: #5B5959
}

.informazioni-ambientali{
    font-size: 3rem;
    font-weight: 800;
    color: #32A51E;
    margin-right: 10px;
}

.riquadro-piano{
    border-radius: 2rem;
    border: 1px solid white;
    box-shadow: 0px 3px 6px #00000029;
    padding: 2rem;
}

.div-attivita-recenti{
    border: 1px solid #99B8FC;
    border-radius: 1rem;
    margin-right: 3.5rem;
}

.div-attivita-recenti-1{
    border: 1px solid #99B8FC;
    border-radius: 1rem;
}

.piano-base{
    font-size: 1.5rem;
}

.iva{
    margin-top: 1rem;
    font-size: 1.2rem;
}

.rinnovo{
    margin-top: 0.8rem;
    font-size: 0.9rem;
}

.img-impostazioni-login{
    width: 55%;
}

/*Michela CSS */

.radio-button:checked + .label-radio {
    color: #040FD9;
}

.radio-button:checked {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid blue;
    background-color: blue;
    margin-right: 10px;
}

.option.selected {
    border: 1px solid blue;
    background-color: blue;

    .flip-horizontal {
        transform: scaleX(-1) !important;
    }

    .border-custom{
        border: 1px solid #707070!important;
    }

    .border-blue{
        border: 1px solid #121CDE!important;
    }

    .little-text{font-size: 12px !important;
    }

    .form-container {
        max-width: 600px;
        margin: 0 auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-family: Arial, sans-serif;
    }
    .row {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.label-card {
    border-radius: 30px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.radio-button:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.text-muted {
    color: #6c757d;
}

footer{
    display: none;
}


.custom-box {
    height: 200px;
    width: 100%;
}


@media only screen and (max-width: 1024px) {
    .col-form{
        padding: 3rem;
        margin-bottom: 1.5rem;
    }

    .img-smartphone{
        width: 70%;
    }

    .informazioni-ambientali{
        font-size: 2.5rem;
    }

    .div-etichetta-login {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 5rem;
        margin-right: auto;
        margin-left: auto;
        padding: 3rem;
    }

    .btn-etichetta{
        display: block;
        font-size: 12px;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        margin-left: auto;
        margin-right: auto;
        width: 7.5rem;
        height: 2rem;
        border: 1px solid #040FD9;
        background-color: white;
        color: #040FD9;
        font-weight: 600;
    }

    .nome-etichetta{
        font-size: 10px;
        font-weight: 600;
    }

    .data-etichetta{
        font-size: 9px;
        padding-left: 1.5rem;
    }

    .numero{
        font-size: 1.8rem;
        font-weight: 500;
        margin-top: 0.5rem;
        margin-bottom: -0.6rem;
    }

    .scansioni{
        font-size: 11px;
    }

    .img-ordine-confermato{
        width:15%;
        margin-top: 5rem;
    }

    .div-attivita-recenti{
        border: 1px solid #99B8FC;
        border-radius: 1rem;
        margin-right: 1.5rem;
    }

    .img-impostazioni-login{
        width: 55%;
    }

    .div-pagamenti-login .d-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .piano-base{
        font-size: 1.5rem;
    }

    .iva{
        margin-top: 1rem;
        font-size: 1.2rem;
    }

    .rinnovo{
        margin-top: 0.8rem;
        font-size: 0.9rem;
    }

    .btn-pagamenti{
        margin-top: 2rem;
        margin-left: 1rem;
        width: 6.5rem;
        height: 2.5rem;
        border: 1px solid #040FD9;
        background-color: white;
        color: #040FD9;
        font-size: 12px;
        font-weight: 600;
    }
}

@media only screen and (max-width:768px){
    .img-smartphone{
        width: 100%;
    }

    .informazioni-ambientali{
        font-size: 2.4rem;
    }

    .div-etichetta-login {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 5rem;
        margin-right: auto;
        margin-left: auto;
        padding: 3rem;
    }

    .nome-etichetta{
        font-size: 15px;
        font-weight: 600;
    }

    .data-etichetta{
        font-size: 12px;
        padding-left: 1.5rem;
    }

    .numero{
        font-size: 3rem;
        font-weight: 500;
        margin-top: 0.5rem;
        margin-bottom: -0.6rem;
    }

    .scansioni{
        font-size: 12px;
    }

    .btn-etichetta{
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
        width: 7.5rem;
        height: 2rem;
        border: 1px solid #040FD9;
        background-color: white;
        color: #040FD9;
        font-weight: 600;
    }

    .div-riepilogo-ordine{
        margin-right: auto;
        margin-left: auto;
    }

    .img-ordine-confermato{
        width:15%;
        margin-top: 5rem;
    }

    .div-attivita-recenti{
        border: 1px solid #99B8FC;
        border-radius: 1rem;
        margin-right: 0rem;
        margin-bottom: 1rem;
    }

    .div-pagamenti-login .d-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .piano-base{
        font-size: 1.5rem;
    }

    .iva{
        margin-top: 1rem;
        font-size: 1.2rem;
    }

    .rinnovo{
        margin-top: 0.8rem;
        font-size: 0.9rem;
    }

    .btn-pagamenti{
        margin-top: 2rem;
        margin-left: 1rem;
        width: 6.5rem;
        height: 2.5rem;
        border: 1px solid #040FD9;
        background-color: white;
        color: #040FD9;
        font-size: 12px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 576px) {
    .div-radio-button {
        padding: 0.5rem;
    }

    .btn-form{
        color: white;
        background-color: #040FD9;
        border: 2px solid blue;
        width: 9rem;
        font-size: 0.8rem;
    }

    .btn-annulla-ordine{
        width: 9rem;
        font-size: 0.8rem;
    }

    .img-smartphone {
        width: 100%;
    }

    .btn-attiva-piano {
        font-size: 10px;
        color: white;
        background-color: #040FD9;
        border: 2px solid blue;
        width: 10rem;
        height: 2rem;
    }

    .h1-title {
        font-size: 2.2rem;
        font-weight: 700;
    }

    .h4-title {
        font-size: 1.2rem;
        font-weight: 700;
        color: #5B5959;
    }

    .p-title {
        font-size: 0.8rem;
        font-weight: 600;
        color: #5B5959
    }

    .informazioni-ambientali {
        font-size: 2.2rem;
    }

    .div-riepilogo-ordine{
        margin-right: auto;
        margin-left: auto;
    }

    .div-etichetta-login {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 5rem;
        margin-right: auto;
        margin-left: auto;
    }

    .btn-etichetta{
        display: block;
        font-size: 12px;
        margin-top: 1rem;
        margin-left: auto;
        margin-right: auto;
        width: 7.5rem;
        height: 2rem;
        border: 1px solid #040FD9;
        background-color: white;
        color: #040FD9;
        font-weight: 600;
    }

    .img-ordine-confermato{
        width:20%;
        margin-top: 2rem;
    }
    .div-attivita-recenti{
        border: 1px solid #99B8FC;
        border-radius: 1rem;
        margin-right: 0rem;
        margin-bottom: 1rem;
    }

    .div-pagamenti-login .d-flex {
        flex-direction: column;
        text-align: center;
    }

    .piano-base{
        font-size: 1.5rem;
    }

    .iva{
        margin-top: 1rem;
        font-size: 1rem;
    }

    .rinnovo{
        margin-top: 0.8rem;
        font-size: 0.9rem;
    }

    .btn-pagamenti{
        display: block;
        margin-left: 0.5rem;
        margin-top: 1.2rem;
        width: 6.5rem;
        height: 2rem;
        border: 1px solid #040FD9;
        background-color: white;
        color: #040FD9;
        font-size: 11px;
        font-weight: 500;
    }
}