﻿@font-face {
    font-family: AccurateFont;
    src: url('../fonts/Boutros/BoutrosNewsH1-Bold.ttf');
}

@font-face {
    font-family: AccurateLogoFont;
    src: url('../fonts/Rowdies/Rowdies-Regular.ttf');
}

.glow {
    text-shadow: 0 0 5px #ffc107, 0 0 10px #ffc107, 0 0 15px #ffeb3b;
}

@keyframes shine {
    0% {
        text-shadow: 0 0 5px #ffc107, 0 0 10px #ffc107, 0 0 15px #ffc107;
    }

    50% {
        text-shadow: 0 0 15px #fff700, 0 0 25px #fff700, 0 0 35px #fff700;
    }

    100% {
        text-shadow: 0 0 5px #ffc107, 0 0 10px #ffc107, 0 0 15px #ffc107;
    }
}

.shine {
    animation: shine 1.5s infinite ease-in-out;
}

/* Customize the scrollbar for WebKit-based browsers */
::-webkit-scrollbar {
    width: 7px; /* Width of the scrollbar */
    height: 7px; /* Height of the scrollbar (for horizontal scrollbars) */
}

::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 5px; /* Rounded corners */
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #555; /* Thumb color on hover */
    }

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
    border-radius: 10px; /* Rounded corners for track */
}


.nav-tabs .nav-link.active {
    color: black;
}

.tab-container {
    overflow-x: auto; /* Enables horizontal scrolling */
    overflow-y: hidden;
    white-space: nowrap; /* Prevents wrapping of tabs */

    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #888 transparent; /* For Firefox: Thumb color and track color */
}
.nav.nav-tabs {
    display: inline-flex; /* Align tabs in a single line */
    flex-wrap: nowrap; /* Prevent wrapping */
    width: 100%;
}
.nav-tabs .nav-item {
    flex: 0 0 auto; /* Prevent shrinking */
}

.swal2-rtl-icon {
    transform: rotateY(180deg);
}

.AccurateFont {
    font-family: AccurateFont;
}

input[readonly] {
    background: #eee !important;
}

.scroll {
    overflow: auto !important;
}

.scroll-WithStickyHeader {
    overflow: auto !important;
    max-height: 70vh; /* vertical scroll */
    overflow-x: auto; /* horizontal scroll */
    overflow-y: auto;
    width: 100%;
}

    .scroll-WithStickyHeader .table.table-header-sticky thead th {
        position: sticky;
        top: 0;
        z-index: 2;
        background: #d9d9d9; /* same as bg-secondary */
    }

@media (max-width: 576px) {
    .daterangepicker {
        position:fixed !important;
        
        top: 60px !important;
        right: 10px !important;
        left: 10px !important;
    }

        .daterangepicker .drp-calendar th, .daterangepicker .drp-calendar td{
            font-size: 11px;
            width: unset;
            height: unset;
        }

        .daterangepicker .drp-buttons {
            white-space: nowrap;
        }

        .daterangepicker .drp-buttons .drp-selected {
            display: none;
        }

        .daterangepicker .drp-buttons button {
            padding-top: 0.25rem !important;
            padding-bottom: 0.25rem !important;
        }

    .scroll-sm {
        overflow: auto !important;
        white-space: nowrap;
        max-height: 70vh; /* vertical scroll */
        overflow-x: auto; /* horizontal scroll */
        overflow-y: auto;
        width: 100%;
    }

        .scroll-sm .table.table-header-sticky thead th {
            position: sticky;
            top: 0;
            z-index: 2;
            background: #d9d9d9; /* same as bg-secondary */
        }

    .scroll {
        white-space: nowrap;
    }
}

#lock-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.ck-blurred {
    border: 1px solid lightgray !important;
    margin-top: 2px !important;
}

.col-form-label {
    white-space: nowrap;
    max-width: 100px;
}

.form-check {
    margin-bottom: 5px !important;
}

