.modal-body form .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    z-index: 1055 !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.input-group-prepend .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 140px !important;
}

.card-invoice .card-body {
    padding: 20px 50px 50px !important;
}

.tooltip-primary .tooltip-inner {
    background: #5b47fb;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 15px;
    border-color: rgba(28, 39, 60, 0.2);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal {
    --bs-modal-zindex: 105;
    z-index: var(--bs-modal-zindex);
}

.modal-backdrop {
    --bs-backdrop-zindex: 100 !important;
}

.invoice-bill-to {
    margin-bottom: 0;
    float: right;
}

.billed-to p {
    font-size: 13px;
}

.az-content-dashboard-ten .az-content-body {
    display: grid;
}

.az-logo {
    font-weight: 700;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase !important;
    color: #5b47fb;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    position: relative;
    top: -2px;
}

.card-dashboard-nineteen .card-header h4 span,
.card-dashboard-nineteen .card-header .h4 span {
    font-weight: 800;
    letter-spacing: inherit;
    color: #97A3B9;
    font-size: smaller;
}

.card-dashboard-eighteen .card-body h6 span,
.card-dashboard-eighteen .card-body .h6 span {
    font-weight: 800;
    letter-spacing: inherit;
    color: #97A3B9;
    font-size: smaller;
}

legend {
    font-size: 1.2rem;
    font-weight: 700;
}

fieldset.border {
    border: solid 1px #DDD !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
}

legend.border {
    width: auto !important;
    border: none;
    font-size: 14px;
    padding: 3px 5px;
}

table.dataTable tbody tr.selected {
    background-color: #FFEBB7;
}

/* .dataTables_wrapper tbody {
    height: 200px;
} */

td.dataTables_empty {
    text-align: center;
    vertical-align: middle;
}

.table>thead {
    vertical-align: bottom;
    background-color: #c8d0d7;
}

.dataTable th,
.dataTable tr {
    height: 0em;
    background-color: whitesmoke;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 0px solid #111;
}

.datetimepicker table th.prev span,
.datetimepicker table th.next span {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    left: 11px;
}

.table thead th,
.table thead td {
    color: #000000;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-top-width: 0;
    padding: 12px 15px 10px;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgb(255 255 255 / 10%);
}

.info {
    border-width: 0;
    padding: 12px 15px;
    border-radius: 0;
    background-color: #bee2ff;
    border-color: #72c1f7;

}

.invoice-container {
    background-color: #fff;
    padding: 4%;
    margin: 25px auto;
    width: 250mm;
    min-height: 297mm;
    color: #5B6165;
    position: relative;
    overflow: hidden;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.table-bordered thead th,
.table-bordered thead td {
    border-top-width: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #D8E0E9;
}

.invoice-left {
    border: 1px solid #ccc;
    background-color: #D8E0E9;
}

.invoice-left,
.invoice-right {
    font-size: 85%;
    padding: 15px;
    height: 100%;
}

.invoice-right {
    border: solid #ccc 1px;
    margin-left: 15px;

}

.invoice-left,
.invoice-right {
    font-size: 85%;
    padding: 15px;
    height: 100%;
    border-color: #96ADC5;
}

.invoice-logo {
    text-align: center;
}

.invoice-footer-text {
    text-align: center;
    font-size: 10px;
    padding: 15px 0;
}

.invoice-detail {
    padding-bottom: 20px;
}

table.table-basic {
    width: 100%;
    table-layout: fixed;
}

.table-basic>thead {
    /* vertical-align: bottom; */
    background-color: #f0f8ff;
}

table.table-secondary {
    font-size: 65%;
}

.float-end {
    float: right !important;
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #96ADC5;
}

.invoice-logo {
    text-align: center;
    margin-bottom: 10px;
}

.invoice-footer {
    margin: auto;
    left: 4%;
    bottom: 4%;
    right: 4%;
    top: 5%;
    border-top: solid grey 1px;
    padding-top: 25px;
}

.invoice-logo img {
    max-width: 180px;
}

img,
svg {
    vertical-align: middle;
}

.p-tag {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 10px;
    font-style: italic;
}

div.dt-button-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 4px 4px 2px 4px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: white;
    overflow: hidden;
    z-index: 90;
    border-radius: 5px;
    box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: unset !important;
    z-index: 0 !important;
    /* background: rgba(0, 0, 0, 0.7); */
    /* background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); */
    /* z-index: 2002; */
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto !important;
    height: 40px;
    margin-left: -10% !important;
    margin-top: -25px;
    padding: 7px;
    text-align: center;
    font-size: 1.2em;
    background: aliceblue !important;
    border: 1px solid #b5b5b5;
}