/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


/*  scroll */

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #0C272D;

}

::-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: #74f993;
}



body {
    font-family: "Noto Sans Arabic", sans-serif;
    /* font-family: "Anton", sans-serif; */
    color: #fff;

}

.page-wrapper {
    background-image: url(../images/brand.png);
    background-size: contain;
    background-position: 125%;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    min-height: 100vh;
    background-color: #0C272D;
}

.page-wrapper:after {
    content: "";
    background-color: #0C272D;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1;
    min-height: 100vh;
}


.header {
    background-color: #0C272D;
    padding: 7px;
}

.header .logo {
    height: 40px;
    margin-right: 5px;
    max-width: 100%;
}

.header_text {
    border-right: 1px solid #0C272D;
    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: #74FA93;
    margin: 0;
    font-weight: bold;
}

.header .list_text h6 {
    font-size: 12px;
    color: #ffffff;
    margin: 0;
    font-weight: bold;
    margin-top: 2px;
}

.header .dot {
    width: 5px;
    height: 5px;
    background-color: #74FA93;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 4px;
}

/* title*/

.main-key .title {
    font-size: 11px;
    color: #74FA93;
    margin: 0;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 3px;
}

.main-key .title .dot {
    width: 5px;
    height: 5px;
    background-color: #74FA93;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 4px;
}

/*   dashboard  */
.dashboard {
    padding: 2px 4px;
}

.dashboard .box {
    padding: 20px 14px;
    border: 1px solid #74FA93;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #15815b38;
    position: relative;
}

.dashboard .box h6 {
    font-size: 15px;
    color: #74FA93;
    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 3px 5px #0C272D47;
    margin-bottom: 0;
}

.dashboard .float {
    background-color: #74FA93;
    border-radius: 7px;
    color: #0C272D;
    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 #74FA93;
}

.dashboard .float i {
    margin-right: 5px;
}

.dashboard .box2 {
    padding: 7px 10px;
    border: 1px solid #74FA93;
    border-radius: 10px;
    background-color: #15815b38;
    position: relative;
    margin-top: 15px;
}

.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: 688px;
    padding-right: 4px;
    padding-top: 2px;
    margin-top: 13px;
}

.news .profile {
    padding: 10px;
    border: 1px solid #74FA93;
    border-radius: 10px;
    background-color: #15815b38;
    position: relative;
    margin-bottom: 8px;
}

.news .profile img.account {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    margin-right: 10px;
    border: 2px solid #74FA93;
    object-fit: cover;
}

.news .profile p {
    font-size: 10px;
    color: #74FA93;
    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: #74FA93;
    border-radius: 50px;
    color: #0C272D;
    font-size: 11px;
    padding: 3px 9px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #74FA93;
    margin-right: 8px;
    font-weight: 700;
}

.news .profile .float_new .label.yellow {
    background-color: #0c272d;
    color: #fff;
    border-color: #0c272d;
}

.news .profile .float_new .label.red {
    background-color: #CBBB9D;
    border-color: #CBBB9D;
}

a {
    text-decoration: unset;
}

.news .profile h6 {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}

.news .footer_card {
    font-size: 9px;
    font-weight: bold;
    border-top: 1px solid #74FA93;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 2px;
}

.news .footer_card img {
    width: 15px;
    margin-right: 5px;
}

.news .footer_card .text {
    color: #fff;
    font-size: 10px;
    text-align: end;
    padding-right: 17px;
}

/* map */
#map {
    height: 260px;
    width: 100%;
    border-radius: 10px;
}

.text-map {
    text-align: center;
    border-top: 1px solid #74FA93;
    margin-top: 20px;
}

.text-map h2 {
    color: #fff;
    font-weight: 600;
    display: block;
    font-size: 11px;
    margin-bottom: 3px;
    margin-top: 10px;
    opacity: 1;
}

.text-map h5 {
    font-size: 14px;
    color: #74FA93;
    font-weight: bold;
    font-family: sans-serif;
    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: invert(5%) sepia(120%) saturate(552%) hue-rotate(126deg) brightness(115%) contrast(100%);
}