
/* time Line Css
 */

.timeline {
    position: relative;
    margin-left: 12px;
    padding-left: 20px;
    border-left: 2px solid var(--main-light);
    z-index: 1;
}

.list-group .list-group-item {
    color: var(--main);
}

.list-group .list-group-item strong {
    color: var(--white);
}

.ActiveChart {
    width: 100%;
    height: 300px;
    border: 0;
}

.apexcharts-inner.apexcharts-graphical {
    transform: translateX(5%);
}

#SvgjsLine1672 {
    background-color: transparent;
    stroke: transparent;
}

.icon-chart {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: .25rem;
    font-size: 1.6rem;
}


.user-xxs {
    height: 2.25rem;
    width: 2.25rem;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid var(--dark-light-2);
}

.user-xxs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dot-active {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.timeline-item {
    margin-bottom: 30px;
    position: relative;
}

.timeline-icon {
    width: 36px;
    height: 36px;
    background-color: var(--main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -40px;
    z-index: 2;
    top: 0;
}

.timeline-icon i {
    color: var(--white);
    font-size: 16px;
}

.timeline-content {
    padding-left: 10px;
    font-size: .75rem;
}

.timeline-time {
    font-size: .7rem;
    color: var(--secondary);
}

/* chart Css Start */
#chart .apexcharts-inner.apexcharts-graphical {
    transform: translate(7%, 60px) !important;
}

#radialChart {
    height: 290px;
}

.comman-height-sm {
    height: 350px;
    overflow-y: auto;
}

.comman-height-md {
    height: 340px;
    overflow-y: auto;
}

.comman-height-lg {
    height: 400px;
    overflow-y: auto;
}

.comman-height-xl {
    height: 510px;
    overflow-y: auto;
}

.apexcharts-inner.apexcharts-graphical {
    transform: translate(8%, 10px);
}

#apexProcessChart .apexcharts-inner.apexcharts-graphical {
    transform: translate(8%, 27px);
}

#bottleneckChart .apexcharts-inner.apexcharts-graphical {
    transform: translate(8%, 40px) !important;
}

#budgetChart .apexcharts-canvas .apexcharts-pie {
    transform: translate(10px, 29px);
}

/* Chart Css End */
/* filter Design Css Start*/
.languageDropdown-menu li a {
    height: 30px;
}

.custom-filter {
    min-width: 350px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-toggle::after {
    display: none;
}

.form-label {
    font-weight: 500;
}

/* Filter Design Css End */
.banner-height {
    height: 300px;
    position: relative;
    background-image: url(../img/bg/banner-3.png);
    background-size: cover;
    overflow: hidden;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    background-position: top;
    margin-bottom: 1.5rem;
}

.banner-height::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    z-index: 1;
    opacity: .5;
}

.banner-wrapper {
    position: relative;
    margin-bottom: 0rem;
}

