table.dataTable tbody td {
    padding: 9px 8px!important;
}
td {
    padding: 9px 8px!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #448aff));
    background: -webkit-linear-gradient(top, white 0%, #448aff 100%);
    background: -moz-linear-gradient(top, white 0%, #448aff 100%);
    background: -ms-linear-gradient(top, white 0%, #448aff 100%);
    background: -o-linear-gradient(top, white 0%, #448aff 100%);
    background: linear-gradient(to bottom, white 0%, #448aff 100%);
}
table.dataTable thead .sorting {
    background-image: none !important;
}
button.dt-button, div.dt-button, a.dt-button, button.dt-button:focus:not(.disabled), div.dt-button:focus:not(.disabled), a.dt-button:focus:not(.disabled), button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled), div.dt-button:active:not(.disabled), div.dt-button.active:not(.disabled), a.dt-button:active:not(.disabled), a.dt-button.active:not(.disabled) {
    color: #333 !important;
    border: 1px solid #979797 !important;
    background-color: white !important;
    padding: 7px !important;
    border-radius: 7px !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #448aff));
    background: -webkit-linear-gradient(top, white 0%, #448aff 100%);
    background: -moz-linear-gradient(top, white 0%, #448aff 100%);
    background: -ms-linear-gradient(top, white 0%, #448aff 100%);
    background: -o-linear-gradient(top, white 0%, #448aff 100%);
    background: linear-gradient(to bottom, white 0%, #448aff 100%);
}
.my-payoutbox{
    display: flex;
    justify-content: space-between;
    border: 1px solid lightgray;
    padding: 15px;
    border-radius: 10px;
}
.table-page{
display: flex;
font-family: 'sora';
border-radius: 5px;
}
/*.fl-table th,td{
padding: 8px 14px;
}
.fl-table{
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.fl-table th{
background: #F8F8F8;
font-weight: 600;
text-align: center;
font-size: 14px;
color: #000;

}
.fl-table{
margin-left: 5px;
}
.fl-table td{
background: #Fff;
font-size: 14px;
color: #494949;
font-weight: 500;
font-family: 'Sora';
font-weight: 500;
border-bottom: 1px solid #9a9a9a;
text-align: center;
}*/

.fl-table td{
padding: 20px 5px;
}
.fl-table th{
    padding: 10px 5px;
    }
.fl-table{
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
width: 100%;
border: 1px solid #F2F2F2;
}
.fl-table th{
    border-bottom: 1px solid lightgray;
font-weight: 500;
font-size: 14px;
color: #fff;
border: 0.1px solid #e8e8e8;
border-bottom: 0.5px solid #F2F2F2;
background-color: #5F5294 !important;
}
.fl-table td{
background: #Fff;
font-size: 13px;
color: #494949;
font-weight: 300;
font-family: 'Sora';
border-bottom: 0.5px solid #F2F2F2;
}
.fl-table select{
    border: none;
    background-color: transparent;
    font-weight: 300;
}
.fl-table i{
    color: #5CA9F6;
    cursor: pointer;
}

.process-green{
    color: rgb(54, 221, 54) !important;
}
.process-yellow{
    color: rgb(231, 231, 40) !important;
}
.process-red{
    color: rgb(245, 68, 68) !important;
}

.my-payoutbox button{
    border-radius: 9px;
    font-size: 14px;
    padding: 0px 23px !important;
}

.btn-custom1{
    background-color: #F44F0C;
    border-color: #F44F0C;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.btn-custom2{
    background-color: #C3F40C;
    border-color: #C3F40C;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.btn-custom3{
    background-color: #0CF4B5;
    border-color: #0CF4B5;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.btn-custom4{
    background-color: #0CAEF4;
    border-color: #0CAEF4;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.btn-custom5{
    background-color: #B80CF4;
    border-color: #B80CF4;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.btn-custom6{
    background-color: #F40C99;
    border-color: #F40C99;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

table input, table select{
    border-radius: 14px !important;
    text-align: center;
}   

input, select{
    border-radius: 8px !important;
}

.shadow-lg {
    box-shadow: 0 1rem 1.4rem rgba(0,0,0,.175)!important;
}

.column-logbox {
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 20px 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
}

.column-logbox input, .column-logbox select {
    border-radius: 2px;
    border: 1px solid gray;
}

.downloadicon{
    color: #7FF905 !important;
}

.viewicon{
    color: #07D8F1 !important; 
}

.editicon{
    color: #7B05F9 !important;
}

.deleteicon{
    color: #F92605 !important;
}

/*change theme of erp*/
.btn-primary{
    background-color: #5F5294 !important;
    border-color: #5F5294 !important;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; 
}

.activeee {
    background-color: #5F5294 !important;
    border-radius: 5px !important;
    padding: 5px !important;
}

body[themebg-pattern="theme1"] {
    background-color: #5F5294 !important;
}

.btn-info{
    background-color: #5F5294 !important;
    border-color: #5F5294 !important;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; 
}

.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    margin-top: 30px;
    //border: 1px solid #ccc;
    label {
        display: block;
        margin-bottom: 5px;
    }
}
.file-upload-input {
    width: 300px;
    color: #fff;
    font-size: 16px;
    padding: 11px 17px;
    border: none;
    background-color: #5F5294 !important;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left;
}

.bg-primary{
    background-color: #5F5294 !important;
    color: white !important;
}

.tab-button button{
    background-color: #5F5294;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 14px;
    line-height: 25px;
}
.tab-button button:hover{
    border: 1px solid #5F5294 !important;
    background-color: #fff !important;
    color: #5F5294 !important;
}
.newbtn-active{
    border: 1px solid #5F5294 !important;
    background-color: #fff !important;
    color: #5F5294 !important;
}

.page-item.active .page-link {
    background-color: #5F5294;
    border-color: #5F5294;
}

.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  position: relative;
  height: 119px;
  border-radius: 20px;
  margin-left:-20px;
}
.dropzone-wrapper p{
    font-weight: 600;
    font-size: 14px;
    color: #8b8b8b;
}
.fa-cloud-arrow-up{
    color:#000;
    font-size: 25px;
}
.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 7px;
  font-size: 16px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #f5f5f5;
  cursor: pointer;
}
