
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200..1000&display=swap');
body{
    font-family: cairo;
    background-color: #eee;
}
ul{
    list-style-type: none;
    padding: 0;
}
a{
    text-decoration: none;
}
#loader{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:1000;
}
.logo{
    text-align: center;
    width: 250px;
    border-left: 1px solid #ccc;
}
.logo a{
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.header{
    background-color: white;
    box-shadow: 3px 3px 3px #cccccc94;
   
}
.sidebar{
    width: 250px;
    background-color: #2b2929;
    height: 100vh;
    position: fixed;
    transition: 0.5s;
    overflow: hidden;
    overflow-y: scroll;
    top: 45px;
}
.profile{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}
.profile img{
    border-radius: 50%;
    
}
.profile h3{
padding-top: 20px;
color: white;
font-size: 30px;
font-weight: bold;
}
.ul-sidebare{
    padding-left: 10px;
    padding-right: 10px;
}
.ul-sidebare li{
    cursor: pointer;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
}
.ul-sidebare li:hover{
    background-color: #615252;
}
.active{
    background-color: #615252;
}
.ul-sidebare li a,
.ul-sidebare li i{
    color: white;
}
.content{
    /* background-color: chocolate; */
    height: 100vh;
    margin-right: 250px;
    margin-top: 66px;
    transition: 0.5s;
   
}
@media (max-width:767px) {
    .sidebar{
        width: 250px;
        right: -250px;
    }
    .content{
        margin-right: 0;
    }
}
.icons i,
.active-users,
#sidebar-toggel
{
    font-size: 20px;
    color: rgb(66, 65, 65);
}
.avatar{
    width:40px;
}
/* تخصيص عرض شريط التمرير */
#sidebar::-webkit-scrollbar{
    width: 8px;
}
#sidebar::-webkit-scrollbar-track{
background: #5f5d5d;
border-radius: 10px;
}



#sidebar::-webkit-scrollbar-thumb{
    background: #1f0202;
    border-radius: 10px;

}
#sidebar::-webkit-scrollbar-thumb:hover{
background: #09d013;
}

.bell::after{
position: absolute;
content: "5";
background-color: #ff0202;
width: 15px;
height: 15px;
border-radius: 50%;
color: aliceblue;
font-size: 12px;
top: -5px;
right:-7px;
display: flex;
align-items: center;
justify-content: center;
}
.message::after{
position: absolute;
content: "3";
background-color: #ff0202;
width: 15px;
height: 15px;
border-radius: 50%;
color: aliceblue;
font-size: 12px;
top: -5px;
right:-7px;
display: flex;
align-items: center;
justify-content: center;
}
.user-group::after{
    position: absolute;
    content: "99+";
    background-color: #ff0202;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    color: aliceblue;
    font-size: 10px;
    top: -7px;
    right:-10px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.stat{
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.stat-green{
    background-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
}
.stat-red{
    background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);

}
.stat-blue{
    background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%);
}
.stat-yellow{
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}

.stat h3{
    color: #eee;
    font-family: almarai;
    font-size: 25px;
    font-weight: bold;
}
.stat h4{
    color: #eee;
    font-family: almarai;
    font-size: 18px;
    font-weight: bold;
}
#chart,#chart1{
    height: 400px;
}
.add-stn{
    border-radius: 50%;
}
.item-side-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ccc;
    padding: 15px;
    border-bottom: 1px solid #2897b6;
}
.avatar-info{
    display: flex;
    align-items: center;
    gap: 15px;
}
.grow-user{
    position: absolute;
    top: 0;
}
.avatar-info img{
    width: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.avatar-info h4{
    font-size: 20px;
    font-weight: 600;
}
.contact-info{
    display: flex;
    gap: 15px;

}
.contact-info i{
    font-size: 25px;
    transform: 0.3s;
}
.contact-info i:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.whatsapp-icon{
    color: #066d0b;
}
.messenger-icon{
    color: #0d3372;
}

.messages-area{
    background-color: white;
    width: 300px;
    top: 50px;
    left: 130px;
    /* padding: 10; */
    border-radius: 5px;
    border-bottom: 1px solid blue;
    /* overflow: hidden; */
    display: none;
    border-radius: 5px;

}
.messages-area li{
    padding: 10px;
    border-bottom:1px solid #eee;
    cursor: pointer;
    
}
.messages-area li:hover{
    background-color: #eee;
}
.masseg-header{
    background-color: #4734f3;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
}

.masseg-header::after{
    position: absolute;
    color: white;
    content: "";
    /* width: 15px;
    height: 15px;
    background-color: red; */
    top: -25px;
    left: 45px;
    border: 15px solid;
    border-color: transparent transparent  #4734f3 transparent;

}
.masseg-header h3{
    color: white;
    font-size: 22px;
}
    .item-menu-left {
        align-items: center;
        justify-content: space-between;
}
.item-menu-left img{
width: 50px;
border-radius: 50%;
border: 1px solid #ccc;
}
.messages-container i{
    cursor: pointer;
}
.message-body{
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    padding-right: 60px;
}