.banner-wrapper .user-xxl {
    position: absolute;
    bottom: -20%;
    z-index: 2;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translateX(-50%);
    border-color: var(--dark);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.text-company-details {
    width: 50%;
    flex: 0 0 auto;
}

.icon {
    font-size: 1.75rem;
}

/* Body Light Mode */
body.light-mode {
    background-color: var(--light);
}

body.light-mode .header-wrapper,
body.light-mode .sidebar-wrapper {
    background-color: var(--white);
}

body.light-mode .sidebar-wrapper .sidebar-body .sidebar-item:hover {
    color: var(--main);
    background-color: var(--main-light);
}

body.light-mode .sidebar-wrapper .sidebar-body .sidebar-item:hover i {
    color: var(--main);
    background-color: transparent;
}

body.light-mode .accordion .accordion-item .sidebar-item .accordion-button::after {
    filter: brightness(1) invert(0) !important;
}

body.light-mode .sidebar-wrapper .sidebar-body .sidebar-item.active,
body.light-mode .sidebar-wrapper .sidebar-body .sidebar-item.active .accordion-button.text-white {
    background-color: var(--main) !important;
    color: var(--white) !important;
}

body.light-mode .sidebar-wrapper .sidebar-body .sidebar-item.active .accordion-button.text-white::after {
    filter: brightness(0) invert(1) !important;
}

body.light-mode .sidebar-wrapper .sidebar-body .accordion .accordion-body .sidebar-item.active,
body.light-mode .sidebar-wrapper .sidebar-body .accordion .accordion-body .sidebar-item.active i {
    background-color: var(--white) !important;
    color: var(--main) !important;
}

body.light-mode .sidebar-wrapper .sidebar-body .sidebar-item.active i,
body.light-mode .sidebar-wrapper .sidebar-body .sidebar-item.active .accordion-button i {
    color: var(--white) !important;
}

body.light-mode .header-icon,
body.light-mode .toggle-btn {
    color: var(--gray);
}

body.light-mode .header-icon:hover {
    background-color: var(--main-light) !important;
}

body.light-mode .content-part {
    background-color: var(--light-bg);
}

body.light-mode .card {
    background-color: var(--white);
    border-color: var(--light-border);
    color: var(--dark) !important;
}

body.light-mode .comman-card-heading {
    color: var(--dark);
}

body.light-mode .card-header,
body.light-mode .card-footer {
    background-color: transparent !important;
    border-color: var(--light-border);
}

body.light-mode .text-white {
    color: var(--dark) !important;
}

body.light-mode .text-light {
    color: var(--dark) !important;
}

body.light-mode .statics-card {
    background-color: var(--white);
}

body.light-mode .statics-card .statics-heading {
    color: var(--main);
}

body.light-mode .statics-card:hover {
    background-color: var(--main-light-2);
}

body.light-mode .statics-card .statics-text {
    color: var(--gray-dark);
}

body.light-mode .text-secondary {
    color: var(--main) !important;
}

body.light-mode .table thead tr th,
body.light-mode .table tbody tr td {
    color: var(--gray-light);
    border-color: var(--light-bg);
}

body.light-mode .table-square-img {
    background-color: var(--main-light);
}

body.light-mode .nav-pills .nav-link {
    color: var(--gray);
}

body.light-mode .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--white);
    color: var(--main);
    font-weight: 600;
    border-color: var(--main);
}

body.light-mode .table-icon {
    color: var(--white);
}

body.light-mode .table-icon.bg-primary,
body.light-mode .table-icon.bg-success {
    background-color: var(--main) !important;
}

body.light-mode .form-check-input:checked {
    background-color: var(--main);
}

body.light-mode .form-check-input:focus {
    box-shadow: 0 0 0 .25rem var(--main-light);
}

body.light-mode .bg-primary {
    background-color: var(--main) !important;
}

body.light-mode .btn-primary {
    background-color: var(--main) !important;
}

body.light-mode .brand-link {
    color: var(--gray-dark);
}

body.light-mode .upload-img {
    background-color: var(--main);
}

body.light-mode .upload-img:hover {
    background-color: var(--main-light);
}

body.light-mode .modal-content {
    background-color: var(--white);
}

body.light-mode .modal-title {
    color: var(--main);
}

body.light-mode .modal-header button {
    color: var(--main);
}

body.light-mode.bg-dark-light {
    background-color: var(--main) !important;
}

body.light-mode.bg-dark-light .border-3 {
    border-color: var(--white);
}

body.light-mode.bg-dark-light .text-primary {
    color: var(--main) !important;
}

body.light-mode.bg-dark-light .comman-btn {
    background-color: var(--main) !important;
}

body.light-mode .icon-view {
    background-color: var(--main-light);
    color: var(--main);
}

body.light-mode .dropdown-menu.dropdown-menu-lg {
    background-color: var(--main) !important;
}

body.light-mode .dropdown-menu.dropdown-menu-lg .text-light,
body.light-mode .dropdown-menu.dropdown-menu-lg .text-white {
    color: var(--white) !important;
}

body.light-mode .form-label {
    color: var(--dark);
}

body.light-mode .form-control {
    border-color: var(--light-border);
}

textarea.form-control {
    height: auto !important;
}

body.light-mode .list-group .list-group-item {
    color: var(--gray-dark);
    background-color: var(--white);
}

body.light-mode .list-group .list-group-item strong {
    color: var(--gray-light) !important;
}

/* End Light Mode */
body.light-mode .accordion .accordion-collapse .accordion-body .sidebar-item:hover,
body.light-mode .accordion .accordion-body .sidebar-item.active,
body.light-mode .accordion .accordion-body .sidebar-item:hover i {
    background-color: transparent !important;
    color: var(--gray-dark) !important;
}

