@font-face {
    font-family: 'IRANSansWeb';
    src: url('/font/IRANSansWeb.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
   }

html ,body{
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: rgb(28 43 63);
    font-family: 'IRANSansWeb', sans-serif;
}
body {
    direction: rtl;
    text-align: right;
}

a{
    text-decoration: none;
    color: black;
}
li{
    list-style: none;
}
button{
    cursor: pointer;
}



.example-title {
    margin: 50px 0;
}

.dataTables_wrapper .dataTables_length {
    float: right;
}

.dataTables_wrapper .dataTables_info {
    float: right;
}

.example-title {
    margin: 50px 0;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td{
     text-align: right;
     color: #1c1c1c;
     font-size: 14px;
     border: none;
}
table.dataTable.no-footer {
    border: 1px solid rgb(242, 242, 242);
    border-radius: 10px;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
    border-bottom: 1px solid #ebebeb;
}
div.dataTables_wrapper div.dataTables_info {
    font-size: 14px;
}
.page-link {
    color: #363839;
}
.page-item.active .page-link {
    background-color: #70ae9d;
    border-color: #69af98;
}
.dataTables_wrapper .row {
    font-size: 14px;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
    border-radius: 10px;
}
/* loader */
.loader_parent {
    width: 100%;
    height: 100%;
    background: rgb(3 3 8 / 56%);
    position: fixed;
    z-index: 10000;
    top: 0px;
    right: 0px;
}

#circle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 150px;
height: 150px;
}

.loader {
width: calc(100% - 0px);
height: calc(100% - 0px);
border: 8px solid #00000000;
border-top: 8px solid #09f;
border-radius: 50%;
animation: rotate 5s linear infinite;
}

@keyframes rotate {
100% {
transform: rotate(360deg);
}
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
padding:0px !important;
}

/* processing data table*/
.dataTables_wrapper .dataTables_processing {
background: rgb(255, 255, 255);
height: auto;
border: 1px solid rgb(218, 218, 218);
border-radius: 10px;
box-shadow:0px 0px 6px rgb(187, 187, 187);
}

/* search input */
div.dataTables_wrapper div.dataTables_filter input {
    margin-right: 10px;
    background-color: rgb(255, 255, 255);
}


.container-fluid{
    height: 100%;
}
/* navbar */
.headedr_top {
    width: 100%;
    padding: 20px 50px;
    color: rgb(57 57 57);
    background: rgb(226 227 227);
}
.headedr_top .login_btns_head{
    float: left;
}
.headedr_top .login_btns_head a {
    color: rgb(255, 255, 255) !important;
    font-size: 16px;
}

.headedr_top .login_btns_head a i{
    background: #bd2c2c;
    padding: 7px 7px;
    border-radius: 100px;
}

/* header */
.header h1 {
    font-size: 16px;
    font-weight: 700;
    color: #7e7e7e;
}

.custom-label{
    font-size: 14px;
}

.dataTables_wrapper .row{
    overflow: auto !important;
}
.dataTables_wrapper{
    width: 100% !important;
    max-width: 100% !important;
}

/* custom select2 */
.select2-container .select2-selection--single{
    height: 38px !important;
    padding: 4px !important;
}
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #d3d3d3 !important;
}
.radio_btn{
  width: 18px;
  height: 18px;
}
.select2-search__field{
    direction: rtl;
}

/* modal title */
.modal-title {
    font-size: 18px;
}
/* page style */
.page{
    display: flex;
    width: 100%;
}
.menu{
    width: 170px;
    min-width: 170px;
    background-color:rgb(28 43 63);
    box-sizing: border-box;
    position: fixed;
    height: 100vh;
    padding-top: 22px;
}

.menu-title {
    cursor: pointer;
    color: white;
    margin-right:25px;
    list-style: none;
}

.menu-icon {
    margin-left: 5px;
}

