.flightrefunder-table {
    width: 100%;
}
.flightrefunder-form-section {
    width: 100%;
    min-width: 100% !important;
    display: inline-block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.flightrefunder-form-section .table-responsive {
    position: relative;
}
/* loader */
.flightrefunder-form-section .table-responsive .loader-table-section {
    position: absolute;
    left: -6%;
    top: 0px;
    width: 111%;
    height: 100%;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    filter: blur(10px);
    z-index: 2;
    text-align: center;
}
.loader-table {
    vertical-align: middle;
    pointer-events: none;
    position: absolute;
    z-index: 99999999;
}
.loader-table {
    border-radius: 50%;
    animation: 1s loader-table linear infinite;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-left-color: #467AFF;
    border-right-color: #467AFF;
    top: 50px;
}
@keyframes loader-table {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* end loader */
.flightrefunder-table-list p {
    font-size: 14px!important;
}
.departureIataCode-arrivalIataCode p {
    gap: 5px;
    display: flex;
    margin: 0!important;
}
.departureIataCode-arrivalIataCode p svg {
    min-width: 15px;
    max-width: 15px;
    height: auto;
}
.airlineName-flightNumber p {
    margin: 0!important;
}
.airlineName-flightNumber .flightNumber {
    font-weight: 600!important;
}

.departureScheduledTime {
    margin: 0!important;
}
.flightrefunder-table-list .airline-status {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px !important;
    margin: 0!important;
}
.flightrefunder-table-list .airline-status.cancelled {
    color: #ff2934 !important;
}
.flightrefunder-table-list .airline-status.delayed {
    color: #df8f05 !important;
}
.departureScheduledTime span {
    background: #a4a4a4;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    margin-left: 5px;
}
.compensation-button {
    background: #467AFF;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none !important;
    margin: 0;
    line-height: 1.5;
    color: #fff !important;
    text-align: center;
    padding: 5px 20px;
}

.flightrefunder-form-section tbody tr:nth-child(2n) {
    background: #F5F6F6;
}
.flightrefunder-form-section thead th {
    pointer-events: none !important;
    font-size: 14px;
}
.flightrefunder-form-section thead th .dt-column-order {
    display: none !important;
}
.flightrefunder-form-section .dt-length, .flightrefunder-form-section .dt-search, .flightrefunder-form-section .dt-info {
    display: none !important;
}
.flightrefunder-form-section div.dt-container .dt-paging .dt-paging-button:hover {
    color: white !important;
    border: 1px solid #467AFF;
    background-color: #467AFF;
    background: #467AFF;
    outline: none !important;
}
.flightrefunder-form-section div.dt-container .dt-paging .dt-paging-button
{
    color: #000000 !important;
    border: 1px solid #F5F6F6;
    background-color: #F5F6F6;
    background: #F5F6F6;
    outline: none !important;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 13px;
}
.flightrefunder-form-section div.dt-container .dt-paging .dt-paging-button.current,
.flightrefunder-form-section div.dt-container .dt-paging .dt-paging-button.current:hover
{
    color: #fff !important;
    border: 1px solid #467AFF;
    background-color: #467AFF;
    background: #467AFF;
}
/*
Form search
 */
.flightrefunder-search-section {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}
.flightrefunder-search-section .search-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}
.flightrefunder-search-section input {
    max-width: 100%;
    background: #fff;
    height: 40px;
    border: solid 1px #467AFF;
    border-radius: 5px;
    outline: none !important;
    width: 100%;
    padding: 4px 15px;
    min-height: 40px;
    box-sizing: border-box;
    color: #7C7675;
    font-size: 14px;
    font-weight: 600;
    min-width: 100%;
}
.flightrefunder-search-section .flightrefunder-search-btn {
    max-width: 100%;
    background: #467AFF;
    border: solid 1px #467AFF;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none !important;
    margin: 0;
    color: #fff !important;
    text-align: center;
    padding: 0px 20px;
    display: inherit;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.flightrefunder-search-section .flightrefunder-search-btn.disabled {
    pointer-events: none !important;
    background: rgb(71 123 255 / 50%);
    border: solid 1px rgb(71 123 255 / 50%);
}
.flightrefunder-search-section input::placeholder {
    color: #7C7675;
    font-size: 14px;
    font-weight: 600;
}
.flightrefunder-search-line {
    position: relative;
}
.flightrefunder-search-section .suggestions {
    border: 1px solid #ccc;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.flightrefunder-search-section .suggestions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.flightrefunder-search-section .suggestions li, .flightrefunder-search-section .suggestions p {
    padding: 8px 8px 8px 14px;
    cursor: pointer;
    color: #7C7675;
    font-size: 14px;
    font-weight: 600;
    margin: 0!important;
}
.flightrefunder-search-section .suggestions li:hover {
    background-color: #f0f0f0;
}
.flightrefunder-form-section div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
    justify-content: center;
    margin-left: auto;
    width: 100%;
}
.flatpickr-clear {
    padding: 5px 0px;
    font-weight: 600;
    background: #467AFF;
    color: #fff;
    cursor: pointer;
}
@media only screen and (min-width : 320px) and (max-width : 768px) {
    .flightrefunder-table-list p,
    .departureScheduledTime span,
    .flightrefunder-table .mobile_column_next .airline-status
    {
        font-size: 12px !important;
    }
    .flightrefunder-table {
        margin-top: 20px !important;
    }
    tr.flightrefunder-table-list {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0px;
        text-align: center;
        justify-content: center;
        min-width: 100%;
    }
    .flightrefunder-table thead {
        display: none;
    }
    .flightrefunder-table colgroup {
        display: none;
    }
    .departureIataCode-arrivalIataCode {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .flightrefunder-table tbody {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .compensation-button {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
    }
    tr.flightrefunder-table-list td {
        border: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .flightrefunder-table tbody td.dt-empty {
        border: none !important;
    }


    .flightrefunder-table .mobile_column_first {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .flightrefunder-table .mobile_column_first .airlineName-flightNumber {
        display: flex;
        align-items: center;
        flex-direction: row;
        width: 60%;
    }
    .flightrefunder-table .mobile_column_first p {
        width: 40%;
        text-align: left;
    }
    .flightrefunder-table .mobile_column_first .airlineName-flightNumber p {
        width: 50%;
    }
    .flightrefunder-table .mobile_column_first .airlineName-flightNumber .flightNumber {
        text-align: right;
        font-weight: bold;
    }

    .flightrefunder-table .mobile_column_next {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .flightrefunder-table .mobile_column_next .departureIataCode-arrivalIataCode {
        display: inline-block;
        float: left;
        width: 78%;
    }
    .flightrefunder-table .mobile_column_next .departureIataCode-arrivalIataCode p {
        display: inline-block;
        float: left;
        width: 50%;
        text-align: left;
        padding-right: 5px;
    }
    .flightrefunder-table .mobile_column_next .departureIataCode-arrivalIataCode p svg {
        margin-right: 5px;
        position: relative;
        top: 3px;
    }
    .flightrefunder-table .mobile_column_next .airline-status {
        display: inline-block;
        float: left;
        text-align: right;
        width: 22%;
        position: relative;
        top: 2px;
    }
}