* {
  box-sizing: border-box;
  border: none;
  text-decoration: none;
  padding: 0;
  accent-color: #1b51ff;
}
body {

  overflow-x: hidden;
      font-family: Arial, sans-serif;
}

.gradient-custom-2 {
    background: #fccb90;
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}
.dash-header{
  padding: 10px 0;
  margin-bottom: 70px;
  background: #0056B8;
}
.dash-header h3{
      font-size: 22px;
  margin-bottom: 0;
  color: #fff;
}
.dash-header h3 img{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
}
.dash-header a{
      margin-top: 6px;
  font-weight: 600;
  margin-left: 10px;
  float: right;
}
.container-fluid{
  max-width: 1600px;
}
table,td,tr,th{
      border-width: 1px!important;
  border: 1px solid #ddd;
}
.active-btn{
  color: #000!important;
  background-color: #A3DC9A!important;
      border-color: #A3DC9A!important;
}
.deactive-btn{
  color: #000!important;
  background-color: #FF9898!important;
      border-color: #FF9898!important;
}
.search-container input{
  display: inline-block;
height: 90%;
}
.search-container i{
border-radius: 50%;
    padding: 11px;
    background: #E5E0D8;
}
.form-check-input:checked {
    background-color: green!important;
    border-color: green!important;
}
.hiddieneye{
         right: 13px;
    top: -30px;
    /* top: 44%; */
    position: relative;
    float: right;
}
@media(max-width:786px){
  .dash-header{
    padding: 15px 0;
  }
  .dash-header a{

  }
}