body{
    overflow-x: hidden;
}
div.dataTables_scrollBody table tbody tr.even td{
    border-top: none;
    padding: 0.75rem 0.75rem;
    background-color: var(--falcon-table-bg)!important;
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--falcon-table-accent-bg)!important;
    box-shadow: inset 0 0 0 9999px var(--falcon-table-accent-bg)!important;
    color: var(--falcon-body-color)!important;
}
div.dataTables_scrollBody table tbody tr.odd td{
    border-top: none;
    padding: 0.75rem 0.75rem;
    background-color: var(--falcon-table-bg)!important;
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--falcon-table-accent-bg)!important;
    box-shadow: inset 0 0 0 9999px var(--falcon-table-accent-bg)!important;
    color: var(--falcon-btn-falcon-default-color)!important;
}

table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 30px;
    padding: 0.75rem 0.75rem;
    background-color: var(--falcon-table-bg)!important;
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--falcon-table-accent-bg)!important;
    box-shadow: inset 0 0 0 9999px var(--falcon-table-accent-bg)!important;
    color: var(--falcon-btn-falcon-default-color)!important;
    border-bottom: 1px solid var(--falcon-btn-falcon-default-color)!important;
}
.dt-button{
    color: var(--falcon-btn-falcon-default-color)!important;
    background-color: var(--falcon-btn-falcon-background)!important;
    border-color: var(--falcon-btn-falcon-background)!important;
    -webkit-box-shadow: var(--falcon-btn-falcon-box-shadow)!important;
    box-shadow: var(--falcon-btn-falcon-box-shadow)!important;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.3125rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    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-box-shadow .15s ease-in-out;

}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    float: left;
}
div.dataTables_wrapper div.dataTables_filter {
    float: left;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border-radius: 0px;
    position: relative;
    padding-top: 5px;
    left: -22px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-radius: 7px;
    width: 250px;
}
div.dataTables_wrapper div.dataTables_filter input {
    display: inline-block;
    width: auto;
    padding: 0.3125rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    border-radius: 50rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.5;
    color: var(--falcon-input-color);
    background-color: var(--falcon-input-bg);
    background-clip: padding-box;
    border: 1px solid var(--falcon-input-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: var(--falcon-box-shadow-inset);
    box-shadow: var(--falcon-box-shadow-inset);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 1.5em;
    display: inline-block;
    width: 250px!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0px!important;
}

.dt-buttons{
    position: absolute;
    right: 8px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    margin-bottom: 15px;
}
.customSearch{
    position: relative;
    top: 2px;
    font-size: 18px;
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--falcon-body-bg);
    z-index: 99999999;
}

#preloader-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loading-msg {
    width: 100%;
    font-size: 0.8em;
    color: #555;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
}

.spinner {
    width: 100px;
    height: 100px;
    border: 4px solid #f3f3f3;
    border-top: 5px solid #2489CE;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite ease;
}

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

.preloader .line{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 5px;
    background: white;
    width: 100%;
}
.loader{
    position: fixed;
    top: 0px;
    left: 0;
    width: 0%;
    height: 5px;
    background: #2489CE;
}

@keyframes load{
    from{
        width: 0%;
    }
    to{
        width: 100%;
    }
}

#loading-msg {
    width: 100%;
    position: absolute;
    top: calc(50% + 80px);
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: var(--falcon-headings-color);;
    font-size: 1em;
}
thead tr td{
    text-align: center;
    white-space: nowrap!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
}
tbody tr td {
    text-align: center;
    padding: 20px!important;
    white-space: nowrap!important;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.table-search{
    position: relative;
    width: 21rem;
    font-size: .8333333333rem;
}
.table-search .search-input{
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.7;
    border-radius: 50rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.table-search .search-box-icon {
    position: absolute;
    color: var(--falcon-400);
    top: 50%;
    left: 0.9rem;
    -webkit-transform: translateY(-48%);
    -ms-transform: translateY(-48%);
    transform: translateY(-48%);
}
.tbl-bg-primary {
    --falcon-table-accent-bg: var(--falcon-table-hover-bg);
}

.invoice-table tbody tr td{
    padding: .25rem .25rem!important;
}
.table-prod tbody tr td, .table-prod thead tr td, .table-prod tfoot tr td{
    padding-left: 1.25rem!important;
    padding: 0.75rem 0.75rem!important;
}
.fullDivLoader{
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    background: var(--falcon-card-bg);
    opacity: 0.8;
    border-radius: inherit;
}
.fullDivLoader .spinner-border{
    z-index: 99;
    height: 5rem;
    width: 5rem;
}