.loading {
    position: relative !important;
}

.loading::before {
    position: absolute;
    color: #ffffff;
    top: 17px;
    left: 49px;
    width: 1.5em;
    height: 1.52em;
    margin-top: -0.5em;
    margin-left: -0.5em;
    border-radius: 50%;
    border: 0.2em solid #FFFFFF;
    border-top-color: #134A83;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.scrollable {
    overflow-y: auto !important;
}

.scrollable::-webkit-scrollbar {
    width: 7px;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

.scrollable::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 5px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
    background-color: #3e9792;
}

.scrollable::-webkit-scrollbar-thumb:active {
    background-color: #134A83;
}

.sidebar::-webkit-scrollbar {
    width: 0px;
}

.accordion-button:focus {
    border: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: inherit !important;
    background-color: inherit !important;
    box-shadow: none !important;
}

.accordion-button::after {
    background-size: 15px 15px !important;
    background-position: center;
}

.ap-slider-thumb {
    box-shadow: 0 0.125rem 0.625rem 0 rgb(0, 0, 0, .25) !important;
    margin-inline: 1rem;
}

.br-0 {
    border-radius: 0 !important;
}

.services-about {
    display: flex;
    flex-wrap: wrap;
}

.services-about .about-cards {
    flex-basis: calc(25% - 20px);
    margin: 10px;
    box-sizing: border-box;
    display: flex;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    flex-direction: column;
    box-shadow: 1px 2px 7px 1px rgb(0 0 0 / 14%);
    border: 1px solid #c61f0f;
}

.services-about .about-cards::after {
    content: '';
    flex-grow: 1;
}

.textarea {
    height: 150px !important;
}

.service-tag {
    padding: 5px 10px;
    background: rgba(75, 192, 240, .3);
    border: 1px solid #134A83;
    border-radius: 6px;
    font-size: .95rem;
    font-weight: 600;
    color: #134A83;
}

.replace-image-btn {
    background-image: url('../images/icons/replace-image-btn.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
}

.add-btn {
    background-image: url('../images/icons/add-btn.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.add-img-btn {
    background-image: url('../images/icons/add-image-btn.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 64px;
    height: 64px;
}

.delete-btn {
    background-image: url('../images/icons/delete-btn.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.modify-btn {
    background-image: url('../images/icons/modify-btn.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#header-avatar-img {
    border-radius: 50%;
}

.filter-element {
    max-width: 750px;
}

#select_event_chosen.chosen-container .chosen-results li.highlighted {
    background-color: #d9edf7;
    background-image: none;
    color: #2C3E50;
}

#select_event_chosen.chosen-container-multi .chosen-choices {
    padding: 6px 10px;
    width: 100%;
    min-height: 40px;
    border: none;
    background-image: none;
    border-radius: 5px;
    border: 1px solid #cccccc;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important; */
}

#select_event_chosen.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: 'Segoe UI', sans-serif !important;
    color: #495057;
}

#select_event_chosen.chosen-container-active .chosen-choices {
    border: 1px solid #CCCCCC;
    /* box-shadow: none; */
}

#select_event_chosen .search-choice {
    background-color: #f7f6f9;
    border-color: #f7f6f9;
    color: #cc3300;
    background-image: none;
    border-radius: 5px;
    border: 1px solid;
    cursor: help;
    padding: 8px 40px 8px 10px;
    font-size: .75rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

#select_event_chosen .search-choice span {
    font-family: 'Segoe UI';
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.0425rem;
}

#select_event_chosen .search-choice span::after {
    content: '|';
    position: absolute;
    right: 23px;
    top: 8px;
    color: #CCCCCC;
}

#select_event_chosen.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url('../images/icons/close-btn-red.png') no-repeat;
    background-size: 12px 12px;
    top: 9px;
    color: #cc3300;
    right: 8px;
}

#select_event_chosen.chosen-container .chosen-results li {
    padding-block: 10px;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
    content: "↑" /"" !important;
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    content: "↓" /"" !important;
}

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 {
    line-height: 0px;
    font-size: 1.3rem;
}

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 {
    opacity: 0 !important;
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
    opacity: 1 !important;
}

.dataTables_wrapper .dataTables_length {
    margin-left: 20px;
    font-size: 13px;
    color: #333333;
    font-family: 'Poppins';
}

.dataTables_wrapper .dataTables_length select {
    margin-inline: 2px !important;
    padding: 0 !important;
    border-radius: 3px !important;
}

