.large-counter {
    font-size: 2em;
    font-weight: bold;
}

.large-date {
    font-size: 1.3em;
    font-weight: 400;
}

.error_message {
    font-size: 0.8em;
    color: #D82820;

}

.error_message_login {
    color: #D82820;

}

.italic-note {
    font-style: italic;
    color: gray;
}

.btn.btn-rounded {
    border-radius: 50%;
    font-size: 1em;
    padding: 0px 5px 0px 5px;

}


.truncate_datatable {
    max-width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.dataTable.table-striped > tbody > tr.odd {
    --bs-table-accent-bg: #1c35670d
}

.dataTables_wrapper .dataTables_processing {
    background: rgba(255, 255, 255, 0.85);

}


.choices__input {
    margin: .3rem 1.75rem .2rem .45rem;
    font-size: 1rem;
    padding: 0;
    vertical-align: middle;
}

.choices__list--multiple .choices__item {
    margin-left: 5px;
    margin-bottom: 3.75px;
}

.choices__list {
    /*padding-left: 0.3rem;*/
}

.choices__inner {
    border-radius: 4px !important;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem!important;
    font-size: 1rem!important;


}

.privacy_policy_text ul {
    padding-left: 2em;
}

div.dataTables_processing > div:last-child {
    display: none;
}


.text-wrap {
    white-space: normal;
}

.width-200 {
    width: 200px;
}

.file_details:hover {
    text-decoration: underline;
}

.wrap_datatable {
    max-width: 260px;
    white-space: break-spaces!important;
    overflow: hidden;
    text-overflow: ellipsis;
}



.choices__inner .choices__input::-moz-placeholder {
    color: #607080;
    opacity: 0.5!important;
}

.choices__inner .choices__input:-ms-input-placeholder {
    color: #607080;
    opacity: 0.5!important;
}

.choices__inner .choices__input::placeholder {
    color: #607080;
    opacity: 0.5!important;
}