.daterangepicker, .datepicker {
    z-index: 1100 !important;
}

    .daterangepicker .drp-selected{
        direction: ltr;
    }

    .daterangepicker .ranges {
        border: solid 1px #eee;
        border-top-right-radius: 0px;
    }

        .daterangepicker .ranges li {
            font-weight: bold;
            padding: 5px 20px 5px;
        }

.table-header-sticky thead th {
    position: sticky;
    top: 0;
    z-index: 10;
}

.table td, .table th {
    text-align: center;
    vertical-align: middle;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

tr.nowrap th, tr.nowrap td {
    white-space: nowrap;
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: #eee;
}

    /*.table-hover > tbody > tr:hover td {
        border-bottom: 1px solid gray !important;
    }*/

input[data-AutoComplete] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-family: AccurateFont;
    font-weight: unset !important;
    color: #3F4254;
}

.treeBranch {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #eee;
}

    .treeBranch .list-group-item {
        border-right: 0px;
        border-left: 0px;
        border-top: 0px;
        border-radius: 0px;
    }

.nav-link.active {
    background-color: #eee;
    color: black;
}

#div_TreeView .list-group-item {
    white-space: nowrap;
}

.fs-20 {
    font-size: 20px !important;
}

#ModalListPopUpContent .list-group-item:hover {
    background-color: #eee;
}

.field-validation-error {
    color: red;
    padding: 2px 2px 2px;
}

.isDateRange, .isDate {
    text-align: right;
    direction: ltr;
}

.apexcharts-tooltip {
    max-width: 200px !important;
    min-width: fit-content !important;
    text-align: right;
    font-weight: bold;
    color: dodgerblue;
}

.apexcharts-tooltip-series-group {
    direction: rtl !important;
    text-align: right !important;
    justify-content: right !important;
}

#div_Home_IncomePrevYears_Charts .apexcharts-yaxis tspan {
    cursor: pointer;
}

#div_Home_IncomePrevYears_Charts .apexcharts-yaxis tspan:hover {
    color: blue;
}

@media only screen and (max-width: 900px) {
    #btn_sideMenu {
        display: none;
    }

    .text-sm-nowrap {
        white-space: nowrap;
    }
}

.direction-ltr {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
}

.text-left{
    text-align:left !important;
}

.text-right {
    text-align: right !important;
}

.card {
    margin-bottom: 10px;
}

.card-header {
    min-height: unset !important;
    padding: 5px 10px 5px 5px !important;
}

#mycp .card .card .card-header {
    background-color: #f7f7f7;
}

    #mycp .card-title i {
        font-size: 20px;
        margin-left: 5px;
    }

#mycp .card .card h5 {
    font-size: 15px;
}

#mycp .card-body {
    padding: 15px;
}

.cp_Icon {
        float: right;
        text-align: center;
        margin-left: 20px;
        margin-bottom: 10px;
        white-space: nowrap;
        color: black;
        font-size: 12px;
        position: relative;
    }

    .cp_Icon img {
        height: 25px;
        filter: opacity(90%);
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: auto;
    }

    .cp_Icon span:first-child {
        display: inline-block;
        border: 1px dashed gray;
        border-radius: 20%;
        height: 55px;
        width: 55px;
        padding: 2px;
        background-color: whitesmoke;
    }

        .cp_Icon span:first-child:hover {
            background-color: lightgray;
        }

    .cp_Icon .label-danger, .cp_Icon .label-warning {
        position: absolute;
    }

.label:empty {
    display: none;
}

#mailActions {
    position: absolute;
    left: 107%;
}

.emailNotSeen {
    color: darkblue !important;
}

    .emailNotSeen h6 {
        color: darkblue !important;
    }

.notification-item {
    padding-top: 10px;
    cursor: pointer;
}
    .notification-item:hover {
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    }
    .notification-item > div {
        display: flex;
        flex-direction: row;
    }

