@font-face {
    font-family: "Estedad";
    font-weight: 100;
    src: url('/fonts/Estedad-Thin.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 200;
    src: url('/fonts/Estedad-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 300;
    src: url('/fonts/Estedad-Light.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 400;
    src: url('/fonts/Estedad-Regular.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 500;
    src: url('/fonts/Estedad-Medium.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 600;
    src: url('/fonts/Estedad-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 700;
    src: url('/fonts/Estedad-Bold.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 800;
    src: url('/fonts/Estedad-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: "Estedad";
    font-weight: 900;
    src: url('/fonts/Estedad-Black.woff2') format('woff2');
}

@font-face {
    font-family: "Vazirmatn";
    src: url('/fonts/Vazirmatn[wght].woff2') format('woff2');
}

.font_vazir,
.font_vazir * {
    font-family: "Vazirmatn" !important;
}


* {
    font-family: "Estedad";
}


@media print {
    .container {
        width: 100% !important;
        padding: 0 !important;
        padding: 0% !important;
    }

    .col-md-9,
    .col-md-12 {
        width: 100% !important;
    }

    body {
        margin: 0 !important;
    }
}

.side_menu {
    background-color: rgb(220, 220, 220);
    width: 250px;
}

.side_menu ul {
    list-style: none;
    padding: 0;
}

.nav_header {
    background-color: #f6fbff;
    box-shadow: 0px 2px 8px 1px #76c1ff8f;
    /* position: sticky;
    top: 0; */
}

.nav_header ul {
    list-style: none;
    padding: 0.3rem 1rem;
    display: flex;
    align-items: center;
}

.nav_header ul li {
    display: inline-block;
    padding: .25rem;
}

.nav_header ul li a {
    text-decoration: none;
    color: #024877;
    padding: .3rem .5rem;
    display: block;
    border-radius: 0.4rem;
    font-weight: 600;
    transition: .2s;
    font-family: Vazirmatn, serif;
}

.nav_header ul li a:hover ,.nav_header ul li .active{
    background-color: #1a94b8;
    color: #fff;
}

.site_logo {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 26px;
    line-height: 1;
    padding-right: .3rem;
    color: #ba6800;
    /* vertical-align: bottom; */
    display: block;
    text-decoration: none;
}


/* my costume bootstrap css */
.badge a,
a.badge {
    text-decoration: none;
}

.table-blue {
    --bs-table-bg: #b0cbff;
}

.table-info {
    --bs-table-bg: #63cfef;
}

.table-orange {
    --bs-table-bg: #ffb74c;
}

.table-sm > thead > tr > td:first-child {
    border-top-right-radius: 0.3rem;
}
.table-sm > thead > tr > td:last-child {
    border-top-left-radius: 0.3rem;
}

.btn {
    font-family: "Vazirmatn";
    /*--bs-btn-border-width: 2px;*/
    --bs-btn-border-radius: .5rem;
    --bs-btn-padding-y: 0.3rem;
}
.btn-sm {
    --bs-btn-border-radius: .4rem;
}
.form-control:focus {
    border-color: #00a8ff;
}

.btn_blue {
    --bs-btn-bg: #0077ED;
    --bs-btn-hover-bg: #0050a1;
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #ffffff;
}

.btn_info {
    --bs-btn-bg: #1a94b8;
    --bs-btn-hover-bg: #073b4a;
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #ffffff;
}


.nik_star::after {
    content: "*";
    color: red;
    display: inline-block;
    margin-right: .3rem;
}

.aside_ul {
    list-style: none;
    padding: 0 1rem;
    height: 100vh;
    overflow-y: overlay;
}
.aside_ul > li {
    padding: .2rem 0;
}
.aside_ul > li a {
    display: block;
    padding: .4rem .5rem;
    text-decoration: none;
    font-weight: 700;
    border-radius: .5rem;
    transition: .1s;
    font-family: Vazirmatn, Estedad, serif;
}

.aside_ul > li a:hover {
    background: #d1e3ff;
}

.aside_ul > li a.active {
    background: #bfd8ff;
}

.aside_ul > li a.active:before {
    border-radius: 1rem;
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 25px;
    background: #0088ff;
    right: .5rem;
}



.alert-success {
    background-color: #00ba73;
}


.table_input {
    height: 100%;
    width: 100%;
    border: none;
    padding: .3rem .5rem;
}