/*Global*/
body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    background-color: aliceblue;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

.container2 {
    background-color: #0048cd;
    box-shadow: 0px 0px 10px 10px #00bfffd4;

    margin: 5%;
    padding: 5%;

    width: 25vw;
    height: 25vh;
    border-radius: 5px;
}

.error{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 350px;
    height: auto;
    margin-bottom: 25px;
    padding: 15px;
    background-color: #ff6e6e;
    color: #520000;
    border-radius: 10px;
}
.success{
    background-color: #81ff6e;
    color: #055200;
}

/*homePage*/


.userInfo {
    display: flex;
    flex-direction: row;
    /*width: 100%;*/
    width: 25vw;
    height: 25vh;
    color: white;
}

.inputBox {
    width: 100%;
    border-radius: 5px;
}

.inputField {
    width: 85%;
    height: 55%;
    font-size: 100%;
    color: #0048cd;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
    border-radius: 5px;
    border: none;
    margin-bottom: 5%;
}

.inputField2 {
    font-size: 100%;
    font-weight: bold;
    outline: none;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    color: white;
    background-color: #0089de;
    border: none;
    text-align: center;
}

#additionalNotes{
    width: 92.5%;
}

.submitButton {
    text-align: center;
    
    width: 80%;
    height: 100%;
    min-height: 40px;
    color: white;
    background-color: #0089de;
    border: none;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.05em;
    font-weight: bold;

    outline: none;
    border-radius: 5px;
}

textarea {
    min-height: 50px;
    max-height: 110px;
    resize: vertical;
}

.submitButton:hover {
    background-color: #0089de;
}

/*Pages*/
.allInformations {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}

.allInformations9 {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    column-gap: 50px;
    row-gap: 50px;
}

.singleInformation {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    width: 150px;
    height: 250px;
    background-color: #0048cd;

    margin: 20px;
    color: white;
    border-radius: 5px;
    padding: 3px;
}

.singleInformation2 {
    justify-content: space-between;
}

.singleInformation2_5 {
    height: 25px;
    background-color: #0089de
}
.singleInformation2_5_5 {
    height: 50px;
    font-size: 1.7rem;
}

.singleInformation3 {
    width: 275px;
    padding: 25px;
}

.singleInformation3_5 {
    width: 125px;
    padding-left: 15px;
    padding-right: 15px;
}

.singleInformation3_5_0 {
    width: 75px;
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.singleInformation4 {
    height: auto;
    align-self: normal;
}

.singleInformation5 {
    min-height: 250px;
    height: auto;
}

.singleInformation6 {
    height: auto;
    align-self: normal;
}

.informationOptionListDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    
    width: 120px;
    height: 200px;
    border-radius: 5px;
}

.informationOptionListDiv2 {
    width: 265px;
}

.informationOptionListDiv3 {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 200px; 
    height: auto;
}

.informationOptionListDiv4 {
    height: auto;
}

.informationButton {
    margin-top: 2%;
    text-align: center;

    width: 100%;
    min-height: 30px;
    height: 100%;
    color: white;
    background-color: #0089de;
    border: none;
    outline: none;

    font-size: 1.1em;
    border-radius: 5px;
}

.informationButton2 {
    margin-top: 0;
    height: 180px;
}
.informationButton3 {
    height: 40px;
    width: 90%;
}
.informationButton4 {
    height: 40px;
    width: 80%px;
}

.informationButton5 {
    height: 45px;
    margin: 2px;
}

.informationButton:hover {
    background-color: #00bfffd4;
}

.divButtons {
    display: flex;
    flex-direction: row;
    width: 90vw;
}

.buttonMenu {
    text-align: center;
    
    width: 80%;
    margin: 1%;
    height: 100%;
    color: white;
    background-color: #0089de;
    border: none;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.05em;
    font-weight: bold;

    outline: none;
    border-radius: 5px;
    
}

.buttonMenu:hover {
    background-color: #00bfffd4;
}


/*Check reservation*/
.verify {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 2%;
    padding-right: 2%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;

    width: auto;
    height: auto;

    color: white;
    border-radius: 5px;
    background-color: #0048cd;
    max-width: 700px;
    min-width: 400px;
    
}

.vrf {
    max-width: 400px;
}

.checkButton {
    margin-top: 5%;
    text-align: center;

    font-size: 1.2em;
    
    width: 350px;
    height: 100px;
    color: white;
    background-color: #0089de;
    border: none;

    border-radius: 5px;
}

.checkButton:hover {
    background-color: #00bfffd4;
}

/*Data Remove*/

.data {
    width: 250px;
    height: 75px;
    font-size: 2rem;
    text-align: center;
}

#isFullDay {
    width: 30px;
    height: 30px;
}

#isFullDayLabel {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.lab {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.formatoLoghi {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer {
    bottom: 0;
}

.topper {
    top:0;
    position: relative;
}

.fot {
    margin-top: 40px;
    position: relative;
}

.formatoLoghi > a {
    margin-left: 30px;
    margin-right: 30px
}

.dataRimossa {
    background-color: #0089de;
    width: 120px;
    min-height: 200px;
    height: auto;
    border-radius: 5px;
    margin-top: 2%;
}

.dataRimossa > div {
    background-color: #0089de;
    width: 100%;
    min-height: 200px;
    height: auto;
    border-radius: 5px;

    background: linear-gradient(
        135deg,
        #ffffff6a 25%,
        transparent 25%,
        transparent 50%,
        #ffffff6a 50%,
        #ffffff6a 75%,
        transparent 75%,
        transparent
    );
    background-size: 40px 40px; /* Dimensione delle barre oblique */
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-thumb {
    background: #0048cd; 
}
  
.contatti {
    color: #95fbff; 
}