﻿
body {
    font-family: "Vazirmatn" !important;
    margin: 0;
    padding: 0;
    height: 100%;
    -ms-overflow-style: none;
}

html {
    margin: 0;
    height: 100%;
    scrollbar-width: none;
}


.swal2-popup {
    font-family: Vazirmatn;
    direction: rtl;
    text-align: right;
}

    .swal2-popup .swal2-styled {
        font-family: Vazirmatn;
    }

.navbar {
    background-color: #fff;
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;*/
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 50;
    position: sticky;
    top: 0;
    left: 0;
}

body .pwa-updater[b-pwa-updater] {
    --pwa-updater-bar-backcolor: #6396ff;
    --pwa-updater-bar-color: #fff;
    --pwa-updater-bar-z-index: 1050;
    --pwa-updater-font-family: Vazirmatn;
    --pwa-updater-font-size: 14px;
    --pwa-updater-bar-height: 60px;
}

body .pwa-updater[b-pwa-updater] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    direction: ltr !important;
    gap: 1px;
    width: 100%;
}

    body .pwa-updater[b-pwa-updater] > span:not(.pwa-updater-close-button) {
        order: 2;
        flex: 1 1 auto;
        text-align: right;
        margin-left: 12px;
    }

    body .pwa-updater[b-pwa-updater] > button {
        order: 1;
        position: static !important;
        display: inline-flex !important;
        flex: 0 0 auto;
        margin-left: 8px;
    }

    body .pwa-updater[b-pwa-updater] > .pwa-updater-close-button {
        order: 0;
        position: static !important;
        display: inline-flex !important;
        flex: 0 0 auto;
        margin-left: 6px;
        width:14px;
    }




.nav-wrapper {
    max-width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    height: 44px;
}

    .nav-wrapper .logo img {
        height: 50px;
        width: 50px;
    }

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-left: auto;
    font-size: 1rem;
}

    .nav-links a {
        color: #374151;
        text-decoration: none;
        transition: color 0.3s;
    }

        .nav-links a:hover {
            color: #3b82f6;
        }

.nav-container {
    display: flex;
    align-items: center;
    gap: 0.58rem;
}

.nav-button {
    padding: 0.5rem 1rem;
    background-color: #3b82f6;
    color: white;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: background-color 0.3s;
}

    .nav-button:hover {
        background-color: #2563eb;
    }

.nav-logo img {
    margin-right: 70px;
    width: 140px;
    height: 40px;
    object-fit: contain;
    transition: all 0.3s;
}

.footer {
    background-color: #f8f8f8;
    text-align: center;
    padding: 30px 20px;
    font-family: 'Vazirmatn', sans-serif;
    color: #2f2f41;
    direction: rtl;
    width: 100%;
}

#footer {
    display: flex;
}

.footer-text {
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    padding-right: 8rem;
    width: 65%;
    margin-top: 1.5rem;
    margin-bottom: 4rem;
    font-size: 1.1rem;
    line-height: 1.8em;
    font-family: 'Vazirmatn', sans-serif;
    color: #2f2f41;
    direction: rtl;
}

.footer-logo {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer-logo img {
        width: 80px;
        height: 80px;
        border-radius: 18px;
    }

.footer-top {
    width: 85%;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 77px;
    margin-bottom: 25px;
    border: 1.2px solid #dddbdb;
    border-radius: 10px;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-direction: row;
    padding: 18px;
}

    .footer-item a {
        margin: 0;
        font-size: 14px;
        color: #666;
        display: flex;
        flex-direction: column;
    }

    .footer-item p:hover {
        font-size: 14px;
        cursor: pointer;
        color: #252323;
    }

    .footer-item p strong {
        padding-bottom: 0.7rem;
    }



    .footer-item .fa {
        font-size: 23px;
        color: #666;
    }

        .footer-item .fa:hover {
            font-size: 25px;
            cursor: pointer;
            color: rgb(39, 127, 198);
        }



.footer-bottom-main {
    display: flex;
    justify-content: space-evenly;
    width: 95%;
    font-family: 'Vazirmatn', sans-serif;
    color: #2f2f41;
    font-size: .5em;
}

.footer-social {
    display: inline-block;
    width: 50%;
    height: auto;
    text-align: center;
    color: #2b395a;
    display: inline-block;
    padding-top: 2.8rem;
    margin: 0 20px;
}

    .footer-social .fa {
        font-size: 25px;
        color: #666;
        padding-left: 6px;
    }

        .footer-social .fa:hover {
            font-size: 35px;
            cursor: pointer;
            color: rgb(39, 127, 198);
        }

.footer-bottom {
    width: 80%;
    margin-top: 3rem;
    font-size: 15px;
    color: #666;
    padding-left: 2rem;
}
