.p-button {
    color: #fff;
    background: #2196f3;
    border: 1px solid #2196f3;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 3px;
}

.login-form {
    background: #f6f6f6;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 17px;
    width: 500px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    position: relative;
}

.riepilogo-form {
    background: #f6f6f6;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 17px;
    min-width: 50%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    position: relative;
}

.checkin-form {
    background: #f6f6f6;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 17px;
    min-width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    position: relative;
}

.riepilogo-form {
    background: #f6f6f6;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 17px;
    min-width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    position: relative;
}

.riepilogoRight-form {
    border: 1px solid #dedede;
    width: 98%;
    background-color: #fafcfb;
    background-color: rgba(250, 250, 250, 0.8);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    position: relative;
    width: 98%;
    width: 730px;
    width: 290px;
    float: right;
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.2);
    background: #f6f6f6;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 17px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.riepilogo-nav {
    margin-top: 15px;
    margin-left: 10px;
}

.bottoni-riepilogo-nav {
    z-index: 2;
    position: fixed;
}

.selezione-ospiti {
    margin-left: calc(50% - 102px);
    margin-top: 20px;
}


/* FOOTER */

a {
    text-decoration: none;
    color: #6d6d6d;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}


[data-theme="dark"] a:hover {
    text-decoration: none;
    color: #6d6d6d;
}

a:hover>.fas {
    transition: all 0.2s;
    transform: translateY(-4px);
}

.versione-git {
    font-size: smaller;
    margin-bottom: 0;
}

.fab:hover,
.fas:hover {
    transition: all 0.2s;
    transform: translateY(-4px);
}

.fa-facebook:hover {
    color: #3b579d;
}

.fa-tripadvisor:hover {
    color: #34E0A1;
}

.fa-google:hover {
    color: #ea4335;
    /*
    background: -webkit-linear-gradient(#ea4335, #fbbc05, #34a853, #4285f4);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    */
}

.fa-instagram:hover {
    color: #ffdc55;
    /*
    background: -webkit-linear-gradient(#3e6bc9, #ffdc55, #f24d59, #c837ab);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    */
}

.fa-linkedin:hover {
    color: #0274b3;
}

.fa-registered:hover {
    color: #ec0000;
}

.fa-envelope:hover {
    color: #3d3d3d;
}

.fa-phone:hover {
    color: #854b4b;
}

.fa-print:hover {
    color: #67854b;
}

.dacos-logo-ico {
    margin-left: -100px;
    margin-right: 30px;
    margin-top: 1px;
    height: 18px;
    user-select: none;
}

.dacos-logo-ico:hover {
    transition: all 0.2s;
    transform: translateY(-4px);
}

.dacos-text {
    margin-left: 0px;
    margin-right: 15px;
    height: 18px;
    user-select: none;
}

.dacos-logo img:hover~.dacos-logo-ico {
    transition: all 0.2s;
    transform: translateY(-4px);
}

.fw-bold.text-reset {
    /* --bs-text-opacity: 1; */
    /* color: #6c757d!important; */
}
