﻿@import url('/assets/plugins/global/fonts/custom-font/tajawal/tajawal-font.css');
@import url('/assets/plugins/global/fonts/custom-font/poppins/poppins-font.css');
@import url('/assets/plugins/global/fonts/custom-font/almarai/almarai-font.css');

/**********************************************/
@font-face {
    src: url('/assets/plugins/global/fonts/Stc_Webfonts/STCForward-Regular.woff');
    font-family: STCForward-Regular;
}

@font-face {
    src: url('/assets/plugins/global/fonts/Stc_Webfonts/STCForward-Light.woff');
    font-family: STCForward-Light;
}

@font-face {
    src: url('/assets/plugins/global/fonts/Stc_Webfonts/STCForward-Medium.woff');
    font-family: STCForward-Medium;
}

@font-face {
    src: url('/assets/plugins/global/fonts/Stc_Webfonts/icomoon.woff');
    font-family: icomoon;
}


:root {
    --MainColorInWebSite: #2c2e73;
    --MainColorTextInWebSite: #2c2e73;
    --SecondColorInWebSite: #85714d;
    --MainImportantColorInWebSite: #26247B !important;
    --CancelColorInWebSite: #d7dae7 !important;
    --SubTheadColorInWebSite: #dd0d807d !important;
}

body {
    background: #fff !important;
    font-family: 'Almarai', sans-serif !important;
}

.fieldset-box {
    border: solid 1px #d7d7d7;
    padding: 0 20px;
}

    .fieldset-box legend {
        font-weight: 500;
        font-size: 1.275rem;
        color: #181C32;
        display: inline-block;
        padding: 0 10px;
        width: auto;
        margin: 0 -10px 20px;
    }

    .fieldset-box:not(:last-child) {
        margin-bottom: 20px;
    }

.login.login-1 .login-aside {
    position: relative;
    background-position: 30% center;
}

    .login.login-1 .login-aside:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
    }

    .login.login-1 .login-aside > div {
        position: relative
    }

.login-logo {
    padding: 0 50px;
    margin-bottom: 10px;
}

.login-form-bg {
    background: #fafafa;
    position: relative;
}

    .login-form-bg:before {
        content: '';
        /*        background: url(../media/bg/login2.jpg) center center no-repeat;*/
        background-size: 87%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: .3;
    }

    .login-form-bg .alert,
    .login-form-bg .login-signin {
        position: relative
    }

    .login-form-bg .alert {
        background: rgba(255, 255, 255, .7) !important;
    }

.brand .brand-logo img {
    max-width: 65px;
}

.logo-mobile img {
    max-width: 77px
}

.multiselect__input,
.multiselect__single {
    font-size: 13px !important;
}

.multiselect, .multiselect__input, .multiselect__single {
    font-family: inherit !important;
    font-size: 13px !important;
    touch-action: manipulation !important;
}

.text-sm {
    font-size: 80%
}

.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    padding: 17px;
    background-color: #fff;
    height: 110px;
    border-radius: 5px;
    transition: .3s linear all;
    display: flex;
    justify-content: space-between;
    border: none;
}

    .card-counter:hover {
        box-shadow: 4px 4px 20px #DADADA;
        transition: .3s linear all;
        border: 0.1px;
        border: 0.1px solid rgba(142, 102, 188, 0.55) !important;
    }

        .card-counter:hover .img-befor-vertical-line {
            opacity: 1;
        }

a:has(.card-counter) {
    color: transparent;
}

.card-counter.primary {
    background-color: #007bff;
    color: #FFF;
}

.card-counter.danger {
    background-color: #ef5350;
    color: #FFF;
}

.card-counter.success {
    background-color: #66bb6a;
    color: #FFF;
}

.card-counter.info {
    background-color: #26c6da;
    color: #FFF;
}

.card-counter.warning {
    background-color: #905c79;
    color: #FFF;
}

.card-counter.secondary {
    background-color: #3d885b;
    color: #FFF;
}

.card-counter.medium {
    background-color: #15174c;
    color: #FFF;
}

.card-counter.pink {
    background-color: #e295ab;
    color: #FFF;
}

.card-counter.green {
    background-color: #18520d;
    color: #FFF;
}

.card-counter i {
    font-size: 5em;
    opacity: 1.2;
}

.card-counter .count-numbers {
    font-family: STCForward-Medium;
    font-size: 35px;
    display: block;
    color: var(--MainColorTextInWebSite);
    margin: 0px 0px -1px 0px;
}

.card-counter .count-name {
    text-transform: capitalize;
    opacity: 1;
    display: block;
    font-family: STCForward-Regular;
    font-size: 12px !important;
    font-style: normal;
    color: #1d252d;
}

.img-befor-vertical-line {
    opacity: 0.6;
    width: 41px;
    display: block;
    /*margin: 0px 3px 0px 0px;*/
}

.vertical-line {
    height: 46px;
    width: 1pt;
    background-color: #8E9AA0;
    margin-inline-end: 5px;
}

.vertical-line-custom {
    display: block;
    width: 1px;
    height: 108px;
    background-color: #c1c1c1;
}

.welcome-card {
    background-color: #f7eeff;
    height: 110px;
    padding: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}

.circle {
    display: inline-block;
    background-color: white;
    border-radius: 50%;
    padding: 7px; /* Adjust the padding as needed */
    border: 1px solid #ffc26c;
    margin-right: 8px;
}

requiredLabel::after {
    content: " *";
    color: red;
}

.ml-dir {
    margin-left: 5px !important;
}

.form-group requiredLabel {
    font-size: 1.1rem;
    font-weight: 400;
}

.checkbox-wrapper-16 .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 10rem;
    min-height: 10rem;
    border-radius: 0.5rem;
    border: 2px solid #c6c6c673;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

requiredLabel {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: black;
}

/*Styles*/
.table .label.label-lg {
    height: auto;
}

.label.label-lg {
    font-size: 10px !important;
}

.card.card-custom > .card-header {
    min-height: 50px !important;
    /*border:0px !important;*/
}

.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text),
form#kpiPlanningApp button.btn.btn-primary:hover {
    background-color: var(--MainColorTextInWebSite) !important;
    border-color: var(--MainColorTextInWebSite) !important;
}

.multiselect__option--highlight {
    background-color: var(--MainColorInWebSite) !important;
}

.header-fixed.subheader-fixed.subheader-enabled .wrapper {
    padding: 100px 0px 0px 0px !important;
}

.dataTables_filter label {
    width: 100%;
    margin: 0 6px;
}

.kt-portlet__foot {
    float: right;
}

.modal-body .form-group {
    margin-bottom: 0;
}

.modal-body .row > .form-group {
    margin-bottom: 10px;
}

.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading,
.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link,
.menu-nav li.menu-item.active {
    background: var(--MainColorTextInWebSite) !important;
}

.aside-menu .menu-nav > .menu-item {
    border-bottom: 1px solid #3b2f62;
}

.card-custom {
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1) !important;
}

.settings-cards .card.card-custom {
    -webkit-transition: all .3s ease-in-out;
    background: white url(/assets/media/bg/background.png) no-repeat right bottom !important;
    background-size: 250% !important;
    border: 1px solid #fff;
}

    .settings-cards .card.card-custom a {
        color: var(--MainColorTextInWebSite) !important;
    }

    .settings-cards .card.card-custom:hover {
        /* border: 1px solid var(--MainColorTextInWebSite);*/
    }

div#kt_quick_user_toggle {
    justify-content: center;
    vertical-align: middle;
    display: flex !important;
}

.header-menu-wrapper.header-menu-wrapper-left h2 {
    color: var(--MainColorTextInWebSite) !important;
}

.card.card-custom > .card-header .card-title, .card.card-custom > .card-header .card-title .card-label {
    color: #1d252d !important;
}



.btn.btn-icon.btn-clean.btn-dropdown.btn-lg.mr-1.pulse.pulse-primary span.svg-icon.svg-icon-xl.svg-icon-primary .svg-icon.svg-icon-primary svg g [fill] {
    fill: #e06e18 !important;
}

.timeline.timeline-6.mt-3 span.text-dark-75.pl-3.font-size-sm {
    width: 270px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.timeline.timeline-6.mt-3 .timeline-item.align-items-start {
    margin-bottom: 40px !important;
}


.dashboard-cards .flex-grow-1.card-spacer {
    background-size: 160px;
}

.charts-box .card-body > div:first-child {
    height: 224px !important;
}


i.fas.fa-percentage {
    position: absolute;
    top: 38px;
    right: 45px;
    font-size: 20px;
    color: var(--MainColorTextInWebSite);
}

i.percentage {
    position: absolute;
    top: 5px;
    left: 308px;
    font-size: 20px;
    color: var(--MainColorTextInWebSite);
}

i.fas.fa-greater-than {
    top: 38px;
    right: 45px;
    font-size: 20px;
    color: var(--MainColorTextInWebSite);
}

i.fas.fa-greater-than-equal {
    top: 38px;
    right: 45px;
    font-size: 20px;
    color: var(--MainColorTextInWebSite);
}

i.fas.fa-less-than {
    top: 38px;
    right: 45px;
    font-size: 20px;
    color: var(--MainColorTextInWebSite);
}

i.fas.fa-less-than-equal {
    top: 38px;
    right: 45px;
    font-size: 20px;
    color: var(--MainColorTextInWebSite);
}

i.fas.fa-equals {
    position: absolute;
    top: 19px;
    right: -2px;
    font-size: 20px;
    color: var(--MainColorTextInWebSite);
}

i.sr {
    position: absolute;
    top: 5px;
    left: 308px;
    font-size: 20px;
    color: var(--MainColorTextInWebSite);
}

i.numbers {
    position: absolute;
    top: 5px;
    left: 308px;
    font-size: 20px;
    color: var(--MainColorTextInWebSite);
}

.status-boxes {
    border-style: dashed;
    border-color: rgb(221, 223, 224);
    border-radius: 7px;
    border-width: thin;
    margin-right: 10px;
    width: 132px !important;
    padding-top: 10px;
    display: grid;
    height: 105px;
}

.size-kpi {
    width: 1000px;
}

.margin-left-kpi {
    margin-left: 30px;
}

.margin-left-kpi-name {
    margin-left: 8px;
}

.card-toolbar span.nav-text {
    font-size: 16px !important;
}

.card-toolbar {
    border-width: thin;
    /*border-bottom-style: solid;*/
    border-color: rgb(236, 236, 236);
}

.card-kpi-mangment {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eff2f5;
    border-radius: .475rem;
    box-shadow: 0 0 20px 0 rgba(76,87,125,.02)
}

.btn-kpi {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: .475rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.card-toolbar .nav-line-tabs .nav-item .nav-link.active, .card-toolbar .nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.card-toolbar .nav-line-tabs .nav-item.show .nav-link,
.nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled), .nav.nav-tabs.nav-tabs-line .nav-link.active,
.nav.nav-tabs.nav-tabs-line .show > .nav-link {
    border-bottom: 2px solid var(--MainColorTextInWebSite) !important;
}

    .card-toolbar .nav-line-tabs .nav-item .nav-link.active span, .card-toolbar .nav-line-tabs .nav-item:hover .nav-link span,
    .nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled) span,
    .nav.nav-tabs.nav-tabs-line .nav-link.active span,
    .nav.nav-tabs.nav-tabs-line .show > .nav-link span,
    .nav.nav-tabs.nav-tabs-line .nav-link.active:hover span {
        color: var(--MainColorTextInWebSite) !important;
    }

.tab-pane h3 {
    padding: 6px 0;
    font-weight: 100;
    font-size: 16px;
    border-radius: 2px;
    margin-bottom: 15px;
}

