.registerTerm{
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
.registerTerm a {
    font-weight: bold;
    font-size: 18px;
}

h4 {
    scroll-margin-top: 80px; /* ارتفاع navbar یا مقدار دلخواه */
}

.star-rating {
    font-size: 20px; /* اندازه ستاره‌ها */
    color: #f39c12; /* رنگ ستاره‌ها */
}

.star-rating .star {
    cursor: pointer; /* نمایش اشاره‌گر هنگام حرکت روی ستاره‌ها */
    transition: color 0.3s ease-in-out; /* انیمیشن تغییر رنگ */
}

.star-rating .star:hover {
    color: #e74c3c; /* رنگ ستاره هنگام هاور */
}


.eeta-icon-header {
    position: relative;
    top: -1px;
    left: -1px;

}

.eeta-icon {
    position: relative;
    top: 4px;
}

#zibal-trust-badge img{
      height: 110px!important;
    }

.login-suggest{
    padding: 20px;
    text-align: center;
}


.login-suggest a{
    font-size: 30px;
    color: #2828c3;

}


#copyMessage {
    display: none;
    color: white;
    background-color: green;
    padding: 8px 12px;
    border-radius: 4px;
    position: absolute;
    top: 40px;
    left: 10px;
    animation: fadeOut 5s forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}
