body {
    font-family: 'Arial', sans-serif;
    color: #292929;
    font-size: 16px;
}

P {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* 
tfd {
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    color: #29292900;
} */


.section {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    background-color: #FCF8F8;
    color: #292929;
    padding-left: 20px;
}

/* .section #fileUploadExcel {
    margin-bottom: 20px;
} */

.section h3 {
    font-size: 20px;
    margin: 0px;
    padding-bottom: 20px;
}

.section p {
    padding-bottom: 20px;
    font-size: 16px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cnt-wcpp {
    padding: 20px;
    font-size: 14px;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

/* 
.cnt-wcpp .row-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: left;
} */

.cnt-wcpp .row-btn input,
#btnEsporta,
.btn-primary,
.btn-success,
.btn-danger {
    cursor: pointer;
    padding: 0 20px;
    height: 40px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border: none;
    background: #CC3333;
    color: #fff;
}

.cnt-wcpp .row-btn input:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-danger:hover {
    background-color: #b12b2b;
}

.new-badge button {
    cursor: pointer;
    padding: 0 20px;
    margin-bottom: 20px;
    height: 20px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border: none;
    color: #fff;
    background: #CC3333 url(assets/ico/download.svg) no-repeat 10px center / 16px 16px;
}

#btnEsporta {
    margin-bottom: 20px;
}

.cnt-wcpp .row-btn button,
#btnEsporta,
input#file-upload-button {
    cursor: pointer;
    padding: 0 20px;
    height: 40px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    border: 1px solid #292929;
    background: #fff;
    color: #292929;
}

.cnt-wcpp .row-btn button:hover,
#btnEsporta:hover {
    text-shadow: -.25px -.25px 0 black,
        .25px .25px black;
}

.cnt-wcpp h2 {
    font-size: 18px;
    padding: 0 0 10px 0;
}

.cnt-wcpp h4 {
    margin: 0;
    padding-bottom: 4px;
}

.cnt-wcpp p {
    margin: 0;
    padding-bottom: 20px;
}