.accordion .accordion-body .sidebar-item.active {
    background-color: transparent !important;
    color: var(--main) !important;
}


body.dark-mode #SvgjsText1664,
body.dark-mode #SvgjsText1665 {
    fill: #FFFFFF;
}

body.light-mode .accordion-button {
    color: var(--gray) !important;
}

body.light-mode .sidebar-wrapper .sidebar-body .sidebar-item,
body.light-mode .sidebar-wrapper .sidebar-body .sidebar-item .accordion-header .accordion-button {
    color: var(--gray) !important;
}

.sidebar-wrapper .sidebar-body .sidebar-item,
.sidebar-wrapper .sidebar-body .sidebar-item .accordion-header .accordion-button {
    color: var(--light-border) !important;
}

.sidebar-wrapper .sidebar-body .sidebar-item,
.sidebar-wrapper .sidebar-body .sidebar-item .accordion-header.active .accordion-button i {
    color: var(--white) !important;
}

.search-box {
    height: 32px;
    /* margin-top: .5rem; */
}

.search-box i {
    font-size: 1rem;
}

.search-box .form-control {
    width: 200px;
    height: 32px;
    line-height: 32px;
    font-size: 1rem;
    border: 0;
    border-bottom: 1px solid var(--light-border);
    border-radius: 0;
}

.search-box .form-control:focus {
    box-shadow: none;
}

/* pr View */
.pr-view-container {
    background: var(--white);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    margin: 40px auto;
    max-width: 1200px;
}

.section-title {
    font-weight: 700;
    color: var(--main);
    /* margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--light); */
    padding-bottom: 5px;
}

.info-label {
    font-weight: 600;
    color: var(--gray);
}

.info-value {
    font-weight: 500;
}

/* Pr View */



/* RTL CSS START */
body.lang-ar {
    direction: rtl;
}

body.lang-ar .header-wrapper {
    right: 250px;
}

body.lang-ar .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

body.lang-ar .btn.btn-sm.dropdown-toggle i {
    margin-left: 12px;
}

body.lang-ar .accordion .accordion-collapse.collapse::before {
    left: 205px;
}

body.lang-ar .accordion .accordion-collapse .accordion-body .sidebar-item::before,
.accordion .accordion-collapse .accordion-body .sidebar-item::after {
    left: 185px;
}

body.lang-ar .accordion .accordion-collapse .accordion-body .sidebar-item {
    padding-right: 50px !important;
    padding-left: 0px !important;
}

body.lang-ar .header-wrapper.active {
    right: 70px;
}

body.lang-ar .sidebar-wrapper.active .sidebar-body .sidebar-item .sidebar-item {
    width: 1.5rem;
    margin-left: 30px;
    margin-right: 8px;
}

/* RTL CSS END */
.custom-width-full {
    width: 100% !important;
}

.height-scroll {
    height: 75vh;
    overflow-y: auto;
}

.height-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: var(--main-light-2);
}

.height-scroll::-webkit-scrollbar-thumb {
    background-color: var(--main-light);
    border-radius: 5px;
}

.card-header .dropdown .btn.dropdown-toggle,
.card-header .dropdown .btn.dropdown-toggle i {
    font-size: 1rem;
    /* margin-top: .38rem; */
}

.sidebar-wrapper .sidebar-body .sidebar-item .accordion-button.text-white::after {
    background-position: 0px 4px;
}

.accordion-button:not(.collapsed)::after {
    background-position: 6px 4px !important;
}

/* timeline-design */
.process-timeline-wrapper .project-list-wrapper {
    height: 300px;
    overflow-y: auto;
}

.process-timeline-wrapper .project-list-wrapper .project-list {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: .5rem;
    padding: .5rem;
    border-radius: 5px;
}

.process-timeline-wrapper .project-list-wrapper .project-list.active {
    background-color: var(--indigo-light);
    color: var(--white);
}

.process-timeline-wrapper .project-list-wrapper .project-list i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    color: var(--white);
    flex: 0 0 auto;
}

.process-timeline-wrapper .project-list-wrapper .project-list:nth-child(odd) i {
    background-color: var(--main);
}

