/*POLIS CUP FORM*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
}

body{
    font-family: "Poppins", serif;
}

#sectionheader{
    color: #001f60;
    font-weight: bold;
    font-style: italic;
}

input[type="text"], input[type="submit"],select, #addprodotto, #prodotto, #submit, #sport, #richiestatype, #quantity{
    text-transform: capitalize;
    border-radius: 10px;
}

input[type="email"]{
    text-transform: lowercase;
    border-radius: 10px;
}

#atleta {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
}

#adddate,#addmember {
    width: 100%;
    background-color: #fce300;
    color: #001f60;
}
#datatable th:first-child,
#datatable td:first-child {
    width: 80%;
}

#datatable th:last-child,
#datatable td:last-child {
    width: 20%;
}

#terms{
    transform: scale(2);
    border: 1px;
    border-color: #001f60;
}

.checkbox-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap; /* va a capo su schermi piccoli */
}

.checkbox-row .form-check {
    margin-bottom: 0;
}

#membertable {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
}

.readonly-style {
    background-color: #e0e0e0;
}


th, td {
    border: 1px solid #ccc;
    text-align: left;
}

#divtable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#colored{
    color: red;
}

.my-4{
    border: 2px solid;
    color: #00b5e2;
}

#submit{
    background-color: #00b5e2;
    text-align: center;
    width: 100%;
}

#submit:hover{
    background-color: #fce300;
    color: #001f60;
    font-weight: bold;
}