@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/WebViewHr/Components/Control/BGStyle.razor.rz.scp.css */
.area[b-kwx0lt9put] {
    width: 100%;
}
body[b-kwx0lt9put] {
    font-family: 'Exo', sans-serif;
}
*[b-kwx0lt9put] {
    margin: 0px;
    padding: 0px;
}



.context[b-kwx0lt9put] {
    width: 100%;
    position: absolute;
    top: 50vh;
}

    .context h1[b-kwx0lt9put] {
        text-align: center;
        color: #fff;
        font-size: 50px;
    }

.circles[b-kwx0lt9put] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .circles li[b-kwx0lt9put] {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(0, 113, 255, 0.2);
        animation: animate-b-kwx0lt9put 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1)[b-kwx0lt9put] {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .circles li:nth-child(2)[b-kwx0lt9put] {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3)[b-kwx0lt9put] {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4)[b-kwx0lt9put] {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5)[b-kwx0lt9put] {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6)[b-kwx0lt9put] {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7)[b-kwx0lt9put] {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8)[b-kwx0lt9put] {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9)[b-kwx0lt9put] {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10)[b-kwx0lt9put] {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }

@keyframes animate-b-kwx0lt9put {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
/* _content/WebViewHr/Components/Control/FloatingPage/Annualholiday.razor.rz.scp.css */

.calendar-container[b-bk21yduocs] {
    width: 100%;
    margin: 0 auto;
}

.psc-calendar[b-bk21yduocs] {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    font-size: 24px;
}

.psc-labels[b-bk21yduocs] {
    background-color: #007bff;
    border: 1px solid #ffff;
    color: #ffffff;
}

.psc-day-empty[b-bk21yduocs] {
    background-color: white;
    color: #000000;
}

.psc-day:hover[b-bk21yduocs] {
    border: 2px solid #007bff;
}

.psc-day[b-bk21yduocs] {
    background-color: #ffffff;
    color: #000000;
}

.psc-day-today[b-bk21yduocs] {
    background-color: #007bff;
    color: #ffffff;
    font-weight: bold;
}
.pcs-day-less[b-bk21yduocs] {
    background-color: crimson;
    color:white;
}


.psc-day[b-bk21yduocs],
.psc-day-empty[b-bk21yduocs], .psc-day-today[b-bk21yduocs], .pcs-day-less[b-bk21yduocs] {
    flex: 1 0 calc(100% / 7);
    height: 12vh;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
}

.btn-today[b-bk21yduocs] {
    background-color: #007bff;
    color: #ffffff;
}



@media (max-width: 768px) {

    .psc-day[b-bk21yduocs] {
        height: 60px;
    }

    .psc-day[b-bk21yduocs], .psc-day-empty[b-bk21yduocs], .psc-day-today[b-bk21yduocs], .pcs-day-less[b-bk21yduocs] {
        height: 60px;
    }

    .psc-calendar[b-bk21yduocs] {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .psc-day[b-bk21yduocs] {
        height: 50px;
    }

    .psc-day[b-bk21yduocs], .psc-day-empty[b-bk21yduocs], .psc-day-today[b-bk21yduocs], .pcs-day-less[b-bk21yduocs] {
        height: 60px;
    }
}
/* _content/WebViewHr/Components/Control/History/ChangeHoliday/HrHisChangeHoliday.razor.rz.scp.css */
.hrm-content[b-8er8a5qqqy]{
    font-size:18px;
}
.hr-card[b-8er8a5qqqy] {
    border-radius: 20px;
    background: #FFF;
    padding: 5px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-height:150px;
}

/*    .hr-card:hover {
        transform: scale(1.05);
    }*/

    .hr-card .top-section[b-8er8a5qqqy] {
        min-height: 150px;
        border-radius: 15px;
        background-color: #EFEFEF;
        position: relative;
    }

        .hr-card .top-section .border[b-8er8a5qqqy] {
            border-bottom-right-radius: 10px;
            height: 30px;
            width: 180px;
            background: #FFF;
            position: relative;
            transform: skew(-40deg);
            box-shadow: -10px -10px 0 0 #FFF;
        }

            .hr-card .top-section .border[b-8er8a5qqqy]::before {
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                top: 0;
                right: -15px;
                background: rgba(255, 255, 255, 0);
                border-top-left-radius: 10px;
                box-shadow: -5px -5px 0 2px #FFF;
            }

        .hr-card .top-section[b-8er8a5qqqy]::before {
            content: "";
            position: absolute;
            top: 30px;
            left: 0;
            background: rgba(255, 255, 255, 0);
            height: 15px;
            width: 15px;
            border-top-left-radius: 15px;
            box-shadow: -5px -5px 0 2px #FFF;
        }

        .hr-card .top-section .icons[b-8er8a5qqqy] {
            position: absolute;
            top: 0;
            width: 100%;
            height: 30px;
            display: flex;
            justify-content: space-between;
        }

            .hr-card .top-section .icons .logo[b-8er8a5qqqy] {
                height: 100%;
                padding: 1px 0 7px 15px;
            }

                .hr-card .top-section .icons .logo .top-section[b-8er8a5qqqy] {
                    height: 100%;
                }
/* _content/WebViewHr/Components/Control/History/Kit/HrHisKit.razor.rz.scp.css */
.hrm-content[b-1reimlqye1]{
    font-size:18px;
}
.hr-card[b-1reimlqye1] {
    border-radius: 20px;
    background: #FFF;
    padding: 5px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-height:150px;
}

/*    .hr-card:hover {
        transform: scale(1.05);
    }*/

    .hr-card .top-section[b-1reimlqye1] {
        min-height: 150px;
        border-radius: 15px;
        background-color: #EFEFEF;
        position: relative;
    }

        .hr-card .top-section .border[b-1reimlqye1] {
            border-bottom-right-radius: 10px;
            height: 30px;
            width: 180px;
            background: #FFF;
            position: relative;
            transform: skew(-40deg);
            box-shadow: -10px -10px 0 0 #FFF;
        }

            .hr-card .top-section .border[b-1reimlqye1]::before {
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                top: 0;
                right: -15px;
                background: rgba(255, 255, 255, 0);
                border-top-left-radius: 10px;
                box-shadow: -5px -5px 0 2px #FFF;
            }

        .hr-card .top-section[b-1reimlqye1]::before {
            content: "";
            position: absolute;
            top: 30px;
            left: 0;
            background: rgba(255, 255, 255, 0);
            height: 15px;
            width: 15px;
            border-top-left-radius: 15px;
            box-shadow: -5px -5px 0 2px #FFF;
        }

        .hr-card .top-section .icons[b-1reimlqye1] {
            position: absolute;
            top: 0;
            width: 100%;
            height: 30px;
            display: flex;
            justify-content: space-between;
        }

            .hr-card .top-section .icons .logo[b-1reimlqye1] {
                height: 100%;
                padding: 1px 0 7px 15px;
            }

                .hr-card .top-section .icons .logo .top-section[b-1reimlqye1] {
                    height: 100%;
                }
/* _content/WebViewHr/Components/Control/History/LeavePremises/HrHisLeavePremises.razor.rz.scp.css */
.hrm-content[b-jr37ez5dzy]{
    font-size:18px;
}
.hr-card[b-jr37ez5dzy] {
    border-radius: 20px;
    background: #FFF;
    padding: 5px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-height:150px;
}

/*    .hr-card:hover {
        transform: scale(1.05);
    }*/

    .hr-card .top-section[b-jr37ez5dzy] {
        min-height: 150px;
        border-radius: 15px;
        background-color: #EFEFEF;
        position: relative;
    }

        .hr-card .top-section .border[b-jr37ez5dzy] {
            border-bottom-right-radius: 10px;
            height: 30px;
            width: 180px;
            background: #FFF;
            position: relative;
            transform: skew(-40deg);
            box-shadow: -10px -10px 0 0 #FFF;
        }

            .hr-card .top-section .border[b-jr37ez5dzy]::before {
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                top: 0;
                right: -15px;
                background: rgba(255, 255, 255, 0);
                border-top-left-radius: 10px;
                box-shadow: -5px -5px 0 2px #FFF;
            }

        .hr-card .top-section[b-jr37ez5dzy]::before {
            content: "";
            position: absolute;
            top: 30px;
            left: 0;
            background: rgba(255, 255, 255, 0);
            height: 15px;
            width: 15px;
            border-top-left-radius: 15px;
            box-shadow: -5px -5px 0 2px #FFF;
        }

        .hr-card .top-section .icons[b-jr37ez5dzy] {
            position: absolute;
            top: 0;
            width: 100%;
            height: 30px;
            display: flex;
            justify-content: space-between;
        }

            .hr-card .top-section .icons .logo[b-jr37ez5dzy] {
                height: 100%;
                padding: 1px 0 7px 15px;
            }

                .hr-card .top-section .icons .logo .top-section[b-jr37ez5dzy] {
                    height: 100%;
                }
/* _content/WebViewHr/Components/Control/History/Leave/HrHisLeave.razor.rz.scp.css */
.hrm-content[b-rp2nw0eqzg]{
    font-size:18px;
}
.hr-card[b-rp2nw0eqzg] {
    border-radius: 20px;
    background: #FFF;
    padding: 5px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-height:150px;
}

/*    .hr-card:hover {
        transform: scale(1.05);
    }*/

    .hr-card .top-section[b-rp2nw0eqzg] {
        min-height: 150px;
        border-radius: 15px;
        background-color: #EFEFEF;
        position: relative;
    }

        .hr-card .top-section .border[b-rp2nw0eqzg] {
            border-bottom-right-radius: 10px;
            height: 30px;
            width: 180px;
            background: #FFF;
            position: relative;
            transform: skew(-40deg);
            box-shadow: -10px -10px 0 0 #FFF;
        }

            .hr-card .top-section .border[b-rp2nw0eqzg]::before {
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                top: 0;
                right: -15px;
                background: rgba(255, 255, 255, 0);
                border-top-left-radius: 10px;
                box-shadow: -5px -5px 0 2px #FFF;
            }

        .hr-card .top-section[b-rp2nw0eqzg]::before {
            content: "";
            position: absolute;
            top: 30px;
            left: 0;
            background: rgba(255, 255, 255, 0);
            height: 15px;
            width: 15px;
            border-top-left-radius: 15px;
            box-shadow: -5px -5px 0 2px #FFF;
        }

        .hr-card .top-section .icons[b-rp2nw0eqzg] {
            position: absolute;
            top: 0;
            width: 100%;
            height: 30px;
            display: flex;
            justify-content: space-between;
        }

            .hr-card .top-section .icons .logo[b-rp2nw0eqzg] {
                height: 100%;
                padding: 1px 0 7px 15px;
            }

                .hr-card .top-section .icons .logo .top-section[b-rp2nw0eqzg] {
                    height: 100%;
                }
/* _content/WebViewHr/Components/Control/History/Ot/HrHisOt.razor.rz.scp.css */
.hrm-content[b-j6vnturobd]{
    font-size:18px;
}
.hr-card[b-j6vnturobd] {
    border-radius: 20px;
    background: #FFF;
    padding: 5px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-height:150px;
}

/*    .hr-card:hover {
        transform: scale(1.05);
    }*/

    .hr-card .top-section[b-j6vnturobd] {
        min-height: 150px;
        border-radius: 15px;
        background-color: #EFEFEF;
        position: relative;
    }

        .hr-card .top-section .border[b-j6vnturobd] {
            border-bottom-right-radius: 10px;
            height: 30px;
            width: 180px;
            background: #FFF;
            position: relative;
            transform: skew(-40deg);
            box-shadow: -10px -10px 0 0 #FFF;
        }

            .hr-card .top-section .border[b-j6vnturobd]::before {
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                top: 0;
                right: -15px;
                background: rgba(255, 255, 255, 0);
                border-top-left-radius: 10px;
                box-shadow: -5px -5px 0 2px #FFF;
            }

        .hr-card .top-section[b-j6vnturobd]::before {
            content: "";
            position: absolute;
            top: 30px;
            left: 0;
            background: rgba(255, 255, 255, 0);
            height: 15px;
            width: 15px;
            border-top-left-radius: 15px;
            box-shadow: -5px -5px 0 2px #FFF;
        }

        .hr-card .top-section .icons[b-j6vnturobd] {
            position: absolute;
            top: 0;
            width: 100%;
            height: 30px;
            display: flex;
            justify-content: space-between;
        }

            .hr-card .top-section .icons .logo[b-j6vnturobd] {
                height: 100%;
                padding: 1px 0 7px 15px;
            }

                .hr-card .top-section .icons .logo .top-section[b-j6vnturobd] {
                    height: 100%;
                }
/* _content/WebViewHr/Components/Control/History/Replace/HrHisReplace.razor.rz.scp.css */
.hrm-content[b-fg7l0co2y2]{
    font-size:18px;
}
.hr-card[b-fg7l0co2y2] {
    border-radius: 20px;
    background: #FFF;
    padding: 5px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-height:150px;
}

/*    .hr-card:hover {
        transform: scale(1.05);
    }*/

    .hr-card .top-section[b-fg7l0co2y2] {
        min-height: 150px;
        border-radius: 15px;
        background-color: #EFEFEF;
        position: relative;
    }

        .hr-card .top-section .border[b-fg7l0co2y2] {
            border-bottom-right-radius: 10px;
            height: 30px;
            width: 180px;
            background: #FFF;
            position: relative;
            transform: skew(-40deg);
            box-shadow: -10px -10px 0 0 #FFF;
        }

            .hr-card .top-section .border[b-fg7l0co2y2]::before {
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                top: 0;
                right: -15px;
                background: rgba(255, 255, 255, 0);
                border-top-left-radius: 10px;
                box-shadow: -5px -5px 0 2px #FFF;
            }

        .hr-card .top-section[b-fg7l0co2y2]::before {
            content: "";
            position: absolute;
            top: 30px;
            left: 0;
            background: rgba(255, 255, 255, 0);
            height: 15px;
            width: 15px;
            border-top-left-radius: 15px;
            box-shadow: -5px -5px 0 2px #FFF;
        }

        .hr-card .top-section .icons[b-fg7l0co2y2] {
            position: absolute;
            top: 0;
            width: 100%;
            height: 30px;
            display: flex;
            justify-content: space-between;
        }

            .hr-card .top-section .icons .logo[b-fg7l0co2y2] {
                height: 100%;
                padding: 1px 0 7px 15px;
            }

                .hr-card .top-section .icons .logo .top-section[b-fg7l0co2y2] {
                    height: 100%;
                }
/* _content/WebViewHr/Components/Control/History/Shift/HrHisShift.razor.rz.scp.css */
.hrm-content[b-fpv4fyyv1e]{
    font-size:18px;
}
.hr-card[b-fpv4fyyv1e] {
    border-radius: 20px;
    background: #FFF;
    padding: 5px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-height:150px;
}

/*    .hr-card:hover {
        transform: scale(1.05);
    }*/

    .hr-card .top-section[b-fpv4fyyv1e] {
        min-height: 150px;
        border-radius: 15px;
        background-color: #EFEFEF;
        position: relative;
    }

        .hr-card .top-section .border[b-fpv4fyyv1e] {
            border-bottom-right-radius: 10px;
            height: 30px;
            width: 180px;
            background: #FFF;
            position: relative;
            transform: skew(-40deg);
            box-shadow: -10px -10px 0 0 #FFF;
        }

            .hr-card .top-section .border[b-fpv4fyyv1e]::before {
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                top: 0;
                right: -15px;
                background: rgba(255, 255, 255, 0);
                border-top-left-radius: 10px;
                box-shadow: -5px -5px 0 2px #FFF;
            }

        .hr-card .top-section[b-fpv4fyyv1e]::before {
            content: "";
            position: absolute;
            top: 30px;
            left: 0;
            background: rgba(255, 255, 255, 0);
            height: 15px;
            width: 15px;
            border-top-left-radius: 15px;
            box-shadow: -5px -5px 0 2px #FFF;
        }

        .hr-card .top-section .icons[b-fpv4fyyv1e] {
            position: absolute;
            top: 0;
            width: 100%;
            height: 30px;
            display: flex;
            justify-content: space-between;
        }

            .hr-card .top-section .icons .logo[b-fpv4fyyv1e] {
                height: 100%;
                padding: 1px 0 7px 15px;
            }

                .hr-card .top-section .icons .logo .top-section[b-fpv4fyyv1e] {
                    height: 100%;
                }
/* _content/WebViewHr/Components/Control/History/Sick/HrHisSick.razor.rz.scp.css */
.hrm-content[b-7rxqktn3uy]{
    font-size:18px;
}
.hr-card[b-7rxqktn3uy] {
    border-radius: 20px;
    background: #FFF;
    padding: 5px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-height:150px;
}

/*    .hr-card:hover {
        transform: scale(1.05);
    }*/

    .hr-card .top-section[b-7rxqktn3uy] {
        min-height: 150px;
        border-radius: 15px;
        background-color: #EFEFEF;
        position: relative;
    }

        .hr-card .top-section .border[b-7rxqktn3uy] {
            border-bottom-right-radius: 10px;
            height: 30px;
            width: 180px;
            background: #FFF;
            position: relative;
            transform: skew(-40deg);
            box-shadow: -10px -10px 0 0 #FFF;
        }

            .hr-card .top-section .border[b-7rxqktn3uy]::before {
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                top: 0;
                right: -15px;
                background: rgba(255, 255, 255, 0);
                border-top-left-radius: 10px;
                box-shadow: -5px -5px 0 2px #FFF;
            }

        .hr-card .top-section[b-7rxqktn3uy]::before {
            content: "";
            position: absolute;
            top: 30px;
            left: 0;
            background: rgba(255, 255, 255, 0);
            height: 15px;
            width: 15px;
            border-top-left-radius: 15px;
            box-shadow: -5px -5px 0 2px #FFF;
        }

        .hr-card .top-section .icons[b-7rxqktn3uy] {
            position: absolute;
            top: 0;
            width: 100%;
            height: 30px;
            display: flex;
            justify-content: space-between;
        }

            .hr-card .top-section .icons .logo[b-7rxqktn3uy] {
                height: 100%;
                padding: 1px 0 7px 15px;
            }

                .hr-card .top-section .icons .logo .top-section[b-7rxqktn3uy] {
                    height: 100%;
                }
/* _content/WebViewHr/Components/Control/HrFooter.razor.rz.scp.css */
.footerstyle[b-g9x40atfhb] {
    border-top: 1px rgb(179,179,179) solid;
    font-size:25px;
}

.hrfooter-left[b-g9x40atfhb] {
    font-weight: bold;
    width:200px;
    text-align:left;
    padding-left:5px;
}
.hrfooter-center[b-g9x40atfhb] {
    width: 100%;
    margin-top:8px;
    padding-right:10px;

}
.hrfooter-right[b-g9x40atfhb] {
    font-weight: bold;
    text-wrap: nowrap;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .footerstyle[b-g9x40atfhb] {
       font-size:20px;
    }
    .hrfooter-left[b-g9x40atfhb] {
        width: 180px;
    }
}
/* _content/WebViewHr/Components/Control/HrTitle.razor.rz.scp.css */
.TitleStyle[b-rkqy7wiwg4] {
    background-color: #0071FF;
    color: #FFF;
    font-size:30px;
}
@media only screen and (max-width: 768px) {
    .TitleStyle[b-rkqy7wiwg4] {
        font-size: 20px;
    }
}
/* _content/WebViewHr/Components/Control/PsAlertHBD.razor.rz.scp.css */

.cake-container[b-fvne101xbu] {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 4px auto;
}

.cake-img[b-fvne101xbu] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.candle[b-fvne101xbu] {
    position: absolute;
    width: 15px;
    height: 50px;
    background: repeating-linear-gradient( -45deg, #ffd700, #ffd700 4px, #ffeb3b 4px, #ffeb3b 8px );
    border-radius: 5px;
    box-shadow: -2px 0 4px rgba(0,0,0,0.1), 2px 0 4px rgba(0,0,0,0.1);
}

    .candle[b-fvne101xbu]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 8px;
        background: #d4d4d4;
        border-radius: 2px;
        box-shadow: 0 0 2px rgba(0,0,0,0.3);
    }

    .candle[b-fvne101xbu]::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 4px;
        background: linear-gradient(to right, #ffd700, #ffeb3b, #ffd700);
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

.flame-container[b-fvne101xbu] {
    position: absolute;
    width: 30px;
    height: 60px;
    top: -55px;
    left: -7.5px;
    transition: transform 0.3s ease;
    transform-origin: bottom center;
}

.flame[b-fvne101xbu] {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

    .flame[b-fvne101xbu]::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 50% 80%, transparent 5%, #ff4500 10%, #ff8c00 50%, transparent 80%);
        border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
        animation: flame-b-fvne101xbu 0.5s infinite alternate;
        filter: blur(2px);
        transition: transform 0.3s ease;
    }

    .flame[b-fvne101xbu]::after {
        content: '';
        position: absolute;
        width: 80%;
        height: 80%;
        left: 10%;
        background: radial-gradient(circle at 50% 60%, #fff 5%, #ffff00 25%, transparent 70%);
        border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
        animation: innerFlame-b-fvne101xbu 0.5s infinite alternate;
        transition: transform 0.3s ease;
    }

.flame-container:hover[b-fvne101xbu] {
    transform: rotate(-15deg);
}

.glow[b-fvne101xbu] {
    position: absolute;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle at 50% 50%, rgba(255, 69, 0, 0.3), transparent 70%);
    top: -55px;
    left: -22.5px;
    animation: glow-b-fvne101xbu 1s infinite alternate;
    transition: transform 0.3s ease;
}

.flame-container:hover .glow[b-fvne101xbu] {
    transform: translateX(5px);
}

@keyframes flame-b-fvne101xbu {
    0% {
        transform: scale(1) rotate(-2deg);
    }

    100% {
        transform: scale(1.1) rotate(2deg);
    }
}

@keyframes innerFlame-b-fvne101xbu {
    0% {
        transform: scale(1.1) translateY(-10%) rotate(-1deg);
    }

    100% {
        transform: scale(0.9) translateY(-15%) rotate(1deg);
    }
}

@keyframes glow-b-fvne101xbu {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }

    100% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

.extinguished[b-fvne101xbu] {
    display: none;
}

/* _content/WebViewHr/Components/Control/PsCalendar.razor.rz.scp.css */

.calendar-container[b-0riwoknr0r] {
    width: 100%;
/*    max-width: 800px;*/
    margin: 0 auto;
}

.psc-calendar[b-0riwoknr0r] {
    width: 100%;
    border: 1px solid #007bff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 24px;
}

.psc-year[b-0riwoknr0r] {
    background-color: #007bff;
    color: #ffffff;
}

.psc-month[b-0riwoknr0r] {
    background-color: #007bff;
    color: #ffffff;
}
.psc-labels[b-0riwoknr0r] {
    background-color: #007bff;
    color: #ffffff;
}

.psc-day-empty[b-0riwoknr0r] {
    background-color: #DDDDDD;
    color: #000000;
}

.psc-day:hover[b-0riwoknr0r] {
    border:2px solid #007bff;
}
.psc-day[b-0riwoknr0r] {
    background-color: #ffffff;
    color: #000000;
}

.psc-day-today[b-0riwoknr0r] {
    background-color: #007bff;
    color: #ffffff;
    font-weight: bold;
}


.psc-day[b-0riwoknr0r],
.psc-day-empty[b-0riwoknr0r], .psc-day-today[b-0riwoknr0r] {
    flex: 1 0 calc(100% / 7);
    height: 80px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;

}

.btn-today[b-0riwoknr0r] {
    background-color: #007bff;
    color: #ffffff;
}



@media (max-width: 768px) {

    .psc-day[b-0riwoknr0r] {
        height: 60px;
    }
    .psc-day[b-0riwoknr0r], .psc-day-empty[b-0riwoknr0r], .psc-day-today[b-0riwoknr0r] {
        height: 60px;
    }
    .psc-calendar[b-0riwoknr0r] {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .psc-day[b-0riwoknr0r] {
        height: 50px;
    }
    .psc-day[b-0riwoknr0r], .psc-day-empty[b-0riwoknr0r], .psc-day-today[b-0riwoknr0r] {
        height: 60px;
    }
}
/* _content/WebViewHr/Components/Control/PsCard.razor.rz.scp.css */
    .ps-card-shadow[b-oqcfghgaz0] {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 10px;
        background-color: #fff;
        border-radius: 5px;
    }
/* _content/WebViewHr/Components/Control/PsEmployee.razor.rz.scp.css */
.boxEmp[b-cf7xvrzvl4]
{
    border:1px solid #d4d4d4;
}
.boxEmp > img[b-cf7xvrzvl4] {
    width:100px;
}
.font-contentEmp[b-cf7xvrzvl4]{
    font-size:27px;
}
.font-dep-Name[b-cf7xvrzvl4] {
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .font-contentEmp[b-cf7xvrzvl4] {
        font-size: 20px;
    }
    .font-dep-Name[b-cf7xvrzvl4]  {
        font-size: 15px;
    }
}
/* _content/WebViewHr/Components/Control/PsFloatingAction.razor.rz.scp.css */
.ps-fab[b-jmjq64reud] {
    position: fixed;
    bottom: 50px;
    right: 16px;
    width: 56px;
    height: 56px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 1002;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    opacity: 0.5;
}
    .ps-fab.show[b-jmjq64reud] {
        opacity: 1;
    }
    .ps-fab:hover[b-jmjq64reud] {
        background-color: #0056b3;
        opacity: 1;
    }

.backdrop[b-jmjq64reud] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.fab-menu[b-jmjq64reud] {
    position: fixed;
    bottom: 110px;
    right: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1001;
}

.fab-menu-item[b-jmjq64reud] {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.fab-menu-item.show[b-jmjq64reud] {
    opacity: 1;
    transform: translateY(0);
}
/* _content/WebViewHr/Components/Control/PsImage.razor.rz.scp.css */
/* _content/WebViewHr/Components/Control/PsLayoutMobile.razor.rz.scp.css */
.mobile-wrapper[b-uvnjfga5xv] {
    width: 100%;
    max-width: 430px;
    height: 100%;
    background: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.title-bar[b-uvnjfga5xv] {
    width: 100%;
    height: 51px;
    background-color: #007BFF;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    flex-shrink: 0;
}

    .title-bar span[b-uvnjfga5xv] {
  
        font-size: 1.5rem;
        
    }

.menu-button[b-uvnjfga5xv] {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    padding: 5px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content[b-uvnjfga5xv] {
    flex-grow: 1;
    padding: 15px;
    text-align: center;
    overflow-y: auto;
}

h2[b-uvnjfga5xv] {
    font-size: 1.5rem;
    margin: 10px 0;
}





    .footer-button span[b-uvnjfga5xv] {
        font-size: 0.8rem;
    }

/*@media screen and (orientation: landscape) {
    .mobile-wrapper {
        box-shadow: none;
        max-width: 100%;
    }
}*/

@media (max-width: 430px) {
    .mobile-wrapper[b-uvnjfga5xv] {
        box-shadow: none;
    }
}



/* _content/WebViewHr/Components/Control/PsNumpad.razor.rz.scp.css */
.Numpadinput[readonly][b-w98epurveu] {
    background-color: white;
    font-size: 50px;
}

.numpaded[b-w98epurveu] {
    background-color: #ffff;
    padding: 5px;
    border: 1px solid #E1E1E1;
    width: 200px;
    height: 120px;
    text-align: center;
    font-size: 50px;
    align-content: center;
}
.numpaded-last[b-w98epurveu] {
    font-size: 44px;
    text-align: center;
    align-content:center;
}
@media only screen and (max-width: 768px) {
    .numpaded[b-w98epurveu] {
        background-color: #ffff;
        padding: 5px;
        border: 1px solid #E1E1E1;
        width: 150px;
        height: 120px;
        text-align: center;
        font-size: 40px;
        align-content: center;
    }
    .Numpadinput[readonly][b-w98epurveu] {
        background-color: white;
        font-size: 40px;
    }

}
/* _content/WebViewHr/Components/Control/PsOverlay.razor.rz.scp.css */
.sys-overlay[b-348vo2e7qa] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}

.sys-overlay-content[b-348vo2e7qa] {

    border-radius: 8px;
    text-align: center;
}
/* _content/WebViewHr/Components/Control/PsShowDetailEmp.razor.rz.scp.css */

.psBox1[b-y08gk4lbzk] {
    width: 30%;
}
.pxBox2[b-y08gk4lbzk] {
    width: 30%;
}
.psDetailcard[b-y08gk4lbzk] {
    margin-top: 5px;
    padding: 0px 15px 15px 15px;
    background-color: #fff;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    user-select: none;
}

.psDetailStyleCover[b-y08gk4lbzk] {
    position: relative;
    background-color: #0071FF;
    background-size: cover;
    height: 100px;
    border-radius: 5px 5px 50px 0;
}
.pgb-process[b-y08gk4lbzk] {
    background-color: #ff1890 !important;
}
.profile[b-y08gk4lbzk] {
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: -60px;
    left: 15px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
}

.profile-[b-y08gk4lbzk] {
    font-size: 20px;
}


/* _content/WebViewHr/Components/Control/PsTimes.razor.rz.scp.css */
.boxdata[b-z0yg45qib4]
{
    width:200px;
    border:1px solid;
    padding:10px;
    font-size:50px;
    border-radius:10px;
    text-align:center;

}

@media (max-width: 768px) {
    .boxdata[b-z0yg45qib4] {
        width: 90px;
        font-size: 20px;
    }
}
/* _content/WebViewHr/Components/Control/Radio/PsGroupRadio.razor.rz.scp.css */
.radio-inputs[b-01ul1u07i5] {
    display: flex;
    justify-content: center;
    align-items: center;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* _content/WebViewHr/Components/Control/Radio/PsRadio.razor.rz.scp.css */
.radio-input-ps:checked + .radio-tile-ps[b-rxjvvzvj17] {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    /*  color: #2260ff;*/
}

    .radio-input-ps:checked + .radio-tile-ps[b-rxjvvzvj17]:before {
        transform: scale(1);
        opacity: 1;
        background-color: #2260ff;
        border-color: #2260ff;
    }

    .radio-input-ps:checked + .radio-tile-ps .radio-icon-ps svg[b-rxjvvzvj17] {
        fill: #2260ff;
    }

    .radio-input-ps:checked + .radio-tile-ps .radio-label-ps[b-rxjvvzvj17] {
        /* color: #2260ff;*/
    }

.radio-input-ps:focus + .radio-tile-ps[b-rxjvvzvj17] {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

    .radio-input-ps:focus + .radio-tile-ps[b-rxjvvzvj17]:before {
        transform: scale(1);
        opacity: 1;
    }

.radio-tile-ps[b-rxjvvzvj17] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*    min-height: 80px;*/
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

    .radio-tile-ps[b-rxjvvzvj17]:before {
        content: "";
        position: absolute;
        display: block;
        width: 0.75rem;
        height: 0.75rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 1;
        transform: scale(1);
        transition: 0.25s ease;
    }

    .radio-tile-ps:hover[b-rxjvvzvj17] {
        border-color: #2260ff;
    }

        .radio-tile-ps:hover[b-rxjvvzvj17]:before {
            transform: scale(1);
            opacity: 1;
        }

.radio-icon-ps svg[b-rxjvvzvj17] {
    width: 2rem;
    height: 2rem;
    fill: #494949;
}
.radio-icon-ps[b-rxjvvzvj17]  {
    font-size:20px;
}

.radio-label-ps[b-rxjvvzvj17] {
    color: #000000;
    transition: 0.375s ease;
    text-align: center;
    font-size: 16px;

}

.radio-input-ps[b-rxjvvzvj17] {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
/* _content/WebViewHr/Components/Control/Radio/PsRadioTitle.razor.rz.scp.css */
/* From Uiverse.io by Yaya12085 */
.radio-inputs[b-7fr865w8j3] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-inputs > *[b-7fr865w8j3] {
        margin: 6px;
    }

.radio-input:checked + .radio-tile[b-7fr865w8j3] {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #2260ff;
}

    .radio-input:checked + .radio-tile[b-7fr865w8j3]:before {
        transform: scale(1);
        opacity: 1;
        background-color: #2260ff;
        border-color: #2260ff;
    }

    .radio-input:checked + .radio-tile .radio-icon svg[b-7fr865w8j3] {
        fill: #2260ff;
    }

    .radio-input:checked + .radio-tile .radio-label[b-7fr865w8j3] {
        color: #2260ff;
    }

.radio-input:focus + .radio-tile[b-7fr865w8j3] {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

    .radio-input:focus + .radio-tile[b-7fr865w8j3]:before {
        transform: scale(1);
        opacity: 1;
    }

.radio-tile[b-7fr865w8j3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
padding:5px;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

    .radio-tile[b-7fr865w8j3]:before {
        content: "";
        position: absolute;
        display: block;
        width: 0.75rem;
        height: 0.75rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
    }

    .radio-tile:hover[b-7fr865w8j3] {
        border-color: #2260ff;
    }

        .radio-tile:hover[b-7fr865w8j3]:before {
            transform: scale(1);
            opacity: 1;
        }

.radio-icon svg[b-7fr865w8j3] {
    width: 2rem;
    height: 2rem;
    fill: #494949;
}

.radio-label[b-7fr865w8j3] {
    color: black;
    transition: 0.375s ease;
    text-align: center;
    font-size: 16px;
}

.radio-input[b-7fr865w8j3] {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
/* _content/WebViewHr/Components/Layout/MainLayout.razor.rz.scp.css */

.page[b-ijrvjo0qno] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ijrvjo0qno] {
    flex: 1;
}

.sidebar[b-ijrvjo0qno] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ijrvjo0qno] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ijrvjo0qno]  a, .top-row[b-ijrvjo0qno]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ijrvjo0qno]  a:hover, .top-row[b-ijrvjo0qno]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ijrvjo0qno]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ijrvjo0qno] {
        justify-content: space-between;
    }

    .top-row[b-ijrvjo0qno]  a, .top-row[b-ijrvjo0qno]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ijrvjo0qno] {
        flex-direction: row;
    }

    .sidebar[b-ijrvjo0qno] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ijrvjo0qno] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ijrvjo0qno]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ijrvjo0qno], article[b-ijrvjo0qno] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ijrvjo0qno] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ijrvjo0qno] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebViewHr/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vj429epjqx] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-vj429epjqx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-vj429epjqx] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vj429epjqx] {
    font-size: 1.1rem;
}

