body {
    margin: 40px;
    font-family: 'Ubuntu';
    /*background-image: url("img/bg.jpg");
	background-color: aliceblue; */
    background-size: 200%;
}

.hide {
    display: none;
}

.divider {
    margin-top: 0px;
    color: lightgrey;
    border-top: 0.01em solid navy;
}

.row {
    display: flex;
    flex-direction: row;
}

.column-small {
    flex: 1;
    display: flex;
    align-items: center;
}

.column {
    flex: 50%;
}

.ergo {
    max-width: 500px;
    width: 100%;
}

.double-ergo {
    max-width: 1000px;
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.margin {
    margin: 5px;
}

.marginX {
    margin: 10px;
}

.marginXX {
/*    margin: 20px; */
}

.logo {
    width: 50%;
    max-width: 200px;
}

.thin {
    position: relative;
    bottom: -10px;
    font-weight: normal; /* lighter? */
    font-size: x-large;
}

.bold {
    font-weight: bolder;
    font-size: xx-large;
}

@media only screen and (max-width: 710px) {
    .thin {
        font-weight: normal; /* lighter? */
        bottom: -5px;
        font-size: medium;
    }

    .bold {
        font-weight: bolder;
        font-size: large;
    }
}

@media only screen and (max-width: 415px) {
    .logo {
        width: 100%;
    }

    .thin {
        bottom: 0;
    }

    .logo-text {
        text-align: center;
    }
}

.logo-text {
    position: relative;
    font-family: sans-serif;
    color: #00396d;
    align-self: flex-end;
}

.content {
    display: inline-block;
    width: 100%;
    /* background-color: #263846; */
    background-color: white;
    /* color: #ffd70d; */
    color: #00396d;
}

.images {
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 30%;
    /* max-height: 500px; */
}

.image {
 /*   margin: 5px;  */
    left: 10%;
    /*border: solid #00396f 5px; */
}

.image-sm {
	width: calc(30% - 20px);
    flex: 20%;
}

.image-xl {
	width: calc(40% - 10px);
    flex: 60%;
}

.title {
    font-size: xx-large;
    font-weight: bold;
    /* text-shadow: 2px 0 0 #ffd70d, -2px 0 0 #ffd70d, 0 2px 0 #ffd70d, 0 -2px 0 #ffd70d, 1px 1px #ffd70d, -1px -1px 0 #ffd70d, 1px -1px 0 #ffd70d, -1px 1px 0 #ffd70d; */
    color: #00396d;
}

.subtitle {
    text-wrap: revert;
    position: relative;
    /* bottom: -5px; */
    font-weight: bold;
}

.no-wrap {
    white-space: nowrap;
}

.subtitle-lr {
    font-weight: bold;
    font-size: 22px; /*x-large*/
}

.subtitle-new {
    font-size: 18px;
    font-weight: bold;
}

.subtitle-xl {
    font-weight: bold;
    font-size: xx-large;
}

.text-center {
    text-align: center;
}

.text-small {
    font-weight: normal;
    font-size: 13px;
}

.text-input {
    all: unset;
    border-radius: 5px;
    font-size: x-large;
    font-weight: bold;
    background-color: #4a5964;
    width: 100%;
    height: 40px;
}

.text-input-new {
    all: unset;
    border-radius: 5px;
    font-size: x-large;
    font-weight: bold;
    background-color: white;
    width: 100%;
    height: 40px;
    border: solid;
    border-color: khaki;
    border-width: 1px;
}

.text-input-small {
    all: unset; /* Reset styles to avoid inheriting unwanted styles from other inputs */
    border-radius: 5px;
    font-size: x-large;
    font-weight: bold;
    background-color: white;
    width: 40px; /* Set a smaller width for the input field */
    height: 40px;
    border: solid;
    border-color: khaki;
    border-width: 1px;
    margin-right: 10px; /* Add space between the input and the text */
}

.text-input-totale {
    all: unset;
    border-radius: 5px;
    font-size: x-large;
    font-weight: bold;
    background-color: white;
    width: 100%;
    height: 40px;
    background-color: #00396d;
    color: gold;
}

.button-ordina {
    all: unset;
    border-radius: 5px;
    cursor: pointer;
    font-size: large;
    font-weight: bold;
    background-color: #ffe229;
    width: 100%;
    height: 50px;
    color: #00396d;
}

.button-richiesta {
    all: unset;
    border-radius: 5px;
    cursor: pointer;
    font-size: large;
    font-weight: bold;
    background-color: white;
    border: solid 1px;
    border-color: khaki;
    width: 100%;
    height: 50px;
    color: black;
}


button {
    all: unset;
    user-select: none;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    background-color: #4a5964;
    width: 100%;
    height: 50px;
}

button:active {
    all: unset;
    user-select: none;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    background-color: #000000;
    width: 100%;
    height: 50px;
}


/* input[type=submit] { */
/*     all: unset; */
/*     user-select: none; */
/*     font-size: x-large; */
/*     font-weight: extra-bold; */
/*     text-align: center; */
/*     background-color: #4a5964; */
/*     width: 100%; */
/*     height: 50px; */
/* } */


/* input[type=submit]:active { */
/*     all: unset; */
/*     user-select: none; */
/*     font-size: x-large; */
/*     font-weight: bold; */
/*     text-align: center; */
/*     background-color: #000000; */
/*     width: 100%; */
/*     height: 50px; */
/* } */

@media screen and (max-width: 670px) {
    .row {
        flex-direction: column;
    }
}
/* Creating a custom checkbox */
.geekmark {
	position absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: green;
}

.dropdown {
    position: absolute;
    display: inline-block;
    right: 50px;
    top: 70px;
}

.dropdown-content {
    display: none;
    top: 110%;
    right: 5%;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: solid 1px darkgrey;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.show {
    display: block;
}

.hide {
    display: none;
}

        .custom-alert {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.7);
            padding: 20px;
            border-radius: 10px;
            color: white;
            font-size: 18px;
            text-align: center;
            z-index: 9999;
        }
        .custom-alert button {
            margin-top: 15px;
            padding: 5px 10px;
            font-size: 14px;
            background-color: #f44336;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            width: auto;
            min-width: 60px;
        }
        .custom-alert button:hover {
            background-color: #d32f2f;
        }