@font-face {
  font-family: "Ilisarniq";
  src: url("../fonts/Ilisarniq-Regular.otf");
}

.toggle_switch {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 15px;
  margin-right: 10px;
  }
  
  .toggle_switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .toggle_btn {
    padding-top: 10px;
    float: left;
    display: flex;
    align-items: center;
  }

  .toggle_text {
    font: normal normal normal 11px 'Ilisarniq';
    line-height: 16px;
    width: 75px;
    align-items: center;
    color: #8F8EA0;
    position: relative;
    top: 3px;
  }

  @media only screen and (max-width: 600px) {
  .toggle_btn {
    left: 0;
  }
  .profile_toggle {
    float: right;
  }
}
.mobile-top{
  display : none !important;
}
@media (max-width: 767px){
  
  .mobile-top{
    display : flex !important;
  }
  .mobile-hide{
    display : none;
  }
  .content-cen{
    overflow: auto;
  }
  .mobile-hide-menu{
    display: none;
  }
  .div-flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .content-sec .mobile-user-tit{
    display: inline-block !important;
  }
  .button2{
    position: absolute;
    right: 0;
    left: 84%;
    bottom: 12px;
  }
  .editlmt{
    position: relative;
  }
  .pagination{
    width: 100%;
    justify-content: center;
    padding-top: 30px;
  }
  .user-tlt-sec{
    display: none ;
  }
  .welcomename{
    display: block;
    /* white-space: nowrap; */
    width: 100%;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    clear: both;
    padding-left: 25px;
    font-family: "Ilisarniq";
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #141834;
  }
  .content-sec .user-tlt-sec h2{
    line-height: 15px;
  }
  .content-sec .user-tlt-sec{
    margin-top: 15px;
  }
  .res-usertlt-sec .mb-nav{
    top: 4px;
  }
}



/* table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
} */

/* th, td {
  text-align: left;
  padding: 8px;
} */




.height-100vh{
  height: 100vh;
  overflow: auto;
  margin-bottom : 30px;
}
/* table.dataTable.nowrap th{
  white-space: break-spaces;
  table-layout: auto;
}
table.dataTable.nowrap td{
  white-space: break-spaces;
  table-layout: auto;
} */


.dataTables_wrapper .dataTables_scroll{
  margin-bottom: 20px;
}
.table tr td{
  background-color: transparent !important;
}



table.dataTable.no-footer{
  border-bottom: 1px solid #ddd;
}
.remove-arrow table.dataTable thead .sorting{
  background: unset !important;
}
.remove-arrow #blockButton, #unblockButton{
  margin : .3125rem 1px;
}
/* .remove-arrow table tr td{
  width : auto !important;
} */
.view-arrow:before{
  display: none !important;
}
.remove-arrow table tr td, .remove-arrow table tr th{
  width  :auto !important;
}