.bi[b-vj429epjqx] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-vj429epjqx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-vj429epjqx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-vj429epjqx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-vj429epjqx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vj429epjqx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vj429epjqx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vj429epjqx]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-vj429epjqx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-vj429epjqx]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-vj429epjqx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-vj429epjqx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vj429epjqx] {
        display: none;
    }

    .nav-scrollable[b-vj429epjqx] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/WebViewHr/Components/PageMobile/Home.razor.rz.scp.css */
.BoxLeavea[b-5e2gor6v10] {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    background-color: #fff;
    border-left: 4px solid #0071FF;
    cursor: pointer;
    font-size: 20px;
   
}
.bottom-nav[b-5e2gor6v10] {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #007BFF;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav-item[b-5e2gor6v10] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 12px;
}

    .nav-item i[b-5e2gor6v10] {
        font-size: 24px;
        margin-bottom: 4px;
    }
    .nav-item span[b-5e2gor6v10] {
        font-size: 14px;
        margin-bottom: 0px;
    }

.add-button[b-5e2gor6v10] {
    background: #007BFF;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 8px solid #ffff;
    margin-bottom: 30px;
    cursor:pointer;
}

    .add-button i[b-5e2gor6v10] {
        color: #ffff;
        font-size: 24px;
    }

.bottom-nav .nav-collapse[b-5e2gor6v10] {
    background: #132d46;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: -1;
    transform: translateY(100%);
    transition: 0.2s ease-in;
    position: absolute;
    bottom: 140px;
}

