:root {
    --fontColor: #787775;
    --backgroundColor: #EBEBEB;
    --btnColor: #C4B3A9;
    --special: #9c7b68;
    --tablcolor: #FDEBD3;
}
@font-face {
    font-family: 'vazir';
    src: url(../fonts/vazir.eot) format('eot'),
         url(../fonts/vazir.ttf) format('truetype'),
         url(../fonts/vazir.woff) format('woff');
}
.select2{
    width:100%!important;
}
.select2-container .select2-selection--single{
    padding:5px!important;
    height:unset!important;
}
html {
    scroll-behavior: smooth;
}
.Numbers{
    direction:ltr;
    display:inline-block;
}
body {
    font-family: 'vazir';
    margin: 0;
    padding: 40px;
    direction: rtl;
    background-color:var(--backgroundColor);
    color: var(--fontColor);
    min-height: 100vh;
}
*{
    
}
.flex{
    display:flex;
    justify-content:space-between;
    width:100%;
}
.actionTable{
    display:flex;
}
.actionTable a{
    margin-left:5px;
}
.footer .Title{
    color:red;
    font-weight:800;
    font-size:40px;

}
ul, li {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a{
    text-decoration: none;
    color: var(--fontColor);
    cursor:pointer;
}
.active{
    color:var(--fontColor)!important;
    background-color:var(--btnColor)!important;
}
.navBar{
    padding:10px 10px;
    font-size:20px;
    display:flex;
    justify-content:space-between;
    width:100%
}
.navBar a {
    cursor: pointer;
}
.navBar ul {
    display: flex;
}
.navBar ul li{
    padding:0 15px;
    color:var(--special);
}
.navBar ul li a {
    color: var(--btnColor) !important;
    cursor:pointer;
}
.mainTitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 10%;
    align-items: center;
}
    .mainTitle .buttonMain {
        margin-bottom: 20px;
        background-color: var(--btnColor);
        color: var(--fontColor);
        width: 40%;
        padding: 10px;
        border: none;
        border-radius: 30px;
        transition: all .7s ease-in-out;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
.buttonMainVorod {
    margin-bottom: 20px;
    background-color: var(--btnColor);
    color: var(--fontColor);
    width: 40%;
    padding: 10px;
    border: none;
    border-radius: 30px;
    transition: all .7s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.mainTitle .buttonMain:hover {
    width: 100%;
    font-weight: bold;
    color: var(--special);
}
.buttonMainVorod:hover {
    width: 60%;
    padding: 10px;
    color: var(--special);
    margin: 10px 0;
}
.mainTitle .loginInput {
    width: 60%;
    padding: 10px;
    margin: 10px 0;
}
.footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 100px;
}
.paging ul{
    cursor:pointer;
    display:flex;
    flex-wrap:wrap;
    padding:10px
}
.searchInput{
    padding:5px;
    border:none;
    outline:none;
    margin:5px;
}
.easy-autocomplete{
    width:100%!important;
    margin:10px;
}
    .easy-autocomplete input{
        padding:5px!important;
    }
    .paging ul li {
        padding: 10px;
    }
.sideBarMenu {
}
    .sideBarMenu ul li {
        background-color: var(--btnColor);
        color: var(--fontColor);
        padding: 5px 0;
        margin: 10px 10px;
        border-radius: 30px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
.sideBarMenu ul li a{
    color: black;
    display: block;
    transition: all .3s ease-in-out;
}
.sideBarMenu ul li a:hover{
    font-weight: bold;
    font-size: 20px;
}
.mainLink{
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
}
.mainLink a{
    color: gold !important;
    cursor: pointer;
}
.mainSell{
    font-size: 25px;
    font-weight: bold;
    padding: 30px 0;
}
.mainSell a{
    color: gold !important;
    cursor: pointer;
}
.nav-link{
    color: var(--btnColor);
    background-color: var(--backgroundColor);
    border: none;
    outline: none;
}
.tab-content{
    width: 100%;
    padding: 0 10px;
}
.table-responsive{
    width: 100%;
    background-color:var(--backgroundColor);
}
.table {
    color: var(--special);
    font-weight: bolder;
    background-color: var(--backgroundColor);
    padding: 40px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align:center;
}
.tablebtn {
    background-color:var(--tablcolor);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    color:var(--fontColor);
    padding:10px 20px;
    font-size:10px;
    border-radius:30px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}
.tablebtn-danger {
    background-color: red;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    color: white;
    padding: 10px 20px;
    font-size: 10px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tablebtn:hover{
    color:var(--fontColor);
    font-weight:bold;
}
.tablebtn-danger:hover {
    color: white;
    font-weight: bold;
}
.add{
    width:100%;
    display: flex;
    flex-direction: column;
    text-align: start;
}
.add[select]{
    color: black;
}
.addButton {
    background-color: var(--btnColor);
    border: none;
    padding: 5px 5px;
    color: var(--fontColor);
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align:center;
}
    .addButton:hover {
        color: var(--fontColor);
        font-weight:bolder;
    }
.report {
    display: flex;
    width:100%;
    text-align: center;
    align-items: center;
    flex-wrap:wrap;
    margin:10px;
}
.report li{
    padding:10px;
    width:20%;
    border-left:2px solid #ffffff;
    height:100px;
}
.report li:last-child{
    border:none;
}
.report li label{
    font-size:15px;
    font-weight:bold;
    padding:5px;
}
.report li p{

}
.barcodeForm {
    display: flex;
    margin-right:22mm;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    font-size:8px;
}
.printfactor{
    width:100%;
    display:none;
    margin:10mm;
}
@media screen and (max-width:768px) {
    .PhoneSize{
        font-size:10px !important;
    }
    .report {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

        .report li {
            display: flex;
            justify-content: space-around;
            width: 100%;
            height: unset;
        }

            .report li label {
                font-size: 10px;
                margin: 0px;
                padding: 0px;
            }
    .searchInput{
        padding:2px;
    }
    .addButton{
        padding:2px;
        font-size:10px;
    }
}
.current {
    background-color: var(--btnColor);
    color: black;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media screen and (max-width:468px) {
    .PhoneSize {
        font-size: 10px !important;
    }
    .report{
        display:flex;
        flex-direction:column;
        width:100%;
        margin:0px;
        padding:0px;
    }
        .report li {
            display: flex;
            justify-content: space-around;
            width: 100%;
            height:unset;
        }
            .report li label {
                font-size: 10px;
                margin: 0px;
                padding: 0px;
            }

    .searchInput {
        padding: 2px;
    }

    .addButton {
        padding: 2px;
        font-size: 10px;
    }
}

.current {
    background-color: var(--btnColor);
    color: black;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* customer starts*/
.detail{
    border-bottom:1px solid grey;
    padding:10px 0;
}
/* customer ends*/
/*Modal starts*/
.DeleteModalBg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(128, 128, 128,0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
}

.DeleteModal {
    width: 50%;
    margin: auto;
    height: 230px;
    position: absolute;
    top: 30%;
    right: 25%;
    z-index: 1;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    padding: 30px;
}

    .DeleteModal a {
        display: inline-block;
        margin: 2% 40px;
        cursor: pointer;
        padding:10px;
    }
.CreateModalbg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(128, 128, 128,0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
}

.CreateModal {
    width: 50%;
    margin: auto;
    position: absolute;
    top: 30%;
    right: 25%;
    z-index: 1;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    padding: 30px;
}

    .CreateModal a {
        display: inline-block;
        margin: 2% 40px;
        cursor: pointer;
        padding: 10px;
    }
/*Modal ends*/
