﻿.mag {
  font-family: Cairo, sans-serif;
}

.mag {
  direction: rtl;
  font-family: 'Cairo';
}

@media (min-width: 300px) {
  .user-imagia {
    /*margin-right: 113px;*/
  }
}

.text-center {
    font-size:16px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.dropdown-menu {
    background-color: #ffffff;
    text-align: right;
}



.news-ticker {
    background-color: #091c4f;
    color: #fff;
    padding: 20px 0;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    height: 60px;
 
 /*   width: 80%;  يمكنك تحديد نسبة العرض التي ترغب بها */
}



.news-ticker .ticker-content {
    position: absolute;
    width: 100%;
    animation: ticker 20s linear infinite;
}

@keyframes ticker {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.ticker-content p {
    margin: 0;
    [2:40 م، 2025/2/4] ChatGPT: padding: 0 50px;
}

