@font-face{font-family: "XVazir";src:url(../fonts/Vazir-Light-FD.woff);font-weight: 300}
@font-face{font-family: "XVazir";src:url(../fonts/Vazir-Thin-FD.woff);font-weight: 100}
@font-face{font-family: "XVazir";src:url(../fonts/Vazir-FD.woff);font-weight: normal}
@font-face{font-family: "XVazir";src:url(../fonts/Vazir-Medium-FD.woff);font-weight: 500}
@font-face{font-family: "XVazir";src:url(../fonts/Vazir-Bold-FD.woff);font-weight: bold}
@font-face{font-family: "XVazir";src:url(../fonts/Vazir-Black-FD.woff);font-weight: bolder}
.rdg-cell
{
    direction: rtl;
    text-align: center;
}
.rdg{
    height: auto!important;
    font-size: .8rem!important;
}
.rdg-filter
{
    border:1px solid gainsboro;
    padding: .5rem;
    height:100%;
    width: 100%;
    border-radius: 1rem;
}
.rdg-filter:focus{
    border:1px solid rgb(190, 189, 189);
    outline: none;
    background-color: lightyellow;
}
.rdg-filter-container
{
    display: flex;
    height: 100%;
    padding: 8px 0px;
    justify-content: center;
}
body{
    direction: rtl;
    font-family: 'XVazir';
    font-weight: 100;
    background-color: #ddd!important;
 

   
}
.float-back{
    width: 100%;
    height: 700px;
    position: fixed;
    z-index: -1;
    top:-350px;
    left:0
}
.float-back:after
{
    content: '';
    width: 700px;
    height: 700px;
    background-image: url(../img/bg-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 400px;
    display: block;
    margin: auto;
}

div:focus,button:focus,a:focus,.rdg-cell:focus
{
    outline: none!important;
}
.rdg-selected {
	border: 0px !important
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.customDatePickerStyle
{
    width: 100%;
}