
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bg {
    position: fixed;
    /*
    top: 0;
     */
    left: 0;

    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
}

.riga {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
#cb {
    margin: 30px;
    text-decoration: none;
    background: transparent;
    text-align: center;
    width: 300px;
    padding: 1em;
    margin-bottom: 2em;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5000px;
    backdrop-filter: blur(5px);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2);
    color: black;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.colonna {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 10px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered-up {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered-up-up {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.topnav {
    position: absolute;
    top: 0;
    overflow: hidden;
    background-color: #fff;
    justify-content: space-around;
    width: 100%;
    font-family: 'Roboto', sans-serif;;
}

.topnav .menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    float: right;
}

.topnav .menu a {
    float: left;
    color: #000;
    text-align: center;
    padding: 26px 26px;
    text-decoration: none;
    font-size: 17px;

}

.topnav a:hover {
    text-decoration: none;
    border-bottom: 3px solid mediumseagreen;
}

.topnav a.active {
    text-decoration: none;
    border-bottom: 3px solid limegreen;
    color: limegreen;
}

.topnav img {
    position: relative;
    width: 140px;
    left: 5%;
}

.footer {
    position: absolute;
    bottom: -200px;
    width: 100%;
    background-color: #2D2D4A;
    color: #CECEE4;
    text-align: center;
}

.footer img {
    width: 140px;
}

.glass {
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 25px;
}

.glass  h2 {
    text-align: center;
}

.glass form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.glass form input, select {
    margin: 30px;

    background: transparent;
    width: 200px;
    padding: 1em;
    margin-bottom: 2em;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5000px;
    backdrop-filter: blur(5px);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2);
    color: black;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.campo {
    display: flex;
    flex-direction: column;
}

.campo label {
    font-weight: bold;
    position: relative;
    margin: 0;
    bottom: 0;
    text-align: center;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

table thead th {
    font-size: 20px;
    padding: 40px;
}

table tbody td {
    padding: 40px;
}

.submitButton{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color: rgba(0,128,11,0.8);
}

.fas {
    font-size: 30px;
}


.glassmorphic-container{
    width:100%;
    height:80%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


table{
    background: rgba(255, 255, 255, 0.3);
    padding: 3em;
    height: 50%;
    min-height: 30%;
    border-radius: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    transition: 0.7s;
}

table a {
    text-decoration: none;
}

.delete {
    color: rgba(255,0,0,0.8);
}

.modify {
    color: rgba(255,212,6,0.8);
}

