@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: #001412;

}

::-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: #06744b;
}


body {
    font-family: "Noto Sans Arabic", sans-serif;
    color: #fff;
    background-color: #001b16;
}

.header {
    background-color: #001412;
    padding: 7px;
    border-top: 2px solid #505e5e;
}

.header .logo {
    max-width: 180px;
    margin-left: 5px;
}

.header_text {
    border-left: 1px solid #0d2622;
    padding-left: 24px;
    padding-right: 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: #576c5d;
    margin: 0;
    font-weight: bold;
}

.header .list_text h6 {
    font-size: 12px;
    color: #36bc8a;
    margin: 0;
    font-weight: bold;
    margin-top: 2px;
}

.header .dot {
    width: 5px;
    height: 5px;
    background-color: #36bc8a;
    border-radius: 50%;
    display: inline-flex;
    margin-left: 4px;
}

/* title*/

.main-key .title {
    font-size: 11px;
    color: #36bc8a;
    margin: 0;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 3px;
}

.main-key .title .dot {
    width: 5px;
    height: 5px;
    background-color: #36bc8a;
    border-radius: 50%;
    display: inline-flex;
    margin-left: 4px;
    box-shadow: 0 0px 6px #00ff40;
}

/*   dashboard  */
.dashboard {
    padding: 10px;
}

.dashboard .box {
    padding: 10px;
    border: 2px solid #0f2f2c;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #051d1f;
    position: relative;
}

.dashboard .box.shadow_box {
    box-shadow: 0 0px 5px #06744b;
}

.dashboard .box .icon {
    background-color: #083d33;
    border-radius: 7px;
    color: #44b28f;
    font-size: 12px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #004e20d9;
    margin-bottom: 20px;
}

.dashboard .box.shadow_box .icon {
    box-shadow: 0 0px 8px #06744b;
}

.dashboard .box h6 {
    font-size: 11px;
    color: #748386;
    font-weight: bold;
    margin-bottom: 2px;
}

.dashboard .box h6 i {
    margin-right: 5px;
    opacity: .5;
    font-size: 10px;
}

.dashboard .box h5 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    text-shadow: 0 0 4px #fff;
    margin-bottom: 0;
}

.dashboard .float {
    background-color: #083d33;
    border-radius: 7px;
    color: #44b28f;
    font-size: 10px;
    padding: 5px 6px 3px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 0;
    border: 2px solid #004e20;
}

.dashboard .float i {
    margin-left: 5px;
}

.dashboard .box2 {
    padding: 7px 10px;
    border: 2px solid #0f2f2c;
    border-radius: 10px;
    background-color: #0d2622;
    position: relative;
    margin-top: 20px;
    box-shadow: 0 0px 2px #06744b;
}

.dashboard .box2 .progress {
    background-color: #19322e;
    height: 6px;
    border-radius: 50px;
}

.dashboard .box2 .progress .progress-bar {
    background-color: #14b883 !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: left;
}

.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-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    height: calc(100vh - 210px);
    padding-left: 4px;
}

.news::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.news .profile {
    padding: 10px;
    border: 2px solid #0f2f2c;
    border-radius: 10px;
    background-color: #0d2622;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 0px 1px #06744b;
}

.news .profile img.account {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    margin-left: 10px;
    border: 2px solid #004e20d9;
    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;
    left: 15px;
    display: flex;
    align-items: center;
    color: #44b28f;
}

.news .profile .float_new .label {
    background-color: #083d33;
    border-radius: 50px;
    color: #44b28f;
    font-size: 10px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #44b28f;
    margin-left: 8px;
    font-weight: bold;
}

.news .profile .float_new .label.yellow {
    color: #febf26;
    border-color: #febf26;
    background-color: #febf2624;
}

.news .profile .float_new .label.red {
    color: #e64944;
    border-color: #e64944;
    background-color: #e649441f;
}

.news .profile h6 {
    font-weight: bold;
    font-size: 12px;
}

.news .footer_card {
    font-size: 9px;
    font-weight: bold;
    border-top: 1px solid #17302c;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 2px;
}

.news .footer_card img {
    width: 15px;
    margin-left: 5px;
}

.news .footer_card .text {
    color: #36bc8a;
    font-size: 9px;
    text-align: end;
    padding-left: 17px;
}

/* map */
#map {
    height: 200px;
    width: 100%;
    border-radius: 10px;
}

.text-map {
    text-align: center;
    border-top: 1px solid #17302c;
    margin-top: 20px;
}

.text-map h2 {
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 9px;
    margin-bottom: 3px;
    margin-top: 10px;
    opacity: 0.5;
}

.text-map h5 {
    font-size: 14px;
    color: #44b28f;
    font-weight: bold;
    font-family: sans-serif;
    text-shadow: 0 0 6px #44b28f;
    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;
    }
}
