.wdmre-reim-filters-left {
    width: 59%;
    float: left;
}
.wdmre-reim-filters-right {
    width: 40%;
    float: right;
}
.wdmre-reim-total-number-data{
    width: fit-content;
}
.wdmre-reim-total-number-data h3 {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}
.wdmre-reim-total-number-data .wdm-aligned-number {
    color: #ed680a;
}
.spinner-grow {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}
@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@media (prefers-reduced-motion:reduce) {

    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}
.wdmre-status-btn.active {
    background-color: #e9134c;
    color: #fff;
    border: 2px solid transparent;
}
.wdm-popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.wdm-popup .wdm-popup__content {
    width: 80%;
    overflow: auto;
    padding: 50px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    box-shadow: 2px 2px 2px 2px;
}
.wdm-popup .wdm-popup__content .wdm-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    display: block;
}
.wdm-popup .wdm-popup__content .wdm-close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #099ccc;
}
.wdm-popup .wdm-popup__content .wdm-close span:nth-child(1) {
    transform: rotate(45deg);
}
.wdm-popup .wdm-popup__content .wdm-close span:nth-child(2) {
    transform: rotate(135deg);
}
.wdmre-edit-note-text, .wdmre-reim-data-extra {
    display: none;
}
.wdmre-status-btn:hover, .wdmre-status-btn:focus {
    background-color: #e9134c;
    border: 2px solid transparent;
}
.wdmre-btn:hover, .wdmre-btn:focus,
.wdm-sweetalert-confirm-button:hover {
    background-color: #c40739 !important;
    color: #FFF;
    border: 1px solid transparent;
}
.wdmre-status-btn strong {
    font-weight: 900;
}
a.wdmre-btn.wdmre-edt-btn {
    text-decoration: none;
}
a.wdmre-btn.wdmre-edt-btn:hover {
    color: #fff;
}
.wdmre-btn {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    font-family: AtlasGrotesk-Regular1,Arial,Helvetica,sans-serif;
    margin: 5px 0;
    padding: 5px 10px;
    white-space: normal;
    border-color: #e9134c;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: button;
    overflow: visible;
    border-radius: 4px;
    background-color: #e9134c;
    color: #fff;
    border: 1px solid transparent;
}
.wdmre-status-btn {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    font-family: AtlasGrotesk-Regular1,Arial,Helvetica,sans-serif;
    margin: 5px 0;
    padding: 5px 10px;
    white-space: normal;
    border-color: #e9134c;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: button;
    overflow: visible;
    color: #e9134c;
    background-color: #fff;
    border: 2px solid #e9134c;
    border-radius: 4px;
}
.wdmre-reim-date-filters {
    display: flex;
    justify-content: space-between;
    width: 102.5%;
}
.wdmre-reim-date-filters label {
    width: 100%;
}
.wdmre-reim-date-filters input {
    width: 95%;
    height: 45px;
}
.wdmre-reim-date-check {
    text-align: right;
    margin-right: 20px;
}
.wdmre-reim-date-check input[type="checkbox"]:checked{
    accent-color: #e9134c;
}
.wdmre-reim-date-filters h3, .wdmre-reim-filters-right h3 {
    color: #181954;
}
.wdmre-reim-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;

}
.wdmre-reim-data-extra-wrap {
    display: flex;
    justify-content: space-between;
}
.wdmre-reim-data p {
    margin: 0;
}
.wdmre-reim-filters-right {
    padding: 20px;
    background: #f4f4f4;
    margin-bottom: 20px;
}
.wdmre-reim-max-appr h6 {
    margin: 0;
}
.wdmre-nodoc {
    font-style: italic;
    font-weight: 500;
}
table.wdmre-reim-table {
    border: none !important;
    border-collapse: collapse;
}
.wdmre-reim-table td {
    border: none !important;
    padding: 0;
    padding-bottom: 10px;
}
div.wdmre-reim-data {
    border: 5px solid #fff !important;
    border-top: none;
    padding: 10px;
}
.wdmre-reim-data.wdm-my-claims-shortcode{
    border: 1px solid #00000024 !important;
    margin: 10px 0 0;
    border-radius: 10px;
    transition:0.3s ease-in;
}
.wdmre-reim-data.wdm-my-claims-shortcode:hover{
    box-shadow: 0 0 4px 0;
}
table.wdmre-reim-table th {
    border: none !important;
    text-align: left;
    color: #181954;
}
.wdmre-entry-data-tr {
    background: #fff;
    line-height: 2;
}

/* For the Reimbursement title */
.wdmre-entry-data-tr td:first-child {
    width: 407px;
    max-width: 407px;
}

