@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');
/*  scroll */

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #1a0028;

}

::-webkit-scrollbar {
    width: 6px;
    background-color: #001412;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #9f7fdf;
}


body {
    font-family: "Noto Sans Arabic", sans-serif;
    color: #fff;

}

.page-wrapper {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
    min-height: 100vh;
}

.page-wrapper:after {
    content: "";
    background-color: #230037;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: -1;
    min-height: 100vh;
}

.page-wrapper::before {
    content: "";
    /* background-image: url(../images/111.png); */
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 62%;
    height: 100%;
    opacity: 1;
    z-index: -1;

}

.header {
    background-color: #1a0028;
    padding: 7px;
    border-top: 2px solid #8e71c7;
}

.header .logo {
    max-width: 180px;
    margin-right: 5px;
}

.header_text {
    border-right: 1px solid #1a0028;
    padding-right: 24px;
    padding-left: 24px;
}

.header h5 {
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    margin: 0 0 3px 0;
}

.header h4 {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    margin: 2px 0 0;
}

.header p {
    font-size: 9px;
    color: #baa072;
    margin: 0;
    font-weight: bold;
}

.header .list_text h6 {
    font-size: 12px;
    color: #896ec0;
    margin: 0;
    font-weight: bold;
    margin-top: 2px;
}

.header .dot {
    width: 5px;
    height: 5px;
    background-color: #896ec0;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 4px;
}

/* title*/

.main-key .title {
    font-size: 11px;
    color: #baa072;
    margin: 0;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 3px;
}

.main-key .title .dot {
    width: 5px;
    height: 5px;
    background-color: #baa072;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 4px;
}

/*   dashboard  */
.dashboard {
    padding: 2px 4px;
}

.dashboard .box {
    padding: 20px 14px;
    border: 2px solid #5f418866;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #1a0028;
    position: relative;
}

.dashboard .box.shadow_box {
    box-shadow: 0 0px 5px #9f7fdf;
}

.dashboard .box .icon {
    background-color: #230037;
    border-radius: 7px;
    color: #9073ca;
    font-size: 12px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #896ec096;
    margin-bottom: 20px;
}

.dashboard .box.shadow_box .icon {
    box-shadow: 0 0px 8px #9f7fdf;
}

.dashboard .box h6 {
    font-size: 13px;
    color: #baa072;
    font-weight: bold;
    margin-bottom: 10px;
}

.dashboard .box h6 i {
    margin-left: 5px;
    opacity: .5;
    font-size: 10px;
}

.dashboard .box h5 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    text-shadow: 0 0 4px #fff;
    margin-bottom: 0;
}

.dashboard .float {
    background-color: #230037;
    border-radius: 7px;
    color: #9073ca;
    font-size: 10px;
    padding: 5px 6px 3px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 23px;
    right: 14px;
    line-height: 0;
    border: 1px solid #896ec096;
}

.dashboard .float i {
    margin-right: 5px;
}

.dashboard .box2 {
    padding: 7px 10px;
    border: 1px solid #5f418866;
    border-radius: 10px;
    background-color: #1a0028;
    position: relative;
    margin-top: 15px;
    box-shadow: 0 0px 2px #9f7fdf;
}

.dashboard .box2 .progress {
    background-color: #3d2258;
    height: 6px;
    border-radius: 50px;
}

.dashboard .box2 .progress .progress-bar {
    background-color: #9073ca !important;
}

.dashboard .box2 .progress.blue .progress-bar {
    background-color: #5aa4fd !important;
}

.dashboard .box2 .progress.yellow .progress-bar {
    background-color: #febf26 !important;
}

.dashboard .box2 .progress.red .progress-bar {
    background-color: #e64944 !important;
}

.dashboard .box2 h6 {
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 10px;
    margin-bottom: 6px;
    margin-top: 10px;
    opacity: 0.8;
}

.dashboard .box2 h6 span {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    float: right;
}

.dashboard h1 {
    font-weight: bold;
    font-size: 22px;
    text-shadow: 0 0 2px #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .dashboard h1 {
        margin-top: 20px;
    }

    .header_text {
        display: none;
    }
}

/* news */
.news {
    max-height: 100%;
    overflow: auto;
    height: 675px;
    padding-right: 4px;
    padding-top: 2px;
    margin-top: 13px;
}

.news .profile {
    padding: 10px;
    border: 2px solid #28063c;
    border-radius: 10px;
    background-color: #1a0028;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 0px 1px #9f7fdf;
}

.news .profile img.account {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    margin-right: 10px;
    border: 2px solid #9073ca73;
    object-fit: cover;
}

.news .profile p {
    font-size: 9px;
    color: #576c5d;
    margin: 0;
    font-weight: bold;
}

.news .profile h4 {
    font-size: 11px;
    color: #fff;
    margin-bottom: 3px;
    font-weight: bold;
}

.news .profile .float_new {
    font-size: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    color: #44b28f;
}

.news .profile .float_new .label {
    background-color: #91cc75;
    border-radius: 50px;
    color: #000000;
    font-size: 11px;
    padding: 3px 9px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #44b28f;
    margin-right: 8px;
    font-weight: bold;
}

.news .profile .float_new .label.yellow {
    color: #1a0028;
    border-color: #26063d;
    background-color: #896ec0;
}

.news .profile .float_new .label.red {
    color: #1a0028;
    border-color: #806b48;
    background-color: #baa072;
}

a {
    text-decoration: unset;
}

.news .profile h6 {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}

.news .footer_card {
    font-size: 9px;
    font-weight: bold;
    border-top: 1px solid #360254;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 2px;
}

.news .footer_card img {
    width: 15px;
    margin-right: 5px;
}

.news .footer_card .text {
    color: #896ec0;
    font-size: 9px;
    text-align: end;
    padding-right: 17px;
}

/* map */
#map {
    height: 200px;
    width: 100%;
    border-radius: 10px;
}

.text-map {
    text-align: center;
    border-top: 1px solid #360254;
    margin-top: 20px;
}

.text-map h2 {
    color: #fff;
    font-weight: 600;
    display: block;
    font-size: 11px;
    margin-bottom: 3px;
    margin-top: 10px;
    opacity: 0.7;
}

.text-map h5 {
    font-size: 14px;
    color: #8e71c7;
    font-weight: bold;
    font-family: sans-serif;
    text-shadow: 0 0 6px #8e71c7;
    margin-bottom: 0;
}


/**/
/* إزالة أي عناصر افتراضية */
.leaflet-control-attribution,
.leaflet-control-zoom {
    display: none;
}

/* دائرة الوميض */
.glow {
    width: 14px;
    height: 14px;
    background: #e6ffff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(180, 255, 255, 1),
    0 0 20px rgba(180, 255, 255, 0.9),
    0 0 40px rgba(180, 255, 255, 0.6);
    animation: pulse 1.8s infinite ease-out;
}

@keyframes pulse {
    0% {
        transform: scale(0.4);
        opacity: 1;
    }

    100% {
        transform: scale(0.8);
        opacity: 0.2;
    }
}

.leaflet-tile-container img {
    /* filter: grayscale(100%) brightness(0.8) sepia(100%) hue-rotate(230deg) saturate(500%); */
    /* filter: grayscale(39%) brightness(100%) sepia(100%) hue-rotate(217deg) saturate(179%) contrast(92%); */

    filter: grayscale(0%) invert(10%) sepia(69%) hue-rotate(227deg) saturate(250%) brightness(1.1) contrast(1.1)
}
