

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4b38b3;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.avatar-sm i{
    font-size: 20px;
}
.card {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 3px 3px rgba(56,65,74,.1);
    box-shadow: 0 3px 3px rgba(56,65,74,.1);
    border:none;
}


/* Start css author by ibrahim */
.hs-bg-primary {
    background-color: #018ED2;
}
.hs-bg-secondary {
    background-color: #3CB44A;
}
/* end css author by ibrahim */

.bg-success {
    background: #09ad95 !important;
}

.img-card:before {
    content: '';
    position: absolute;

    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.icon-home-sm{
    font-size: 25px;
}

.blackberry-gradient, .btn.blackberry-gradient.active, .btn.blackberry-gradient:active {
    background-image: linear-gradient(45deg,#843cf7,#38b8f2);
    background-repeat: repeat-x;
}

.btn.green-tea-gradient.active, .btn.green-tea-gradient:active, .green-tea-gradient {
    background-image: linear-gradient(45deg,#004b91,#78cc37);
    background-repeat: repeat-x;
}

.btn.celestial-gradient.active, .btn.celestial-gradient:active, .celestial-gradient {
    background-image: linear-gradient(45deg,#c33764,#1d2671);
    background-repeat: repeat-x;
}

.btn.deep-orange-orange-gradient.active, .btn.deep-orange-orange-gradient:active, .deep-orange-orange-gradient {
    background-image: linear-gradient(45deg,#bf360c,#f57c00);
    background-repeat: repeat-x;
}

.btn.red-pink-gradient.active, .btn.red-pink-gradient:active, .red-pink-gradient {
    background-image: linear-gradient(45deg,#ff5252,#f48fb1);
    background-repeat: repeat-x;
}

.btn.politics-gradient.active, .btn.politics-gradient:active, .politics-gradient {
    background-image: linear-gradient(45deg,#2196f3,#f44336);
    background-repeat: repeat-x;
}

.btn.purple-amber-gradient.active, .btn.purple-amber-gradient:active, .purple-amber-gradient {
    background-image: linear-gradient(45deg,#d500f9,#ffa000);
    background-repeat: repeat-x;
}

.btn.green-teal-gradient.active, .btn.green-teal-gradient:active, .green-teal-gradient {
    background-image: linear-gradient(45deg,#43a047,#1de9b6);
    background-repeat: repeat-x;
}

.btn.cosmic-fusion-gradient.active, .btn.cosmic-fusion-gradient:active, .cosmic-fusion-gradient {
    background-image: linear-gradient(45deg,#f0c,#339);
    background-repeat: repeat-x;
}

.btn.purple-deep-purple-gradient.active, .btn.purple-deep-purple-gradient:active, .purple-deep-purple-gradient {
    background-image: linear-gradient(45deg,#7b1fa2,#7c4dff);
    background-repeat: repeat-x;
}

.grid-title{
    font-family: Montserrat,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}
.bg-orange {
    background: #fc7303!important;
    color: #fff !important;
}

.number-font{
    font-size: 20px;
    font-weight: bold;
}

.card-body-new-pd {
    padding: 22px 20px!important;
}


.table-hs {
    background-color: #004769;
}


th, td { white-space: nowrap; }
div.dataTables_wrapper {
    /* width: 800px; */
    margin: 0 auto;
}

td.z-index-3 {
    z-index: 3!important;
  }

  .paginate_button.page-item.active{
    z-index: 1;
  }

  /*.input-group-text{*/
  /*  border: 1px solid #282a2b!important;*/
  /*}*/

  /*.form-control{*/
  /*  border: 1px solid #282a2b!important;*/
  /*}*/

  /*.form-select{*/
  /*  border: 1px solid #282a2b!important;*/
  /*}*/

  /*.select2-container--default .select2-selection--single{*/
  /*  border: 1px solid #282a2b!important;*/
  /*}*/

  /* td.dtfc-fixed-right {
    z-index: 3!important;
  } */

  .dataTable thead tr th{
    background-color: #000000!important;
    color: white;
  }

  .dropdown-item {
    font-size: 13px!important;
  }