@font-face
{
    font-family: "Din-Next-Regular";
    src: url("/ejad_backend_theme-mewa/static/src/fonts/Din-Next/din-next-lt-w23-regular.ttf");
}
*:not(.fa):not(.fas):not(.far):not(.fab):not(.fad)
{
    font-family: "Lato", "Din-Next-Regular", sans-serif !important;
}
.itsm-banner-section
{
    position: relative;
    padding: 143px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.itsm-banner-section:after
{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-152deg, rgba(28,26,26,1) 0%, rgba(28,26,26,0.56) 100%);
}
.itsm-banner-section .content
{
    position: relative;
    z-index: 2;
    color: #fff;
}
.itsm-banner-section h2
{
    font-size: 3em !important;
    font-weight: 700;
    margin-bottom: 20px;
    span
    {
        color: #79af51;
    }
}
.itsm-banner-section p
{
    font-size: 1.125em;
    margin: 0;
}
.itsm-content-section
{
    position: relative;
    padding: 85px 0;
}
.itsm-content-section .nav.nav-tabs
{
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 0 23px;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 32px;
}
.itsm-content-section .nav.nav-tabs .nav-link
{
    position: relative;
    border: 0;
    padding: 15px 0;
    color: #777;
}
.itsm-content-section .nav.nav-tabs .nav-link:after
{
    position: absolute;
    content: "";
    bottom: 0;
    right: 50%;
    width: 100%;
    height: 3px;
    background-color: #4bb7e3;
    transform: translateX(50%) scaleX(0);
    transition: 0.3s;
}
.itsm-content-section .nav.nav-tabs .nav-link.active
{
    color: #4bb7e3;
}
.itsm-content-section .nav.nav-tabs .nav-link.active:after
{
    transform: translateX(50%) scaleX(1);
}

