.w100 {
    width: 190px;
    align-items: center;
}

.header .page-title-box {

    padding: 0px 20px;

}

.header {
    background: linear-gradient(to right, #8460fc 0%, #052665 100%) !important;
}

.bcolor {
    color: #052665 !important;
}

.text-right {
    text-align: right !important;
}

.finesec {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.mt100 {
    margin-top: 50%;
}


.fineibox,
.fineiboxronly {
    border: 1px solid #2e3840;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 0px 5px;
    border-radius: 0px;
    height: 25px;
    text-align: center;
}

.fineiboxr,
.fineiboxronlyr {
    border: 1px solid red;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 0px 5px;
    border-radius: 0px;
    height: 25px;
    text-align: center;
}

.fineiboxg,
.fineiboxgonlyr {
    border: 1px solid #55ce63;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 0px 5px;
    border-radius: 0px;
    height: 25px;
    text-align: center;
}

.fineiboxo,
.fineiboxoonlyr {
    border: 1px solid orange;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 0px 5px;
    border-radius: 0px;
    height: 25px;
    text-align: center;
}




.lhdanc:focus,
.lanccb:focus,
.lhdanc,
.lanccb {
    border: 2px solid red;
    margin-top: 0px !important;
}

.lhdac:focus,
.lhdac {
    border: 2px solid orange;
    margin-top: 0px !important;
}

.laccb:focus,
.laccb {
    border: 2px solid green;
    margin-top: 0px !important;
}

.cursor-pointer {
    cursor: pointer;
}


.incompleteateendance h2,
.incompleteateendance {
    color: orange;
}



.lgreen{
    background:#e2fde9;
}

.lred{
    background:#f43b4829;
}

.lorange{
    background:#ffbc3433;
}



.pt5{
    padding-top:5px;
}
.pt10{
    padding-top:10px;
}
.pb5{
    padding-bottom:5px;
}
.pb10{
    padding-bottom:10px;
}
.brt15{
    border-radius:15px 15px 0px 0px;
}
.brb15{
    border-radius:0px 0px 15px 15px;
}







.header .user-img img{
    width: 40px;
}
.header .user-img img,
.header .user-img span{
    margin-right: 10px;
}





/* Margin */
.mt-2 {
    margin-top: 2px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}



.mb-2 {
    margin-bottom: 2px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}


/* Padding */





/* Employee Of The Month Start */
.bkgdeffect{
    background-image: url("https://hrmpulse.com/assets/ribben-boom.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.eomrbtn{
    width: 20px;
    margin-left: 0px;
    margin-right: -25px;
    z-index: 999;
}

.eom-tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.eom-tabs {
    display: flex;
    background: #f3f3f3;
    border-radius: 30px;
    padding: 6px;
}

.eom-tab {
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.eom-tab.active {
    background: #007bff;
    color: #fff;
}

.eom-tab-content {
    display: none;
    margin-top: 25px;
}

.eom-tab-content.active {
    display: block;
}

.next-eom-box {
    text-align: center;
}



.winner-title {
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
    color: #052c65;
}

.winner-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: auto;
    padding: 10px;
}

.winner-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    padding: 16px;
    border-left: 6px solid #ffa500;
    transition: transform .3s ease;
}

.winner-card:hover {
    transform: translateY(-5px);
}

.winner-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #052c65;
}

.winner-img{
    width: 30%;
}
.winner-info {
    margin-left: 14px;
    width: 50%;
}

.winner-info h3 {
    margin: 0;
    font-size: 18px;
    color: #052c65;
}

.designation {
    font-size: 13px;
    color: #666;
    margin: 4px 0;
}

.points {
    font-size: 14px;
    font-weight: 600;
    color: #ffa500;
}

.message {
    font-size: 12px;
    color: #444;
    margin-top: 4px;
}


.progress-bar {
    width: 100%;
    height: 14px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.vote-btn {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    background: #052c65;
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
}

.vote-btn:hover {
    background: #1976d2;
}

.emp-name {
    display: flex;
    font-weight: 600;
    margin-bottom: 6px;
    cursor: pointer;
}

.progress-bar.modern {
    position: relative;
    height: 28px;
    background: linear-gradient(#f1f1f1, #dedede);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
}

.progress-fill {
    height: 100%;
    width: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, #052c65, #ffa500);
    transition: width 1s ease-in-out;
}

.progress-text {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
    padding: 3px 5px 3px 30px;
    border-radius: 14px;
    pointer-events: none;
    text-align: left;
    width: 100%;
}

.percent-no {
    float: right;
    padding-right: 20px;
    color: #052c65;
}

.employee-month-card {
    background: #fff !important;
    border: 1px solid #052c65 !important;
    box-shadow: 0 0 40.5px 0 rgba(0,0,0,.1) !important;
}

/* Employee Of The Month End */