.cnt-wcpp .cnt-form {
    width: 100%;
    max-width: 1024px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cnt-wcpp .cnt-form .item-form input,
.cnt-wcpp .cnt-form .item-form select {
    border: 1px solid #ccc;
}

.cnt-wcpp .cnt-form .item-form {
    width: 48%;
    padding-bottom: 30px;
    position: relative;
}

.cnt-wcpp .cnt-form .item-form.checkboxes {
    width: 100%;
}

.cnt-wcpp .cnt-form .item-form.checkboxes ul {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox; */
    display: flex;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.cnt-wcpp .cnt-form .item-form.checkboxes label {
    padding: 0;
}

.cnt-wcpp .cnt-form .item-form.checkboxes ul li {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox; */
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 50%;
    padding-bottom: 20px;
}

.cnt-wcpp .cnt-form .item-form.checkboxes ul li:first-child,
.cnt-wcpp .cnt-form .item-form.checkboxes ul li.comunicazioni-netcomm {
    width: 100%;
}

.cnt-wcpp .cnt-form .item-form.checkboxes ul li.comunicazioni-netcomm {
    font-weight: bold;
}

.cnt-wcpp .cnt-form .item-form.checkboxes ul li input {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.cnt-wcpp .row-btn {
    width: 100%;
    gap: 5px;
}

.c.cnt-wcpp .cnt-form .item-form.tipologia select {
    width: 48%;
}

.cnt-wcpp .cnt-form .row-btn {
    width: 100%;
}

.cnt-wcpp .cnt-form .item-form label {
    display: block;
    color: #292929;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}

.cnt-wcpp .cnt-form .item-form input,
.cnt-wcpp .cnt-form .item-form select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 8px 12px;
}

.download-btn a,
.download-btn a:link {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    background: #28416F;
    color: #fff;
}

.cnt-wcpp .section {
    padding-bottom: 40px;
}

.search.card-report {
    background-color: #FCF8F8;
    padding: 20px 20px;
    margin-bottom: 40px;
}

.search strong {
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.search p {
    font-family: 'Arial', sans-serif;
    font-weight: 100;
    font-size: 16px;
}

.cnt-wcpp .search h5 {
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #292929;
}

.cnt-wcpp .search h5 {
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #292929;
}

.search {
    padding: 0 20px 20px 0;
    width: auto;
    height: auto;
}

.cnt-table-search {
    display: none;
    width: 984px;
}

.cnt-table-search h4 {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 16px;
    color: #28416F;
}

.table-search ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-search li {
    padding: 0 10px;
}

.table-search .header-table {
    background: #CC3333;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 100%;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox; */
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
}

.row-table {
    border: 1px solid #ccc;
    border-top: none;
    border-right: none;
    width: 100%;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox; */
    display: flex;
}

.row-table li {
    border-right: 1px solid #ccc;
    font-size: 14px;
    padding: 8px;
}

.pop-new-badge {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 100;
}

.pop-new-badge .close {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    background: #CC3333;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    right: -12px;
    top: -12px;
    cursor: pointer;
}

.inner-pop-badge,
.inner-pop-message {
    background: #FFF;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.table-search.iscritti .data {
    width: 12%;
}

.table-search.iscritti .name {
    width: 10%;
}

.table-search.iscritti .surname {
    width: 15%;
}

.table-search.iscritti .mail {
    width: 28%;
}

.table-search.iscritti .azienda {
    width: 20%;
}

.table-search.iscritti .tipo {
    width: 15%;
}

/*ADDED CSS*/
.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    min-height: 95vh;
    position: relative;
}

.cards {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    position: relative;
}

.content h1 {
    font-family: 'Arial', sans-serif;
    color: #4C4C4C;
}

.search.card-report,
.card {
    font-family: 'Arial', sans-serif;
    background-color: #FCF8F8;
    text-align: left;
    width: 328px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    box-shadow: 0 2px 4px rgba(12, 12, 13, 0.2);
}

.search.card-report.iscrizioni {
    width: 100%;
}

.card-text h3 {
    font-size: 20px;
}

.card-text p {
    font-size: 16px;
    color: #4C4C4C;
}

.card p {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 100;
}

.card h3 {
    font-size: 20px;
    margin-top: 0px;
    color: #292929;
}

.download-btn-report {
    cursor: pointer;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    background-image: url(assets/ico/download.svg);
    background-position: 10px 50px;
    border: none;
    background: #CC3333;
    color: #fff;
}

.new-badge button {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border: none;
    gap: 6px;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Arial', sans-serif;
    background: #CC3333 url(assets/ico/plus.svg) no-repeat right 10px center / 18px 18px;
}

.new-badge button {
    cursor: pointer;
    padding: 0 20px;
    height: 40px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border: none;
    color: #fff;
    padding: 10px 10px 10px 35px;
    background: #CC3333 url(assets/ico/plus.svg) no-repeat left 10px center / 20px;
}

a.btn-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.2s ease;
    background: #CC3333 url(assets/ico/arrow-right.svg) no-repeat right 16px center / 18px 18px;
}

.new-badge button:hover,
.cnt-wcpp .row-btn input:hover,
.download-btn-report:hover,
.btn-primary:hover {
    background-color: #b12b2b;
}

a.btn-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.2s ease;
    background: #CC3333 url(assets/ico/arrow-right.svg) no-repeat right 10px center / 18px 18px;
}

a.btn-brand:hover {
    background-color: #b12b2b;
}

/* indexBadge.html */
.badge-list-h1 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

.badge-list-h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.h1-report {
    font-size: 40px;
}

.container h1 {
    font-size: 40px;
}

.table-search {
    width: 984px;
    font-family: sans-serif;
}

.header-table,
.row-table {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.header-table .name,
.header-table .mail,
.header-table .azienda,
.header-table .ruolo,
.header-table .tipo,
.header-table .source,
.header-table .ingresso,
.header-table .pdf {
    background-color: #EBEBEB;
    color: #190606;
    font-weight: 600;
}

.header-table li {
    line-height: 1.2;
    height: 40px;
    display: flex;
    align-items: center;
}

.header-table li,
.row-table li {
    padding: 4px 4px;
    text-align: left;
    box-sizing: border-box;
}

.cnt-table-search .table-search .row-table {
    color: #292929;
}

.name {
    flex: 0 0 120px;
}

.mail {
    flex: 0 0 120px;
}

.azienda {
    flex: 0 0 160px;
}

.ruolo {
    flex: 0 0 150px;
}

.tipo {
    flex: 0 0 110px;
}

.source {
    flex: 0 0 110px;
}

.ingresso {
    flex: 0 0 80px;
}

.pdf {
    flex: 0 0 60px;
}

.header-table {
    background-color: #f4f4f4;
    font-weight: bold;
    border-top: 1px solid #ddd;
}

.report-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}

.section {
    margin-bottom: 30px;
    padding: 20px;
}

/* .progress-container {
    width: 100%;
    height: 30px;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin: 10px 0;
}

.progress-bar {
    height: 100%;
    background-color: #4CAF50;
    border-radius: 5px;
    transition: width 0.3s;
} */

.error-grid {
    margin-top: 20px;
}

.search h5 {
    font-size: 20px;
    margin: 0px;
}

.search input #btnDownload {
    cursor: pointer;
    padding: 0 20px;
    height: 40px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border: none;
    color: #fff;
    background: #CC3333 url(assets/ico/download.svg) no-repeat 10px center / 16px 16px;
}

.search h5 input {
    cursor: pointer;
    display: block;
    padding: 0 20px;
    height: 40px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border: none;
    color: #fff;
    margin-top: 12px;
    background: #CC3333 url(assets/ico/download.svg) no-repeat left 10px center / 20px;
    padding: 10px 10px 10px 35px;
}

.search h5 input:hover {
    background-color: #b12b2b;
}

.btn-primary.btn {
    cursor: pointer;
    padding: 0 20px;
    height: 40px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border: none;
    color: #fff;
    background: #CC3333 url(assets/ico/download.svg) no-repeat left 10px center / 20px;
    padding: 10px 10px 10px 35px;
}

.search {
    padding: 0 20px 20px 0px;
    width: auto;
    height: auto;
    background-color: none;
}

.header-table,
.row-table {
    display: flex;
}

.header-table li,
.row-table li {
    min-width: 0;
    padding: 8px;
    box-sizing: border-box;
}

.name,
.mail,
.azienda,
.ruolo,
.tipo,
.source,
.ingresso {
    flex: 1;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pdf {
    flex: 0.5;
}

.name:hover,
.mail:hover,
.azienda:hover,
.ruolo:hover,
.tipo:hover,
.source:hover,
.ingresso:hover {
    text-decoration: none;
    font-size: 14px;
    color: #292929
}

body .container .section {
    border: none;
}

.cnt-table-search input {
    float: right;
}