.dasboard-chart-apex {
    margin-left: 66px;
}

.title-blue .card-header {
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #EBEDF3 !important;
    margin-top: 0 !important;
    padding-top: 5px !important;
    height: 70px !important;
}





.balance-scorrcard .card.card-custom .tab-pane .kt-section.kt-section--first h3.card-label {
    color: rgb(0,0,0) !important;
    background: #fff !important;
}

    .balance-scorrcard .card.card-custom .tab-pane .kt-section.kt-section--first h3.card-label i {
        color: rgb(0,0,0) !important;
    }



.balance-scorrcard .over-view .col-lg-4 .col-lg-12.div-2 {
    padding: 0;
}

.balance-scorrcard .over-view .col-lg-12.div-2 h4 {
    background: var(--MainColorTextInWebSite);
    padding: 8px 10px;
    border-left: 6px solid var(--MainColorTextInWebSite);
    margin-top: 20px;
    margin-bottom: 0;
}


.balance-scorrcard .over-view .col-lg-6 .card-body.p-4 .col-lg-12.div-2 h4 {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0 0 10px;
    color: #2890cb;
}

.identification .main-tilte {
    background: var(--MainColorTextInWebSite);
    padding: 8px 10px;
    border-left: 6px solid var(--MainColorTextInWebSite);
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
}

.identification h4 {
    background: #e6edfc;
    font-size: 16px;
    padding: 8px 10px;
    border-left: 6px solid rgb(0,0,0);
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
}

.identification .col-md-2 {
    margin-top: 27px;
    text-align: initial;
}

p.icon-btn.btn.btn-sm.btn-clean.btn.btn-icon.btn-light {
    background-color: #E4E6EF;
    border-color: #E4E6EF;
    cursor: default;
}

p.icon-btn b {
    font-size: 15px;
}

.swal2-popup .swal2-icon.swal2-icon-show {
    /*    display: none !important;*/
}

.tracking #tabelKpi th {
    font-weight: 500 !important;
    color: #989aa6 !important;
    background: transparent !important;
}


.tracking #tabelKpi td, .tracking #tabelKpi th {
    border: 0 !important;
}


.tracking #tabelKpi thead th {
    border-bottom: 1px solid #ddd !important;
    text-align: center;
}

.tracking #tabelKpi tbody td {
    padding: 0.7rem !important;
    vertical-align: middle !important;
    border-top: 1px solid #EBEDF3 !important;
    color: #64656a;
}

.tracking #tabelKpi tbody tr:nth-child(odd) {
    background: #EBEDF3;
}

.tracking #tabelKpi thead tr:hover {
    background: transparent !important;
}

.modal-content .card-header.font-weight-bolder.text-dark.font-size-h4 {
    font-weight: 100 !important;
    padding: 15px;
    height: 55px;
    background-color: rgb(24, 28, 55);
    color: #fff !important;
}

.modal-content {
    border: 0 !important;
}

    .modal-content .card.text-center {
        border: 0;
    }

.nav.nav-tabs.nav-tabs-line .nav-item:first-child .nav-link {
    margin-left: 1rem;
}

.tab-history h3.card-title.align-items-start.flex-column {
    width: 100%;
    background: transparent !important;
    border-bottom: 1px solid #e8e8e8;
}

a.btn.btn-primary.btn-sm img {
    filter: grayscale(1) invert(1);
}

.card-size {
    height: 224.5px;
}

.apex-margin {
    margin: -14px;
    margin-left: 80px;
}

.apex-margin-palnning {
    /*margin-top: 82px;*/
    margin-left: 80px;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
    background-color: var(--MainColorInWebSite) !important;
    color: #ffffff;
}


.table-bordered {
    border: 0px solid #EBEDF3;
}



.dataTables_wrapper .dataTable thead th {
    border-top: 0;
}

.table-bordered th, .table-bordered td {
    border: -2px solid #EBEDF3 !important;
}

.table-bordered th, .table-bordered td {
    border: -1px solid #EBEDF3 !important;
}

#kt_table_1_wrapper {
    font-family: Poppins, Helvetica, "sans-serif";
}

#kt_footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-left: 188px;
    background-color: #ffffff !important;
}

.dataTables_wrapper .dataTable {
    width: 100% !important;
    border-collapse: initial !important;
    border-spacing: 0 !important;
    margin: 0rem 0 !important;
    border-radius: 0.42rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 11px 0 !important;
    white-space: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
}

thead th {
    border-right: 0.5px solid #ffffff61 !important;
}

.dataTables_length {
    text-align: end;
}



.table-bordered {
    border: 0px solid #EBEDF3 !important;
}

table td:first-child {
    /*font-weight: bold !important;*/
    color: #1d252d !important;
}

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 100% !important;
}

#SvgjsSvg1082 {
    /*background: #d82a1d !important;*/
}

.bg-danger {
    background-color: #d82a1d !important;
}

.font-size-h4 {
    font-size: 1.85rem !important;
    position: absolute;
    top: 41px;
    left: 91px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem !important;
}

.bg-gray-100 {
    background-color: #ffffff !important;
}

.timeline.timeline-6:before {
    content: '';
    position: absolute;
    left: 58.5px !important;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #EBEDF3;
}


.timeline.timeline-6 .timeline-item .timeline-label {
    width: 59px !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    color: #3F4254;
}

#SvgjsSvg1547 {
    width: 50px !important;
    height: 50px !important;
}

#apexchartsbmmq1vpu {
    position: absolute;
    top: -1px !important;
    right: 14px !important;
}

.padding-setting {
    padding: 9px;
    padding-left: 30px;
}

.d-flex.flex-column.pt-12.bgi-size-cover.bgi-no-repeat.rounded-top,
.d-flex.flex-column.flex-center.py-10.bgi-size-cover.bgi-no-repeat.rounded-top {
    background: rgb(0,0,0) url(/assets/media/bg/background.png) no-repeat right bottom !important;
    background-size: 250% !important;
    background-color: #3f3f3f !important;
}

.title-blue .timeline.timeline-6 .timeline-item .timeline-badge {
    border: 5px solid rgb(0,0,0) !important;
}

ul.navi.navi-hover.py-4 > li:first-child {
    font-family: 'Almarai';
}

a.d-flex.align-items-center.text-gray-400.text-hover-primary.mb-2 {
    margin: 0 3px;
}

    a.d-flex.align-items-center.text-gray-400.text-hover-primary.mb-2 span.svg-icon.svg-icon-4.me-1 {
        padding: 0 3px;
    }

.kt-portlet__foot .btn {
    margin: 0 2px;
}

.card.card-custom.bgi-no-repeat.card-stretch.gutter-b {
    text-align: center;
}

.card-header.card-header-tabs-line.p-0 {
    border: 0;
}

.kt-portlet__foot {
    margin-top: 15px;
}

.card.card-custom.card-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*height:auto !important;*/
}


/*
    Custom Kpi Management
*/
.card-text-style {
    padding-left: 17px;
    font-size: 24px;
    font-weight: bold;
}

.margin-top-card {
    margin-top: -20px;
}

.font-weight-kpi {
    font-weight: bolder;
    font-size: 20px;
}









.flex-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 4rem 0;
}

.input-flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}

.flex-parent input {
    width: 25px;
    height: 25px;
    background-color: #0abb87;
    position: relative;
    border-radius: 50%;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

    .flex-parent input:focus {
        outline: none;
    }

    .flex-parent input::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 50%;
        transform: translateY(-50%);
        background-color: #0abb87;
        width: 150px;
        height: 5px;
        left: 25px;
    }

input.lastTimeline::after {
    display: none !important;
}

.flex-parent input:checked {
    background-color: #ffb822;
}

    .flex-parent input:checked::after {
        background-color: var(--my-color-var);
    }

    .flex-parent input:checked ~ input, input:checked ~ input::before, input:checked ~ input::after {
        background-color: #AEB6BF;
    }

    .flex-parent input:checked + .dot-info span {
        font-size: 13px;
        font-weight: bold;
    }

.dot-info {
    width: 150px;
    height: 25px;
    display: block;
    visibility: hidden;
    position: relative;
    z-index: -1;
    left: -75px;
}

    .dot-info span {
        visibility: visible;
        position: absolute;
        font-size: 12px;
    }

        .dot-info span.year {
            bottom: -30px;
            text-align: center;
            left: 0;
            display: block;
            right: 0;
        }

        .dot-info span.label {
            display: none;
            top: -65px;
            left: 0;
            transform: rotateZ(-45deg);
            width: 70px;
            text-indent: -10px;
        }

input[data-description="1"]:checked ~ #timeline-descriptions-wrapper p[data-description="1"] {
    display: block;
}

input[data-description="2"]:checked ~ #timeline-descriptions-wrapper p[data-description="2"] {
    display: block;
}

input[data-description="3"]:checked ~ #timeline-descriptions-wrapper p[data-description="3"] {
    display: block;
}

input[data-description="4"]:checked ~ #timeline-descriptions-wrapper p[data-description="4"] {
    display: block;
}

input[data-description="5"]:checked ~ #timeline-descriptions-wrapper p[data-description="5"] {
    display: block;
}

.form-group label {
    font-size: 1.1rem;
    font-weight: 500;
    color: #3F4254;
    display: flex;
    text-align: start;
}

.float-inline-start {
    float: inline-start;
}

.multiselect__tags:focus {
    border-color: var(--MainColorTextInWebSite) !important;
}

.vue-tel-input:focus-within {
    border-color: var(--MainColorTextInWebSite) !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: var(--MainColorTextInWebSite) !important;
}

multiselect::placeholder {
    color: red;
}