.itsm-content-section > .container > .row
{
    gap: 30px 0;
}
.itsm-content-section .tab-content .row
{
    gap: 30px 0;
}
.itsm-content-section .side-box
{
    border: 1px solid #4bb7e3;
    border-radius: 24px;
    padding: 24px 20px;
    height: 100%;
}
.itsm-content-section .side-box .col-12:not(:last-of-type) .block
{
    border-bottom: 1px solid #dedede;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.itsm-content-section .side-box .block h6
{
    color: #1c1a1a;
    font-weight: bold;
    margin-bottom: 16px;
}
.itsm-content-section .side-box .block p
{
    color: #1c1a1a;
    font-size: 0.8125em;
    margin: 0;
}
.itsm-content-section .side-box .block ul
{
    padding: 0;
    list-style: none;
}
.itsm-content-section .side-box .block ul li:not(:last-of-type)
{
    margin-bottom: 15px;
}
.itsm-content-section .side-box .block ul li a
{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #4bb7e3;
    font-size: 0.8125em;
}
.itsm-content-section .side-box .block ul li a img
{
    width: 16px;
}
.itsm-content-section .itsm-box
{
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.itsm-content-section .itsm-box:hover
{
    box-shadow: 0px 10px 42px rgba(0, 0, 0, 0.18);
}
.itsm-content-section .itsm-box .image
{
    border: 1px solid #dedede;
    border-radius: 12px;
    overflow: hidden;
}
.itsm-content-section .itsm-box .image img
{
    height: 208px;
    width: 100%;
    object-fit: cover;
}
.itsm-content-section .itsm-box .info
{
    padding: 16px;
}
.itsm-content-section .itsm-box .info h6
{
    font-size: 0.875em !important;
    font-weight: bold;
    margin-bottom: 8px;
    color: #1c1a1a;
}
.itsm-content-section .itsm-box .info p
{
    color: #777;
    font-size: 0.875em;
    margin: 0;
}

.gap-30-bottom
{
    gap: 30px 0;
}
.page-header-section
{
    background-color: #f1f2f2;
    padding: 45px 0;
    color: #000;
}
.page-header-section h1
{
    font-size: 2em !important;
    font-weight: 500;
    margin: 0;
}
/*=========================== Start Report 1 =============================*/
.vision-panel
{
    padding: 50px 0;
}
.vision-panel .dash-blobs-panel
{
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    gap: 9px;
}
.vision-panel .dash-blobs-panel .dash-box
{
    position: relative;
    flex-grow: 1;
    border-radius: 24px;
    padding: 51px 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.vision-panel .dash-blobs-panel .dash-box:after
{
    position: absolute;
    content: "";
    background-image: url(/twj_ea_report/static/src/img/layer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: -57%;
    width: 198px;
    height: 198px;
}
.vision-panel .dash-blobs-panel .dash-box .info-side
{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
}
.vision-panel .dash-blobs-panel .dash-box .info-side .icon
{
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    background-color: #fff;
}
.vision-panel .dash-blobs-panel .dash-box .info-side h6
{
    font-size: 1em;
    font-weight: 600;
    margin: 0;
}
.vision-panel .dash-blobs-panel .dash-box .number-side
{
    position: relative;
    z-index: 1;
    font-size: 2em;
    font-weight: 600;
}
.vision-panel .dash-details-panel .detail-box
{
    border-radius: 24px;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    overflow: hidden;
    height: 100%;
}
.vision-panel .dash-details-panel .detail-box .box-header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 20px;
    background-color: #f0f0f0;
}
.vision-panel .dash-details-panel .detail-box .box-header a
{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 1.6;
}
.vision-panel .dash-details-panel .detail-box .box-header .detail-outer-type
{
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 15px;
    color: #1c1a1a;
    font-size: 13px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
}
.vision-panel .dash-details-panel .detail-box .box-header .detail-outer-type i
{
    color: #4bb7e3;
    font-size: 24px;
}
.vision-panel .dash-details-panel .detail-box .box-body
{
    padding: 16px 20px 40px;
}
.vision-panel .dash-details-panel .detail-box .box-body .item
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vision-panel .dash-details-panel .detail-box .box-body .item:first-of-type
{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.vision-panel .dash-details-panel .detail-box .box-body .item > div
{
    display: flex;
    align-items: center;
    gap: 11px;
    color: #000;
    font-size: 15px;
}
.vision-panel .dash-details-panel .detail-box .box-body .item > div h6
{
    margin: 0;
}
.vision-panel .dash-details-panel .detail-box .box-body .item span
{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.vision-panel .dash-details-panel .detail-box .box-body .goals-content
{
    margin-top: 20px;
}
.vision-panel .dash-details-panel .detail-box .box-body .goals-content .goal-item:not(:last-of-type)
{
    margin-bottom: 16px;
}
.vision-panel .dash-details-panel .detail-box .box-body .goals-content .goal-item .goal-detail
{
    display: flex;
    align-items: baseline;
    gap: 12px;
    color: #777;
}
.vision-panel .dash-details-panel .detail-box .box-body .goals-content .goal-item .goal-detail span
{
    line-height: 1.6;
}
/*=========================== End Report 1 =============================*/
/*=========================== Start Report 2 =============================*/
.strategic-goals-section
{
    padding: 50px 0;
}
.strategic-goals-section .inner-content
{
    display: flex;
    align-items: start;
    gap: 24px;
}
.strategic-goals-section .inner-content .nav-tabs
{
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid #dedede;
}
.strategic-goals-section .inner-content .nav-tabs .nav-link
{
    padding: 10px 24px;
    gap: 12px;
    display: flex;
    align-items: center;
    font-size: 0.875em;
    border: 0;
    color: #000;
}
.strategic-goals-section .inner-content .nav-tabs .nav-link img
{
    transition: 0.3s;
}
.strategic-goals-section .inner-content .nav-tabs .nav-link.active
{
    background-color: #4BB7E3;
    color: #fff;
}
.strategic-goals-section .inner-content .nav-tabs .nav-link.active img
{
    filter: brightness(0) invert(1);
}
.strategic-goals-section .inner-content .tab-content
{
    flex: 1;
}
.table-responsive.main-table
{
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
table.data-table
{
    margin: 0;
}
.table-responsive.main-table .dataTables_length,
.table-responsive.main-table .dataTables_filter,
.table-responsive.main-table .dataTables_info,
.table-responsive.main-table dataTables_paginate
{
    padding: 14px 16px;
}
.table-responsive.main-table .dataTables_filter label,
.table-responsive.main-table .dataTables_length label,
.table-responsive.main-table .dataTables_info,
.table-responsive.main-table dataTables_paginate
{
    font-size: 0.875em;
    color: #010101;
    display: flex;
    align-items: center;
    gap: 8px;
}
.table-responsive.main-table .dataTables_filter label input,
.table-responsive.main-table .dataTables_length label select,
.table-responsive.main-table dataTables_paginate .paginate_button
{
    border-color: #d9d9d9;
    border-radius: 4px;
    height: 40px;
}
table.data-table thead
{
    background-color: #f6f6f6;
}
table.data-table tbody tr:last-of-type td
{
    border-bottom: 0;
}
table.data-table th,
table.data-table td
{
    min-height: 54px;
    border-color: #d9d9d9 !important;
    color: #000;
}
table.data-table thead th
{
    padding: 14px 16px !important;
}
table.data-table th:not(:last-of-type),
table.data-table td:not(:last-of-type)
{
    border-inline-end: 1px solid #D9D9D9;
}
table.data-table td
{
    font-size: 0.875em;
    padding: 16px !important;
}
table.data-table a
{
    color: #4BB7E3;
    text-decoration: underline;
}
table.data-table .status
{
    background-color: #79AF51;
    color: #fff;
    border-radius: 50px;
    padding: 7px 12px;
}
/*=========================== End Report 2 =============================*/
/*=========================== Start Report 3 =============================*/
.business-dash-wrapper
{
    padding: 70px 0;
}
.business-dash-settings
{
    border-bottom: 3px solid #dedede;
    padding: 32px 0;
}
.business-dash-settings .inner-content
{
    gap: 40px 0;
}
.business-dash-settings h1
{
    font-weight: 600;
    font-size: 24px !important;
    color: #000;
    margin-bottom: 30px;
}
.business-dash-settings .item
{
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    color: #000;
}
.business-dash-settings .item div
{
    display: flex;
    align-items: center;
    gap: 12px;
}
.business-dash-settings .item .mark
{
    width: 24px;
    height: 24px;
    border: 1px solid;
    color: var(--my-color);
    border-radius: 4px;
    display: flex;
    background: none;
    padding: 5px;
}
.business-dash-settings .item .mark span
{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: var(--my-color);
}
.business-dash-settings .select-level
{
    display: flex;
    align-items: end;
    gap: 20px;
}
.business-dash-settings .select-level p
{
    font-size: 0.875em;
    color: #010101;
    line-height: 1;
}
.business-dash-settings .select-level .levels
{
    display: flex;
    align-items: center;
    gap: 8px;
}
.business-dash-settings .select-level .single-level
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.business-dash-settings .select-level .single-level .text
{
    display: block;
    color: #777;
    font-size: 0.875em;
    font-weight: 700;
}
.business-dash-settings .select-level .single-level .mark
{
    display: block;
    width: 44px;
    height: 12px;
    border-radius: 50px;
    background-color: #d9d9d9;
}
.business-dash-settings .select-box
{
    display: flex;
    align-items: center;
    gap: 10px 20px;
}
.business-dash-settings .select-box p
{
    margin: 0;
    font-size: 0.875em;
    flex: none;
}
.business-dash-settings .select-box .form-control
{
    border-color: #d9d9d9;
    background: none;
    height: 45px;
    max-width: 344px;
    font-size: 0.875em;
    padding: 10px 16px;
    color: #777;
}
.business-dash-wrapper .business-dash-block:not(:last-of-type)
{
    margin-bottom: 32px;
}
.business-dash-wrapper .business-dash-block .block-title
{
    margin-bottom: 20px;
    padding: 19px 12px;
    color: #000;
    font-size: 18px !important;
    text-transform: capitalize;
    border-radius: 6px;
    border: 1px solid #4bb7e3;
    background: linear-gradient(45deg, rgba(75,183,227,1) 0%, rgba(255,255,255,0) 30%);
}
.business-dash-wrapper .business-dash-block .block-box
{
    padding: 27px 16px;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}
.business-dash-wrapper .business-dash-block .num
{
    width: 24px;
    height: 24px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 700;
}
.business-dash-wrapper .business-dash-block .big-box
{
    background-color: #f0f0f0;
    border-radius: 12px;
    height: auto;
}
.business-dash-wrapper .business-dash-block .big-box .head
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 16px;
}
.business-dash-wrapper .business-dash-block .big-box .block-data
{
    padding: 16px;
    border-top: 1px dashed #777;
    flex-wrap: wrap;
    gap: 0 15px;
}
.business-dash-wrapper .business-dash-block .big-box .block-data .block-box
{
    padding: 16px;
    border-radius: 12px;
    box-shadow: none;
    background-color: #fff;
    margin-bottom: 16px;
    gap: 10px;
}
.business-dash-wrapper .business-dash-block .big-box .block-data .block-box h6
{
    font-size: 0.875em;
    color: #777;
}
.business-dash-wrapper .business-dash-block .big-box .block-data .block-box .num
{
    color: #fff;
}
/*=========================== End Report 3 =============================*/
/*=========================== Start Report 4 =============================*/
.page-header-cards-section
{
    padding: 32px 0;
    border-bottom: 3px solid #DEDEDE;
}
.page-header-cards-section h1
{
    font-size: 1.5em;
    color: #000;
    margin: 0;
}
.page-header-cards-section .select-box
{
    display: flex;
    align-items: center;
    gap: 10px 20px;
    margin-top: 24px;
}
.page-header-cards-section .select-box p
{
    margin: 0;
    font-size: 0.875em;
    flex: none;
}
.page-header-cards-section .select-box .form-control
{
    border-color: #d9d9d9;
    background: none;
    height: 45px;
    max-width: 344px;
    font-size: 0.875em;
    padding: 10px 16px;
    color: #777;
}
.cards-report-section
{
    padding: 50px 0;
}
.cards-report-section .inner-content
{
    display: flex;
    align-items: center;
    margin-right: -50px;
    margin-left: -50px;
    min-width: 1300px;
    overflow: auto;
    padding: 0 25px;
}
.cards-report-section .inner-content .col
{
    max-width: 20%;
    flex: 20%;
    padding: 0 25px;
}
.cards-report-section .inner-content .inner-col
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
}
.cards-report-section .inner-content .inner-col .card-box
{
    position: relative;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    border-top: 2px solid;
    padding: 23px 16px;
}
.cards-report-section .inner-content .inner-col .card-box img
{
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.cards-report-section .inner-content .inner-col .card-box h6
{
    color: #000;
    font-size: 0.825em;
    margin-bottom: 14px;
    padding-inline-end: 40px;
}
.cards-report-section .inner-content .inner-col .card-box p
{
    color: #777;
    font-size: 0.825em;
}
/*=========================== End Report 4 =============================*/
/*=========================== Start Report 5 =============================*/
.cards-report-section-2 .inner-content
{
    min-width: 1300px;
    overflow: auto;
    padding: 100px 15px;
}
.cards-report-section-2 .card-box
{
    position: relative;
    width: 90px;
    padding: 20px 9px;
    height: 100%;
    min-height: 73px;
    border-radius: 12px;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
    text-align: center;
    border-top: 1.5px solid #79AF51;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cards-report-section-2 .card-box h6
{
    color: #000;
    font-size: 0.8em;
    font-weight: 600;
    margin: 0;
}
.cards-report-section-2 .level-one
{
    display: flex;
    justify-content: center;
    margin-bottom: 63px;
}
.cards-report-section-2 .level-one .card-box
{
    box-shadow: 0px 4px 32px rgba(75, 183, 227, 0.08);
    background-color: #4BB7E3;
    border-color: transparent;
}
.cards-report-section-2 .level-one .card-box h6
{
    color: #fff;
}
.cards-report-section-2 .level-two
{
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.cards-report-section-2 .level-two:before
{
    position: absolute;
    content: "";
    top: -25px;
    left: 50%;
    width: calc(100% - 59px);
    height: 1px;
    background-color: #d9d9d9;
    transform: translateX(-50%);
}
.cards-report-section-2 .level-one .card-box:after,
.cards-report-section-2 .level-two .card-box:before
{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background-color: #D9D9D9;
}
.cards-report-section-2 .level-one .card-box:after
{
    bottom: -38px;
    height: 38px;
}
.cards-report-section-2 .level-two .card-box:before
{
    top: -25px;
    height: 25px;
}
/*=========================== End Report 5 =============================*/
/*=========================== Start Responsive =============================*/
@media(max-width: 991.98px)
{
    .vision-panel .dash-blobs-panel
    {
        flex-direction: column;
    }
    .vision-panel .dash-blobs-panel .dash-box
    {
        width: 100%;
    }
    .vision-panel .dash-blobs-panel .separator-arrow
    {
        transform: rotate(270deg);
    }
    .strategic-goals-section .inner-content
    {
        display: block;
    }
    .strategic-goals-section .inner-content .nav-tabs
    {
        margin-bottom: 30px;
    }
}
@media(max-width: 767.98px)
{
    .page-header-section h1
    {
        font-size: 1.6em !important;
    }
}