.dataTables_wrapper .dataTables_length select:focus,
.dataTables_wrapper .dataTables_length select:active,
.dataTables_wrapper .dataTables_length select:focus-within,
.dataTables_wrapper .dataTables_length select:focus-visible {
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .05);
    outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #cc3300 !important;
    font-weight: 600 !important;
    font-size: 13px;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate>.paginate_button:hover {
    background: transparent !important;
    text-decoration: underline !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
    border: 1px solid #cc3300 !important;
    background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #AAAAAA !important;
    font-weight: 400 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    font-weight: 700 !important;
    background: #cc3300 !important;
    color: #ffffff !important;
    border: 1px solid #cc3300 !important;
}

.list-datatable {
    background-color: white;
    border-block: 1px solid #DDDDDD;
    border-collapse: collapse;
    font-size: .9rem;
}

.list-datatable tr th,
.list-datatable tr:not(:last-child) td {
    border-bottom: 1px solid #DDDDDD;
    border-top: none;
    border-inline: none;
}

.list-datatable tr:last-child td {
    border-block: none;
}

.list-datatable tr th {
    background-color: #f9fafc;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .825rem;
}

.list-datatable tr th {
    color: #606869;
}

.list-datatable tr th.sorting {
    color: #101010
}

.list-datatable tr th.sorting_disabled,
.list-datatable tr th.sorting:not(.sorting_asc):not(.sorting_desc) {
    color: #898989
}

#user-list-table .dob-group .dob-icon {
    width: 18px;
    height: 18px;
}

[id$="-list-table_filter"] label i {
    color: #898989;
}

.list-datatable .sorting_disabled::before,
.list-datatable .sorting_disabled::after {
    content: '' !important;
}

[id$="-list-table_filter"] input.datatable-searchbox {
    border: 1px solid #eeeeee;
    margin-right: 20px;
}

[id$="-list-table_filter"] input.datatable-searchbox:focus,
[id$="-list-table_filter"] input.datatable-searchbox:active,
[id$="-list-table_filter"] input.datatable-searchbox:focus-within,
[id$="-list-table_filter"] input.datatable-searchbox:focus-visible {
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .05);
    outline: none;
}

.list-datatable .user-list-username {
    font-weight: 600;
}

/* #receipt-list-table_wrapper div.dt-buttons,
#donor-list-table_wrapper div.dt-buttons, */
.dataTables_wrapper div.dt-buttons {
    float: right;
    margin-inline-end: 50px;
}

.filter-div .card-body {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
}

.filter-div .filter-item {
    flex-direction: column;
    align-items: start;
    gap: 0.25rem;
}

.receipt-list-filter-form {
    flex-direction: column;
    align-items: start;
    gap: 0.75rem;
}

@media (min-width: 1024px) {
    .receipt-list-filter-form {
        flex-direction: row;
        align-items: center;
        gap: 3rem;
    }

    .filter-div .card-body {
        flex-direction: row;
        align-items: center;
    }

    .filter-div .filter-item {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }
}

.toggle {
    --width: 50px;
    --height: 25px;

    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    border-radius: var(--height);
    cursor: pointer;
}

.toggle input {
    display: none;
}

.toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: #ccc;
    transition: all 0.2s ease;
}

.toggle .slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(var(--height) - 6px);
    height: calc(var(--height) - 6px);
    border-radius: calc(var(--height) / 2);
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.toggle input:checked+.slider {
    background-color: #27ae60;
}

.toggle input:checked+.slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
}

.toggle .labels {
    position: absolute;
    top: 5px;
    width: 100%;
    height: 100%;
    font-size: 11px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    transition: all 0.2s ease;
}

.toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 8px;
    color: #484848;
    opacity: 1;
    transition: all 0.2s ease;
}

.toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 8px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.2s ease;
}

.toggle input:checked~.labels::after {
    opacity: 0;
}

.toggle input:checked~.labels::before {
    opacity: 1;
}

.fill-rform-graphic,
.fill-rgform-graphic {
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.fill-rform-graphic {
    background-image: url('../images/backgrounds/receipt-form.png');
    background-size: 65%;
}

.fill-rgform-graphic {
    background-image: url('../images/backgrounds/public-facing-page.png');
    background-size: 80%;
}

.user-list-photo {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    cursor: default;
}

#view-receipt-modal {
    width: 70% !important;
}

.edit-modal,
.edit-modal .card,
.edit-modal .card .card-body {
    background-color: #ffffff !important;
}

