.rows-container {
    display: flex;
    flex-direction: column;
}

.center-row {
    align-self: center;
}

.grey-container {
    padding: 20px;
    border-radius: 20px;
    background-color: #e4e4e4;
    box-shadow: 0px 1px 8px 2px rgb(0 0 0 / 20%);
}
.grey-container > p {
    padding: 0px;
    margin: 0px;
}
.white-container {
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px 2px rgb(0 0 0 / 20%);
}
.white-container > p {
    padding: 0px;
    margin: 0px;
}
.center-childs {
    display: grid;
    align-items: center;
    justify-items: center;
}
.spacer {
    border: 1px solid #e4e4e4;
}
.button-rounded-square {
    white-space: normal;
    padding: 10px 50px !important;
    border: 0px;
    border-radius: 2rem !important;
    text-decoration: none !important;
    color: white !important;
    background-color: #21D000 !important;
}
.section-dashboard .center-childs .nav-pills>li>a, .section-dashboard .center-childs nav-pills>li>a:focus, .section-dashboard .center-childs .nav-pills>li>a:hover {margin: 10px; color: rgba(0, 24, 24, 0.39); font-weight: bold; 
    border-radius: 1rem; box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%)}
.section-dashboard .center-childs .nav-pills>li.active>a, .section-dashboard .center-childs nav-pills>li.active>a:focus, .section-dashboard .center-childs .nav-pills>li.active>a:hover {margin: 10px; color: white; font-weight: bold; background-color: #21D000; border-radius: 1rem; box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%)}
.section-dashboard .center-childs .nav-pills>li>a { padding: 10px 30px;}

.section-crowdarena.container {
    width: 100%;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
    .section-crowdarena.container {
        padding: 10vh 0px 0px !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    .section-crowdarena.container {
        padding: 5vh 0px 0px !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
    .section-crowdarena.container {
        padding: 9vh 0px 0px !important;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    .section-crowdarena.container {
        padding: 22vh 0px 0px !important;
    }
}
/* XX-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) { 
    .section-crowdarena.container {
        padding: 14vh 0px 0px !important;
    }
}
.section-crowdarena .hidden {
    display: none!important;
}

.section-crowdarena .container {
    margin: 0;
}

.section-crowdarena .banner-container {
    position: relative;
    background-image: url(/frontend/assets/img/crowdarena/banner-sfondo.jpg);
    width: 100%;
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-crowdarena .banner-container::before {    
    position: relative;
    background-image: url(/frontend/assets/img/crowdarena/banner-sfondo.jpg);
    width: 100%;
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
}
.section-crowdarena .banner-overlay {
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
    margin: 0;
    width: 35vw;
    text-align: right;
}
.section-crowdarena .banner-overlay h2{
    margin-top: 0;
    font-size: 38px;
    font-weight: 600;
}
.section-crowdarena .banner-overlay p {
    padding-bottom: 25px;
    color: #000000;
    font-size: 16px;
}
.section-crowdarena .banner-overlay .banner-login-quest {
    font-size: 15px;
    padding-bottom: 0;
}

.section-crowdarena .title-container {
    text-align: center;
    padding: 30px 0px 110px 0px;
}
.section-crowdarena .title-container h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.section-crowdarena .announcements-list {
    padding: 0% 8%;
    position: relative;
    top: -75px;
}
.section-crowdarena .announcements-list table{
    width: 100%;
    background-color: #eee;
    border-radius: 15px;
    border-collapse: collapse;
}
.section-crowdarena .table-header-row {
    border-bottom: 1px solid #d3d3d3;
}
.section-crowdarena .table-header-row th {
    font-size: 14px;
    font-weight: 300!important;
    color: #555;
    padding: 20px 10px;
    text-align: left;
}
.section-crowdarena .table-data-row {
    border-bottom: 1px solid #d3d3d3;
}
.section-crowdarena .table-data-row:last-of-type {
    border-bottom: none;
}
.section-crowdarena .table-toggle-row td,
.section-crowdarena .table-data-row td {
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
}
.section-crowdarena .table-toggle-row td {
    text-align: center;
}
.section-crowdarena .table-toggle-row span:hover{
    cursor: pointer;
}
.section-crowdarena .table-data-row td.logo {
    text-align: center;
}
.section-crowdarena .table-data-row td.logo img{
    border: 1px solid #555;
    width: 80px;
}
.section-crowdarena .table-data-row td.show {
    display: flex!important;
    justify-content: center;
    align-items: center;
    min-height: 140px;
}
.section-crowdarena .table-data-row td.show {
    text-align: center;
}
.section-crowdarena .how-it-works {
    text-align: center;
    margin-bottom: 80px;
}
.section-crowdarena .how-it-works h3 {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 600;
}
.section-crowdarena .how-it-works-list {
    text-align: left;
    margin-bottom: 50px;
}
.section-crowdarena .how-it-works-list .row {margin-bottom: 30px;}
.section-crowdarena .how-it-works-list .list-description {
    font-size: 16px;
    font-weight: 600;
    color: #777;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}
.section-crowdarena .how-it-works-list .list-number {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    padding-right: 30px;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .section-crowdarena .banner-overlay {
        width: 55vw;
    }

    .section-crowdarena .table-header-row th {
        font-size: 14px;
    }
    .section-crowdarena .table-data-row td {
        min-height: 140px;
        font-size: 14px;
    }
    .section-crowdarena .table-data-row td.show {
        display: flex!important;
        justify-content: center;
        align-items: center;
        min-height: 140px;
        font-size: 13px;
    }
}

@media screen and (max-width:767px) {
    .section-crowdarena .banner-container {
        height: 85vh;
    }
    .section-crowdarena .banner-overlay {
        position: absolute;
        top: 60%;
        right: unset;
        transform: translateY(-50%);
        margin: 0;
        width: 100%;
        text-align: left;
        padding-right: 10px;
        padding-left: 15px;
    }
    .section-crowdarena .banner-overlay h2 {
        font-size: 32px;
    }
    .section-crowdarena .banner-overlay p {
        font-size: 16px;
    }
    .section-crowdarena .banner-overlay a {
        padding: 15px 25px;
        font-size: 16px !important;
    }
    .section-crowdarena .how-it-works h3 {
        font-size: 30px;
    }
    .section-crowdarena .how-it-works-list .list-description {
        font-size: 14px;
        flex-direction: column;
    }
    .section-crowdarena .how-it-works-list .list-number {
        font-size: 32px;
        padding-right: 0;
        padding-top: 15px;
    }
    .section-crowdarena .how-it-works a {
        padding: 10px;
    }

    .section-crowdarena .announcements-list {
        padding: 0px 5px;
    }
    .section-crowdarena .table-header-row th {
        font-size: 12px;
    }
    .logo-table-th {
        display: none;
    }
    .table-data-row .logo {
        display: none;
    }
    .section-crowdarena .table-data-row td {
        padding: 20px 5px;
        font-size: 12px;
    }
}