a.default.logini-auth-btn:after {
    font-family: 'azar' !important;
	/*/line-height: 1.2;/*/
    font-size: 22px;
    content:"\eadc";
    padding-right: 5px;
    vertical-align: bottom;
    color: #374957;
}
.header-call svg {
    -webkit-animation: ring-ph 2s ease infinite;
    animation: ring-ph 2s ease infinite;
    
}
@keyframes ring-ph {
0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
}
2% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
}
4% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
}
6% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
8% {
    -webkit-transform: rotate(-19deg);
    -ms-transform: rotate(-19deg);
    transform: rotate(-19deg);
}
10% {
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    transform: rotate(19deg);
}
12% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
14% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
16% {
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-12deg);
}
18% {
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
}
20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
}
.header-call .elementor-icon-box-title a {
    display: flex !important;
    flex-direction: row-reverse;
    text-align: center !important;
}
.help-menu .elementor-icon-list-item a {
    justify-content: space-between;
    text-align: right !important;
    flex-direction: row-reverse;
}
.help-menu li :hover{
    cursor: pointer !important;
}
.header-call .pre-num{
    font-size: 20px;
    line-height: 1.6;
    color: var(--e-global-color-primary);
    
    font-weight: 600;
    padding-right: 2px
}
.top-button-footer i:before{
    color: #FCFAEE;
    text-shadow: 3px 0px 2px rgba(0,0,0,0.15);
}
.top-button-footer a.elementor-icon.elementor-animation-wobble-vertical {
    box-shadow: 0px 2px 10px 1px rgb(147 147 147 / 65%);
}
.footer-logo {
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 8s infinite !important;
}
@keyframes shimmer {
    0% {
        -webkit-mask-position: 140% 140%;
        mask-position: 140% 140%
    }

    100% {
        -webkit-mask-position: -20% -20%;
        mask-position: -20% -20%
    }
}.footer-logo {
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 8s infinite !important;
}
@keyframes shimmer {
    0% {
        -webkit-mask-position: 140% 140%;
        mask-position: 140% 140%
    }

    100% {
        -webkit-mask-position: -20% -20%;
        mask-position: -20% -20%
    }
}
#stickyheaders{
transition : transform 0.34s ease;
backdrop-filter: saturate(180%) blur(15px) !important;
}
.headerup{
transform: translateY(-110px); /*adjust this value to the height of your header*/
}

.elementor-widget-off-canvas .e-off-canvas__overlay {
    height: 100vh !important;
}
.close-offcanvas-menu, .close-offcanvas-search {
    line-height: 0;
}
.close-offcanvas-search i:before, .close-offcanvas-menu i:before{
    color: #EF233C;
}
.verify-btn.action-link.mt-3 {
    background: #ef233c;
    color: white;
    width: fit-content;
    border-radius: 5px;
    padding: 5px;
}

div#email-action {
    display: none;
}
.dashboard-button i{
    font-size: 20px;
    line-height: 0;
}
@media only screen and (max-width: 768px){
    .dashboard-button span.elementor-button-text{
    display: none;
    line-height: 1 !important;
}
.dashboard-button i{
    font-size: 17px;
    line-height: 1;
}
.dashboard-button a.elementor-button{
    padding: 11px !important;
    line-height: 0 !important;
}
}

/* Notification Popup Styles */
.notification-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none; /* Initially hidden */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    backdrop-filter: blur(3px) !important;
}

.notification-popup.is-visible {
    opacity: 1;
    visibility: visible;
}

.notification-popup-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: scale(0.95);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.notification-popup.is-visible .notification-popup-content {
    transform: scale(1);
}

.notification-popup-close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.notification-list h3 {
    margin-top: 0;
    text-align: right;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.notification-item {
    margin-bottom: 15px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
    direction: rtl; /* RTL support for Persian text */
}

.notification-item:last-child {
    border-bottom: none;
}


span.notification-date {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    background: #EF233C;
    padding: 5px;
    border-radius: 8px;
    line-height: 2;
    white-space: nowrap;
}

button.notification-popup-close-btn {
    height: 35px;
    width: 35px;
    line-height: 1;
    display: flex;
    justify-content: center;
    background: #EF233C;
    color: white;
    border-radius: 6px;
}

.notification-item {
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1.4;
}

.notification-body p {
    margin: 0;
}