.bottom-nav.active .add-button[b-5e2gor6v10] {
    transform: rotate(-45deg);
}
.bottom-nav.active .add-button i[b-5e2gor6v10] {
    transform: scale(0.9);
}

.bottom-nav.active .add-button[b-5e2gor6v10] {
    z-index: 10000;
}
.bottom-nav.active .nav-collapse[b-5e2gor6v10] {
    width: 20rem;
    z-index: 10000;
}
.nav-collapse .nav-item[b-5e2gor6v10] {
    opacity: 0;
    cursor: pointer;
    transition: 0.2s ease-in;
    padding:5px;
}

.bottom-nav.active .nav-collapse .nav-item[b-5e2gor6v10] {
    opacity: 1;
}


/* _content/WebViewHr/Components/PageMobile/inout.razor.rz.scp.css */
.app-container[b-r4dalg4mgz] {
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    min-height: auto;
}

.psheader[b-r4dalg4mgz] {
    background: white;
    padding: 20px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.header-title[b-r4dalg4mgz] {
    font-size: 24px;
    font-weight: 700;
    color: var(--gray-800);
}

.stats-scroll[b-r4dalg4mgz] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin: 0 -20px;
    padding: 0 20px;
}


.stat-card[b-r4dalg4mgz] {

    background: var(--gray-50);
    border-radius: 16px;
    border: 1px solid var(--gray-200);
}

