.select2-selection__rendered {
    line-height: 32px !important;
}
.select2-container .select2-selection--single {
    height: 33px !important;
}
.select2-selection__arrow {
    height: 33px !important;
}
.select2-selection {
    border-color: rgb(195, 207, 223) !important;
    appearance: none;
    background-clip: padding-box;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(206, 212, 218);
    border-bottom-left-radius: 3.200000047683716px;
    border-bottom-right-radius: 3.200000047683716px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(206, 212, 218);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(206, 212, 218);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(206, 212, 218);
    border-top-left-radius: 3.200000047683716px;
    border-top-right-radius: 3.200000047683716px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
}

.select2-dropdown {
    z-index: 1061;
  }

h5.report-heading {
    /**background-color: #495057; **/
    background-color: rgb(59, 125, 221);
    color: #ffffff;
    padding: 5px;
}

.dropdown-menu{
    z-index: 1000;
}

.sidebar [data-bs-toggle=collapse]:after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: " ";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.2rem;
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    white-space: pre;
    text-transform: none;
}

/*.swal2-styled.swal2-confirm {
    background-color: rgb(59, 125, 221) !important;
}*/

.swal2-styled.swal2-confirm:focus {
    outline:0;
}

.hidden {
    display: none;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.right {
    float: right;
}

.left {
    float: left;
}
  
.additional_invoice_text, .additional_invoice_text p {
    font-size: 7pt !important;
    color:dimgray;
}

.additional_invoice_text ul > li {
    line-height: 7pt;
}

.logo {
    width: auto;
    max-width: 350px;
    height: auto;
}

.logoInvoice {
    max-height: 100px;
}

footer {
    text-align: center;
    padding-top:50px;
}

label.required:after {
    content:"*";
    color:red;
}

.avatar{
    object-fit:cover;
    border-radius:50%;
}

.avatar-big {
    width:192px;
    height:192px;
    object-fit:cover;
    border-radius:50%;
}

.avatar-small {
    width:32px;
    height:32px;
    object-fit:cover;
    border-radius:50%;
}

body #toast-container > div {
    opacity: 1;
}

table.table {
    font-size: 14px;
}

.modal-dialog {
    position: relative;
    display: table;
    overflow: auto;
    width: auto;
    min-width: 35vw;
}
.modal-body { /* Restrict Modal width to 90% */
    overflow-x: auto !important;
    max-width: 90vw !important;
}

input[readonly].normal-text{
    background-color:transparent;
    border: 0;
    font-size: 1em;
    text-align: right;
    width: 55px;
    font-weight: bold;
}
.form-inline {
    display: flex;
    align-items: center;
}

.form-inline .form-control {
    margin-right: 10px; /* Adjust this value as needed */
}

.form-inline .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: 1.5; /* Adjust line-height to match the height of the Select2 */
    border-radius: .2rem;
    height: auto; /* Set to auto or a specific value to match Select2's height */
}

/* Additional style to ensure alignment if using Select2 */
.select2-container--default .select2-selection--single {
    height: auto; /* Adjust to the desired height */
}

.select2-selection__rendered {
    line-height: inherit; /* Adjust line height to vertically center the text */
}
#addCustomerBtn, #addCustomerReceivedBtn {
    margin-left: 10px; /* Adjust the value as needed */
}