/* You can add global styles to this file, and also import other style files */
@import "theme-rtl.css";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    font-family: "Droid Arabic Kufi", serif;
}

.card-container {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 25vh);
}

.offcanvas {
    overflow: auto;
    max-height: 100vh;
}

.offcanvas.offcanvas-end {
    width: 700px;
}

.offcanvas-title {
    color: #fff; 
}

.offcanvas-header {
    background-color: var(--falcon-primary);
}

.text-header {
    color: var(--falcon-primary) !important;
}

.offcanvas-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(1rem - 0.5rem * .5);
}

.ng-select.ng-select-single .ng-select-container {
    height: 36px !important;
    min-height: 11px !important;
    max-height: 30px !important;
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
    color: #b6c1d2 !important;
    font-size: 0.875rem;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    font-size: 0.875rem !important;
    padding: 4px 10px;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
    font-size: 0.875rem !important;
}

.error {
    color: #e63757;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 75%;
    font-weight: 400 !important;
}

.btn-close {
    font-size: 1.5rem;
    background: url(/assets/img/icons/close.png) center/1em auto no-repeat!important;
    color: #fff!important;
    opacity: 1!important;
}

.btn-close:focus {
    box-shadow: none !important;
    opacity: 1;
}

.error-select .ng-select-container {
    border-color: #e63757; 
}

.data-table th.last-column,
.data-table td.last-column {
  position: sticky;
  right: 0;
  background-color: #edf2f9;
  text-align: center;
}


.data-table th.last-column,
.data-table td.last-column {
  position: sticky;
  left: 0;
  background-color: #edf2f9;
  text-align: center;
}
/* filtter style */
.btn-filter{
    position: absolute !important;
    left: 0 !important;
}
.open > .dropdown-menu {
    display: block;
}
.filter-dropdown-menu ::-webkit-scrollbar {
    width: 0px !important; /* Remove scrollbar space */
    background: transparent !important; /* Optional: just make scrollbar invisible */
}
/*filter*/
.filter-dropdown-menu {
    font-size: var(--falcon-body-font-size) !important;
    left: 0;
    overflow: scroll;
    max-height: 360px;
    height: 80vh;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    opacity: 0.7;
    padding: 15px !important;
    overflow-y: hidden;
    overflow-x: hidden;
}
.filter-dropdown-menu:hover {
    opacity: 1 !important;
}
.first-filter-li {
    border: none;
    text-transform: capitalize;
}
.filter-li {
    width: 350px;
    min-height: 38vh;
    max-height: 38vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 1px solid #e0e0e0;
    padding: 15px;
}

.open > .dropdown-menu {
    display: block;
}
.dropdown-menu-dataTable {
    margin-left: 96px !important;
    transform: translate3d(-18px, -1.4px, 0px) !important;
}
#receiving-table >.table-responsive {
    overflow-y: auto;
    height: 54vh !important;
}
#serials-table >.table-responsive {
    overflow-y: auto;
    height: 75vh !important;
}
.ngx-pagination .current{
    background: #355e3b !important;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #355d3b2e;;
 }