.stat-value[b-r4dalg4mgz] {

    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 4px;
}

.stat-label[b-r4dalg4mgz] {
    font-size: 13px;
    color: var(--gray-600);
}

.pscontent[b-r4dalg4mgz] {
  
    padding: 20px;
}

.date-header[b-r4dalg4mgz] {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-600);
    margin: 25px 0 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.attendance-card[b-r4dalg4mgz] {
    background: white;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid var(--gray-200);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

.attendance-card:active[b-r4dalg4mgz] {
    transform: scale(0.98);
}

.status-bar[b-r4dalg4mgz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
    .status-bar span[b-r4dalg4mgz]{
        font-size:16px;
    }

    .time-display[b-r4dalg4mgz] {
        display: flex;
        justify-content: space-between;
        background: var(--gray-50);
        padding: 15px;
        border-radius: 12px;
        margin-bottom: 15px;
    }

.time-block[b-r4dalg4mgz] {
    text-align: center;
    position: relative;
    flex: 1;
}

.time-label[b-r4dalg4mgz] {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight:bold;
}

.time-value[b-r4dalg4mgz] {
    font-size: 18px;
    color: var(--gray-800);
}



.detail-item[b-r4dalg4mgz] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--gray-600);
    padding: 8px 12px;
    background: var(--gray-50);
    border-radius: 8px;
}