.readEmailHeader {
    display: flex;
    flex-direction: row;
}

#read_Body {
    overflow: auto;
}

#emailBtns .btn-group {
    float: right;
}

#emailBtns i {
    font-size: 15px;
}
/*******************
Labels
*******************/
.label {
    padding: 3px 5px;
    line-height: 11px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 10px;
    margin-right: -10px;
    margin-top: -5px;
}

.label-rounded {
    border-radius: 2px;
}

.label-custom {
    background-color: #00897b;
}

.label-success {
    background-color: #26dad2;
}

.label-info {
    background-color: #1976d2;
}

.label-warning {
    background-color: #ffb22b;
}

.label-danger {
    background-color: #ef5350;
}

.label-megna {
    background-color: #00897b;
}

.label-primary {
    background-color: #5c4ac7;
}

.label-purple {
    background-color: #7460ee;
}

.label-red {
    background-color: #fb3a3a;
}

.label-inverse {
    background-color: #2f3d4a;
}

.label-default {
    background-color: #f2f4f8;
}

.label-white {
    background-color: #ffffff;
}

.label-light-success {
    background-color: #e8fdeb;
    color: #26dad2;
}

.label-light-info {
    background-color: #cfecfe;
    color: #1976d2;
}

.label-light-warning {
    background-color: #fff8ec;
    color: #ffb22b;
}

.label-light-danger {
    background-color: #f9e7eb;
    color: #ef5350;
}

.label-light-megna {
    background-color: #e0f2f4;
    color: #00897b;
}

.label-light-primary {
    background-color: #f1effd;
    color: #5c4ac7;
}

.label-light-inverse {
    background-color: #f6f6f6;
    color: #2f3d4a;
}

#notfound {
    position: relative;
    height: 50vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 920px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

    .notfound .notfound-404 {
        position: absolute;
        height: 100px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
    }

        .notfound .notfound-404 h1 {
            color: #ececec;
            font-weight: 900;
            font-size: 276px;
            margin: 0px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .notfound h2 {
        font-size: 46px;
        color: #000;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0px;
    }

    .notfound p {
        font-size: 16px;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 15px;
    }

    .notfound a {
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        background: #189cf0;
        display: inline-block;
        padding: 16px 38px;
        border: 2px solid transparent;
        border-radius: 40px;
        color: #fff;
        font-weight: bold;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound a:hover {
            background-color: #fff;
            border-color: #189cf0;
            color: #189cf0;
        }

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 h1 {
        font-size: 162px;
    }

    .notfound h2 {
        font-size: 26px;
    }
}

#topStatistics a:hover {
    background-color: #eee;
}








.card-profile {
    border: solid 1px #eee;
    border-radius: 5px;
    background-color:white;
    margin-bottom: 10px;
}

    .card-profile .cover-photo {
        position: relative;
        background-image: url("../media/patterns/brushed-alum-dark.png"), linear-gradient(141deg, white 0%, lightgray 40%, slategray 70%);
        height: 50px;
        border-radius: 5px 5px 0 0;
    }

        .card-profile .cover-photo .profile {
            position: absolute;
            width: 80px;
            height: 80px;
            bottom: -40px;
            right: 15px;
            border-radius: 50%;
            border: 2px solid slategray;
            background: slategray;
        }

            .card-profile .cover-photo .profile i {
                position: absolute;
                top: 20px;
                left: 20px;
                font-size: 35px;
            }

            .card-profile .cover-photo .profile-badge {
            position: absolute;
            right: 85px;
            top: 15px;
        }

        .card-profile .profile-name {
            font-size: 14px;
            margin-top: 5px;
            text-align: right;
            padding-right: 100px;
            margin-bottom: 2px;
        }

    .card-profile .about {
        padding-right: 110px;
        font-weight: bold;
    }

    .card-profile .card-profile-content {
        padding: 0px 10px 10px 10px;
    }