@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,600,700&amp;lang=en&display=swap');

.card-green {
    border-color: #5cb85c;
}

.card-green .card-header {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.card-green a {
    color: #5cb85c;
}

.card-green a:hover {
    color: #3d8b3d;
}

.card-red {
    border-color: #45050c;
    /*#fd1d1d; */
    border-radius: 25px 25px 0px 0px;
}

.card-red .card-heading {
    font-family: Ubuntu;
    /*text-shadow: 4px 4px 4px #aaa; */
    padding-left: 2%;
    border-color: #000;
    color: #fff;
    border-radius: 25px 25px 0px 0px;
    background: #45050c;
    /*linear-gradient(90deg, #070A52, #D21312); */
}

.card-red .card-footer {
    color: #000;
    background: #d5ac4e;
}

.card-yellow {
    border-color: #edfd1d;
    border-radius: 25px 25px 0px 0px;
}

.card-yellow .card-heading {
    border-color: #edfd1d;
    color: #fff;
    border-radius: 25px 25px 0px 0px;
    background: linear-gradient(90deg, rgba(228, 153, 32, 1) 31%, rgba(253, 228, 29, 1) 65%);
}

.card-yellow .card-footer {
    border-color: #edfd1d;
    color: #fff;
    background: linear-gradient(90deg, rgba(228, 153, 32, 1) 31%, rgba(253, 228, 29, 1) 65%);
}

.dt-button.buttons-columnVisibility {
    background-color: grey !important;
    color: white !important;
}

.dt-button.buttons-columnVisibility.active {
    background: #D21312 !important;
    color: white !important;
}

.test {
    display: flex;
    justify-content: space-between;
}

.err_message {
    color: #D21312;
    font-style: italic;
    /* font-size: x-small; */
    font-size: small;
}

label {
    color: #121212;
    font-weight: 600;
}

hr.red {
    border: solid 1px #f70505;
    margin: 15px;
}

hr.green {
    background-color: #024e2b;
    margin: 15px;
}


label.required:after {
    content: " *";
    color: #D21312 !important;
    display: inline;
}

/* Datatable buttion disable */
@media (max-width: 600px) {
    .hide-for-mobile {
        display: none
    }
}

.huge {
    font-family: Ubuntu;
    font-size: 35px;
}

.bg-blue {
    background-color: #0d6efd;
}

.bg-indigo {
    background-color: #6610f2;
}

.bg-purple {
    background-color: #6f42c1;
    color: #fff;
}

.bg-pink {
    background-color: #d63384;
}

.bg-red {
    background-color: #dc3545;
}

.bg-orange {
    background-color: #fd7e14;
}

.bg-yellow {
    background-color: #ffc107;
}

.bg-green {
    background-color: #198754;
}

.bg-teal {
    background-color: #20c997;
}

.bg-cyan {
    background-color: #0dcaf0;
}

.bg-black {
    background-color: #1A120B;
    color: #fff;
}

.bg-brown {
    background-color: #3C2A21;
    color: #fff;
}

.bg-beige {
    background-color: #D5CEA3;
    color: #000;
}

.bg-table {
    background-color: #9ABCA7;
    border: #0f332b;
}

.text-red {
    color: #fd1d1d;
}

.avatars {
    display: inline-flex;
    flex-direction: row-reverse;
}

.avatar {
    position: relative;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
}

.avatar:not(:last-child) {
    margin-left: -20px;
}

.avatar img {
    width: 100%;
    display: block;
}

/* User Menu*/

.sidenav {
    background-color: #808B96;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: 1;
}

.sidenav a {
    color: #F2F3F4;
    display: block;
    font-size: 15px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    transition: .3s;
}

.sidenav a:hover,
.offcanvas a:focus,
.offcanvas a:focus {
    color: #17202A;
}

.sidenav .closebtn {
    font-size: 36px;
    margin-left: 50px;
    position: absolute;
    right: 25px;
    top: 0;
}

/* User Menu end*/

.hr-red {
    border: 1px solid red;
}

/*
eecf6d-d5ac4e-8b6220-720e07-45050c
*/


.bg-default {
    background-color: #eecf6d;
    color: #000;
}

.bg-gold {
    background-color: #d5ac4e;
    color: #000;
}

.bg-gold-brown {
    background-color: #8b6220;
    color: #fff;
}

.bg-barn-red {
    background-color: #7c0a02;
    /*720e07*/
    color: #fff;
}

.bg-dark-brown {
    background-color: #45050c;
    color: #fff;
}

/*Hide data table buttion*/
@media (max-width: 600px) {
    .hide-for-mobile {
        display: none
    }
}

/* Niveditha 11-05-2024 */

.card-heading h3 {
    padding-top: 10px;
    padding-left: 20px;
    color: #5B75F8;
}

.submit-button {
    background-color: #5B75F8;
    color: white;
}

/* button[type="submit"] */
.ui-button-submit {
    background-color: #5B75F8;
    color: white;
}


/* EMPLOYEE MASTER VIEW */
.card {
    border: 1px solid #5B75F8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#EmployeeMaster.dataTable thead th,
#EmployeeMaster.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#EmployeeMaster.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}


.dt-buttons button {
    background-color: #5B75F8;
}

/* EMPLOYEE DATA VIEW */
.form-control {
    border-color: BLUE;
    background-color: #D4DBFF;
}

.form-select {
    border-color: BLUE;
    background-color: #D4DBFF;
}

/* EMPLOYEE SALARY VIEW */
.fieldset-container {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
}

.fieldset-container legend {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

/* .card {
    border: 1px solid #5B75F8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
} */

#paystructure.dataTable thead th,
#paystructure.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#paystructure.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}

/* LEAVE TYPE VIEW */
#leavetbl thead th,
#leavetbl tbody tr td {
    border: 1px solid #5B75F8 !important;
}

#leavetbl thead th {
    background-color: #A6B4FD;
    color: white;
}

/* LEAVE OPEN BAL VIEW */
#leaveob.dataTable thead th,
#leaveob.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#leaveob.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}

.card-heading {
    color: #5B75F8;
}

/* LEAVE REGISTER VIEW */
/* .card {
    border: 1px solid #5B75F8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
} */

#leavereg thead tr,
#leavereg tbody td {
    border: 1px solid #5B75F8 !important;
}