.detail-icon[b-r4dalg4mgz] {
    font-size: 16px;
}

.day-divider[b-r4dalg4mgz] {
    height: 1px;
    background: var(--gray-200);
    margin: 30px 0;
}

/* Custom scrollbar */
.stats-scroll[b-r4dalg4mgz]::-webkit-scrollbar {
    height: 4px;
}

.stats-scroll[b-r4dalg4mgz]::-webkit-scrollbar-track {
    background: var(--gray-100);
    border-radius: 4px;
}

.stats-scroll[b-r4dalg4mgz]::-webkit-scrollbar-thumb {
    background: var(--gray-300);
    border-radius: 4px;
}

/* Responsive adjustments */
@media (min-width: 768px) {

    .header[b-r4dalg4mgz] {
        border-radius: 20px 20px 0 0;
    }

    .stats-container[b-r4dalg4mgz] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .stat-card[b-r4dalg4mgz] {
        min-width: auto;
    }
}
/* _content/WebViewHr/Components/Pages/Approve/BoxLeave.razor.rz.scp.css */
.hrm-content[b-qc653z4axl]{
    font-size:18px;
}
.hr-card[b-qc653z4axl] {
    border-radius: 20px;
    background: #FFF;
    padding: 5px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-height:150px;
}

/*    .hr-card:hover {
        transform: scale(1.05);
    }*/

    .hr-card .top-section[b-qc653z4axl] {
        min-height: 150px;
        border-radius: 15px;
        background-color: #EFEFEF;
        position: relative;
    }

        .hr-card .top-section .border[b-qc653z4axl] {
            border-bottom-right-radius: 10px;
            height: 30px;
            width: 180px;
            background: #FFF;
            position: relative;
            transform: skew(-40deg);
            box-shadow: -10px -10px 0 0 #FFF;
        }

            .hr-card .top-section .border[b-qc653z4axl]::before {
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                top: 0;
                right: -15px;
                background: rgba(255, 255, 255, 0);
                border-top-left-radius: 10px;
                box-shadow: -5px -5px 0 2px #FFF;
            }

        .hr-card .top-section[b-qc653z4axl]::before {
            content: "";
            position: absolute;
            top: 30px;
            left: 0;
            background: rgba(255, 255, 255, 0);
            height: 15px;
            width: 15px;
            border-top-left-radius: 15px;
            box-shadow: -5px -5px 0 2px #FFF;
        }

        .hr-card .top-section .icons[b-qc653z4axl] {
            position: absolute;
            top: 0;
            width: 100%;
            height: 30px;
            display: flex;
            justify-content: space-between;
        }

            .hr-card .top-section .icons .logo[b-qc653z4axl] {
                height: 100%;
                padding: 1px 0 7px 15px;
            }

                .hr-card .top-section .icons .logo .top-section[b-qc653z4axl] {
                    height: 100%;
                }