.edit-modal input,
.edit-modal select,
.profile-page .edit-details input,
.profile-page .edit-details select {
    font-size: 15px;
    height: 45px !important;
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
    border-radius: .275rem !important;
}

form input.invalid,
form select.invalid {
    border: 1px solid #dc3545 !important;
}

.edit-modal .field-icons,
.profile-page .edit-details .field-icons {
    position: absolute;
    z-index: 100;
    background-color: #e9ecef;
    height: 45px;
    border: 1px solid #ced4da;
    border-top-left-radius: 0.275rem;
    border-bottom-left-radius: 0.275rem;
    color: #787878 !important;
    padding-inline: .825rem !important;
}

.profile-page .edit-details .field-icons:not(.view-password-icon) {
    left: -1px;
}

.profile-page .edit-details .field-icons.view-password-icon {
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.275rem;
    border-bottom-right-radius: 0.275rem;
}

.profile-page .edit-details .field-icons.phone-icon {
    padding-inline: .65rem !important;
}

.profile-page .edit-details .field-icons.name-icon,
.profile-page .edit-details .field-icons.email-icon,
.profile-page .edit-details .field-icons.password-icon,
.profile-page .edit-details .field-icons.token-icon,
.profile-page .edit-details .field-icons.view-password-icon {
    padding-block: 9px;
}

.profile-page .edit-details .field-icons {
    top: 0;
}

.edit-modal input.invalid+.field-icons,
.profile-page .edit-details input.invalid+.field-icons {
    border-top: 1px solid #dc3545 !important;
    border-left: 1px solid #dc3545 !important;
    border-bottom: 1px solid #dc3545 !important;
}

.edit-modal #edit-user-username,
.profile-page .edit-details #edit-user-email,
.profile-page .edit-details #token,
.profile-page .edit-details #edit-user-password,
.profile-page .edit-details #confirm-user-password {
    padding-left: 55px;
}

.profile-page .edit-details #edit-user-username {
    padding-left: 50px;
}

.profile-page .edit-details #edit-user-name {
    padding-left: 52px;
}

.edit-modal .edit-phone,
.profile-page .edit-details #edit-user-phone {
    padding-left: 55px;
}

.form-input-error {
    display: none;
    font-size: 14px;
    color: #dc3545;
}

.calendar-date-display {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% !important;
    background: url('../images/backgrounds/blank-calendar.png');
    font-size: 0.85rem !important;
    height: 36px;
    width: 36px;
    gap: 1px;
}

.calendar-date-display .calendar-display-date {
    margin-top: 0.6rem;
}

.calendar-date-display .calendar-display-month {
    margin-top: -0.4rem;
}

.profile-page .avatar-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.profile-page .avatar {
    cursor: pointer;
    border-radius: 200px;
    overflow: hidden;
    opacity: 1;
    transition: all .2s ease-in-out;
}

.profile-page .avatar-section .avatar-edit-button {
    background-color: #232323;
    cursor: pointer;
    border-radius: 25px;
    border: 3px solid #FFFFFF;
    overflow: hidden;
    width: 40px;
    height: 40px;
    bottom: 8px;
    right: 30px;
    transition: background-color .1s ease-in-out;
}

.main-profile .avatar-section .avatar-edit-button:hover {
    background-color: #121212;
}

.profile-page .details-section {
    border-radius: 0.375rem;
    overflow: hidden;
}

.profile-page .details-section table>tbody>tr>th {
    padding-left: 20px !important;
    color: #5E6C84 !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

.profile-page .details-section table>tbody>tr>th>i {
    font-size: 0.9rem !important;
    margin-right: 0.5rem !important;
}

.profile-page .details-section table>tbody>tr>td {
    padding-right: 20px !important;
}

.profile-page .edit-details .nav.nav-tabs {
    background-color: #f4f5f9;
    border-top: 2px solid #eff0f2;
    border-bottom: 2px solid #eff0f2;
}

.profile-page .nav-tabs .nav-link.active,
.profile-page .nav-tabs .nav-item.show .nav-link {
    background: transparent;
    border-bottom: 2px solid #cc3300 !important;
    border-inline: 0;
    border-top: 0;
    opacity: 1;
}

.profile-page .nav-tabs .nav-link {
    border-radius: 0 !important;
    padding: 0.625rem 2rem;
    color: #495057;
    opacity: .5;
}

.profile-page .nav-tabs .nav-link:hover,
.profile-page .nav-tabs .nav-link:focus {
    border-color: transparent;
    outline: none;
}

.profile-page #password-strength,
.rp-page #password-strength {
    width: 100%;
    height: 3px;
    background-color: #ddd;
}