.card-height {
    height: 100px;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
/*----------------------------------- custom Deraah  */
.user-custom-color {
    color: #000000 !important;
}

    .user-custom-color:hover {
        color: var(--MainColorTextInWebSite) !important;
    }

.email-custom-color {
    color: #b5b5c3 !important;
}

    .email-custom-color:hover {
        color: var(--MainColorTextInWebSite) !important;
    }

.btn-user-custom {
    color: #3f3f3f;
    background-color: #b5b5c3;
    border: 0.1px solid var(--MainColorTextInWebSite) !important;
}

    .btn-user-custom:hover {
        color: #3f3f3f;
        background: linear-gradient(92deg, #005f71 0%, #04758b 66%);
        border: 0px !important;
        color: white !important;
    }

.user-custom-color-icon {
}

    .user-custom-color-icon:hover {
        background-color: var(--MainColorTextInWebSite) !important;
        color: white !important;
    }
/*
    .btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-clean:focus:not(.btn-text), .btn.btn-clean.focus:not(.btn-text) {
    color: white;
    border-color: transparent !important;
    background-color: #eee !important;
    
    border: 0.1px solid var(--MainColorTextInWebSite) !important;
}
*/
.card.card-custom > .card-header .card-title,
.card.card-custom > .card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #3f3f3f !important;
}

.modal-header {
    background-color: var(--MainColorInWebSite) !important;
}

.btn-custom-Notifications {
    /* background-color: var(--MainColorTextInWebSite) !important;*/
    background: linear-gradient(92deg, #005f71 0%, #04758b 66%);
    color: white !important;
}

.nav-link-custom-Notifications {
    border-bottom-color: var(--MainColorTextInWebSite) !important;
}

thead {
    background-color: var(--MainColorInWebSite);
    color: white !important;
}

.datepicker .datepicker-days table.table-condensed thead {
    background-color: whitesmoke;
}

.datepicker thead {
    background-color: whitesmoke;
    color: #333;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ccc;
}



.modal-content .modal-footer .btn-primary {
    background-color: var(--MainColorInWebSite) !important;
}

.btn-secondary :hover {
    background-color: #d7dae7;
    color: white;
}

.active-link {
    /*background: linear-gradient(92deg, var(--MainColorTextInWebSite) 45%, var(--MainColorInWebSite) 93% )*/
    /*background: linear-gradient(92deg, #ee2e59 47%, var(--MainColorInWebSite) 100% )*/
}

.sub-menu {
    /* don't remove this class*/
    /*this class is very important*/
}

.primary-color-website {
    color: var(--MainColorTextInWebSite) !important;
}

.primary-color-website-bg {
    /*background: var(--MainColorTextInWebSite) !important;*/
    background: linear-gradient(92deg, #005f71 0%, #04758b 66%);
}

/*progress circle*/
@keyframes growProgressBar {
    0%, 33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

/*div[role="progressbar"] {*/
/* border: 1px solid gray;*/
/*--size: 6.5rem;
    --fg: #369;
    --bg: #dfdfdf;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, white 75%, transparent 0 102.1%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}*/

div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    /*content: counter(percentage) '%';*/
}
/*******************/
.zoom-in-out-box {
    animation: zoom-in-zoom-out 1s;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.02, 1.02);
    }

    100% {
        transform: scale(1, 1);
    }
}
/********/

.shrink-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .shrink-on-hover:hover, .shrink-on-hover:focus, .shrink-on-hover:active {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

/*************/
/************ start Bubbles desgin*/

.middle {
    position: absolute;
    top: 0px;
    text-align: center;
    transform: translate(0px,-50%);
}

.confetti-button {
    font-family: 'Helvetica', 'Arial', sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 1em 2em;
    margin-top: 100px;
    margin-bottom: 60px;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--MainColorInWebSite);
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    /*  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5);*/
}

    .confetti-button:focus {
        outline: 0;
    }

    .confetti-button:before, .confetti-button:after {
        position: absolute;
        content: '';
        display: block;
        width: 140%;
        height: 100%;
        left: -20%;
        z-index: -1000;
        transition: all ease-in-out 0.5s;
        background-repeat: no-repeat;
    }

    .confetti-button:before {
        display: none;
        top: -75%;
        background-image: radial-gradient(circle, #ee2e59 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ee2e59 20%, transparent 30%), radial-gradient(circle, #ee2e59 20%, transparent 20%), radial-gradient(circle, #ee2e59 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ee2e59 15%, transparent 20%), radial-gradient(circle, #ee2e59 20%, transparent 20%), radial-gradient(circle, #ee2e59 20%, transparent 20%), radial-gradient(circle, #ee2e59 20%, transparent 20%), radial-gradient(circle, #ee2e59 20%, transparent 20%);
        background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
    }

    .confetti-button:after {
        display: none;
        bottom: -75%;
        background-image: radial-gradient(circle, #ee2e59 20%, transparent 20%), radial-gradient(circle, #ee2e59 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ee2e59 15%, transparent 20%), radial-gradient(circle, #ee2e59 20%, transparent 20%), radial-gradient(circle, #ee2e59 20%, transparent 20%), radial-gradient(circle, #ee2e59 20%, transparent 20%), radial-gradient(circle, #ee2e59 20%, transparent 20%);
        background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
    }

    .confetti-button:active {
        transform: scale(0.9);
        background-color: #ee2e59;
        box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
    }

    .confetti-button.animate:before {
        display: block;
        animation: topBubbles ease-in-out 0.75s forwards;
    }

    .confetti-button.animate:after {
        display: block;
        animation: bottomBubbles ease-in-out 0.75s forwards;
    }

@keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }

    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }

    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

@keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }

    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }

    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}
/************ end Bubbles desgin*/



.custome-card-shadow {
    box-shadow: 2px 2px 10px #DADADA !important;
}

.text-end {
    text-align: end !important;
}


/***** start status-dot  ********/

.status-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
}
/** coloring */
.status-active {
    background-color: #00c48b;
    animation: pulse-animation-status-active 1s infinite;
}

.status-inactive {
    background-color: #ff375e;
    animation: pulse-animation-status-inactive 1s infinite;
}


.status-warning {
    background-color: #ffbc7a;
    animation: pulse-animation-status-warning 1s infinite;
}

.status-new {
    background-color: #1bced7;
    animation: pulse-animation-status-new 1s infinite;
}

.status-canceled {
    background-color: #1d242c;
    animation: pulse-animation-status-canceled 1s infinite;
}

.status-not-required {
    background-color: #A6A6A6;
    animation: pulse-animation-status-not-required 1s infinite;
}




@keyframes pulse-animation-status-active {
    0% {
        box-shadow: 0 0 0 0px #e3eeea;
    }

    100% {
        box-shadow: 0 0 0 7px #e3eeea;
    }
}

@keyframes pulse-animation-status-inactive {
    0% {
        box-shadow: 0 0 0 0px #f7eff1;
    }

    100% {
        box-shadow: 0 0 0 7px #f7eff1;
    }
}

@keyframes pulse-animation-status-new {
    0% {
        box-shadow: 0 0 0 0px #d6f1f1;
    }

    100% {
        box-shadow: 0 0 0 7px #d6f1f1;
    }
}

@keyframes pulse-animation-status-canceled {
    0% {
        box-shadow: 0 0 0 0px #eaeaea;
    }

    100% {
        box-shadow: 0 0 0 7px #eaeaea;
    }
}

@keyframes pulse-animation-status-warning {
    0% {
        box-shadow: 0 0 0 0px #ffebe6;
    }

    100% {
        box-shadow: 0 0 0 7px #ffebe6;
    }
}

@keyframes pulse-animation-status-not-required {
    0% {
        box-shadow: 0 0 0 0px #eaeaea;
    }

    100% {
        box-shadow: 0 0 0 7px #eaeaea;
    }
}

/***** end start status-dot  ********/

.chevron-left-icon {
    color: var(--MainColorInWebSite);
}

/******************** added by ahmad odeh ***************************/
.switch {
    transition: all .3s;
}
/*.switch:hover {
        transition: all .3s;
        transform: translateX(-10px);
    }*/
.accordion .card .card-header {
    cursor: pointer;
    margin: 0;
    border-bottom: 0;
    padding: 0;
    background-color: #F3F6F9;
}

.mainBK {
    color: white !important;
    background-color: var(--MainColorInWebSite) !important
}

.switch.switch-outline.switch-primary input:checked ~ span:after {
    color: #ffffff;
    background-color: var(--MainColorInWebSite) !important;
}

.switch.switch-outline.switch-primary input:checked ~ span:before {
    border: 2px solid var(--MainColorInWebSite) !important;
    background-color: transparent;
}

.background-loders {
    position: relative;
    pointer-events: none;
    background-color: #d7d7d796;
    width: 100%;
    height: 100vh;
}

.hidden-height {
    visibility: hidden;
    height: 300px;
}

.symbol.symbol-lg-160px.symbol-fixed > img {
    width: 160px;
    height: 70px;
    max-width: auto;
    border-radius: 50px;
}

.border-dashed {
    border-style: dashed !important;
    border-color: #e4e6ef;
    border-radius: 50px !important;
}

.w-sm-300px {
    width: 381px !important;
}

.mb-3 {
    margin-bottom: 2.75rem !important;
}

.pe-8 {
    padding-right: 0rem !important;
}

#tabelKpi {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #tabelKpi td, #tabelKpi th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #tabelKpi tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #tabelKpi tr:hover {
        background-color: #ddd;
    }

    #tabelKpi th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #ec5e1e;
        color: white;
    }

.style-table-kpi-master {
    border: 0px !important;
}

.stylee-table-kpi-master {
    background-color: #ec5e1e !important;
    color: white;
}

.div.inset {
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    border-color: #999da1;
    padding: 12px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.flex-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 4rem 0;
    margin-bottom: 79px;
}

.input-flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    margin-inline-start: 119px;
}

.flex-parent input {
    width: 25px;
    height: 25px;
    background-color: #0abb87;
    position: relative;
    border-radius: 50%;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

    .flex-parent input:focus {
        outline: none;
    }

input.lastTimeline::after {
    display: none !important;
}

.flex-parent input:checked {
    background-color: #ffb822;
}

    .flex-parent input:checked::after {
        background-color: orange;
    }

    .flex-parent input:checked ~ input, input:checked ~ input::before, input:checked ~ input::after {
        background-color: #AEB6BF;
    }

    .flex-parent input:checked + .dot-info span {
        font-size: 13px;
        font-weight: bold;
    }

.flex-form-element {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.form-element {
    position: relative;
    width: 100%;
    height: 100px;
}

    .form-element input {
        display: none;
    }

    .form-element label {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        cursor: pointer;
        border: 2px solid #ddd;
        background: #fff;
        box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.1);
        text-align: center;
        transition: all 200ms ease-in-out;
        border-radius: 5px;
    }

    .form-element .icon {
        margin-top: 10px;
        font-size: 30px;
        color: #555;
        transition: all 200ms ease-in-out;
    }

    .form-element .title {
        font-size: 22px;
        color: #555;
        transition: all 200ms ease-in-out;
    }

    .form-element label:before {
        content: "✓";
        position: absolute;
        width: 18px;
        height: 18px;
        top: 10px;
        left: 25px;
        background: var(--MainColorInWebSite);
        color: #fff;
        text-align: center;
        line-height: 18px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 50%;
        opacity: 0;
        transform: scale(0.5);
        transition: all 200ms ease-in-out;
    }

    .form-element input:checked + label:before {
        opacity: 1;
        transform: scale(1);
    }

    .form-element input:checked + label .icon i {
        color: var(--MainColorInWebSite);
    }

    .form-element input:checked + label .title {
        color: var(--MainColorInWebSite);
    }

    .form-element input:checked + label {
        border: 2.5px solid var(--MainColorInWebSite);
    }

/*planning Index*/
.bulkSubmit-btn {
    background-color: var(--MainImportantColorInWebSite) !important;
    color: white !important;
}

.Modal-Content-Planning-Index {
    width: 50% !important;
    margin: 0px auto !important;
    border: 0.5px solid rgb(0, 65, 95) !important;
}

.Modal-Header-Planning_Index {
    height: 55px;
    background-color: rgb(24, 28, 55);
}

.Modal-Title-Planning_Index {
    color: white;
    margin: 0px auto;
}

.Cursor-Show {
    cursor: pointer;
    color: white !important;
}

/*planning Edit*/
.width-tab-Planning {
    width: 100%;
}

.card-kpi-planning {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: none;
    border-radius: 0.42rem;
}

.div-3 {
    border-radius: 7px;
    padding: 10px;
    color: white;
    height: 45px;
}

#loaderSpinner {
    height: 100%;
}

/*Planning KpiBank*/
.border-Custom {
    border-radius: 50px;
}

.logo-KpiCard {
    max-width: 165px !important;
}

.td-colspan {
    text-align: center;
    background-color: #7d65a1;
    color: #fff;
    font-size: 20px;
}

.print-Icon {
    font-size: 24px;
    padding-right: 0 !important;
}

.table-customer {
    width: 90%;
    margin-bottom: 50px;
}

.Pdf-Print {
    float: right;
    margin-bottom: 30px;
    margin-top: 20px;
    margin-right: 20px
}

.dir-rt {
    direction: ltr !important;
    text-align: right !important;
}

.KpiBank-custom-th {
    text-align: center;
    background-color: #efeeee;
    color: black;
    font-size: 1rem;
    width: 50px;
    border: 1px solid #192147;
    padding: 8px;
    font-size: 16px;
}

