﻿@font-face {
    font-family: "IRANSansX";
    src: url("/font/IRANSansXFaNum-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "IRANSansX";
    src: url("/font/IRANSansXFaNum-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

html, body {
    font-family: "IRANSansX" !important;
    font-size: 16px;
}

p {
    line-height: 2;
    margin-bottom: 0;
}

.tag {
    display: inline-block;
    border-radius: 5px;
    padding: 0.2em 0.5em 0.2em;
    background: #808080;
    color: white;
    font-size: 14px;
}

.button-normal {
    color: white;
    background: #1e3799;
    font-family: "IRANSansX" !important;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

    .h_iframe-aparat_embed_frame .ratio {
        display: block;
        width: 100%;
        height: auto;
    }

    .h_iframe-aparat_embed_frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

pre code.ltr {
    direction: ltr;
    text-align: left;
}

pre code.hljs {
    direction: ltr;
    text-align: left;
}

.badge-project {
    font-size: 12px;
    background-color: #cfe2ff;
    border-color: #9ec5fe;
    color: black;
    direction: ltr;
}

.list-group {
    padding-right: 0;
}

.list-group-item {
    font-size: 12px;
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

    .h_iframe-aparat_embed_frame .ratio {
        display: block;
        width: 100%;
        height: auto;
    }

    .h_iframe-aparat_embed_frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }