.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;
}