.KpiBank-custom-td {
    border: 1px solid #192147;
    padding: 8px;
    font-size: 16px;
}

.custome-heder-print {
    visibility: visible;
}

.section-to-print {
    margin-left: -120px !important;
    margin-top: -200px !important;
    padding: 10px !important;
    visibility: visible;
    text-align: -webkit-center;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 80%;
}

/*planning Audit-Log*/
.modal-body-AuditLog {
    max-height: 550px;
    overflow-y: auto;
    overflow-x: auto
}

.modal-content-AuditLog {
    width: 90%;
    min-width: 600px !important;
    margin: 0 auto;
    border: 0.5px solid #00415f;
}

.modal-header-AuditLog {
    height: 55px;
    background-color: #181c37;
}
/*planning Controlling*/
.Custom-Table-Controlling-th {
    text-align: center;
    vertical-align: inherit;
}

.Custom-Table-Controlling-td {
    text-align: center;
}

.Custom-Table-Controlling-tr {
    background-color: rgb(238 46 89);
    color: white;
}

.custom-div-planning-cont {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: black;
}

.kt-custom-controlling {
    border: 1px solid rgb(222 226 230) !important;
    border-radius: 0.3rem;
    padding-left: 15px;
}

.custom-style-stg {
    padding-top: 10px;
    margin-left: 16px;
    background-color: white;
    font-weight: bold;
}

.negative-margin-bottom-lbl {
    margin-bottom: -17px;
}

.negative-margin-bottom-div {
    margin-bottom: -15px;
}

.posative-padding-top-div {
    padding-top: 40px;
}

/*planning Defenition*/
.top-35 {
    top: 35px !important;
}

.m-t-7 {
    margin-top: 7px
}

.m-t-5 {
    margin-top: 5px
}

