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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
 /* select2 for dark theme */
 .select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: white;
    color: black !important;
    height:38px;
 }
 body[data-theme=dark] .card-footer, body[data-theme=dark] .left-part, body[data-theme=dark] .right-part.mail-compose, body[data-theme=dark] .right-part.mail-details, body[data-theme=dark] .right-part.mail-list, body[data-theme=dark] .select2-dropdown, body[data-theme=dark] .typeahead.form-control {
    background-color: white !important;
    color: black;
 }


 .custom-card{
    width: 32%;
    margin-bottom: 20px;
    box-shadow: rgb(237 255 120 / 24%) 0px 3px 8px !important;
    border-radius: 20px !important;
}

h3.card-title {
    color: lightyellow !important;
}

h3 > span{
    color: lightskyblue  !important;
}

h4.card-title {
    color: lightgreen !important;
}

h4 > a ,h4 > span  {
    color: lightgreen !important;
}

h5{
    color: lightgreen !important;
}
li > div.custom-box{
    background-color: transparent !important;
    box-shadow: rgb(244 250 65 / 53%) 0px 1px 1px 1px !important;
}

li > div.custom-box > span{
    color: lightgoldenrodyellow !important;
}

li > div.custom-box > a{
    background-color: lightgoldenrodyellow !important;
    color: black;
}

li > div.custom-box > span > span{
    color: lightgreen !important;
}

h6 > span.text-muted{
    color: lightgoldenrodyellow !important;
}

h6 > span{
    color: lightgreen !important;
}

ul > div.card > div.card-body{
    padding: 5px 5px !important;
    box-shadow: rgb(255 251 83 / 35%) 0px 0px 3px 3px !important;
    border-radius: 10px !important;
}

input{
    background-color: white !important;
    color: black !important;
}

.filter-div{
    box-shadow: rgb(255 251 83 / 35%) 0px 3px 7px 4px !important;
    border-radius: 20px;
}

form{
    background-color: transparent !important;
}

thead ,.main-title {

    background-color: lightyellow !important;
    color: black !important;
}

div.main-div{
    background-color: transparent !important;
}

body[data-theme=dark] .table-bordered td,
body[data-theme=dark] .table-bordered  {
    border-color: darkgrey !important; /* Change the border color for cells */
}

body[data-theme=dark] .table-bordered th{
    border-color: black !important;
}

.modal-radio{
box-shadow: rgb(237 255 120 / 24%) 0px 3px 5px 3px !important;
    background-color: #00000052 !important;
}

input[type="file"] {
    background-color: transparent !important;
    color: #b2b9bf !important;
}

.page-link {
    color: lightskyblue;
}
.page-item.active .page-link{
    background-color: lightskyblue !important;
    color: black;
    border-radius: 15PX;
}
.pagination + p {
    color: lightcyan !important;
    font-weight: bold;
}
select{
    background-color: white !important;
    color: black !important;
}
textarea{
    background-color: white !important;
    color: black !important;
}

/* a {
    color: lightgreen !important;
} */

a > span {
    color: lightgreen !important;
}

tfoot > tr.main-tr{
    background-color: lightyellow !important;
    color: black !important;
}

table{
    text-align: center !important;
}