/* _content/WebViewHr/Components/Pages/Approve/Setup/SetupClient.razor.rz.scp.css */

.tree[b-bte5hoqm93] {
    --spacing: 1.5rem;
    --radius: 10px;
    font-size: 14px;
    border: 1px solid #BABABA;
    margin:0px;
    padding:0px;
}

.tree li[b-bte5hoqm93] {
    display: block;
    position: relative;
    padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
    padding-bottom:2px;
}

.tree ul[b-bte5hoqm93] {
    margin-left: calc(var(--radius) - var(--spacing));
    padding-left: 0;
}

    .tree ul li[b-bte5hoqm93] {
        border-left: 2px solid #ddd;
    }

        .tree ul li:last-child[b-bte5hoqm93] {
            border-color: transparent;
        }

        .tree ul li[b-bte5hoqm93]::before {
            content: '';
            display: block;
            position: absolute;
            top:-30px;
            left: -2px;
            width: calc(var(--spacing) + 2px);
            height: calc(var(--spacing) + 18px);
            border: solid #ddd;
            border-width: 0 0 2px 2px;
        }

.tree summary[b-bte5hoqm93] {
    display: block;
    cursor: pointer;
}

    .tree li[b-bte5hoqm93]::after,
    .tree summary[b-bte5hoqm93]::before {
        content: '';
        color: white;
        font-size: 20px;
        display: block;
        position: absolute;
        top: calc(var(--spacing) / 2 - var(--radius));
        left: calc(var(--spacing) - var(--radius) - 1px);
        width: calc(2 * var(--radius));
        height: calc(2 * var(--radius));
        border-radius: 50%;
        background: #ddd;

    }

    .tree summary[b-bte5hoqm93]::before {
        z-index: 1;
        background: #696 url('img/minus&plus.svg') 0 0;
    }



