div #first-line-data{
    margin-left: 5px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 20px;
    margin-right: 5px;
}

div #abs-tbl{
    box-shadow: rgb(0 0 0 / 19%) -2px 4px 20px, rgb(0 0 0 / 23%) 0px 6px 6px 0px;
    border-radius: 20px;
    background-color: white;
}

div #abs-card{
    background-color: transparent;
}

div #abs-title{
    margin: auto;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 19%) -2px 4px 20px, rgb(0 0 0 / 23%) 0px 6px 6px 0px;
    padding: 10px 40px;
    /* background-color: white; */
    background: linear-gradient(0deg, rgb(129, 149, 240) 12%, rgb(0, 98, 179) 79%)!important;
    color: #ffffff;
}
div #abs-body-card{
    padding-bottom: 10px;
}


#dashboard-first-icon{
    font-size: 20px;
    color: #ffffff !important;
    background: linear-gradient(0deg, rgb(129, 149, 240) 12%, rgb(0, 98, 179) 79%)!important;
    padding: 3px 5px;
    /* margin-bottom: 5px; */
    box-shadow: rgb(0 0 0 / 19%) -2px 4px 20px, rgb(0 0 0 / 23%) 0px 6px 6px 0px;
    border-radius: 10px;
}

#payroll-list-card-body{
    box-shadow: rgb(0 0 0 / 19%) -2px 4px 20px, rgb(0 0 0 / 23%) 0px 6px 6px 0px;
    border-radius: 20px;
}

#icons-titles{
    margin-top:7px;
}

#first-line-card-body{
    padding-top:10px;
    padding-bottom: 20px;
}

#printableArea{
    box-shadow: rgb(0 0 0 / 19%) -2px 4px 20px, rgb(0 0 0 / 23%) 0px 6px 6px 0px;
    border-radius: 20px;
}

#payroll-table-parent {
    box-shadow: rgb(0 0 0 / 19%) -2px 4px 20px, rgb(0 0 0 / 23%) 0px 6px 6px 0px;
    margin-bottom: 0;
}

#payroll-tables{
    border: 2px solid darkslategray;
}

.blockquote, hr {
    margin-top: 1px;
    margin-bottom: 1px;
}

#set-salary-title{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    /* background: linear-gradient(0deg, rgba(118,219,126,1) 12%, rgb(71 155 83) 79%)!important; */
    border-radius: 10px;
    margin-bottom: 0;
    color: #780606;
    box-shadow: rgb(0 0 0 / 19%) -2px 4px 20px, rgb(0 0 0 / 23%) 0px 6px 6px 0px;

}

.motion_image{
    border-radius: 20px;
    transition: 0.5s;
    width: 100px;
}

.motion_image:hover{
    transform :scale(2);
}


div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    margin-left: 5px;
}


#cke_ckeditor{
    width:100%;
}


/* .checkbox-wrapper-32:hover .check {
    stroke-dashoffset: 0;
  } */

  .checkbox-wrapper-32 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
  }

  .checkbox-wrapper-32 .background {
    fill: #ccc;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }

  .checkbox-wrapper-32 .stroke {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }

  .checkbox-wrapper-32 .check {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    stroke-dashoffset: 22;
    stroke-dasharray: 22;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }

  .checkbox-wrapper-32 input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    -appearance: none;
    -webkit-appearance: none;
  }

  .checkbox-wrapper-32 input[type=checkbox]:hover {
    cursor: pointer;
  }

  .checkbox-wrapper-32 input[type=checkbox]:checked + svg .background {
    fill: #6cbe45;
  }

  .checkbox-wrapper-32 input[type=checkbox]:checked + svg .stroke {
    stroke-dashoffset: 0;
  }

  .checkbox-wrapper-32 input[type=checkbox]:checked + svg .check {
    stroke-dashoffset: 0;
  }

  .checkbox-wrapper-31:hover .check {
    stroke-dashoffset: 0;
  }

  .checkbox-wrapper-31 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
  }

  .checkbox-wrapper-31 .background {
    fill: #ccc;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }

  .checkbox-wrapper-31 .stroke {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }

  .checkbox-wrapper-31 .check {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    stroke-dashoffset: 22;
    stroke-dasharray: 22;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }

  .checkbox-wrapper-31 input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    -appearance: none;
    -webkit-appearance: none;
  }

  .checkbox-wrapper-31 input[type=checkbox]:hover {
    cursor: pointer;
  }

  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .background {
    fill: #6cbe45;
  }

  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .stroke {
    stroke-dashoffset: 0;
  }

  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .check {
    stroke-dashoffset: 0;
  }

  .select2-results__group {
    color: red; /* Change the font color to your desired color */
    font-weight: 900;
  }

.neon {
    color: rgb(31, 52, 240);
    border-radius: 10px;
    border: #780606 solid 1px;
    box-shadow: rgba(6, 4, 128, 0.445) 0px 10px 20px, rgba(6, 4, 128, 0.445) 0px 6px 6px;
}

thead {
    background-color: lightblue;
}

html {
  scroll-behavior: smooth;
}