.zain-extralight {
    font-family: "Zain", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.zain-light {
    font-family: "Zain", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.zain-regular {
    font-family: "Zain", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zain-bold {
    font-family: "Zain", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.zain-extrabold {
    font-family: "Zain", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.zain-black {
    font-family: "Zain", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.logo {
    width: 30%;
}

body,
html {
    direction: rtl;
    height: 100%;
}

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

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

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

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

.sidebar__container {
    display: flex;
    height: 100%;
}

.nav-cont {
    width: 100%;
    max-height: 100%;
}

.custom__nav {
    position: fixed;
    z-index: 10;
    width: -webkit-fill-available;
    width: -moz-available;
}

.custom__sidebar {
    width: 100%;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-in;
}

.expanded .custom__sidebar {
    max-width: 250px;
    opacity: 1;
}

.sidebar__link {
    border: 0;
    border-right: 7px solid;
}

.side__brand {
    margin: 19px auto;
}

@media (max-width: 576px) {
    /* Styles for small screens */
    .custom-absolute {
        position: absolute;
        top: 64px;
        right: 0px;
        z-index: 10; /* Adjust as needed */
    }
}
.pb__container {
    padding-right: 6vw;
    padding-left: 3vw;
}

.pb__items {
    min-height: 150px;
    max-width: 50px;
    width: 100%;
    border-right: 4px solid;
}
.pb__content {
    width: 100%;
}

.pb__circule {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translateX(25px);
}

.pb > .caseContentInfo > .progress__bar :first-child .pb__circule {
    margin-top: 0 !important;
}

.pb > .caseContentInfo > .progress__bar :last-child .pb__items {
    border: 0 !important;
}

.pb > .caseContentInfo > .progress__bar :last-child .pb__circule {
    margin-top: 0 !important;
    transform: translateX(23px);
}

span.page-link {
    padding-top: 3px;
    padding-bottom: 3px;
}
.page-item:first-child .page-link {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

/* @keyframes ldio-yzaezf3dcmj {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.ldio-yzaezf3dcmj div {
    /* position: absolute; 
    animation: ldio-yzaezf3dcmj 0.7s linear infinite;
    width: 116.48000000000002px;
    height: 116.48000000000002px;
    top: 53.760000000000005px;
    left: 53.760000000000005px;
    border-radius: 50%;
    box-shadow: 0 6.496000000000001px 0 0 #0d6efd;
    transform-origin: 58.24000000000001px 61.48800000000001px;
}
.loadingio-spinner-eclipse-2by998twmg8 {
    width: 100%;
    height: 125px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
.ldio-yzaezf3dcmj {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above 
}
.ldio-yzaezf3dcmj div {
    box-sizing: content-box;
}
/* [ldio] generated by https://loading.io */
div.modal {
    display: block;
}

.loading-spinner {
    width: 35px;
    position: absolute;
    right: 14px;
}

.loading-spinner__search {
    width: 38px;
}

select.customer_list {
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.customer_list_expanded select.customer_list {
    max-height: 125px;
    opacity: 1;
}

.progress__bar {
    display: none;
    width: 0;
    overflow-x: hidden;
}

.lawyers__team-view {
    display: none;
    width: 0;
    overflow-x: hidden;
}

.lawyers__team {
    display: none;
    width: 0;
    overflow-x: hidden;
}

.Session {
    display: none;
    width: 0;
    overflow-x: hidden;
}

.caseStatus {
    display: none;
    width: 0;
    overflow-x: hidden;
}

.progressBar .progress__bar {
    display: block;
    width: 100%;
}

.LawyersTeam .lawyers__team {
    display: block;
    width: 100%;
}

.LawyersTeam .lawyers__team > ul > li {
    cursor: pointer;
}

.LawyersTeam .lawyers__team > ul > li:hover {
    cursor: pointer;
    background: #0d6efd;
    color: white;
}

.LawyersTeamView .lawyers__team-view {
    display: block;
    width: 100%;
}

.createSession .Session {
    display: block;
    width: 100%;
}

.changeStatus .caseStatus {
    display: block;
    width: 100%;
}

input[type="datetime-local"] {
    padding: 5px;
    font-size: 20px;
    border-radius: 10px;
    border: 1px solid;
}

input[type="submit"] {
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
}

.accordion-button::after {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.sidebar__sublink {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-in;
}

.sub-expanded .sidebar__sublink {
    max-height: 250px;
    opacity: 1;
}

#printableDiv {
    width: 210mm;
    min-height: 297mm;
    padding: 30px;
}

#printableDiv p {
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.ck-content {
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 10px !important;
}

.ck-content p {
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

/* Customize the wire:navigate progress bar */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #0d6efd !important;
    /* Change the color to your preference */
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px !important;
    /* Change the height to your preference */
}

#nprogress .peg {
    display: none !important;
    /* Hide the peg (spinner) */
}

#nprogress .spinner {
    display: none !important;
    /* Hide the spinner */
}

.transition {
    transition: all 0.3s ease;
}

.ease-out {
    transition-timing-function: ease-out;
}

.ease-in {
    transition-timing-function: ease-in;
}

/* tmep */
.fc-today {
    background-color: inherit !important;
}

.fc-event {
    border: none;
    border-radius: 0;
}

.fc-day-number {
    font-size: 0.9em;
    opacity: 0.7;
}

.fc-day-header {
    font-weight: normal;
    font-size: 0.9em;
    padding: 5px 0 !important;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
}

.fc-time-grid .fc-slats td {
    height: 40px;
}

@media print {
    body {
        overflow: unset !important;
        padding: 0 !important;
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
    }
    /* div {
        overflow: unset !important;
        padding: 0 !important;
        margin: 0 !important;
        top: -80px !important;
        bottom: 0 !important;
    } */
    /* table {
        overflow: unset !important;
        padding: 0 !important;
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        font-size: 12px !important;
     } */
    @page {
        margin: 0;
    }
    /* Hide everything */
    #printableDiv {
        width: 100%;
        overflow: unset !important;
    }

    /* aside {
        display: none;
    }

    .custom__nav {
        display: none;
    }  */
}

.animate-card-onhover {
    transition: transform 0.3s ease;
}

.animate-card-onhover:hover {
    transform: scale(1.1);
}

.pure_link {
    text-decoration: none !important;
    color: inherit !important;
    background: none !important;
    border: none !important;
}


/* Calendar */

