
.nasra_admin{
    padding: 1rem;
    border-radius: 1rem;
    background-color: rgba(65, 105, 225, 0.068)!important;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1); /* سایه باکس */
    transition: all 0.5s;
    margin-bottom: 2rem;
}
.nasra_admin:hover{
    opacity: 80%;
}
.nasra_admin img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-color: white;
    margin-bottom: 1rem;
}

.nasra_admin h4{
    font-size: 1.2rem;
    margin-bottom: 1.1rem;
    color: var(--dark_gray);
}


.nasra_admin h5{
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
    color: var(--basic_blue);
}



.nasra_admin label{
    font-size: 0.9rem;
    color: var(--light_gray);
    margin-bottom: 0.8rem;
}
.list_con{
    background-color: rgba(65, 105, 225, 0.068)!important;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1); /* سایه باکس */
}
.item_connect{
    display: flex;
    justify-content: start;
    align-items: center;
    align-items: center;
    background-color: white;
    margin-bottom: 1rem;
    padding: 0.3rem;
    padding-bottom: 0.15rem;
    padding-top: 0.15rem;
   border-radius: 0.35rem;
   transition: all 0.5s;
}
.item_connect:hover{
   opacity: 60%;
}
.item_connect a{
    text-decoration: none;
    color: var(--dark_gray);
    margin-top: 0.5rem;
    font-size: 0.95rem;
}
.icon_c{
    color: #fff;
    margin-left: 0.75rem;
    font-size: 1rem;
    border-radius: 50%;
    padding: 0.4rem;
    background-color: var(--light_blue);
}


@media screen and (max-width: 1200px) {
    .nasra_admin h4{
    font-size: 1.1rem;
 
}


.nasra_admin h5{
    font-size: 1rem;
   
}
.item_connect a{
    text-decoration: none;
    margin-top: 0.5rem;
 
}
.item_connect a h6{
    font-size: 0.95rem!important;
}
.icon_c{
    font-size: 0.85rem;
   
}






}

@media screen and (max-width: 668px) {
    .nasra_admin h4{
    font-size: 1rem;
 
}


.nasra_admin h5{
    font-size: 0.95rem;
   
}
.item_connect a{
    text-decoration: none;
    margin-top: 0.5rem;
 
}
.item_connect a h6{
    font-size: 0.85rem!important;
}
.icon_c{
    font-size: 0.85rem;
   
}






}