#leavereg thead tr {
    background-color: #A6B4FD;
    color: white;
}

.dt-buttons button {
    background-color: #5B75F8;
}

.center-header {
    text-align: center;
}

/* user attendance (daily att) view*/
#rptlist.dataTable thead th,
#rptlist.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#rptlist.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}

/* showroom login details view  */
#loginrptlist.dataTable thead th,
#loginrptlist.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#loginrptlist.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}

/* LOAN ADV VIEW */
#loanlist.dataTable thead th,
#loanlist.dataTable tbody td,
#loanlist.dataTable tfoot tr {
    border: 1px solid #5B75F8 !important;
}

#loanlist.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}

/* tds view */
#tds.dataTable thead th,
#tds.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#tds.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}

/* leave recoreder view */
#leavreg.dataTable thead th,
#leavreg.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#leavreg.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}

/* left employee list */
#LeftEmployeeMaster.dataTable thead th,
#LeftEmployeeMaster.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}


#LeftEmployeeMaster.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}

/* SHOWROOM LOGIN SUMMARY VIEW */


#tblsummarysheet thead th,
#tblsummarysheet thead tr,
#tblsummarysheet tbody {
    border: 1px solid #5B75F8 !important;
}

.legend {
    color: blue;
}

/* PF */
#rptpflist.dataTable thead th,
#rptpflist.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#rptpflist.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}

/* ESI */
#esilist.dataTable thead th,
#esilist.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#esilist.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}

/* LOAN DEDUC VIEW */
#loanded thead th,
#loanded tbody td {
    border: 1px solid #5B75F8 !important;
}

#loanded thead th {
    background-color: #A6B4FD;
    color: white;
}

