*{
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    list-style-type: none;
    transition: 0.2s !important;
    text-decoration: none;
}
@font-face {
    font-family: 'iranSans';
    src: url('../fonts/IRANSansWeb.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'titr';
    src: url('../fonts/B\ Titr\ Bold.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'sina';
    src: url('../fonts/B\ Sina\ Bold.ttf');
}

@font-face {
    font-family: 'Logirent';
    src: url('../fonts/Logirentdemo-Ea5y8.otf');
    font-weight: normal;
}
:root{
    --primary : #0d7aad;
    --primary-light: #aed5e7f6;
    --primary-dark: #004768;
    --dashboard: #ffffff;
    --bgColor : #d1e2e756;
    --orange: #f2ac20;
    --light-green: #c2e7c9;
    --dark : #424242;
    --light-gray:#42424234;
    --light-orange:#f2ac204d;

    --shadow-big: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    --shadow-card:rgba(60, 64, 67, 0.3) 0px 1px 5px 2px, rgba(60, 64, 67, 0.15) 0px 1px 5px 1px;

    --gr-primary: rgb(2,0,36);
    --gr-primary: -moz-linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(13,122,173,1) 100%);
    --gr-primary: -webkit-linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(13,122,173,1) 100%);
    --gr-primary: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(13,122,173,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#0d7aad",GradientType=1); 

}
html{
    font-family: 'iranSans' !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
    text-rendering: optimizeSpeed;
    font-family: "iranSans", sans-serif !important;
    background-color: var(--bgColor);
}
.border-0 {
    border: none !important;
}

.border-100 {
    border: 1px solid rgba(128, 128, 128, 0.068) !important;
}

.border-300 {
    border: 1px solid rgba(128, 128, 128, 0.315) !important;
}

.border-400 {
    border: 1px solid rgba(128, 128, 128, 0.603) !important;
}

.raduis-5 {
    border-radius: 5px !important;
}

.raduis-10 {
    border-radius: 10px !important;
}

.raduis-50 {
    border-radius: 50% !important;
}

.raduis-100 {
    border-radius: 100% !important;
}
.all-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.body-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.font-titr{
    font-family: 'titr' !important;
}
.pointer {
    cursor: pointer !important;
}
.overflow {
    overflow: hidden !important;
}

.overflow-hid-x {
    overflow-x: hidden !important;
}

.overflow-hid-y {
    overflow-y: hidden !important;
}

.overflow-show-x {
    overflow: hidden;
    overflow-x: auto !important;
}

.overflow-show-y {
    overflow: hidden;
    overflow-y: auto !important;
}
.flex-wrap{
    flex-wrap: wrap;
}
.no-wrap{
    flex-wrap: nowrap;
}
.color-gray {
    color: rgba(211, 211, 211, 0.74) !important;
}

.color-white {
    color: rgb(245, 245, 245);
}

.color-dark {
    color: var(--dark);
}
.color-blue {
    color: rgb(7, 128, 241) ;
}
.color-red {
    color: red;
}
.color-green {
    color: rgb(0, 128, 68) !important;
}
.color-primary {
    color: var(--primary);
}
.bg-primary {
    background-color: var(--primary) !important;
}
.bg-white{
    background-color: white !important;
}
.bg-primary-light{
    background-color: var(--primary-light) !important;
}
.bg-primary-dark{
    background-color: var(--primary-dark) !important;
}
.bg-dash-cover{
    background-color: var(--dashboard-cover) !important;
}
.bgColor{
    background-color: var(--bgColor) !important;
}
.bg-dark{
    background-color: var(--dark) !important;
}
.bg-green{
    background-color: var(--green) !important;
}
.bg-orange{
    background-color: var(--orange);
}
.bg-light-orange {
    background-color: var(--light-orange) !important;
}
.bg-light-red {
    background-color: rgba(255, 0, 0, 0.233) !important;
}
.bg-red {
    background-color: rgba(226, 24, 24, 0.863) !important;
}
.bg-light{
    background-color: rgba(229, 236, 240, 0.582);
}

.bg-light-green {
    background-color: var(--light-green) !important;
}
.bg-light-white {
    background-color: rgba(255, 255, 255, 0.76) !important;
}
.bg-light-indigo{
    background-color: rgba(76, 0, 130, 0.199);
}
.bg-light-gray{
    background-color: rgba(128, 128, 128, 0.062);
}
.gr-primary{
    background: var(--gr-primary);
}
input[type="checkbox"]{
    width: 17px !important;
    height: 17px !important;
}
.w-0{
    width: 0px ;
}
.w-20p{
    width: 20px ;
}
.w-40p{
    width: 40px ;
}
.w-60p{
    width: 60px ;
}
.w-80p{
    width: 80px ;
}
.w-100p{
    width: 100px ;
}
.w-20{
    width: 20% ;
}
.w-40{
    width: 40% ;
}
.w-60{
    width: 60% ;
}
.w-80{
    width: 80% ;
}
.w-100{
    width: 100% ;
}
.m-0{
    margin: 0 !important;
}
.m-1{
    margin: 5px !important;
}
.m-2{
    margin: 10px !important;
}
.m-3{
    margin: 15px !important;
}
.m-4{
    margin: 30px !important;
}
.m-5{
    margin-top: 50px !important;
}
.mx-0{
    margin: 0 0 !important;
}
.mx-1{
    margin: 0 5px !important;
}
.mx-2{
    margin: 0 10px !important;
}
.mx-3{
    margin: 0 15px !important;
}
.mx-4{
    margin: 0 30px !important;
}
.mx-5{
    margin: 0 50px !important;
}
.mt-1{
    margin-top: 5px !important;
}
.mt-2{
    margin-top: 10px !important;
}
.mt-3{
    margin-top: 15px !important;
}
.mt-4{
    margin-top: 30px !important;
}
.mt-5{
    margin-top: 50px !important;
}

.p-0{
    padding: 0 !important;
}
.p-1{
    padding: 5px !important;
}
.p-2{
    padding: 10px !important;
}
.p-3{
    padding: 15px !important;
}
.p-4{
    padding: 30px !important;
}
.p-5{
    padding: 50px !important;
}

.px-1{
    padding: 0 5px !important;
}
.px-2{
    padding: 0 10px !important;
}
.px-3{
    padding: 0 15px !important;
}
.px-4{
    padding: 0 30px !important;
}
.px-5{
    padding: 0 50px !important;
}
.max-20{
    max-width: 22px;
}
.max-25{
    max-width: 25px;
}
.max-35{
    max-width: 35px;
}
.max-40{
    max-width: 40px;
}
.max-50{
    max-width: 50px;
}
.max-70{
    max-width: 70px;
}
.max-85{
    max-width: 85px;
}
.max-100{
    max-width: 100px;
}
.max-200{
    max-width: 200px;
}
.max-300{
    max-width: 300px;
}
.max-500{
    max-width: 500px;
}
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}
.justify-content-between{
    justify-content: space-between;
}
.flex-column{
    flex-direction: column ;
}
.card{
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px var(--light-gray);
}
.shadow-big{
    box-shadow: var(--shadow-big);
}
.shadow-card{
    box-shadow: var(--shadow-card);
}
.shadow-small{
    box-shadow: 2px 3px 6px rgba(117, 117, 117, 0.103);
}
.line{
    width: 100%;
    height: 1px;
    margin: 5px 0px;
    background-color: rgba(128, 128, 128, 0.151);
}
input{
    outline: none;
    padding:6px;
    font-size: 16px;
    font-family: 'iranSans' !important;
    border: 2px solid rgba(128, 128, 128, 0.363);
    border-radius: 5px;
    width: 100%;
}
input:focus{
    border: 2px double var(--primary);
    outline: 1px double #007bff83;
    outline-offset: 2px;
}
.submitBtn{
    width: 100%;
    border: 1px solid transparent;
    padding: 5px;
    font-size: 16px !important;
    font-family: 'iranSans';
    border-radius: 5px;
    margin: 13px 0px;    
    cursor: pointer;
    background-color: var(--primary);
    box-shadow: 0px 1px 5px rgba(128, 128, 128, 0.527);
    color: white !important;
}
.submitBtn:active{
    box-shadow: inset 0px 1px 5px rgba(128, 128, 128, 0.308);
}
.required{
    color: red !important;
}
.gap-10{
    gap: 10px !important;
}
.gap-20{
    gap: 20px !important;
}
.gap-50{
    gap: 50px !important;
}