.sub-menu {
    display: none;
    list-style: none;
    padding-left: 0;
}
.menu a{
    text-decoration: none;
}
.menu .menu-item .menu-title{

}
.menu li{
    font-size: 13px;
}
.menu li a{
    color: white;
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
.menu .active{
    color: rgb(255 255 255) !important;
    background-color: rgb(79 99 115);
}
.menu .menu-item .sub-menu li{
    color: white;
}
.menu .menu-item .sub-menu li a{
    font-weight: 500 !important;
    color: #efefff;
}

.content_parent {
    flex-grow: 1;
    min-height: 100vh;
    padding-bottom: 100px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 170px;
}
.content{
    padding: 0px 20px 100px 20px;
}

/* login register */
.login_parent {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom left, #102d57, #5a4b6b);
}
.login_parent .login_inner{
    background-color: white;
    border-radius: 4px;
    padding: 20px;
    width: fit-content;
    text-align:center;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50% , -50%);
}
.login_parent .login_inner input{
  width: 300px;
  display: block;
  margin-top: 25px;
  padding: 7px 10px;
  border-radius: 4px;
  border: 1px solid rgb(216, 216, 216);
  font-size: 14px;
}
.login_parent .login_inner .submit_login{
    background-color: #2196f3;
    border: none;
    color: white;
    padding: 8px 10px !important;
    cursor: pointer;
}
.login_parent .login_inner .submit_login:hover{
    background-color: #58a2df;
}
.login_parent .login_inner .title_login{
  font-size: 18px;
  margin-bottom: 20px;
}
.login_parent .login_inner .sub_title_login{
    /*margin-bottom: 40px;*/
    font-size: 14px;
    color: rgb(105, 105, 105);
}
.login_parent .login_inner .link{
   margin-top:20px;
   text-decoration: none;
   color: #58a2df;
   font-size: 13px;
   float: right !important;
}
.login_parent .error_login{
   font-size: 13px !important;
   color: red;
   text-align: center;
}
.headedr_top .username{
  margin-left: 30px;
  font-size: 14px !important;
}
.user{
    font-size: 15px;
}
.role_name {
font-size: 13px;
    padding: 4px 10px;
    border-radius: 10px;
    margin-left: 20px;
    color: #000000;
}

.tab button{
    border-radius: 6px;
    background-color: #e1e3e6;
    color: rgb(0, 0, 0);
    border: none;
    font-size: 14px;
    padding: 3px 10px;
}

.saba_logo{
    border: groove;
    border-radius: 1000px;
    padding: 30px 10px;
    border-color: #007bff;
    width: 180px;
    height: 180px;
    background: aliceblue;
}

.assessment_show{
    line-height: 2; 
    text-align: justify; 
    display: table-cell; 
    width: 100%; 
    margin-top: 20px; 
}
.small-width {
    width: 10px !important;
    padding-left: 0px !important;
}
.small-width-amaliat{
    width:120px !important;
}
.dropdown_field{
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(211, 211, 211);
    color: rgb(100, 100, 100);
    font-size: 15px;
    border-radius: 6px;
}
.assessment_page .select2-container--default .select2-selection--single{
    background-color: rgba(0, 0, 0, 0) !important;
}

.comment_item{
    background: #f7f7f7;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 6px;
    font-size: 13px;
    line-height: normal;
}
.comment_info{
    margin-top: 10px;
    color: gray;
}
.comment_date{
    margin-right: 20px;;
}
.comment_davar{
    background-color: #e6ebf4;
}

.true_answer_show{
    background: rgb(65, 134, 186);
    padding: 3px;
    color: white;
    border-radius: 8px;
}

.checkbox_excel{
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.select2-selection__choice{
    background: #f7f7f7 !important;
}

.help{
    text-align:left; 
    width:80%;
    margin:0 auto;
    margin-top:60px;
    direction: ltr;
}
.help ul li{
    list-style: disc;
    margin-bottom: 30px;
}