.process-timeline-wrapper .project-list-wrapper .project-list:nth-child(even) i {
    background-color: var(--purple);
}

.process-timeline-wrapper .process-timeline-chart-wrapper {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.process-timeline-wrapper .header-year {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    background-color: var(--main-light-2);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--main);
    margin-bottom: .75rem;
}

.process-timeline-wrapper .body-timeline-data-wrapper {
    height: 300px;
    /* overflow: hidden; */
}

.process-timeline-wrapper .body-timeline-data {
    height: 100%;
    overflow-y: auto;
    position: absolute;
    width: 500.00000004%;
    top: 50px;
}

/* New Process time Css */
.process-timeline-chart-wrapper.new-timeline .body-timeline-data {
    width: 100%;
}

.process-timeline-chart-wrapper.new-timeline .body-timeline-data-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.process-timeline-chart-wrapper.new-timeline .body-timeline-data-wrapper .time-line-data-2 {
    width: 180px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: var(--top);
    left: var(--left);
    z-index: 50;
    border-radius: .25rem;
    color: var(--light);
    background-color: var(--main);
    text-align: center;
}

.process-timeline-chart-wrapper.new-timeline .body-timeline-data-wrapper .time-line-data-2 .content-hover {
    width: fit-content;
    height: auto;
    border-radius: .25rem;
    padding: 5px;
    margin-top: 10px;
    background-color: var(--light-border);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: none;
    transition: all .3s ease-in-out;
}

.process-timeline-chart-wrapper.new-timeline .body-timeline-data-wrapper .time-line-data-2.hover-effect:hover .content-hover {
    display: block;
}

.process-timeline-chart-wrapper.new-timeline .body-timeline-data-wrapper .time-line-data-2 .content-hover::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--light-border);
}

.process-timeline-chart-wrapper.new-timeline .body-timeline-data-wrapper .time-line-data-2 .content-hover p {
    font-size: 10px;
    line-height: 1.5;
}

.progress-bar-custom {
    width: 100%;
    height: 12px;
    border-radius: 8px;
    overflow: auto;
    position: relative;
    color: var(--white);
    text-align: end;
    overflow: hidden;
    font-size: 8px;
    background-color: var(--light-border);
}

.progress-bar-custom .item-1,
.progress-bar-custom .item-2 {
    height: 100%;
    width: var(--width);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 14px;
    z-index: 2;
    background-color: var(--main);
}

.progress-bar-custom .item-2 {
    z-index: 1;
    background-color: var(--purple);
}

.payment-mode,
.payment-completed {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    color: var(--gray-light);
    padding-left: .8rem;
}

.payment-mode::after,
.payment-completed::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--main);
    transform: translateY(-50%);
}

.payment-completed::after {
    background-color: var(--purple);
}

/* New Process time Css */
.body-timeline-data .time-line-data-1 {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 5px;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: var(--ml);
    width: var(--width);
    background-color: var(--bg);
    color: var(--color);
    margin-bottom: .5rem;
    position: relative;
}

.body-timeline-data .time-line-data-1::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: var(--width);
    height: 100%;
    background-color: #000000;
}

/* timeline-design */
.apexcharts-inner.apexcharts-graphical {
    transform: translate(-2%, -32px) !important;
}

.apexcharts-legend.apexcharts-align-center.apx-legend-position-bottom {
    top: 274px !important;
    max-height: 194px !important;
}

#radialChart .apexcharts-inner.apexcharts-graphical {
    transform: translate(6%, 8px) !important;
}

a.btn-sm {
    line-height: 2;
}

#procurementChart {
    min-height: 356px !important;
}

#procurementChart .apexcharts-theme-light .apexcharts-inner.apexcharts-graphical {
    transform: translate(7%, 42px) !important;
}

#financeChart .apexcharts-inner.apexcharts-graphical {
    transform: translate(4%, 43px) !important;
}

#financeChart .apexcharts-yaxis {
    transform: translate(0px, 9px) !important;
}

.accordion.recent-ads-wrapper .accordion-collapse.collapse::before {
    width: 0px;
    height: 0;
}

.accordion.recent-ads-wrapper .accordion-item {
    border: 1px solid var(--light-bg) !important;
}

.accordion.recent-ads-wrapper .accordion-body {
    background-color: var(--white) !important;
}