.m-t--20 {
    margin-top: -20px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-3 {
    margin-top: 3px
}

.m-t--15 {
    margin-top: -15px;
}

.m-l-15 {
    margin-left: 15px
}

.m-l--13 {
    margin-left: -13px
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-b-32 {
    margin-bottom: 32px;
}

.m-cus {
    margin: -5px 0px
}

.p-b-33 {
    padding-bottom: 33px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.f-s-36 {
    font-size: 36px !important;
}

.f-s-39 {
    font-size: 39px !important;
}

.f-s-30 {
    font-size: 30px !important;
}

.f-s-10 {
    font-size: 10px !important;
}

.f-s-11 {
    font-size: 11px;
}

.f-s-13 {
    font-size: 13px !important;
}

.f-s-18 {
    font-size: 18px !important;
}

.f-s-50 {
    font-size: 50px !important;
}

.f-s-65 {
    font-size: 65px !important;
}

.f-s-22 {
    font-size: 22px;
}

.p-t-10 {
    padding-top: 10px !important;
}

.row-cus {
    padding: inherit;
    width: 100%;
    padding-left: 6px;
    margin: auto;
}

/*Planning and calculation*/
.text-start {
    text-align: start !important;
}

.textlast {
    text-align-last: right !important;
}

.textlastCenter {
    text-align-last: center !important;
}

.textstart {
    text-align-last: start !important;
}

.custom-btn-Autofill {
    right: 10px;
    top: 10px;
}
/* Width and height*/
.width-10 {
    width: 10%
}

.width-20 {
    width: 20%
}

.W-30px {
    font-size: 30px !important;
}

.width-40 {
    width: 40% !important
}

.width-43 {
    width: 43% !important
}

.W-15 {
    width: 50px !important;
}

.width-90 {
    width: 90px !important;
}

.width-246 {
    width: 246px !important;
}

.width-159 {
    width: 159px !important;
}

.width-100 {
    width: 100px !important;
}

.width-150 {
    width: 150px !important;
}

.width-200 {
    width: 200px !important;
}

.width-250 {
    width: 250px !important;
}

.width-231 {
    width: 231.9px !important;
}

.width-320 {
    width: 320px !important;
}

.width-400 {
    width: 400%
}

.height-32 {
    height: 32px !important;
}

.height-25 {
    height: 25px !important;
}

.height-155 {
    height: 155px !important;
}

.height-162 {
    height: 162px !important;
}

.height-50 {
    height: 50px !important;
}

.height-85 {
    height: 85px !important;
}

.height-90 {
    height: 90px !important;
}

.height-40 {
    height: 40px !important;
}

/*Edit Change Request*/
.custom-changeRequest {
    background-color: var(--MainColorInWebSite);
    color: white;
    padding: 10;
}

.invisible {
    visibility: hidden;
}

.warning-message {
    background-color: #FFEBC0;
    color: #d9aa41;
    display: block;
    border-radius: 5px;
    padding: 4px 8px;
    margin-top: 5px;
}

.warning-message-custom {
    background-color: #FFEBC0;
    color: #1d252d;
    display: block;
    border-radius: 5px;
    padding: 6px 8px;
    margin-top: 5px;
    border: 0.5px solid #ffc26c;
}

.warning-message-a {
    text-decoration: underline;
    color: #4f008c;
    font-family: STCForward-Regular;
}

    .warning-message-a:hover {
        text-decoration: underline !important;
        color: #4f008ca1;
        font-family: STCForward-Regular;
    }

.dot-info {
    width: 150px;
    height: 25px;
    display: block;
    visibility: hidden;
    position: relative;
    z-index: -1;
    left: -75px;
}

.dot-info-span {
    visibility: visible;
    position: absolute;
    font-size: 12px;
}

.dot-info-span-year {
    bottom: -30px;
    text-align: center;
    left: 0;
    display: block;
    right: 0;
}

.dot-info-span-label {
    display: none;
    top: -65px;
    left: 0;
    transform: rotateZ(-45deg);
    width: 70px;
    text-indent: -10px;
}

/*Approvals*/
.custom-approval {
    height: 55px;
    background-color: #181c37;
}

.vertical-align {
    vertical-align: inherit;
}

/*Settings*/
.modal-content-MassMail {
    width: 50% !important;
    margin: 0 auto !important;
    border: 0.5px solid #00415f !important;
}

.ConfirmEmail-Custom {
    display: inline-block;
    background: #00415F;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 20px
}

/*Home Settings*/
.ul-Settings {
    padding: 0 !important;
    margin-left: 20px !important;
}

    .ul-Settings li {
        color: var(--MainColorInWebSite) !important;
        margin-bottom: 10px;
    }

        .ul-Settings li a {
            text-decoration: none;
            color: var(--MainColorInWebSite) !important;
        }

            .ul-Settings li a:hover {
                color: var(--MainColorTextInWebSite) !important;
                text-decoration: underline !important;
            }
/*Colors*/
.purple-Background-color {
    background-color: purple !important;
}

.green-Background-color {
    background-color: #00415f !important;
}

.chevron-right-Color {
    color: #00415F !important;
}

.silverColor {
    color: #9a9a9b !important;
}

.flaticon-warning-Color {
    color: #ff9e6e !important;
}

.custom-Color-sett {
    color: #153e6c !important;
}

.BackgroundColor-HalfYear {
    background-color: var(--MainColorInWebSite)
}

.BackgroundColor-aliceblue-HalfYear {
    background-color: aliceblue
}

.MainColor {
    color: var(--MainColorInWebSite) !important
}

.main-bg-color {
    background-color: var(--MainColorInWebSite) !important
}

.backgroundCustom-AuditLog-tr {
    background-color: #e4e4e5;
}

.mr-6, .mx-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.action-container {
    display: flex;
    justify-content: start;
    align-items: center;
}

.InputQuickControl {
    width: 20%;
    margin-inline-start: 10px;
}

.w-90 {
    width: 90%;
}
/************************************** end by ahmad odeh ****************************************************/
/****************** Ahmad Amro class **************************/
/* Shared */
.w-80px {
    width: 80px;
}

.w-45px {
    width: 45px;
}

.w-70px {
    width: 70px;
}

.w-90px {
    width: 90px;
}

.w-56px {
    width: 56px;
}

.w-730px {
    width: 730px;
}

.w-400px {
    width: 400px;
}

.w-292px {
    width: 292px;
}

.w-156px {
    width: 156px;
}

.w-5 {
    width: 5%;
}

.w-7 {
    width: 7%;
}

.w-20 {
    width: 20%;
}

.w-50 {
    width: 50% !important;
}

.w-50F {
    font-size: 50px !important;
}

.w-4 {
    width: 4%;
}

.w-2-5 {
    width: 2.5%;
}

.h-30px {
    height: 30px;
}

.custom-min-width-75 {
    min-width: 75% !important;
}

.workFlowStatus-notSubmitted {
    Background-color: #D4E7F6;
    color: #4897D8
}

.workFlowStatus-waitingApproval {
    Background-color: #FFEBC0;
    color: #ddb65f
}

.workFlowStatus-requestModification {
    Background-color: #FABBC3;
    color: #F57382;
}

.workFlowStatus-rejected {
    Background-color: #D13438;
    color: #FFFFFF
}

.workFlowStatus-approved {
    Background-color: #CAF0CC;
    color: #6FD774
}

.workFlowStatus-not-allowed {
    Background-color: #FFEBC0;
    color: #FFCA53
}

.custome-bg-color {
    color: white !important;
    background-color: #472478c9 !important;
}

.custome-bg-color2 {
    background-color: rgb(238 46 89) !important;
}

.custome-bg-color3 {
    width: 90px !important;
    background-color: rgb(71, 36, 120) !important;
    color: white !important;
}

.custome-bg-color4 {
    background-color: #5cb85c !important;
}

.custome-bg-color5 {
    background-color: #f0ad4e !important;
}

.custome-bg-color6 {
    background-color: #d9534f !important;
}

.custome-bg-color7 {
    background-color: #153e6c !important;
}

.custome-bg-color8 {
    background-color: #3f427a !important;
}

.custome-bg-color9 {
    background-color: #ff9e6e !important;
}

.custome-bg-color10 {
    background-color: #5bc0de !important;
}

.custome-bg-color11 {
    background-color: #c1c1c1 !important;
}

.custome-bg-color12 {
    background-color: #008000 !important;
}

.custome-bg-color13 {
    background-color: #a7a7a7 !important;
}

.custome-bg-color14 {
    background-color: #eeeef1 !important;
}

.container-title {
    display: flex;
    align-items: center;
}

.year-h3-custom {
    font-weight: 500;
    font-size: 1.275rem;
}

.rotate-180 {
    transform: rotate(180deg);
}

.my-custom-scrollbar {
    position: relative;
    height: 300px;
    overflow: auto;
}

.display-contents {
    display: contents;
}

.bg-color-pink {
    background-color: #50028c;
}

i.fas.fa-circle {
    font-size: 25px;
}

.custom-color-1 {
    color: #5cb85c !important;
}

.custom-color-2 {
    color: #f0ad4e !important;
}

.custom-color-3 {
    color: #d9534f !important;
}

.custom-color-4 {
    color: #153e6c !important;
}

.custom-color-5 {
    color: #3f427a !important;
}

.custom-color-6 {
    color: #ff9e6e !important;
}

.custom-color-7 {
    color: rgb(110 109 109) !important;
}

.custom-color-8 {
    color: #00415F !important;
}

.custom-color-9 {
    color: rgb(238 46 89) !important;
}

.modal-header-custom {
    height: 55px;
    background-color: #181c37;
}

.modal-h5-custom {
    color: white !important;
    margin: 0 auto;
}

.font-size-12px {
    font-size: 12px !important;
}

.font-size-10px {
    font-size: 10px !important;
}

.font-size-medium {
    font-size: medium !important;
}

.background-none {
    background: none !important;
}
/* Shared */
/* Kpi Planning*/
.kpi-planning-details label {
    margin-top: -27px;
    margin-bottom: 22px;
    margin-left: 15px;
}

.kpi-planning-details strong {
    margin-top: 7px;
}

.kpi-planning-details-startWorkflow-actions {
    background-color: #e8a221 !important;
    border-color: #e8a221 !important;
}

.feeding-tracking-dropdown {
    background-color: #472478;
    color: white;
    padding: 6px;
    border-radius: 6px;
}

/* Kpi Planning*/

/* Analysis */
.analysis-text {
    font-size: 20px;
    padding-left: 10px;
}

div.corporateScore {
    width: 118px;
    height: 38px;
    border-radius: 5px;
    font-size: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.rate {
    width: 95px;
    height: 27px;
    border-radius: 5px;
    margin-right: 15px;
    text-align: center;
}

div.corporate {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
}

.analysis th {
    vertical-align: revert !important;
}

.analysis thead th {
    font-size: 15px !important;
    text-align: center;
    height: 30px;
}

.analysis tbody th {
    font-size: 15px !important;
    text-align: center;
    height: 30px;
}

.analysis thead tr {
    max-height: 43px !important;
    min-height: 35px;
    height: 35px;
}

.analysis thead {
}

.alert.alert-custom.alert-light-warning.alert-notice {
    border: 0;
    border-left: 4px solid #50028c;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* border-right: 4px solid #50028c; */
    padding-bottom: 10px;
    padding-top: 13px;
}

.alert.alert-custom.alert-light-warning {
    background-color: #e2e2e2;
    border-color: transparent;
}

.vr {
    border-width: thin;
    border-style: solid;
    color: #50028c5c;
    height: 32px;
}

.btn.analysis-btn-clean i {
    color: #50028c !important
}

.btn.analysis-btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-clean:focus:not(.btn-text) i, .btn.btn-clean.focus:not(.btn-text) i {
    color: #aeb5b8 !important;
}

.btn.analysis-btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-clean:focus:not(.btn-text), .btn.btn-clean.focus:not(.btn-text) {
    color: white;
    background-color: white;
    border-color: transparent;
}

.analysis-card-custom {
    margin-left: 10px;
    border-bottom: 1px solid #EBEDF3;
    margin-bottom: 10px;
    width: 99%;
}

.analysis-custom-th1 {
    background-color: #d9534f;
    color: white !important
}

.analysis-custom-th2 {
    background-color: #d9534f;
    color: white !important;
    width: 7%
}

.analysis-custom-span1 {
    font-size: 15px !important;
    padding: 13px !important;
    color: rgb(255 255 255) !important;
    background-color: #00c48b !important;
}

.analysis-custom-span2 {
    font-size: 15px !important;
    padding: 13px !important;
    color: rgb(255 255 255) !important;
    background-color: #d9534f !important;
}

.analysis-custom-span3 {
    font-size: 15px !important;
    padding: 13px !important;
    color: rgb(255 255 255) !important;
    background-color: #ffbc7a !important;
}

.analysis-custom-span4 {
    font-size: 15px !important;
    padding: 13px !important;
    color: rgb(255 255 255) !important;
    background-color: #ff375e !important
}

.analysis-custom-i1 {
    font-size: 13px;
    color: rgb(255 255 255);
}

.analysis-custom-i2 {
    font-size: 13px;
    color: rgb(255 255 255);
    padding-right: 10px;
}

.analysis-custom-span5 {
    font-size: 14px;
    color: white;
}

.analysis-custom-span6 {
    font-size: 17px;
    color: #50028c;
    font-weight: 600;
}

.analysis-border-color1 {
    border: 3px solid #A6A6A6;
    background-color: #A6A6A6;
}

.analysis-border-color2 {
    border: 3px solid #ff375e;
    background-color: #ff375e;
}

.analysis-border-color3 {
    border: 3px solid #ffbc7a;
    background-color: #ffbc7a;
}

.analysis-border-color4 {
    border: 3px solid #00c48b;
    background-color: #00c48b;
}

.analysis-border-color5 {
    border: 3px solid rgb(217, 83, 79);
    background-color: rgb(217, 83, 79);
}

.analysis-border-color6 {
    border: 3px solid rgb(240, 173, 78);
    background-color: rgb(240, 173, 78);
}

.analysis-changeRemark-custom {
    width: 50% !important;
    margin: 0 auto !important;
    border: 0.5px solid #00415f !important;
}

.analysisKpi tr {
    height: 45px;
}

.analysis-custom-span7 {
    font-size: 15px;
    padding: 13px;
    color: rgb(255 255 255);
    background-color: #5cb85c;
}

.analysis-custom-span8 {
    font-size: 15px;
    padding: 13px;
    color: rgb(255 255 255);
    background-color: #f0ad4e;
}
/* Analysis */

/* Business Unit */
.business-unit-custom-span {
    background-color: rgb(65 184 131) !important;
    color: rgb(255 255 255) !important;
    padding: 10px;
    border-radius: 5px;
    margin-top: 26px;
    text-align: center;
    width: 200px;
}
/* Business Unit */
/* kpi Bank */
.kpi-Bank-custom-padding {
    padding: inherit;
    padding-left: 6px;
}
/* kpi Bank */
/* Delegate Info */
.delegate-info {
    font-family: STCForward-Regular;
    font-size: 12px !important;
    background-color: #FFEBC0;
    color: #1d252d;
    border: 0.5px solid #ffc26c;
    border-radius: 5px;
    display: block;
    padding: 4px 8px;
    height: 33px;
    overflow: hidden;
    transition: all 1s;
    margin: 5px;
}

.circle-icon {
    background-color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffc26c;
    margin-inline-end: 2px;
}

.delegate-info:hover {
    width: auto;
    max-width: 700px;
}

.delegate-info:not(:hover) {
    width: auto;
    max-width: 160px;
}
/* Delegate Info */
/* Dropdown */

.notification {
    color: white;
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

    .notification .badge {
        position: absolute;
        top: -7px;
        right: 2px;
        padding: 5px 5px;
        border-radius: 50%;
        background-color: red;
        margin-top: 11px;
    }

.tool-tib {
    width: 100%;
    /*width: 70%;*/
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quick-actions-background-image {
    background-image: url(assets/media/misc/bg-1.jpg);
}
/* Dropdown */
/* Legal Acceptance */
.legal-acceptance-modal-body-padding {
    padding: 1rem 1.75rem;
}

.legal-acceptance-flex {
    display: flex !important;
    flex-direction: row-reverse;
    direction: ltr !important;
}

.legal-acceptance-en {
    direction: ltr;
    text-align: left;
}

.legal-acceptance-ar {
    direction: rtl;
    text-align: right;
}
/* Legal Acceptance */
/* Side Menu  */
.side-menu-span-custom {
    font-size: 12px;
    line-height: 18px;
}
/* Side Menu */
/* Work Flow History Partial */
.workFlowHistoryPartial-cardbody-custom {
    background-color: #f5f7f8;
    border-radius: 12px;
}

.workFlowHistoryPartial-p-custom {
    background-color: #f5f7f8;
    border-radius: 5px;
    padding: 26px;
    color: #999999;
}

/* Work Flow History Partial */
/* Layout */

.sidebar {
    position: fixed;
    top: 64px;
    left: 0 !important;
    height: 100%;
    width: 64px;
    background: #F2F3F5 !important;
    z-index: 100;
    transition: all 0.5s ease;
    border-left-style: solid;
    border-width: thin;
    border-color: #dfdfdf94;
}

.aside-enabled .header.header-fixed {
    left: 0 !important;
}

.active-link {
    color: var(--MainColorInWebSite) !important;
}


/*.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    &:before

{
    content: '';*/
/* use the linear-gradient for the fading effect // use a solid background color for a solid bar*/
/*background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

&:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;*/
/* this is really the only tricky part, you need to specify the background color of the container element... color: #818078;*/
/*background-color: #fcfcfa;
}

}*/
.aside-enabled .header.header-fixed {
    left: 0 !important;
}

/*spinner style*/
.ContainerOfSpinner {
    position: fixed !important;
    background: #e4e6ef7d;
    height: 100%;
    width: 100%;
    z-index: 100000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
}

.spinner-custome {
    position: absolute;
    width: 30px;
    height: 30px;
}

.S-spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #f3f3f3; /* Light gray background */
    border-top: 6px solid #3498db; /* Blue top */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 50px auto; /* Center horizontally */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes spinner-a90wxe {
    100% {
        transform: rotate(1turn);
    }
}



.aside-fixed .aside {
    position: fixed;
    top: 0;
    width: 70px !important;
    bottom: 0;
    left: 0;
    z-index: 98;
}

.custom-layout-asideMenu {
    background-color: rgb(0 0 0 / 0%);
    width: 70px;
}

.z-index-1000 {
    z-index: 1000 !important;
}

.z-index-100 {
    z-index: 100 !important;
}

.custom-layout-footer {
    position: fixed !important;
    bottom: 0px !important;
    width: 100% !important;
    z-index: 3 !important;
    left: 0px !important;
    right: 0px !important;
    padding: 0px 0px 0px 110px !important;
}
/* Layout */
/* Layout Not Authorized */

.layout-not-authorized-background-image {
    background-image: url(assets/media/bg/login.jpg) !important;
}
/* Layout Not Authorized */
/* 404 */
.error-background-image {
    background-image: url(assets/media/error/bg1.jpg) !important;
}

.error-title-font {
    font-size: 10rem !important;
}
/* 404 */
/* error */
.error-background-image {
    background-image: url(assets/media/error/bg1.jpg) !important;
}

/* error */
/* DomainValue */

.domain-value-custome-1 {
    left: 678px;
    width: 267px;
    z-index: 1
}

.domain-value-custome-2 {
    left: -84px;
    top: 38px;
}

.domain-value-custome-card-1 {
    border-radius: 12px;
    height: 131px;
}
/* DomainValue */
/* Manage */
.manage-img-custome {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: 20px;
}

.manage-h5-custome {
    margin-left: -26px !important;
    font-size: 12px !important;
}
/* Manage */
/* MyKpi */
.my-kpi-chart-custome {
    text-align: center;
    vertical-align: inherit;
}

/* MyKpi */
/*Year*/
.custom-year-progres {
    top: 120px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.custom-year-collapse {
    max-height: 300px;
    overflow: auto;
}

.custom-year-collapse-2 {
    max-height: 600px;
    overflow: auto;
}

.custom-year-padding {
    padding: 10px 0px 15px 0px !important;
}

.custom-year-table-head {
    top: -16px !important;
    background-color: var(--MainColorInWebSite);
}
/*Year*/

/****************** Ahmad Amro class **************************/


.auto {
    height: auto !important;
}

.mw-200 {
    max-width: 200px !important;
}

.mw-250 {
    max-width: 250px !important;
}

.mw-10 {
    max-width: 10px !important;
}

.minW-250 {
    min-width: 250px !important;
}

.min-w100 {
    min-width: 100px !important;
}

.min-w110 {
    min-width: 110px !important;
}

.min-w140 {
    min-width: 140px !important;
}

.min-w130 {
    min-width: 130px !important;
}

.min-w85 {
    min-width: 85px !important;
}

.min-w80 {
    min-width: 80px !important;
}

.min-w150 {
    min-width: 150px !important;
}

.min-w152 {
    min-width: 152px !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.red-circle {
    color: #F64E60 !important;
    padding: 2px !important;
}

.green-circle {
    color: #59CE72 !important;
    padding: 2px !important;
}

.ribbon-target-cus {
    top: 15px !important;
    background-color: rgb(212, 231, 246) !important;
    color: rgb(72, 151, 216) !important;
}

.ribbon-left-custom {
    left: 30px !important;
    width: 100% !important;
    border-bottom: 0px solid rgb(235, 237, 243) !important;
    position: static !important;
    margin-bottom: -39px !important;
}
/*------------------------------------*/
.col-lg-5-for-modal {
    min-width: 48% !important;
}

.col-lg-2-for-modal {
    min-width: 4% !important;
}

}

.ul-Popup-custom {
    list-style-type: none;
    text-align: left;
    padding-left: 85px;
}

.li-Popup-custom {
    list-style-type: none;
    padding: 3px;
}

.circle-red-custom {
    color: red !important;
    font-size: 15px !important;
}

.whiteColortd {
    background: white !important;
    border: 1px solid rgb(16 16 16 / 30%) !important;
    padding: 9px !important;
}

.silverColortd {
    background: rgb(243 246 249) !important;
    border: 1px solid rgb(16 16 16 / 30%) !important;
    padding: 9px !important;
}

.custom-icon-green {
    padding-left: 10px !important;
    color: var(--MainColorInWebSite) !important;
    position: relative !important;
    top: 2px !important;
    font-size: 19px !important;
    margin-right: 5px
}

.color-cm {
    color: rgb(223 24 24) !important
}

.colorWhite {
    color: white !important;
}

.colorBlack {
    color: black !important;
}

.custom-br {
    border-radius: 5px !important;
}

.custom-btn-stak {
    background-color: white !important;
    border-color: white !important;
    color: gray !important;
    padding: 0 !important;
}

.custome-color-stak {
    color: var(--MainColorInWebSite) !important;
}

.custome-color-delver {
    color: #267cc5 !important;
}

.custom-flex {
    flex-grow: 1 !important;
    margin-left: 0px !important;
}

.interest-custom {
    width: 93% !important;
    height: 20px !important;
    border-bottom: 1px solid black !important;
    text-align: center !important;
    margin-bottom: -21px !important;
}

.power-custom {
    width: 31% !important;
    height: 20px !important;
    border-bottom: 1px solid black !important;
    text-align: center !important;
    margin-bottom: -21px !important;
    transform: rotate(-90deg) !important;
    position: absolute !important;
    left: -11% !important;
    top: 124px !important;
}

.stackholderSpan {
    font-size: 20px !important;
    background-color: rgb(255, 255, 255) !important;
    padding: 0px 10px !important;
}

.customIcon {
    background-color: white !important;
    border-color: white !important;
    color: gray !important;
    padding: 0 !important;
}

.risk-matrix-custom {
    display: flex !important;
    position: relative !important;
    width: 100% !important !important;
    top: -33px !important;
}

.zoom-0.8 {
    zoom: 0.8 !important;
}

.fillterStatus-Color {
    color: #2e92a5 !important;
}

.fillterOnTimeIssues-Color {
    color: #5ac878 !important;
}

.fillterLateIssues-Color {
    color: #e3b339 !important;
}

.fillterPriorities-Color {
    color: #c1050563 !important;
}

.custome-bg {
    background: rgb(243 246 249) !important
}

.paperclip-Color {
    color: #1b364d !important;
}

.timeColor {
    background-color: #6bb56b !important;
}

.QuantityColor {
    background-color: #65adbb;
}

.custom-span-closure {
    overflow: visible !important;
    position: relative !important;
    width: 125px !important
}

.placeContent {
    place-content: center !important;
}

.div-progress-track {
    display: grid !important;
    position: absolute !important;
    width: 100% !important;
}

.card-header-tabs-line {
    border-width: thin !important;
    border-bottom-style: solid !important;
    z-index: 9 !important;
    border-color: rgb(237, 237, 237) !important;
}

.card-header-tabs-line-custom {
    border-width: thin !important;
    border-bottom-style: solid !important;
    z-index: 9 !important;
    border-color: rgb(237, 237, 237) !important;
}

.revmragin {
    margin-top: -32px;
    float: right;
}

.progressLine {
    display: grid;
    position: absolute;
    width: 100%;
}

.line {
    border-width: thin;
    border-bottom-style: solid;
    z-index: 9;
    border-color: rgb(237, 237, 237);
}

.projectName {
    margin-left: 35px;
}

.border-none {
    border: none !important;
}

.align-self-cus {
    align-self: self-end !important;
}

.custom-responsive {
    max-height: 300px !important;
    overflow-y: scroll !important;
}

.customSpanClosure {
    color: #00800094 !important;
    padding-right: 5px !important;
}

.custom-span-cr {
    overflow: visible !important;
    position: relative !important;
    width: 125px !important;
}

.progresss-Custom {
    display: grid !important;
    position: absolute !important;
    width: 100% !important;
}

.custom-icon-cr {
    width: 37px !important;
    height: 32px !important;
    padding-right: 11px !important;
    padding-top: 7px !important;
    background-color: var(--MainColorTextInWebSite) !important;
    border-color: transparent !important;
}

.cstom-color-deleverables {
    color: #d9dfe5 !important
}

.customSpanDelev {
    padding: 1.9rem 0.75rem !important;
}

.delevAttachment-Custom {
    color: aliceblue !important;
    padding-right: 20px !important;
}

.Delive-COC-I-custom {
    color: rgb(0, 130, 155) !important;
    font-size: 16px !important;
    position: relative !important;
    top: -7px !important;
    font-weight: 600 !important;
}

.customDivDelver {
    background-color: rgb(0 130 155 / 16%) !important;
    color: white !important;
    max-height: 7px !important;
    z-index: 1 !important;
}

.customDivDelverRow2 {
    padding: 0;
    border-style: solid !important;
    border-color: #ebedf3 !important;
    border-width: thin !important;
    background-color: white !important;
}

.latastUpdate-Custom {
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.alertText-Custom {
    font-size: 14px !important;
    text-align: justify !important;
    font-weight: 600 !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.alertText-CustomPadding {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

.projectnameA-custom {
    padding-left: 67px !important;
    padding-right: 25px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: white !important;
    place-content: end !important;
    direction: ltr !important;
    font-size: 25px !important;
}

.viewBag-Delev-Custom {
    background-color: var(--MainColorTextInWebSite) !important;
    color: white !important;
    max-height: 7px !important;
    z-index: 1 !important;
}

.custom-bord {
    border: none !important;
    min-height: 10px !important;
}

.MonitorColor {
    background-color: #4eff0070 !important
}

.KeepSatisfiedColor {
    background-color: #f7f70082 !important
}

.KeepInformedColor {
    background-color: #ffa50087 !important
}

.CloselyManagedColor {
    background-color: #f9694cc2 !important
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
}

    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
        opacity: 1;
    }

.reset {
    width: 99% !important;
    all: revert;
    border-color: #0021471c;
}

.w-auto {
    width: auto !important;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.listbox {
    width: 40%;
}

.custom-scroll {
    overflow-y: auto;
    scrollbar-width: thin;
}

    .custom-scroll::-webkit-scrollbar {
        width: 10px;
    }

    .custom-scroll::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 5px;
    }

.controls {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .controls {
        flex-direction: column; /* Change controls to column layout */
    }

    .button-container {
        margin-left: 0; /* Reset margin */
        margin-top: 10px; /* Add space above button container */
    }
}

.selected-items {
    width: 40%;
}

select {
    width: 100%;
    height: 200px;
    /* border: none; */
    border-radius: 5px;
    padding: 5px;
    /* background-color: #f4f4f4; */
    font-size: 16px;
    cursor: pointer;
}

    select option:hover {
        background-color: lightgray;
    }

.btn.btn-icon.btn-sm {
    margin: 1.5px
}

.w-33 {
    width: 33%;
}

.w-10 {
    width: 10%;
}

.w-5 {
    width: 5%;
}

.w-13 {
    width: 13%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-50px {
    width: 50px;
}

.btWidth {
    width: 100px;
    margin: 0 10px;
    padding: 10px 20px;
}

.assignBt {
    width: 100px;
    margin: 0 10px;
    padding: 10px 20px;
}

.custom-scroll-bT {
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    background-color: #f9f9f9;
}

.controls-bT {
    text-align: center;
    margin-top: 50px;
}

    .controls-bT .btn {
        width: 80%;
    }

.color-picker-Theme {
    width: 60px !important;
}


.button-container {
    text-align: center;
}

#header-wrapper {
    background-color: #333; /* Dark background for header */
    color: white;
}

#footer-wrapper {
    background-color: #333; /* Dark background for footer */
    color: white;
    text-align: center;
}

/* Center the dropdown in the header */


/* Center buttons between header and footer */
#button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px; /* Adjust this to position between header and footer */
}


.card-title {
    text-align: start;
}

.modal-open .modal {
    background-color: #00000085;
}

.nowrap {
    white-space: nowrap;
}

.zoom-09 {
    zoom: 0.9;
}


.projectTypeName {
    font-weight: bold;
}

.accordion .card .card-header .card-title:after {
    content: "" !important;
}

.checkListQu {
    color: var(--MainColorInWebSite) !important;
    position: relative;
    font-size: 19px;
    /*margin-left: 4px;*/
    margin-right: 5px;
}

.m-inline-5 {
    margin-inline-start: 5px;
}
/*---------------------*/
.centered-hr {
    text-align: center;
    position: relative;
}

    .centered-hr span {
        background-color: white;
        padding: 0px 15px;
        position: relative;
        top: 26px;
        font-size: large;
    }

.centered-hr-custom {
    border: 0;
    height: 3px;
    width: 95%;
    background: linear-gradient(to right, transparent, #dddddd, transparent);
}

.simple-border {
    border: 1px solid #ececec;
    border-radius: 6px;
}

.font-size-15px {
    font-size: 15px;
}

.subCheck {
    margin-left: 6% !important;
}

.pendingCard {
    color: #e3b339;
}

.totalCard {
    color: #2e92a5;
}

.approvedCard {
    color: #5ac878;
}

.modificationCard {
    color: #c1050563;
}

.workFlowList {
    margin-top: 8px;
    text-align: start;
    list-style: none;
    list-style: circle;
}

.progress-step {
    text-align: -webkit-center !important;
}

.tabelInfoTitel {
    background: rgb(243 246 249);
    border: 1px solid rgb(16 16 16 / 30%);
    padding: 9px;
}

.tabelInfoValue {
    background: white;
    border: 1px solid rgb(16 16 16 / 30%);
    padding: 9px;
}

.height-auto {
    height: auto !important;
}

.quantityType {
    color: #ffffff;
    background-color: #65adbb;
}

.timeType {
    color: #ffffff !important;
    background-color: #6bb56b !important;
}

.color-red {
    color: red !important;
}

.checkbox-input-PType[type="radio"] {
    display: none;
}

/* Style the label to behave like a radio button */
.checkbox-wrapper-PType {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

/* Default style for the image container */
.checkbox-tile-PType {
    display: inline-block;
    padding: 10px;
    transition: all 0.3s ease;
}

/* Style for the image */
.checkbox-icon-PType img {
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

/* Add a border to the circle when the radio button is selected */
.checkbox-input-PType[type="radio"]:checked + .checkbox-tile-PType .checkbox-icon-PType img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Optional shadow for effect */
}

/* Optional: Highlight the selected tile */
.checkbox-input-PType[type="radio"]:checked + .checkbox-tile-PType {
    background-color: #f0f0f0; /* Background for selected tile */
    border-radius: 50%; /* Make the entire tile circular */
}

.position-relative {
    position: relative;
}

.mt-50px {
    margin-top: 50px !important;
}

.custome-kpi-rate {
    padding: 6px;
    background-color: #26247b1f;
    border-radius: 7px;
    margin: 4px;
    border-left: 3px solid var(--MainColorInWebSite);
    border-right: 3px solid var(--MainColorInWebSite);
}

.apexcharts-canvas {
    right: 0px !important;
}

.static-header {
    top: 0 !important;
    position: sticky !important;
    white-space: nowrap;
    z-index: 1;
}





.invalid-feedback {
    text-align: start;
}

.unset-all-style {
    all: unset;
}

.direction-ltr {
    direction: ltr !important;
}

.direction-rtl {
    direction: rtl !important;
}

.current-direction {
    direction: ltr !important;
}

.dataTables_length {
    text-align: end;
    display: flex;
    justify-content: end;
}

div.dataTables_wrapper div.dataTables_length label {
    display: flow-root;
    justify-content: center;
    align-items: center;
}

div.dataTables_wrapper div.dataTables_info {
    text-align: start;
}

.switch input:checked ~ span:after {
    opacity: 1;
    color: #ffffff;
    background-color: var(--MainColorInWebSite);
}

.customInputDir {
    direction: ltr !important;
}

.countGray {
    font-size: 15px;
    font-weight: 500;
    color: gray !important;
}

.font-size-60px {
    font-size: 60px !important;
}

.font-size-40px {
    font-size: 40px !important;
}

.font-size-25px {
    font-size: 25px !important;
}

.ml-15-percent {
    margin-left: 15%;
}

.letter-spacing-1px {
    letter-spacing: 1px; /* Spacing between letters for elegance */
}

.font-style-oblique {
    font-style: oblique;
}



.checkbox-wrapper-12 {
    position: absolute;
}

    .checkbox-wrapper-12 > svg {
        position: absolute;
        top: -130%;
        left: -170%;
        width: 110px;
        pointer-events: none;
    }

    .checkbox-wrapper-12 * {
        box-sizing: border-box;
    }

    .checkbox-wrapper-12 input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
        margin: 0;
    }

        .checkbox-wrapper-12 input[type="checkbox"]:focus {
            outline: 0;
        }

    .checkbox-wrapper-12 .cbx {
        width: 24px;
        height: 24px;
        top: calc(100px - 12px);
        left: calc(100px - 12px);
    }

        .checkbox-wrapper-12 .cbx input {
            top: 0;
            left: 0;
            width: 24px;
            height: 24px;
            border: 2px solid #bfbfc0;
            border-radius: 50%;
        }

        .checkbox-wrapper-12 .cbx label {
            width: 24px;
            height: 24px;
            background: none;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            transform: trasnlate3d(0, 0, 0);
            pointer-events: none;
        }

        .checkbox-wrapper-12 .cbx svg {
            position: absolute;
            top: 5px;
            left: 4px;
            z-index: 1;
            pointer-events: none;
        }

            .checkbox-wrapper-12 .cbx svg path {
                stroke: #fff;
                stroke-width: 3;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 19;
                stroke-dashoffset: 19;
                transition: stroke-dashoffset 0.3s ease;
                transition-delay: 0.2s;
            }

        .checkbox-wrapper-12 .cbx input:checked + label {
            animation: splash-12 0.6s ease forwards;
        }

            .checkbox-wrapper-12 .cbx input:checked + label + svg path {
                stroke-dashoffset: 0;
            }

@-moz-keyframes splash-12 {
    40% {
        background: var(--MainColorInWebSite);
        box-shadow: 0 -18px 0 -8px #26247b, 16px -8px 0 -8px #26247b, 16px 8px 0 -8px #26247b, 0 18px 0 -8px #26247b, -16px 8px 0 -8px #26247b, -16px -8px 0 -8px var(--MainColorInWebSite);
    }

    100% {
        background: var(--MainColorInWebSite);
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

@-webkit-keyframes splash-12 {
    40% {
        background: var(--MainColorInWebSite);
        box-shadow: 0 -18px 0 -8px #26247b, 16px -8px 0 -8px #26247b, 16px 8px 0 -8px #26247b, 0 18px 0 -8px #26247b, -16px 8px 0 -8px #26247b, -16px -8px 0 -8px var(--MainColorInWebSite);
    }

    100% {
        background: var(--MainColorInWebSite);
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

@-o-keyframes splash-12 {
    40% {
        background: var(--MainColorInWebSite);
        box-shadow: 0 -18px 0 -8px #26247b, 16px -8px 0 -8px #26247b, 16px 8px 0 -8px #26247b, 0 18px 0 -8px #26247b, -16px 8px 0 -8px #26247b, -16px -8px 0 -8px var(--MainColorInWebSite);
    }

    100% {
        background: var(--MainColorInWebSite);
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

@keyframes splash-12 {
    40% {
        background: var(--MainColorInWebSite);
        box-shadow: 0 -18px 0 -8px #26247b, 16px -8px 0 -8px #26247b, 16px 8px 0 -8px #26247b, 0 18px 0 -8px #26247b, -16px 8px 0 -8px #26247b, -16px -8px 0 -8px var(--MainColorInWebSite);
    }

    100% {
        background: var(--MainColorInWebSite);
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

.line {
    width: 1px;
    background-color: aliceblue;
}

.modal-body-scroll {
    max-height: 500px;
    overflow: auto;
}

.chart-border-color {
    border: 1px solid #f2f3f5 !important;
}

.mt-minus-27px {
    margin-top: -27px !important;
}

.KpiNone {
    background-color: #a6a6a6;
}

.KpiLow {
    background-color: #E54343;
}

.KpiMedium {
    background-color: #F2BF27;
}

.KpiHigh {
    background-color: #3BBF69;
}

.bg-white-h3 {
    background-color: white !important;
}

.countCard {
    border-color: #26247b !important;
}

.countCardContent {
    background-color: white;
    color: var(--MainColorInWebSite);
    border-radius: 7px;
    height: 60px;
}

.flaticon2-contrast {
    color: var(--MainColorInWebSite);
    font-size: 30px;
}

.countCardIcon {
    position: absolute;
    left: 26px;
}

.font-size-30px {
    font-size: 30px !important;
}

.font-family-auto {
    font-family: auto;
}

.count-numbersFu {
    font-family: STCForward-Medium;
    font-size: 35px;
    display: block;
    color: #002060;
    margin: 0px 0px -1px 0px;
}

.count-numbersCompleted {
    font-family: STCForward-Medium;
    font-size: 35px;
    display: block;
    color: #3BBF69;
    margin: 0px 0px -1px 0px;
}

.count-numbersInPro {
    font-family: STCForward-Medium;
    font-size: 35px;
    display: block;
    color: #F7D97D;
    margin: 0px 0px -1px 0px;
}

.apexcharts-legend.position-bottom.apexcharts-align-left, .apexcharts-legend.position-top.apexcharts-align-left, .apexcharts-legend.position-right, .apexcharts-legend.position-left {
    text-align: start;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    text-align: start;
}

.text-primary {
    color: var(--MainColorInWebSite) !important;
}

.ribbon-padding-inline-start {
    padding-inline-start: 50px;
}

.mi-start-70px {
    margin-inline-start: 70px;
}

.text-primary {
    color: var(--MainColorInWebSite) !important;
}

.infoIcon {
    color: #26247b !important;
    position: relative;
}

.brand-logo-custom {
    display: flex;
    justify-content: start;
    align-items: center;
}

    .brand-logo-custom img {
        margin-inline-start: 30px;
        margin-inline-end: 28px;
        width: 40px;
    }


.object-fit-contain {
    object-fit: contain;
}

.h-350p {
    height: 350px;
}

.worningCount {
    margin-top: -1px !important;
}

.excellent {
    color: #4ea676 !important;
    background-color: #4ea676 !important;
}

.good {
    color: #77ca9c !important;
    background-color: #77ca9c !important;
}

.needImprovement {
    color: #f0b74f !important;
    background-color: #ffeb3b !important;
}

.notAcceptable {
    color: #ee7c6c !important;
    background-color: #ee7c6c !important;
    background-color: #ee7c6c !important;
}

}

.bg-thead-sub {
    background-color: var(--MainColorTextInWebSite);
}

.minW-49 {
    min-width: 49% !important;
}

.bg-transition {
    background-color: #ff9e9e !important;
    animation: pulse-animation-status-active 2s infinite;
}

.border-red {
    border-color: red !important;
}

.border-yellow {
    border-color: #fff200 !important;
}

.border-green {
    border-color: #3fc50e !important;
}

.container-input-enable {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-grow-1 {
    flex-grow: 1;
}

.text-red {
    color: red !important;
}

.text-yellow {
    color: #fff200 !important;
}

.text-green {
    color: #3fc50e !important;
}

.text-green-900 {
    color: #104631 !important;
}

.tab-selector {
    display: flex;
    gap: 8px;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
}

.tab-list {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .tab-list h3 {
        background: #f0f0f0;
        padding: 10px;
        margin: 0;
        font-size: 16px;
        text-align: center;
    }

.tab-items {
    flex: 1;
    overflow-y: auto;
    max-height: 300px;
}

.tab-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: background 0.2s;
}

    .tab-item:hover {
        background: #f5f5f5;
    }

    .tab-item:last-child {
        border-bottom: none;
    }

.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

    .action-buttons button {
        padding: 10px 20px;
        background: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.2s;
    }

        .action-buttons button:hover {
            background: #0056b3;
        }

        .action-buttons button:disabled {
            background: #cccccc;
            cursor: not-allowed;
        }

.reorder-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

    .reorder-buttons button {
        background: #28a745;
    }

        .reorder-buttons button:hover {
            background: #1e7e34;
        }

.card-counters {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

    .card-counters:hover {
        box-shadow: 4px 4px 20px #DADADA;
        transition: .3s linear all;
    }

    .card-counters.primary {
        background-color: #ffffff;
        color: #00829b;
        border-color: #00829b;
        border-style: solid;
        border-width: thin;
    }

    .card-counters.danger {
        border-style: solid;
        color: #c1050563;
        border-color: #c1050563;
        border-width: thin;
    }

    .card-counters.success {
        color: #e3b339;
        border-style: solid;
        border-width: thin;
        border-color: #e3b339;
    }

    .card-counters.info {
        color: #5ac878;
        border-style: solid;
        border-width: thin;
        border-color: #5ac87c;
    }

    .card-counters i {
        font-size: 5em;
        opacity: 0.3;
    }

    .card-counters .counts-numbers {
        position: absolute;
        right: 35px;
        top: 1px;
        font-size: 50px;
        display: block;
    }

    .card-counters .counts-name {
        position: absolute;
        right: 35px;
        top: 65px;
        text-transform: capitalize;
        opacity: 1.5;
        display: block;
        font-size: 18px;
    }

.dotColor {
    color: #2e92a5;
}

.exclamationColor {
    color: #c1050563;
}

.checkColor {
    color: #5ac878
}

.spinnerColor {
    color: #e3b339;
}


.swal2-cancel {
    color: black !important;
}

.bg-role-permissions {
    background-color: #f3f6f97a !important;
}

table tbody table thead tr {
    background-color: var(--SubTheadColorInWebSite) !important;
}





/*.myloader {
    display: block;
    --height-of-loader: 4px;
    --loader-color: var(--MainColorInWebSite);
    width: 130px;
    height: var(--height-of-loader);
    border-radius: 30px;
    background-color: rgba(0,0,0,0.2);
    position: relative;
}

    .myloader::before {
        content: "";
        position: absolute;
        background: var(--MainColorInWebSite);
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        border-radius: 30px;
        animation: moving 1s ease-in-out infinite;
    }

@keyframes moving {
    50% {
        width: 100%;
    }

    100% {
        width: 0;
        right: 0;
        left: unset;
    }
}*/


.divLoader {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
    padding: 15px;
    background-color: #ffffff;
    overflow: hidden;
}

    .divLoader:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(110deg, rgba(227, 227, 227, 0) 0%, rgba(227, 227, 227, 0) 40%, rgba(227, 227, 227, 0.5) 50%, rgba(227, 227, 227, 0) 60%, rgba(227, 227, 227, 0) 100%);
        animation: gradient-animation_2 1.2s linear infinite;
    }

@keyframes gradient-animation_2 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.attachment-dropdown {
    position: relative;
    display: inline-block;
}

.attachment-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #1b364d;
    transition: 0.3s;
}

    .attachment-btn:hover {
        color: #ff9800;
    }

.attachment-popup {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 12px;
    min-width: 200px;
    top: 35px;
    right: 0;
    z-index: 100;
}

.attachment-dropdown:hover .attachment-popup {
    display: block;
}

.attachment-title {
    font-size: 14px;
    font-weight: bold;
    color: #1b364d;
    margin-bottom: 8px;
    text-align: center;
}

.attachment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .attachment-list li {
        margin-bottom: 6px;
    }

.attachment-link {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .attachment-link i {
        margin-right: 8px;
        color: #ff9800;
    }

.dataTables_wrapper tbody tr:hover {
    color: #3F4254;
    background-color: #E4E6EF;
}

.flex-center {
    -webkit-box-pack: end;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: center;
    align-items: end;
}

.login.login-1.login-signin-on .login-signin {
    display: block;
    box-shadow: 0 0 100px rgb(0 0 0 / .12);
    border-radius: 20px;
}


.login-padding {
    padding: 50px 30px;
}

.col {
    min-width: unset;
}

.right-position {
    right: 0;
}

.login-bg {
    background-image: url('/assets/media/bg/watheeqa-background-main.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: start; /* Or center if you want vertical centering */
    width: 100%;
}

.logo-img {
    opacity: 0.8;
    width: 250px;
}


/*.logo-img {
    opacity: 0.8;
    width: 250px;
    position: absolute;
    top: 0;
    left: 122px;
}*/


.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.category-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 1rem;
    transition: height 1s ease, padding 1s ease;
    overflow: visible;
    position: relative;
    cursor: pointer;
    height: 50px; /* Initial height */
    text-align-last: start;
}

    .category-card h2 {
        margin: 4px;
        font-size: 1.2rem;
        color: var(--MainColorTextInWebSite);
        display: flex;
        justify-content: center;
    }


    /* Hover effect on category card */
    .category-card:hover {
        background-color: var(--MainColorInWebSite);
        color: #fff;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

        .category-card:hover h2 {
            color: #fffef7;
        }

        /* When hovering, expand the card based on subcategories' content */
        .category-card:hover .subcategory-container {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

.icon-behind {
    color: var(--MainColorInWebSite);
}

.category-card:hover .icon-behind {
    color: white;
}

.subcategory-container {
    position: absolute;
    top: 100%; /* Position it below the card */
    left: 0;
    width: 100%;
    background-color: var(--MainColorInWebSite);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 12px 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
    padding: 0.5rem 1rem;
}

.subcategory {
    margin-top: 1rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .subcategory h3 {
        margin: 0 0 5px;
        font-size: 1rem;
        color: #fffef7;
        display: flex;
        justify-content: center;
    }

    .subcategory:hover {
        background-color: #fffef7;
        ;
        font-weight: bold;
    }

        .subcategory:hover h3 {
            margin: 0 0 5px;
            font-size: 1rem;
            color: var(--MainColorInWebSite);
        }

    .subcategory.selected {
        background-color: #fffef7;
        color: #104631;
        font-weight: bold;
    }

        .subcategory.selected h3 {
            margin: 0 0 5px;
            font-size: 1rem;
            color: #104631;
        }

.padding-subname {
    padding: 0px 10px;
}


.category-card.selected {
    background-color: #104631;
    color: white;
}

    .category-card.selected h2 {
        color: white;
    }

    .category-card.selected .icon-behind {
        color: white;
    }

.modal .modal-header .close span {
    display: block;
}

.glass-card {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37) !important;
}


.text-whit-hover:hover {
    color: #fffef2 !important;
}

.custom-login-btn {
    color: white !important;
    border-radius: 10px;
    background-color: #6c737f !important;
}

    .custom-login-btn:hover {
        background-color: #384250 !important;
    }

.bottom-form-margin {
    margin-left: calc(100% - 95rem);
    margin-top: 0rem;
}

.wi-370 {
    width: 370px !important;
}

/*.logo-glass {
    margin-top:10px;
    padding:0 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: white;
}*/


.min-vh-65 {
    min-height: 65vh !important
}

.dark-green-800 {
    background-color: #14573a !important;
}

.dark-green-text-800 {
    color: #14573a !important;
}

.text-gold-25 {
    color: #fffef7
}

.radius-25 {
    border-radius: 25px !important;
}

.btn {
    border-radius: 9999px !important;
}

.btn-secondary {
    min-width: 100px !important;
}

.btn-primary, custom-btn {
    background-color: var(--MainColorInWebSite) !important;
    border-color: var(--MainColorInWebSite) !important;
    color: #fffef2 !important;
    align-items: center !important;
    border-radius: 9999px !important;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    min-width: 100px !important;
}

.btn-custom-dimention {
    min-width: 112px;
    height: 30px;
}

.btn-primary:hover {
    background-color: #0e1063 !important;
    border-color: #0e1063 !important;
    color: #fff !important;
    align-items: center !important;
    border-radius: 9999px !important;
    text-align: center;
    display: inline-flex;
    justify-content: center;
}

.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text), form#kpiPlanningApp button.btn.btn-primary:hover {
    background-color: #0e1063 !important;
    border-color: #0e1063 !important;
    /*    border-radius: 15px !important;*/
    color: #fff !important;
}

.btn-primary:hover {
    color: #25935f !important;
    background-color: #e8f5ee; /* optional: subtle background change */
}


.SearchForm.gold-light-color {
    background-color: #fffef2 !important;
}

.table-container-responsive {
    max-height: 400px;
    overflow: auto;
}

.bg-gold-25 {
    background-color: #fffef7 !important
}

.bg-blue {
    background-color: var(--MainColorInWebSite) !important
}

.bg-brown {
    background-color: var(--SecondColorInWebSite) !important
}



.home-card {
    background: var(--SecondColorInWebSite) !important;
    border-radius: 12px !important;
    min-width: 161px !important;
    padding: 0.5rem !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
    border-color: var(--SecondColorInWebSite) !important;
}

.uppercase {
    text-transform: uppercase;
}

.secondary-text {
    color: var(--SecondColorInWebSite)
}

.primary-text {
    color: var(--MainColorInWebSite)
}

.primary-text-hover:hover {
    color: var(--MainColorInWebSite)
}


.dashboard-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: start;
    height: 100%;
    min-height: 450px;
}


.title-border {
    border-bottom: 2px solid #274d94;
    width: 35px;
    height: 15px;
    position: absolute;
}


.dashboard-table-btn {
    display: inline-block;
    color: #3699FF;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
    position: relative;
    padding-right: 16px;
}

    .dashboard-table-btn:hover {
        color: #187DE4;
        text-decoration: none;
    }

.border-div {
    border: 1px solid var(--MainColorInWebSite) !important;
    border-radius: 5px;
    padding: 15px;
}

.anim-scale-get {
    animation: anim-scale-get 0.2s ease-in-out 0s 1 reverse both;
}

@keyframes anim-scale-get {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

.cursor-not-allowed {
    cursor: not-allowed !important;
    pointer-events: all !important;
}


.status-table {
    height: 9px;
    width: 9px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.primary-dot {
    background-color: var(--MainColorInWebSite)
}

.primary-dot {
    background-color: var(--MainColorInWebSite)
}

.login-border {
    border-bottom: 1px solid #fff;
    padding: 1rem 2rem;
}


.kt-checkbox {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-direction: row-reverse;
}


.no-end-padding {
    padding-inline-end: 0px;
}




@media (min-width: 1500px) and (max-width: 1620px) {
    /* Styles for widths between 1500px and 1600px */
    .bottom-form-margin {
        margin-left: calc(100% - 68rem);
        margin-top: -5rem;
    }
}



@media (min-width: 1200px) and (max-width: 1499px) {
    /* Styles for widths between 1500px and 1600px */
    .bottom-form-margin {
        margin-left: calc(100% - 60rem);
        margin-top: -5rem;
    }
}


@media (min-width: 500px) and (max-width: 1000px) {
    /* Styles for widths between 1500px and 1600px */
    .bottom-form-margin {
        margin: 0 auto;
    }
}

.green-btn-hover:hover {
    color: var(--MainColorTextInWebSite);
}

/* Dashboard Table Styles - Scoped to .table-dashboard */
.table-dashboard {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0;
}

    .table-dashboard thead {
        background-color: #f8f9fa;
        position: sticky;
        top: 0;
    }

    .table-dashboard th {
        padding: 12px 16px;
        text-align: center !important;
        font-weight: 600;
        color: #495057 !important;
        border-bottom: 2px solid #e9ecef !important;
        white-space: nowrap !important;
    }

        .table-dashboard th::after {
            content: '▼';
            font-size: 0.8em;
            margin-left: 4px;
            opacity: 0.3;
        }

    .table-dashboard td {
        padding: 12px 16px;
        border-bottom: 1px solid #e9ecef;
        color: #212529;
        vertical-align: middle;
        text-align: center !important;
    }

    .table-dashboard tr:last-child td {
        border-bottom: none;
    }

    .table-dashboard tr:hover {
        background-color: #f8f9fa;
    }

    /* Status badge styles */
    .table-dashboard .status-badge {
        display: inline-block;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
    }

    .table-dashboard .status-review {
        background-color: #fff3cd;
        color: #856404;
    }

    /* Comment icon styles */
    .table-dashboard .comment-icon {
        color: #17a2b8;
        margin-right: 8px;
        font-size: 1.1em;
    }

    /* Ellipsis for long names */
    .table-dashboard .text-ellipsis {
        display: inline-block;
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* View All link styles */
    .table-dashboard + .view-all-link {
        display: inline-block;
        margin-top: 12px;
        color: #17a2b8;
        font-weight: 600;
        text-decoration: none;
    }

        .table-dashboard + .view-all-link:hover {
            text-decoration: underline;
        }

    .table-dashboard.table-tree-dashboard td:nth-child(2) {
        text-align: start !important;
    }


/* Responsive adjustments */
@@media (max-width: 768px) {
    .table-dashboard th, .table-dashboard td {
        padding: 8px 12px;
    }

    .table-dashboard .text-ellipsis {
        max-width: 80px;
    }
}

.apexcharts-text, .apexcharts-title-text, .apexcharts-legend-text {
    font-family: "Almarai" !important;
}

.table-responsive {
    overflow-x: auto;
    max-width: 100%;
}

    .table-responsive::-webkit-scrollbar {
        height: 0px;
    }

.swal2-actions {
    flex-direction: row-reverse;
}

.dynamsoft-dwt-dlg-button, .ds-download-div > a:link, .ds-download-div > a:visited {
    border-radius: 9999px;
    min-width: 100px;
}

.swal2-styled.swal2-confirm, .swal2-cancel.swal2-styled {
    border-radius: 9999px !important;
    min-width: 100px;
}
/*.container.bnmvcxz .card.card-custom {
    border: 1px solid #EBEDF3;
}*/