

.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: url(../image/circle.svg);
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: .5;
    pointer-events: none;
}

.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;
  }

  /* Filter Css added author ibrahim bin karim start */
  
.filter-form {
    color: #172b4d;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Noto Sans', 'Ubuntu', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-display: swap;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 8px;
    outline: 0;
    background-color: var(#ffffff);
    box-shadow: var(#FFFFFF, 0px 8px 12px #091e4226, 0px 0px 1px #091e424f);
   
}

.filter-header {
    display: grid;
    position: relative;
    grid-template-columns: 32px 1fr 32px;
    align-items: center;
    padding: 0px 8px;
    text-align: center;
}

.filter-title {
    display: block;
    position: relative;
    grid-column: 1 / span 3;
    grid-row: 1;
    height: 40px;
    margin: 0;
    padding: 0 32px;
    overflow: hidden;
    color: #44546f;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.003em;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-close {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    color: #626f86;
}

.filter-body {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 200px;

}

.filter-key {
    color: #44546f;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 1px;
}

.filter-keyword {
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #172b4d;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Noto Sans', 'Ubuntu', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-display: swap;
    transition-property: background-color, border-color, box-shadow;
    transition-duration: 85ms;
    transition-timing-function: ease;
    padding: 8px 12px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 1px #091e4224;
    width: 100%;
    margin-bottom: 0;
}

.puTG_Ca0g13YD9 {
    margin-top: 8px;
    margin-bottom: 4px;
    color: #44546f;
    font-size: 11px;
    line-height: 14px;
}

.filter-keyword:hover {
    background-color: #f7f8f9;
    box-shadow: inset 0 0 0 1px #091e4224;
}
/* End filtering */

/* start yajra table customize */
.ajax-data-table thead th {
    background-color: #3cb44a!important; /* Set your desired background color */
    color: white; /* Set text color if needed */
}

.ajax-data-table td {
    vertical-align: middle!important;
    padding: 5px !important;
}

tfoot {
    margin: 0 !important;
    padding: 0 !important;
}

tfoot th, tfoot td {
    padding: 0 !important;
}

.table>thead {
    vertical-align: middle!important;
}
.row.mt-2 {
    margin-top: 0 !important;
}
.ajax-data-table tbody td {
    margin: 0;
}
/* end yajra table customize */

.btn_sm{
    background-color:#3cb44a !important; padding:0px 6px !important;
}

.btn_sm:hover{
    background-color:#1d8d2c !important;
}

