﻿
@font-face {
    font-family: 'Vazirmatn';
    src: url('/css/fonts/ttf/Vazirmatn-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/css/fonts/ttf/Vazirmatn-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


body {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    background-color: #f9f9f9;
}


header {
/*    background-color: #6f42c1;*/
/*    color: white;*/
    padding: 1rem;
}

.footer {
    background-color: #343a40;
    color: white;
/*    padding: 2rem 0;*/
}

    .footer a {
        color: #ccc;
        text-decoration: none;
        margin-left: 15px;
/*        font-weight: 600;
        font-size: 0.95rem;*/
    }

        .footer a:hover {
            color: white;
            text-decoration: underline;
        }

.auth-buttons {
    text-align: left;
}

main.user {
    max-width: 100% !important;
    margin: auto !important;
}


html, body {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.container {
    flex: 1;
}

header .auth-buttons img.user-profile-small {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
header .auth-buttons img.user-profile-big {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

/*@media (max-width: 575px) {
    header .container {
        padding-left:0 !important;
        padding-right:0 !important;
        margin-left:-10px;
        margin-right:-10px;
    }
}*/

@media (max-width: 575px) {

    /** {
        outline: 1px solid red;*/ /* موقتی برای دیباگ */
    /*}*/


    header .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: -10px;
        margin-right: -10px;
    }

    .row {
        --bs-gutter-x: 0; /* حذف فاصله بین ستون‌ها */
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    footer {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    body {
        overflow-x: hidden;
    }
}
