.survey-info-accordion .accordion-button:after {
    filter: contrast(0);
}

.survey-info-accordion .accordion-button {
    box-shadow: none;
    border-color: transparent;
    background-color: transparent;

    text-transform: uppercase;
    font-family: initial;
    font-weight: bold;
    color: gray;
}


.view_stats_table .row:first-child {
    border-top: 1px solid darkgray;
}

.view_stats_table .row {
    /* border-bottom: 2px solid gray; */
    margin: 0;

    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
}

.view_stats_table .row .col:first-child {
    border-right: 1px solid darkgray;
}

.view_stats_table .row .col {
    margin-top: 10px;
    margin-bottom: 10px;
}

.view_stats_table table,
.view_stats_table th,
.view_stats_table td {
    border: 1px solid darkgray;
}

.view_stats_table th,
.view_stats_table td {
    text-align: left;
    padding: 3px 10px;
    /* word-break: break-all; */
}


#accordion_view_stats .accordion-item .row {
    border-bottom: 1px solid darkgray;
}




.account-icon {
    width: 100%;
    color: #5a5a5a;
    text-align: center;
}

.account-icon.active, .account-icon:hover {
    color: darkgreen;
}

.account-icon hr {
    width: 30%;
    height: 3px;
    margin: auto;
}

.account-icon i {
    font-size: xxx-large;
}

.account-info table {
    width: 100%;
}

.account-info th, .account-info td {
    border: 1px solid lightgray;
}

.account-info th {
    background-color: #f2f2f2;
}

.account-info td {
    text-align: center;
}

.account-step-checked-container {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* .account-step-number { // TO DELETE
    display: flex;
    justify-content: center;
    align-items: center;

    width: 32px;
    height: 32px;
    background-color: transparent;
    color: green;

    border: 2px solid green;
    border-radius: 50%;

    /* font-size: 35px; 
} */

.account-step-check {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 32px;
    height: 32px;
    background-color: transparent;
    color: green;

    border: 2px solid green;
    border-radius: 50%;

    font-size: 35px;
}


/* table */



.info-table-container {
    width: 100%;
    overflow: auto;

    border: 1px solid darkgray;
    border-radius: 5px;
    /* scrollbar-color: #00985f transparent; */
    scrollbar-color: #b0dcff transparent;
}

.info-table-container::-webkit-scrollbar {
    height: 4px;
}

.info-table-container::-webkit-scrollbar-thumb {
    background-color: #00985f;
    border-radius: 2px;
    cursor: pointer;
}


.info-table tr > * {
    padding-left: 10px;
    padding-right: 10px;
    /* border: 1px solid darkgray; */
    border: 1px solid black;
    vertical-align: top;

}

.info-table th {
    /* color: gray; */
    /* background-color: lightgray; */
    color: #373737;
    background-color: #e1effa;

    padding-top: 7px;
    padding-bottom: 7px;
    /* padding-bottom: 3px; */
}

.info-table td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
}




/* .vote-track-table th, .vote-track-table td {
    vertical-align: top;
    border: 1px solid darkgray;
} */



/* end table */
