.btn__image img {
    width: 100px;
}
.grid_list {
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
}
.grid_list + .command_btns {
    visibility: hidden;
}
.command_btns input.btn {
    padding: 12px;
}
.grid_list_single {
    /* padding: 1rem;
    height: 4rem; */
    max-width: 300px;
}
.grid_list.unique-element .grid_list_single {
    /* margin: 0 auto; */
}
.grid_list_single__image {
    opacity: 0.6;
    transition: all .2s ease-in-out;
}
.grid_list_single.selected .grid_list_single__image {
    transform: scale(0.8);
    animation: ease;
    opacity: 1;
}

#accessForm section:not(.step-three) {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking sections above each other*/
    position: relative;
}

/*Hide all except first section*/
#accessForm > section:not(:first-of-type) {
    display: none;
}
#accessForm .form-check {
    display: flex;
    align-items: flex-start;
    padding: 0;
}
#accessForm .form-check input {
    width: auto;
    position: relative;
    top: 4px;
    margin-right: 7px;
}
.accompagnati_choice_true,
.step-three .command_btns {
    display: none;
}
.accompagnati_choice .grid_list_single__title {
    color: #fff;
    font-weight: 500;
}
.addAdditionalPeople {
    display: flex;
    justify-content: end;
}
.addAdditionalPeople a {
    display: flex;
    align-items: center;
    padding: 9px;
    font-size: 14px;
}
.addAdditionalPeople img {
    margin-right: 5px;
    width: 22px;
    filter: invert(100%);
}
.form-group select {
    height: auto;
}
.people-details {
    align-items: center;
}
.people-details_inner {
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, inset 0 0 1px rgb(72 72 72 / 60%);
    width: 90%;
    position: relative;
}
.tooltip_confirm_delete {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.tooltip_confirm_delete::before {
    background: #eee;
    filter: opacity(0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    content: '';
}
.tooltip_confirm_delete-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    text-align: center;
}
.tooltip_confirm_delete-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
.tooltip_confirm_delete-actions button {
    padding: 16px 45px;
}
.people_details-delete {
    width: 10%;
    text-align: center;
}
.people_details-delete_btn img {
    width: 30px;
    filter: invert(39%) sepia(74%) saturate(5323%) hue-rotate(200deg) brightness(103%) contrast(105%);
}
.people_details-delete_btn:hover img {
    filter: invert(13%) sepia(76%) saturate(5262%) hue-rotate(356deg) brightness(97%) contrast(117%);
}
.loginRef {
    color: #12141f;
}
#loginModal .error {
    color: #cc0000;
}
.dt-buttons {
    margin-bottom: 15px;
}
div#exportAcc_length {
    margin-top: 15px;
}
table#exportAcc.dataTable thead th,
table#exportAcc.dataTable thead td {
    padding: 5px;
    white-space: normal;

}
#exportAcc th {
    font-size: 0.75rem;
}
#exportAcc td {
    overflow: auto;
    font-size: 0.75rem;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after {
    right: 6px;
}
