.no_link, .no_link:active {
    text-decoration: none !important
}

.category_title, .phone_icon, footer {
    position: relative
}

.category_title, .news_text, .text-bold {
    font-weight: 700
}

.pagination li, .tab button {
    display: block
}

@font-face {
    font-family: Vazirmatn;
    src: url('/fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    font-family: Vazirmatn;
}

.card {
    background-color: rgba(255, 255, 255, 0.3);
}

.card-body {
    background-color: rgba(255, 255, 255, 0.3);
}

.chat-messages {
    height: 500px;
    overflow: auto;
    padding: 5px;
    margin: 5px;
    border: 1px solid #000;
    direction: rtl;
    border-radius: 5px
}

.ai-message, .user-message {
    border-radius: 10px;
    padding: 10px;
    color: #000;
    margin-top: 10px
}

.user-message {
    background-color: #007ca8
}

.ai-message {
    background-color: #589f00
}

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px
}

.navbar-toggler, .no_background {
    border: none !important
}

.tab button {
    background-color: inherit;
    color: #000;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: 0;
    text-align: left;
    cursor: pointer;
    transition: .3s;
    font-size: 17px
}

.tab button:hover {
    background-color: #ddd
}

.tab button.active {
    background-color: #ccc
}

div.code-toolbar {
    direction: ltr !important
}

.no_link {
    color: #000
}

.category_title {
    top: 20px
}

.dropdown-item {
    text-align: right !important
}

.ms-right {
    margin-right: auto !important
}

.search_button {
    margin-left: 20px
}

.small_font {
    font-size: 12px
}

.book_title, .title_limit {
    height: 45px;
    overflow: hidden;
    margin-top: 10px
}

.no_padding {
    padding: 0
}

.news_text, .small_padding_all {
    padding: 5px
}

.small_padding {
    padding-left: 5px;
    padding-right: 5px
}

footer {
    background-color: #e9e9e9;
    padding-top: 20px;
    padding-bottom: 60px;
    overflow: hidden
}

.margin-r-10 {
    margin-right: 10px
}

.phone_icon {
    font-size: 23px;
    top: 5px
}

.img_banner {
    width: 50%;
    max-width: 400px
}

.video_banner {
    width: 50%
}

.news_text {
    color: red
}

.font_big {
    font-size: 20px
}

.top_layer {
    z-index: 1
}

.hafize_bg, .login_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .1;
    z-index: 0;
    background-position: center;
    pointer-events: none;
    left: 0;
    top: 0
}

.login_bg {
    background-image: url("/images/bdb149d5-f9da-41b0-8980-53e907b486ef-840x560.webp")
}

.hafize_bg {
    background-image: url("/images/hafez.webp")
}

.disable-link {
    pointer-events: none
}

.loading {
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10000;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0
}

input::placeholder {
    color: #c4c4c4 !important
}

textarea::placeholder {
    color: #c4c4c4 !important
}

@media (max-width: 768px) {
    .img_banner, .video_banner {
        width: 100%
    }

    .banner_fixed {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100000
    }

    .banner_footer_fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1
    }

    .navbar {
        padding-top: 0px;
    }
}

.pagination {
    display: flex;
    justify-content: center
}

.blue_bg {
    background-color: #d0ebf1 !important
}

.no_background {
    background-color: transparent !important
}

.close_big {
    cursor: pointer;
    font-size: 30px
}

.arrow_bottom {
    position: fixed;
    font-size: 50px;
    left: 44%;
    bottom: 20px
}

.flip {
    transform: rotateY(180deg)
}

.all_small > * {
    font-size: 12px;
}
