@import "fonts/BYekan/BYekan.css";

*{
    font-family: BYekan, sans-serif;
}
.en{
    font-family: sans-serif !important;
}
html{
    scroll-behavior: smooth;
}
body {
    background-color: #f8f9fa;
}
label{
    margin-bottom: 0.75rem;
}
input{
    text-align: right;
}
.unclickable{
    pointer-events: none;
}
.rounded-top{
    border-top-right-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
}
.btn-xl{
    padding: 0.75rem 1.5rem;
    font-size: 2rem;
    border-radius: 0.4rem;
}
#landing_jumbotron{
    background-color: #343a40;
    color: #fff;
    padding: 1rem;
    margin-bottom: 0;
}
.ltr{
    direction: ltr;
}
.text-medium{
    font-size: 13px;
}
.datatable-container{
    min-height: 200px;
}
div.dataTables_processing{
    left: calc(50% - 100px);
}
.pull-left{
    float: left;
}
.details-table td{
    text-align: center;
}
.details-table th{
    width: 1%;
    white-space: nowrap;
}
table .action-column{
    width: 1%;
    white-space: nowrap;
}
.form-group{
    margin-top: 0.5rem;
}
.btn-info, .btn-warning, .btn-danger, .btn-success{
    color: white !important;
}
.alert-sm{
    padding: 0.5rem 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 14px;
}
input.datetimepicker{
    background-color: white !important;
}
.text-left{
    text-align: left;
}
.text-justify{
    text-align: justify;
}