select{
    border: 1px solid rgba(128, 128, 128, 0.315);
    border-radius: 5px;
    padding: 5px;
    font-family: 'iranSans';
    font-size: 14px;
}
select:focus{
    border: 1px solid #007BFF;
    outline: 1px solid #007BFF;
    outline-offset: 1px;
}


.relative{
    position: relative;
}
/* ############# */
/* ############# */
/* bootstrap overriding */
/* ############# */
/* ############# */
.btn-success{
    background-color: var(--primary) !important;
}



/* ############# */
/* ############# */
/*    login      */
/* ############# */
/* ############# */
.adminForm{
    width: 350px;
    background-color: white;
    padding: 20px 40px;
    border-radius: 10px !important;
    position: relative;
}
.adminForm h4{
    background-color: var(--primary);
    width: auto;
    padding: 10px;
    position: absolute;
    color: white;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 10px 25px;
    left: 50%;
    top: 0px;
    transform: translate(-50%);
}
#signup{
    width: 450px ;
}
@media screen and (max-width:500px) {
    #signup{
        width: 350px ;
    }
}

/* ############### */
/* ############### */
/*      home       */
/* ############### */
/* ############### */
.nav{
    height: 100vh;
}
.navBox{
    height: 100% !important;
}
@media screen and (max-width:576px) {
    .home .nav{
        position: absolute !important;
        top: 0 !important;
        z-index: 9999;
        right: -250px;
        width: 250px !important;
        height: 100vh !important;
    }
}
.navRight{
    right: 0px !important;
}

