﻿.navbar-vertical.navbar-expand-xs .navbar-collapse {
    width: 100%;
}

@font-face {
    font-family: 'IRAN_Sans_Regular';
    src: url('/assets/Fonts/IRAN_Sans_Regular.ttf');
}

@font-face {
    font-family: 'IranSansBold';
    src: url('/assets/Fonts/IRAN_Sans_Bold.ttf');
}

.PF {
    font-family: 'PeykeFont', sans-serif;
}

.PF-Bold {
    font-family: 'PeykeFont', sans-serif;
    font-weight: bold;
}

.MainContent {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #f8f9fa;
}

.PatialContent {
    padding: 2rem;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    margin: 1rem;
}

.PatialContentTitle {
    font-size: var(--font-size-big);
    font-weight: bold;
    margin-bottom: 1rem;
    color: #344767;
    position: relative;
}

.PatialContentInsertNew {
    background-color: #2EAEDB;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.PatialContentInsertNew:hover {
   cursor:pointer;
}
.PatialContentInsertNew i {
    vertical-align: middle;
}





/*.PatialContentTitle::after {
    content: "";
    background-color: #d2d2d2;
    width: 120px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    right: 0;
}
*/



/* Links */
    a {
    letter-spacing: -0.025rem;
    color: #344767;
}

a {
    color: var(--link-color);
    text-decoration: none;
}

a:hover {
    color: var(--link-hover-color);
    text-decoration: none;
}
/* End of Links */



/* Table */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--table-striped-color);
}
/* End of Table */


/* ءModal */

button.bm-close {
    margin:0px !important;
}
div.bm-header {
    flex-direction: row-reverse !important;
}
/* End of Modal*/