.tree details[open] > summary[b-bte5hoqm93]::before {
    background-position: calc(-2 * var(--radius)) 0;
}

.liner[b-bte5hoqm93] {
    width: 2px;
    height: 20px;
    background-color: #ddd;
    margin-left: 5%;
}

.box-border[b-bte5hoqm93] {
    border: 2px solid #000;
}
/* _content/WebViewHr/Components/Pages/Approve/Setup/ViewJob.razor.rz.scp.css */

.tree-job[b-95gd7328kw] {
    --spacing: 1.5rem;
    --radius: 10px;
    font-size: 14px;
    border: 1px solid #BABABA;
    margin: 0px;
    padding: 0px;
}

    .tree-job li[b-95gd7328kw] {
        display: block;
        position: relative;
        padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
        padding-bottom: 2px;
    }

    .tree-job ul[b-95gd7328kw] {
        margin-left: calc(var(--radius) - var(--spacing));
        padding-left: 0;
    }

        .tree-job ul li[b-95gd7328kw] {
            border-left: 2px solid #ddd;
        }

            .tree-job ul li:last-child[b-95gd7328kw] {
                border-color: transparent;
            }

            .tree-job ul li[b-95gd7328kw]::before {
                content: '';
                display: block;
                position: absolute;
                top: -30px;
                left: -2px;
                width: calc(var(--spacing) + 2px);
                height: calc(var(--spacing) + 18px);
                border: solid #ddd;
                border-width: 0 0 2px 2px;
            }

    .tree-job summary[b-95gd7328kw] {
        display: block;
        cursor: pointer;
    }

        .tree-job li[b-95gd7328kw]::after,
        .tree-job summary[b-95gd7328kw]::before {
            content: '';
            color: white;
            font-size: 20px;
            display: block;
            position: absolute;
            top: calc(var(--spacing) / 2 - var(--radius));
            left: calc(var(--spacing) - var(--radius) - 1px);
            width: calc(2 * var(--radius));
            height: calc(2 * var(--radius));
            border-radius: 50%;
            background: #ddd;
        }

        .tree-job summary[b-95gd7328kw]::before {
            z-index: 1;
            background: #696 url('img/minus&plus.svg') 0 0;
        }



    .tree-job details[open] > summary[b-95gd7328kw]::before {
        background-position: calc(-2 * var(--radius)) 0;
    }

.liner-job[b-95gd7328kw] {
    width: 2px;
    height: 20px;
    background-color: #ddd;
    margin-left: 5%;
}