/* nav */
a,i{
    text-decoration: none !important;
    color: black !important;
    font-size: 18px !important;
}
.nav .navItem{
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}
.nav .navItem:hover:not(.active){
    background-color: var(--primary-light);
}
.active{
    background-color: var(--primary);
    color: white !important;
}
.active a,
.active i{
    color: white !important;
}
@media screen and (max-width:992px) {
    .nav .logo img{
        max-width: 150px !important;
    }
}
@media screen and (max-width:768px) {
    .navBox{
        padding: 30px 10px !important;
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }
    .nav .logo img{
        max-width: 90px !important;
    }
    .nav .navItem{
        padding: 10px 10px !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .nav .navItem span{
        display: none !important;
    }
}
@media screen and (max-width:680px) {
    .nav .logo img{
        max-width: 80px !important;
    }
}
.hidIcon{
    position: absolute;
    right: 8px;
    top: 8px ;
    display: none;
    width: 50px;
    padding: 10px;
    border-radius: 10px;
    z-index: 999999 !important;
}
.content-head{
    padding: 5px 12px;
}
@media screen and (max-width:576px) {
    .hidIcon{
        display: block !important;
    }
    .nav .logo img{
        max-width: 120px !important;
    }
    .navItems{
        margin-top: 15px !important;
    }
    .content-head{
        margin-top: 30px !important;
    }
}

.contentBox{
    height: 100vh !important;
}
.content{
    height: 100%;
}
@media screen and (max-width:576px) {
    .contentBox{
        padding: 0 !important;
    }
    .home .nav{
        position: absolute !important;
        top: 0 !important;
        right: -250px;
        width: 250px !important;
        height: 100vh !important;
    }
    .nav .navItem span{
        display: block !important;
    }
}
.glass{
    border-radius: 10px;
    padding: 20px 20px ;
    width: calc(96%/4);
    position: relative;
    background-color: white;
}
.glass span{
    font-size: 18px;
    position: relative;
}
.glass span:nth-child(1){
    bottom: 5px;
}
.glass span:nth-child(2){
    bottom: -5px;
}


@media screen and (max-width:900px) {
    .glass{
        width: 49%  !important;
    }
}
@media screen and (max-width:600px) {
    .glass{
        width: 100%  !important;
    }
}

.searchBox{
    display: flex;
    align-items: center;
    width: 250px;
    height: 38px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(184, 184, 184, 0.199);
}
.searchBox .searchInput{
    width: 85%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 7px;
    font-size: 14px !important;
}
.searchBox .searchIcon{
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
input{
    direction: rtl !important;
    text-align: right !important;
}


/* ##################### */
/* ##################### */
/*        admin          */
/* ##################### */
/* ##################### */

.admin{
    width: 60%;
    height: 300px;
    border-radius: 10px;
    position: relative;
    top: 20px;
}
table,th,td{
    text-align: center !important;
}
@media screen and (max-width:760px) {
    .admin h1{
        font-size: 22px !important;
    }
}


/* ############### */
/* ############### */
/* ############### */
/* ############### */
/* customer */
.customer i{
    font-size: 18px !important;
}




/* ################# */
/* ################# */
/* ################# */
/* ################# */
/* loading */
.inputIcon,.outputIcon{
    background-color: rgba(211, 211, 211, 0.349);
    cursor: pointer;
}

@media screen and (max-width:560px) {
    .addInForm{
        flex-direction: column !important;
    }
    .addInForm input{
        width: 100% !important;
    }
    .addInput-container h3{
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }
    .payment{
        margin-top: 50px !important;
    }
    
}
@media screen and (max-width:550px) {
    .inputIcon img,.outputIcon img{
        max-width: 80px !important;
    }
}


.load-data table td,
.load-data table th
{
    min-width: 70px !important;
}

.addInput-container .inputs{
    width: 700px;
    padding: 30px;
    margin: auto;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.295);
}
@media screen and (max-width:742px) {
    .addInput-container .inputs{
        width: 100% !important;
        margin: auto;
    }
}
.homePagedata{
    max-height: 300px !important;
    overflow: hidden !important;
    overflow-y: auto !important;
}
.text-center{
    text-align: center !important;
}
.err{
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    display: none;
    background-color: rgba(255, 99, 71, 0.384);
}
.success{
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(27, 177, 94, 0.384);
}
@media screen and (max-width:970px) {
    .largeView{
        display: none !important;
    }
}
.thDate{
    min-width: 200px !important;
    background-color: #004768 !important;
}
.transitWayOption a{
    width: 200px;
    height: 200px;
    background-color: #99999934;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:850px) {
    .cars{
        flex-direction: column;
    }
    .cars > *{
        width: 100% !important;
    }
    .cars .addCar{
        order: 1;
    }
    .cars .carlist{
        order: 2;
    }
}

.today_report {
    padding-right: 10px;
}
.today_report .in-report{
    width: 48% ;
    max-height: 76vh;
    overflow: hidden;
    overflow-y: auto;
}
.today_report .out-report{
    width: 48% ;
}
@media screen and (max-width:900px){
    .today_report {
        flex-direction: column !important;
    }
    .today_report .in-report{
        margin-top: 5px ;
    }
    .today_report > div{
        width: 98% !important;
    }
}

.content .load-data{
    max-height: 77vh;
    overflow: hidden;
    overflow-y: auto;
}
.payLink{
    padding: 5px 20px;
    background-color: #0d745a;
    color: white !important;
    border-radius: 5px;
    position: absolute;
    left: 20px;
    top: 10px;
}