﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap');

*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
    text-shadow: none !important;
}

.calendaricon {
    top: 2px !important;
}

.calendariconSet {
    position: absolute;
    right: 22px !important;
    top: 22px !important;
    font-size: 16px;
    color: #333;
    z-index: 1;
    cursor: pointer;
}

.dashSet {
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 0px;
}

.col1 {
    background: #1bc5bd;
}


.col2 {
    background: #f64e60;
}

.col3 {
    background: #6993ff;
}

.col4 {
    background: #551bc5bf;
}
.chkBulk {
    background-color: #daeffd;
    color: #fff;
    border-color: #2b6a94;
    padding: 5px;
    display: inline-block;
}

#TOPtblEmpSalaruCaln {
    max-height: 500px;
}

#emapSalaryModal .close {
    color: #fff !important;
    outline: none;
    border: none;
    background: none;
    top: 15px !important;
    margin-top: 0;
}

#emapSalaryModal h4, #emapSalaryModal h5 {
    font-size: 16px;
    font-weight: 600;
}

.modal-header {
    background: #18AACC;
    border-radius: 0;
}

    .modal-header h4.modal-title {
        color: #fff !important;
    }