.wdmre-reim-data-left {
    width: 100%;
    max-width: 773px;
}

@media only screen and (max-width: 782px) {
    .wdmre-entry-data-tr td:first-child {
        width: 207px;
        max-width: 207px;
    }
    
    .wdmre-reim-data-left {
        width: 100%;
        max-width: 373px;
    }
}

.wdmre-entry-data-tr td {
    padding: 0px 0px 0px 11px;
}
.wdmre-reim-data-visible {
    cursor: pointer;
}
.wdm_re_project_type span.select2-container,
.wdm_reimbursement_user span.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 2 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}
.wdmre-btn {
    padding: 5px 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.wdmre-details-btn{
    padding-block: 3px;
    line-height: normal;
    margin: 0;
    cursor: pointer;
    text-transform: capitalize;
}
.wdmre-reim-note {
    margin-top: 10px;
}
#gfield_upload_rules_7_10 {
    display: none;
}
#gfield_upload_rules_7_15 {
    display: none;
}

.wdmre-reim-search-res-msg {
    color: #ED680A;
    font-size: medium;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
}

.wdmre-project-filter-wrap {
    .select2-selection__clear,
    .select2-selection__choice__remove {
        color: #000;
        background: none;
        margin: 2px 5px 0 0;
    }
    
    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        position:absolute;
        right: 0;
    }
    
    span.select2-search.select2-search--inline .select2-search__field {
        margin: 0 5px;
        height: auto;
    }
    
    span.select2-search.select2-search--inline {
        display: contents;
    }

    .select2-selection__rendered {
        margin: 0;
        display: block !important;
    }
}

/* Reimbursement List Page CSS */
.wdmre-project-filter-wrap{margin: 10px 0;}
.wdmre-project-filter-wrap span.select2-container--default .select2-selection--single{min-height: 40px; background: #fafafa;}

/* Bank Details Css*/
.wdm-ac-details-success {
    text-align: left;
}
button.gform_delete_file {
    color: #ff0000;
}

.gform_wrapper select, .select2-container--default .select2-selection--single {
    height: auto !important;
}

/* Pagination CSS */
.wdmre-reimbursement-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.reim_page_loader {
    display: none;
    z-index: 999999999 !important;
}

.wdm-reim-pagination-num {
    color: #000000;
}

.wdmre-filter-max-table-by-date {
    padding: 5px;
}

.wdm-reim-pagination-num.active {
    color: #FFFFFF;
}

.wdm-no-reimbursements-hide{
    display: none !important;
}

.wdmre-bank-ac-details p {
    margin-bottom: 1em;
}

.wdm-sweetalert-cancel-button {
    background-color: rgb( 255, 255, 255 ) !important;
}

.wdm-sweetalert-confirm-button {
    background-color: #e9134c !important;
}

/*
Receipts repeat count and Receipt fold toggle.
*/
.repeater-field-header-count, .repeater-icon.icon-down-open.repeater-field-header-acctions-toogle {
    display: none;
}


/*
Receipts description size increase.
*/
.wdm_receipt_description > div textarea {
    height: 130px !important;
}

/*
Hide bullets from Show Receipts Popup.
*/
.wdmre-recip-files li ul {
    list-style-type: none;
    text-align: justify;
    margin-bottom: 20px;
    margin-left: 10px;
}

#gform_wrapper_7 .gform_heading {
    text-align: center;
}

/*
Add more button background.
*/
.gf-repeater-field-button-add, .gf-repeater-field-button-add:focus {
    color: #000000 !important;
    background: #bdbdbe !important;
    /* line-height: 1em; */
    /* font-weight: 700; */
    text-transform: uppercase;
    font-family: inherit;
    /* font-size: 1.2rem; */
}

.repeater-field-footer {
    /* text-align: center; */
    margin-top: 30px !important;
}

/* margin to all gravity form fields */
.gform_fields > .gfield:not(.gfield--type-section):not(.gfield--type-repeater_start) {
    margin-bottom:25px;
}

/* center submit button for claim your funds form */
#gform_7 .gform_footer {
    justify-content:center;

    input{
        width:max-content;
        font-size: 20px;
        padding: 15px 25px;
    }
}

/* gfield description padding */
.wdm_reim_travel_policy, .wdm_reim_impact_statement  {
    .gfield_description{
        padding-block: 5px !important;
    }
}

/*
Distinguish between repeated fields.
*/
.repeater-field-item {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

/*
Cards Right column alignment.
*/
.wdmre-reim-data-right {
    width: 30%;
    min-width: 30%;
}

.ginput_container_select, .select2-selection--single {
    height: auto;
}