.box-border-job[b-95gd7328kw] {
    border: 2px solid #000;
}
/* _content/WebViewHr/Components/Pages/Authen/Authen.razor.rz.scp.css */
.box-emp[b-3i6ikj2ogm] {

    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
/* _content/WebViewHr/Components/Pages/ChangeHoliday.razor.rz.scp.css */
/*.BoxLeave {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    margin: 20px;
    font-size: 40px;
}

@media only screen and (max-width: 768px) {

    .BoxLeave {
        font-size: 20px;
    }

}
*/
/* _content/WebViewHr/Components/Pages/History.razor.rz.scp.css */


.boxhis-success[b-6l7ns1nftp] {
    border-radius: 10px;
    border: 1px #22c55e solid;
    background-color: #22c55e;
}

.boxhis-cancel[b-6l7ns1nftp] {
    border-radius: 10px;
    border: 1px #f43f5e solid;
    background-color: #f43f5e;
}

.boxhis-wait[b-6l7ns1nftp] {
    border-radius: 10px;
    border: 1px #3B22C5 solid;
    background-color: #3B22C5;
}

/* _content/WebViewHr/Components/Pages/Historys/2/Box/Replace/HrHisReplace.razor.rz.scp.css */

.status-card[b-lacd8j97th] {
    background: #f8f9fa;
    border-radius: 16px;
    border: none;
}

.status-badge[b-lacd8j97th] {
    background: #e7f3ff;
    color: #0d6efd;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.time-badge[b-lacd8j97th] {
    background: #fff3cd;
    color: #997404;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
}

.profile-img[b-lacd8j97th] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.info-label[b-lacd8j97th] {
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 4px;
}

.info-value[b-lacd8j97th] {
    color: #212529;
    font-size: 14px;
    font-weight: 500;
}

.timestamp[b-lacd8j97th] {
    font-size: 12px;
    color: #6c757d;
}

.btn-edit[b-lacd8j97th] {
    background: #ffc107;
    color: #000;
    border: none;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 14px;
}

.btn-delete[b-lacd8j97th] {
    background: #dc3545;
    color: #fff;
    border: none;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 14px;
}

.divider[b-lacd8j97th] {
    border-left: 2px solid #dee2e6;
    height: 40px;
    margin: 0 15px;
}

@media (max-width: 768px) {
    .mobile-stack[b-lacd8j97th] {
        flex-direction: column;
        gap: 1rem;
    }

    .divider[b-lacd8j97th] {
        display: none;
    }

    .profile-img[b-lacd8j97th] {
        width: 60px;
        height: 60px;
    }
}
/* _content/WebViewHr/Components/Pages/Historys/2/History2.razor.rz.scp.css */


.boxhis-success[b-nqo8yc3jw7] {
    border-radius: 10px;
    border: 1px #22c55e solid;
    background-color: #22c55e;
}

.boxhis-cancel[b-nqo8yc3jw7] {
    border-radius: 10px;
    border: 1px #f43f5e solid;
    background-color: #f43f5e;
}

.boxhis-wait[b-nqo8yc3jw7] {
    border-radius: 10px;
    border: 1px #3B22C5 solid;
    background-color: #3B22C5;
}

/* _content/WebViewHr/Components/Pages/Home.razor.rz.scp.css */

.Homemain-content[b-amxopnt3ao] {
    margin-left: 34%;
    width:66%;
}

@media (max-width: 767.98px) {
    .Homemain-content[b-amxopnt3ao] {
        margin-left: 0;
        width: 100%;
    }
}
.BoxLeavea[b-amxopnt3ao] {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    background-color: #fff;
    border-left: 4px solid #0071FF;
    height: 132px;
    cursor: pointer;
    font-size:20px;
}
.TextTitle[b-amxopnt3ao] {
    font-size: 20px;
    font-weight: bold;
}

.TextCentent[b-amxopnt3ao] {
    EAEAEA font-size: 16px;
}
.box-emp[b-amxopnt3ao] {
    height: 83vh;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}



.psDetailcard[b-amxopnt3ao] {
    margin-top: 5px;
    padding: 15px;
    width: 400px;
    background-color: #fff;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    user-select: none;
}

.psDetailStyleCover[b-amxopnt3ao] {
    position: relative;
    background-color: #0071FF;
    background-size: cover;
    height: 100px;
    border-radius: 5px 5px 50px 0;
}


.profile-[b-amxopnt3ao] {
    font-size: 20px;
}



/**/

@media only screen and (max-width: 768px) {
    .BoxLeavea[b-amxopnt3ao] {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 1366px) {
    .box-emp[b-amxopnt3ao] {
        height: 79vh;
    }

  
}

/*@media only screen and (min-width: 1920px) {
    .BoxLeavea {
        width: 100%;
        margin-top: 15px;
        height: auto;
        background-color: red;
    }
}
*/
/* _content/WebViewHr/Components/Pages/Leave.razor.rz.scp.css */

    /*.BoxLeave {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    margin: 20px;
    font-size: 40px;
}
.BoxLeave input, .BoxLeave i, .BoxLeave button {
    font-size: 40px;
}

.txt_Date_start[readonly] {
    background-color: white;
}
.TitleValue{
    font-size:40px;
}
.BoxLeave input{
    border-left:10px solid#ff0000;
}
.groupcheck{
    margin-top:10px;
    font-size:40px;
}
.groupcheck_cb {
    transform: scale(4);
    margin: 10px;
    accent-color: #0071FF;
}
.groupcheck-boxcheck{
    gap:20px;
    margin-right:20px;
}

@media only screen and (max-width: 768px) {
    .groupcheck-boxcheck {
        gap: 0px;
        margin-right: 0px;
    }
    .groupcheck {
        font-size: 17px;
    }
    .groupcheck_cb {
        transform: scale(2);
        margin: 7px 10px 5px 5px;
    }
    .BoxLeave {
        font-size: 20px;
    }
    .BoxLeave input, .BoxLeave i, .BoxLeave button {
        font-size: 20px;
    }
    .TitleValue {
        font-size: 20px;
    }
}
*/
/* _content/WebViewHr/Components/Pages/LeavePremises.razor.rz.scp.css */
/* _content/WebViewHr/Components/Pages/Spl.razor.rz.scp.css */
.box-left > .b-title[b-mkp9adw0qo] {
     border-radius: 5px 5px 0px 0px;
    background-color: white;
 
  
}
.box-left > .b-footer[b-mkp9adw0qo] {
    border-radius: 0px 0px 5px 5px;
    background-color: white;
}

.box-left[b-mkp9adw0qo] {
    background-color: rgba(255, 255,255, 0.8);
    position: relative;
    width: 800px;
    border-radius: 5px;
}
.box-left-content[b-mkp9adw0qo] {
  
    border-radius: 5px;
}

.box-right[b-mkp9adw0qo] {
    width:400px;
    background-color: #ffffff;
    position: relative;
}
.section[b-mkp9adw0qo] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-container[b-mkp9adw0qo] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.color-overlays[b-mkp9adw0qo] {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100vh;
    z-index:1;
    opacity: 0.5;
}

@keyframes blink-b-mkp9adw0qo {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking-text[b-mkp9adw0qo] {
    animation: blink-b-mkp9adw0qo 1.5s infinite;
    color: black; 
    font-size: 24px; 
    font-weight: bold; 
}
.floating-image[b-mkp9adw0qo] {
    position: absolute;
    transition: left 1s ease, top 1s ease;
    animation: blink-b-mkp9adw0qo 1.5s infinite;
}