.profile-page #strength-bar,
.rp-page #strength-bar {
    height: 100%;
    width: 0;
    text-align: right;
    line-height: 45px;
    color: white;
    transition: all .2s ease;
}

.profile-page #strength-text,
.rp-page #strength-text {
    margin-top: 10px;
    color: #CDCDCD;
}

/* .d-none {
    display: none !important;
} */

.change-avatar-modal {
    border-radius: 0;
    max-width: 750px
}

.change-avatar-modal .dropzone {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%235E6C84FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.receipt-form .radio-group input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
}

.receipt-form .radio-group .radio-item {
    border-radius: 0.375rem;
    border: 1px solid #CCC;
    background-color: #fff;
}

.receipt-form .search-results,
.receipt-form .address-results {
    display: none;
    background-color: #fafafa;
    z-index: 10;
    top: 50px;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    border-radius: .375rem;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}

.receipt-form .search-results .sticky-close-btn {
    position: sticky;
    top: 15px;
    width: max-content;
    margin-left: auto;
    margin-right: 15px;
}

.receipt-form .search-results li:not(:last-child),
.receipt-form .address-results li:not(:last-child) {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.36);
}

.receipt-form .search-results li:hover,
.receipt-form .address-results li:hover {
    background-color: #eeeeee;
}

.popup-modal#edit-receipt-modal {
    max-height: calc(100vh - 100px);
}

.popup-modal#view-receipt-modal embed {
    height: calc(100vh - 100px);
}

.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
    vertical-align: text-top !important;
}

.receipt-list-filter-form input[type="date"]:disabled {
    color: #bcbcbc;
}

.receipt-list-filter-form select {
    min-width: 150px !important;
}

.receipt-list-filter-form input[type="date"],
.receipt-list-filter-form select {
    height: 35px !important;
    width: auto !important;
    border-radius: 4px !important;
    font-family: "Segoe Ui", sans-serif !important;
    font-size: 0.875rem;
    box-shadow: none !important;
    border: 1px solid #CDCDCD !important;
}

@media (min-width: 1024px) {
    .receipt-list-filter-form .select2-container {
        min-width: 300px !important;
    }
}

.receipt-list-filter-form .select2-container {
    min-width: 300px !important;
}

.receipt-list-filter-form .select2-container--default .select2-selection--single {
    border: 1px solid #CDCDCD !important;
}

.receipt-list-filter-form .select2-container,
.select2-results__option--selectable,
.edit-event-form .select2-search .select2-search__field,
.edit-event-form .select2-selection__choice__display {
    font-family: "Segoe Ui", sans-serif !important;
    font-size: 0.875rem !important;
}
.edit-event-form .select2-search .select2-search__field {
    min-height: 45px;
}

.receipt-list-filter-form .select2-container--default .select2-selection--single .select2-selection__clear span,
.receipt-list-filter-form .select2-container * {
    white-space: nowrap !important;
}

.receipt-list-filter-form .select2-selection__rendered {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

@media (min-width: 1024px) {
    .receipt-list-filter-form .select2-container--default .select2-selection--single .select2-selection__clear span,
    .receipt-list-filter-form .select2-container * {
        min-width: fit-content !important;
    }
}

.receipt-list-filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
/* .edit-event-form .select2-container--default .select2-selection--multiple .select2-selection__rendered { */
    line-height: 35px !important;
}

.receipt-list-filter-form .select2-container .select2-selection--single,
.receipt-list-filter-form .select2-container--default .select2-selection--single,
.receipt-list-filter-form .select2-container--default .select2-selection--single .select2-selection__clear,
.receipt-list-filter-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.receipt-list-filter-form .select2-container--default .select2-selection--single .select2-selection__clear span {
    display: block !important;
    height: 35px !important;
    line-height: 27px;
    font-size: 1.25rem;
    color: #A94442 !important;
}

#filter-donor + .select2 {
    width: 100% !important;
}

#filter-donor + .select2 .select2-selection--single,
#event-notification-users + .select2 .select2-selection--mltiple {
    width: 100%;
    overflow: hidden;
}

#event-notification-users + .select2 .select2-selection--mltiple {
    min-height: 45px;
}

/* #filter-donor + .select2 .select2-selection__rendered {
    display: block;
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 0;
} */