/* SALARY REGISTER */
#tblpayslp thead th,
#tblpayslp tbody td {
    border: 1px solid #5B75F8 !important;
}

#tblpayslp thead th {
    background-color: #A6B4FD;
    color: white;
}

/* location wise emp mast list */
#locEmployeeMaster.dataTable thead th,
#locEmployeeMaster.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#locEmployeeMaster.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}

/* LOCATION WISE SALARY REGISTER LIST*/

#loctblpayslp thead th,
#loctblpayslp tbody td {
    border: 1px solid #5B75F8 !important;
}

#loctblpayslp thead th {
    background-color: #A6B4FD;
    color: white;
}



/* DEPUTATION VIEW */
.card {
    border: 1px solid #5B75F8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#DeputationTable.dataTable thead th,
#DeputationTable.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#DeputationTable.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}

.dt-buttons button {
    background-color: #5B75F8;
}

.card-heading h3 {
    padding-left: 20px;
    color: #5B75F8;
    padding-top: 10px;
}


/* MissPunch */
#MissPunch.dataTable thead th,
#MissPunch.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#MissPunch.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}

/* PERMISSION */
#PermOdReg.dataTable thead th,
#PermOdReg.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#PermOdReg.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}


/* PROFESSIONAL TAX */
#proftax thead th,
#proftax tbody td {
    border: 1px solid #5B75F8 !important;
}

#proftax thead th {
    background-color: #A6B4FD;
    color: white;
}

/* TDS REPORT */
#tdsrpt thead th,
#tdsrpt tbody td {
    border: 1px solid #5B75F8 !important;
}

#tdsrpt thead th {
    background-color: #A6B4FD;
    color: white;
}

/* BANK STATEMENT REPORT */
#bankstmt thead th,
#bankstmt tbody td {
    border: 1px solid #5B75F8 !important;
}

#bankstmt thead th {
    background-color: #A6B4FD;
    color: white;
}


/* EMPLOYEE MASTER LIST*/
#empmasterlist thead th,
#empmasterlist tbody td {
    border: 1px solid #5B75F8 !important;
}

#empmasterlist thead th {
    background-color: #A6B4FD;
    color: white;
}

.err_message {
    border: 1px solid red;
}


/* SHIFT SWAP MANAGEMENT */
#ShiftMgmtSwapMst.dataTable thead th,
#ShiftMgmtSwapMst.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#ShiftMgmtSwapMst.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}


/* SALES INCENTIVE*/
#incentiverpt.dataTable thead tr,
#incentiverpt.dataTable thead th,
#incentiverpt.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#incentiverpt.dataTable thead tr,
#incentiverpt.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}


#incentivelist.dataTable thead tr,
#incentivelist.dataTable thead th,
#incentivelist.dataTable tbody td,
#incentiveform.dataTable thead tr,
#incentiveform.dataTable thead th,
#incentiveform.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#incentivelist.dataTable thead tr,
#incentivelist.dataTable thead th,
#incentiveform.dataTable thead tr,
#incentiveform.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}


#HolidayList.dataTable thead tr,
#HolidayList.dataTable thead th,
#HolidayList.dataTable tbody td {
    border: 1px solid #5B75F8 !important;
}

#HolidayList.dataTable thead tr,
#HolidayList.dataTable thead th {
    background-color: #A6B4FD;
    color: white;
}



/* CTC CALCULATOR CSS */

.salary-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.salary-table th,
.salary-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.salary-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.salary-table .particular-col {
    width: 30%;
}

.salary-table .percent-col {
    width: 20%;
}

.salary-table .amount-col {
    width: 25%;
    text-align: right;
}

.salary-table input[type="number"],
.salary-table select {
    width: 80px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: right;
}

.input-group {
    display: flex;
    align-items: center;
}

.input-group input {
    flex: 1;
}

.input-group select {
    margin-left: 5px;
}

.total-row td {
    font-weight: bold;
    background-color: #e6e6e6;
}

.section-header {
    font-weight: bold;
    background-color: #f2f2f2;
    padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}