.masterData-modal {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}

.masterData-modal-content {
    background: #fff;
    margin: 8% auto;
    border-radius: 12px;
    border: 6px solid #e3e3e3;
    width: 30%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}



#primacAttendanceStaffWrapper {

}

#primacAttendanceStaffWrapper p,
.PAS-confirm p {
    font-size: clamp(12px, 1.5vw, 16px);
    margin: 0;
}

.PAS-background-notClockedIn {
    background-color: #B8BEC8;
}

.PAS-background-working {
    background-color: #00A63E;
}

.PAS-background-clockedOut {
    background-color: #FF0004;
}

.PAS-circle {
    border-radius: 50%;
    width: 16px;
    height: 16px;
}



.PAS-header {
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 1vw, 1rem);
    padding: 20px 0;
}

.PAS-header-date {
    font-size: clamp(12px, 1.5vw, 16px);
}

.PAS-main {
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid rgb(0, 0, 0, 0.1);
    padding: clamp(1rem, 2vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 1vw, 1rem);
}

.PAS-main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(0.5rem, 1vw, 1rem);
}

.PAS-main-top-left {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: clamp(0.5rem, 1vw, 1rem);
}

.PAS-main-top-left h1,
.PAS-history h1 {
    font-size: clamp(20px, 2.5vw, 24px);
}

.PAS-main-top p,
.PAS-history-card-row1 p {
    background-color: #F7F7FA;
    color: #4B4A65;
    border-radius: 8px;
    border: 1px solid rgb(0, 0, 0, 0.1);
    padding: 0.25rem 0.5rem;
}

.PAS-main button {
    width: 100%;
    padding: 0.5rem;
    background-color: #5581FA;
    color: #fff;
    font-size: clamp(12px, 1.5vw, 16px);
    border: 0;
    outline: 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0.5rem, 1vw, 1rem);
}

.PAS-main-rows div {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: clamp(0.5rem, 1vw, 1rem);
}



.PAS-history {
    padding: clamp(1rem, 2vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 1vw, 1rem);
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid rgb(0, 0, 0, 0.1);
    margin-top: 2rem;
}

.PAS-history-cards {
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 1vw, 1rem);
}

.PAS-history-card {
    background-color: rgb(228, 228, 237, 0.3);
    border-radius: 8px;
    padding: clamp(1rem, 2vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 1vw, 1rem);
}

.PAS-history-card-row1,
.PAS-history-card-row3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.PAS-history-card-row1 h1 {
    color: #4B4A65;
    font-size: clamp(20px, 2.5vw, 24px);
}

.PAS-history-card-row2 {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: clamp(0.5rem, 1vw, 1rem);
}

.PAS-history-card-row3 p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(0.5rem, 1vw, 1rem);
}



.PAS-confirm {
    padding: clamp(1rem, 2vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 1vw, 1rem);
}

.PAS-confirm h1 {
    font-size: clamp(20px, 2.5vw, 24px);
}

.PAS-confirm p {
    color: #717182;
}

.PAS-confirm-area {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: clamp(0.5rem, 1vw, 1rem);
}

.PAS-confirm-time {
    padding: clamp(1rem, 2vw, 2rem);
    background-color: rgb(236, 236, 240, 0.5);
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: clamp(0.5rem, 1vw, 1rem);
}

.PAS-confirm-time h2 {
    font-size: clamp(12px, 1.5vw, 16px);
    color: #717182;
    align-self: start;
}

.PAS-confirm-time p {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #CACACA;
    color: #717182;
    padding: 0.5rem 2rem;
    display: inline-block;
    text-align: center;
}

.PAS-confirm-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(0.5rem, 1vw, 1rem);
    flex-wrap: wrap;
}

.PAS-confirm-buttons button {
    flex: 64px 1 1;
    padding: 0.5rem 2rem;
    background-color: #5581FA;
    color: #fff;
    font-size: clamp(12px, 1.5vw, 16px);
    border: 0;
    outline: 0;
    border-radius: 8px;
}

.PAS-confirm-buttons .PAS-button-outline {
    border: 1px solid #5581FA;
    background-color: #fff;
    color: #5581FA;
}

.PAS-button-disabled {
    background-color: #C0C0C0 !important;
}