.body {
    font-family: 'byt light' ! important;
}

body {
    background-image: url(../images/background_image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    height: 100vh;
}

@font-face {
    font-family: 'Larkens Bold';
    src: url('../fonts/Larken-ExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'Larkens Regular';
    src: url('../fonts/Larken-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'byt light';
    src: url('../fonts/byt-Light.otf') format('opentype');
}

@font-face {
    font-family: 'byt semibold';
    src: url('../fonts/byt-SemiBold.otf') format('opentype');
}

.arabic, .arabic button {
    direction: rtl;
    font-family: 'byt semibold' !important;
}

.arabic-font h1,
.arabic-font h2, 
.arabic-font h3, 
.arabic-font h4, 
.arabic-font h5, 
.arabic-font h6{
    font-family: 'byt semibold' !important;
}

.arabic h1, 
.arabic h2, 
.arabic h3, 
.arabic h4, 
.arabic h5, 
.arabic h6 {
    font-family: 'byt semibold' !important; 
}

.arabic-font .table thead tr th, 
.arabic, .table thead tr th{
    font-family: 'byt semibold' !important;
}

.arabic-font label, .arabic label{
    font-family: 'byt semibold' !important;
}

.english, .english button {
    direction: ltr;
    font-family: 'Larkens Regular' !important;
}

.english h1,
.english h2,
.english h3,
.english h4,
.english h5,
.english h6 {
    font-family: 'Larkens Bold' !important;
}

.english-font h1,
.english-font h2,
.english-font h3,
.english-font h4,
.english-font h5,
.english-font h6 {
    font-family: 'Larkens Bold' !important;
}

.english .table thead tr th{
    font-family: 'Larkens Bold' !important;
}

.english-font .table thead tr th{
    font-family: 'Larkens Bold' !important;
}

.english label{
    font-family: 'Larkens Bold' !important;
}

.english-font label{
    font-family: 'Larkens Bold' !important;
}

.sidebar-menu,
.filters-menu {
    width: 100%;
    text-align: center;
    height: 100%;
}

.td-none {
    text-decoration: none;
}

.text-red {
    color: red ! important;
}

.text-green {
    color: #36E39B ! important;
}

.lst-none {
    list-style-type: none;
}

.text-bold {
    font-weight: bold;
}

.display-inline-block {
    display: inline-block;
}

.display-flex {
    display: flex;
}

/* .m-0{
    margin: 0px !important;
} */

.fs-16 {
    font-size: 16px !important;
    color: #212529;
}

.modal-backdrop.show{
    /* opacity: 0 !important; */
}

.sidebar-list {
    list-style: none;
    padding-inline-start: 0px;
    width: 100%;
    height: 80%;
    justify-content: space-around;
    display: inline-grid;
}

.filters-list {
    list-style: none;
    padding-inline-start: 0px;
    width: 100%;
    height: 80%;
    display: inline-grid;
}

ul.sidebar-list li {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px;
    justify-content: center;
    display: flex;
}

ul.sidebar-list li a {
    width: 55px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.sidebar-header {
    height: 120px;
    padding-top: 30px;
}


.filters-header {
    height: 100px;
    padding-top: 50px;
}

a.active {
    background: #272B3A;
    border-radius: 20px;
}

a.white svg {
    fill: #FFF;
}

a.active svg path {
    stroke: #F0F0F0;
}

a.active svg path.fill-white, a.active svg g {
    fill: #F0F0F0;
}

div.filters-header h2 {
    font-size: 32px;
    font-weight: 400;
    color: #272B3A;
}

div.filters-header a {
    display: flex;
    justify-content: center;
}

aside.filters {
    width: calc(18%) !important;
    right: calc(10%) !important;
    z-index: 1001;
    position: fixed !important;
    color: #F0F0F0 !important;
    background-color: #F0F0F0 !important;
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    border-left: 1px solid #272B3A;
    overflow-y: auto;
    overflow-x: hidden;
}

ul.filters-list > li {
    width: 100%;
    /* margin-bottom: 48px; */
}

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

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

.text-center {
    text-align: center !important;
}

.fs-64px {
    font-size: 64px;
}

.fs-32px {
    font-size: 32px !important;
}

.lh-40px {
    line-height: 40px !important;
}

.bc-272B3A {
    background-color: #272B3A !important;
}

/* canvas {
    width: 100%;
} */

.overflow-hidden {
    overflow: hidden !important;
}

.hidden {
    display: none !important;
}

.h-400px {
    height: 400px !important;
}

.h-1000px {
    height: 1000px !important;
}

.h-1200px {
    height: 1200px !important;
}

.h-3500px {
    height: 3500px !important;
}


.h-500px {
    height: 500px !important;
}

.h-460px {
    height: 460px !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.h-442px {
    height: 442px !important;
}

.w-100 {
    width: 100% !important;
}

.b-1 {
    border: 1px solid !important;
}

.fs-48px {
    font-size: 48px !important;
}

.h-200px {
    height: 200px !important;
}

.py-30px {
    padding: 30px 0px !important;
}

.br-8px {
    border-radius: 8px !important;
}

.bc-36E39B {
    background-color: #36E39B !important;
}

.text-white {
    color: #F0F0F0 !important;
}

/* .main{
    background-image: url("/images/dashboard/background.png");
    background-repeat: no-repeat;
    background-size: cover;
} */

.grid {
    display: grid;
    height: 97vh;
    justify-content: center;
    /* aligns the items horizontally */
    align-items: center;
    /* aligns the items vertically */
    border: 1px solid #000;
}

.site-section,.site-section-custom {
    background-image: url(/images/dashboard/background.png);
    background-repeat: repeat;
    height: fit-content;
    border: none;
}

.b-2 {
    border: 2px solid #272B3A !important;
}

.bc-9565D2 {
    background-color: #9565D2 !important;
}

.bc-17a2b8{
    background-color: #17a2b8 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.pt-8px {
    padding-top: 8px !important;
}

.mt-100px {
    margin-top: 100px !important;
}

.mt-50px {
    margin-top: 50px !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.btn-apply-filters{
    padding: 0.7rem 1.75rem !important;
}

.w-80{
    width: 80% !important;
}

.f-x-large{
    font-size: x-large;
}

.font-size-small{
    font-size: 13px !important;
}

/* .select2-container--default {
    width: 80% !important;
} */

ul.filters-list li select {
    width: 80%;
    height: 45px;
    margin: 4%;
    font-size: 16px;
    line-height: 30.59px;
    font-weight: 400;
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 5px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: black !important;
}

.arabic .select2-search__field{
    font-family: 'byt semibold' !important;
    font-size: 16px;
}

.english .select2-search__field::placeholder{
    font-family: 'Larkens Regular' !important;
    font-size: 16px;
}

ul.filters-list li > div {
    width: 80%;
    height: 50px;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 5px 10px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #272B3A;
}

.event-select{
    width: 100%;
    height: 31px;
    /* margin: 4%; */
    font-size: 16px;
    line-height: 30.59px;
    font-weight: 400;
    /* background-color: #F0F0F0; */
    border-radius: 10px;
    padding: 0px 6px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: black !important;
}

ul.filters-list li .arabic-select, .arabic-arrow-select {
    text-align: end;
    background-image: url("/images/dashboard/arrow_down.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 5%;
}

ul.filters-list li .english-select, .english-arrow-select {
    text-align: left;
    background-image: url("/images/dashboard/arrow_down.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 90%;
}

.pdf-div {
    text-align: left !important;
}

.pdf-btn {
    background-color: #272B3A !important;
    border-radius: 5px !important;
    color: #F0F0F0 !important;
    font-size: 20px !important;
    line-height: 30.59px !important;
    font-weight: 400 !important;
    width: 80% !important;
    margin: 0px 30px !important;
}

.excel-div {
    text-align: left !important;
}

.excel-btn {
    background-color: #36E39B !important;
    border-radius: 5px !important;
    border: 1px solid #272B3A !important;
    color: #272B3A !important;
    font-size: 20px !important;
    line-height: 30.59px !important;
    font-weight: 400 !important;
    width: 80% !important;
    margin: 0px 30px !important;
}

/* aside{
    padding-top: 50px;
} */

.action-button-black {
    padding: 10px;
    color: #F0F0F0;
    background-color: #272B3A;
    text-decoration: none ! important;
    place-content: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    transition: background-color 0.3s;
}

.action-button-white {
    padding: 10px;
    color: #F0F0F0;
    background-color: #272B3A;
    text-decoration: none ! important;
    place-content: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    transition: background-color 0.3s;
}

.justify-item-center {
    justify-items: center !important;
}

.input {
    width: 100%;
    padding: 6px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

/* .bg-image {
    background-image: url(../images/background_image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: fixed !important;
} */


.bg-image {
    background-image: url(../images/background_image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    /* Ensure it spans the full width */
    /* position: absolute; */
    /* Use absolute instead of fixed */
    top: 0;
    left: 0;
    z-index: -1;
    /* Send it behind other content */
}

.bg-image-login {
    background-image: url(../images/background_image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.bg-image-full {
    background-image: url(../images/background_image.png);
    background-size: cover ! important;
    background-position: center;
    background-repeat: repeat;
    height: 100vh;
}

.bg-green {
    background-color: #36E39B ! important;
    background-size: cover;
    height: 100vh;
}

.bg-green-button {
    background-color: #36E39B ! important;
    background-size: cover;
}

.bg-custom-button {
    background-color: transparent ! important;
    background-size: cover;
    /* text-decoration: underline; */
    color: #007bff !important;
}

.dt-info{
    display: none !important;
}

.lh-3{
    line-height: 3 !important;
}

.bg-red-button {
    background-color: #e35936 ! important;
    background-size: cover;
}

.bg-light-theme {
    background-color: #f0f0f0 ! important;
}

.border-black {
    border: 1px solid #272B3A !important;
}

.dt-search {
    display: none !important;
}

.arabic-icon-eye {
    /* display: none; */
    cursor: pointer;
    /* top: 53.7%; */
    transform: translateY(53%);
    left: 39%;
}

.english-icon-eye {
    /* display: none; */
    cursor: pointer;
    /* top: 53.7%; */
    transform: translateY(39%);
    right: 9%;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    max-height: 400px !important;
    height: 400px !important;
}

.border-none-button {
    border: none !important;
    background-color: transparent !important;
}

.align-self-end {
    align-self: end !important;
}

/* .userForm{
    width: 100% !important;
    border-radius: 5px !important;
    background-color: #36E39B !important;
} */


/* Widths Custom */
.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-25 {
    width: 25% !important;
}

.w-10 {
    width: 10% !important;
}

.w-90 {
    width: 90% !important;
}

.w-80 {
    width: 80% !important;
}

.w-70 {
    width: 70% !important;
}

.w-60 {
    width: 60% !important;
}

.w-45 {
    width: 45% !important;
}

.w-40 {
    width: 40% !important;
}

.w-30 {
    width: 30% !important;
}

.w-20 {
    width: 20% !important;
}

.w-15 {
    width: 15% !important;
}

.w-5 {
    width: 5% !important;
}

.page-item.active .page-link {
    background-color: #36E39B !important;
    border-color: #36E39B !important;
}

.page-link {
    color: #272B3A ! important;
}

.valign-middle {
    vertical-align: middle !important;
}

.place-self-center{
    place-self: center;
}
.place-self-end{
    place-self: end;
}

.user-name{
    border: 1px solid black !important;
    border-radius: 30px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media (max-height: 870px) {
    .filters-header {
        height: 70px !important;
        padding-top: 10px !important;
    }
    
    ul.filters-list li select {
        margin: 3% !important;
    }
    
    ul.filters-list li > div {
        margin: 3% !important;
    }
    
    ul.sidebar-list li a svg,ul.sidebar-list li a img {
        height: 25px !important;
        width: 25px !important;
    }
    
    ul.sidebar-list li a{
        height: 40px !important;
        width: 43px !important;
    }
}

@media (max-height: 1200px) {
    
    ul.filters-list li > div {
        margin: 5% !important;
        padding: 5px 10px !important;
        height: 70px;
    }
    
}

.w-75{
    width:75% !important;   
}

.j-s-center{
    justify-self: center !important;
}

.p-i-center{
    place-items: center !important;
}

@media (max-height: 980px) {
    .filters-header {
        height: 45px;
        padding-top: 10px;
    }
    
    ul.filters-list li select {
        margin: 5%;
    }
    
    ul.filters-list li > div{
        margin: 2% !important;
        height: 73px !important;
        line-height: 19px !important;
    }
}

@media (max-height: 720px) {
    ul.filters-list li select{
        height: 40px;
    }
    
    ul.filters-list li > div{
        margin: 2% !important;
        height: 66px !important;
        width: 80% !important;
        line-height: 19px !important;
    }
    
    ul.filters-list li select {
        margin: 2%;
    }

    .inline {
        display: inline-block !important;
    }
    
    .w-78 {
        width: 78% !important;
    }
}

/* Select2 styles */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: black !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: #F0F0F0 !important;
    border: 1px solid rgb(118, 118, 118)  !important;
    border-radius: 10px  !important;
    margin: 2% 0%  !important;
}

.arabic .select2-container .select2-search--inline .select2-search__field{
    padding: 0px 14px !important;
}

.english .select2-container .select2-search--inline .select2-search__field{
    padding: 0px 5px !important;
}

.select2-container .select2-search--inline .select2-search__field::placeholder{
    color: #000 !important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
}

.select2-search__field::-ms-input-placeholder { /* Edge 12 -18 */
    color: black !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li, .select2-results__option {
    font-family: 'Larkens Regular' !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0px 0px !important;
    margin: 0px 5px !important;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #dbdbdb !important;
    cursor: default;
}

.arabic .select2-search__field{
    font-family: 'byt semibold' !important;
    text-align: right !important;
    font-size: 16px !important;
}

.english .select2-search__field{
    font-family: 'Larkens Regular' !important;
    text-align: left !important;
    font-size: 16px !important;
}

/* filters styles date & time */

@media only screen and (min-height: 700px) and (max-height: 1200px) {
    
    ul.filters-list li > div {
        margin: 5% !important;
        padding: 5px 10px !important;
        height: 80px;
        font-size: 16px !important;
    }

    ul.filters-list li select {
        font-size: 16px !important;
    }

    h3 {
        font-size: 1.4rem !important;
    }    

    .fs-64px{
        font-size: 48px !important;
    }
    
}

@media only screen and (min-height: 1200px) and (max-height: 1500px) {
    
    ul.filters-list li > div {
        margin: 5% !important;
        padding: 5px 10px !important;
        height: 80px;
    }
    
}

@media only screen and (min-height: 1500px) and (max-height: 1800px) {
    
    ul.filters-list li > div {
        margin: 5% !important;
        padding: 5px 10px !important;
        /* height: 90px; */
    }
    
}

@media only screen and (max-height: 5000px) and (min-height: 1800px) {
    
    ul.filters-list li > div {
        margin: 5% !important;
        padding: 5px 10px !important;
        height: 95px;
    }
    
}

/* scroll bar */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: black;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: black; 
}

.h-80{
    height: 80vh !important;
}

.sticky-head thead{
    position: sticky;
    top: 0;
    z-index: 1;
}

.float-right{
    float: right !important;
}

.float-left{
    float: left !important;
}

.w-350px{
    width: 350px !important;
}

.py-35 {
    padding: 35px 0px !important;
}

.bc-c549b6{
    background-color: #c549b6 !important;
}

.bc-b7cf6b{
    background-color: #b7cf6b !important;
}

.items-center{
    align-items: center !important;
}

.h-100{
    height: 100% !important;
}