/* _content/HrPortal/Pages/CertificationPage.razor.rz.scp.css */
.header[b-mq1642ye94] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}

.container[b-mq1642ye94] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
}

.no-course[b-mq1642ye94] {
    margin: 1rem;
}
/* _content/HrPortal/Pages/Components/BonusListComponent.razor.rz.scp.css */
/* _content/HrPortal/Pages/Components/CertificationCard.razor.rz.scp.css */
.card[b-obprz6qe41] {
    position: relative;
    display: block;
    width: 370px;
    height: 270px;
    border-radius: 40px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}

.card__image[b-obprz6qe41] {
    width: 100%;
    height: 268px;
}

.card__overlay[b-obprz6qe41] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 40px;
    background-color: white;
    transform: translateY(100%);
    transition: .2s ease-in-out;
}

.card:hover .card__overlay[b-obprz6qe41] {
    transform: translateY(0);
}

.card__header[b-obprz6qe41] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 1em;
    border-radius: 40px 0 0 0;
    background-color: white;
    transform: translateY(-100%);
    transition: .2s ease-in-out;
}

.card__arc[b-obprz6qe41] {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1;
}

    .card__arc path[b-obprz6qe41] {
        fill: white;
        d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
    }

.card:hover .card__header[b-obprz6qe41] {
    transform: translateY(0);
}

.card_name[b-obprz6qe41] {
    font-size: 1.1rem;
    margin: 0 0 .3em;
    color: #34495e;
}


.card_certificat[b-obprz6qe41] {
    font-size: 0.9rem;
    color: #34495e;
}

.card_date[b-obprz6qe41] {
    padding: 0 2em 2em;
    margin: 0;
    color: #D7BDCA;
    font-family: "MockFlowFont";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.action[b-obprz6qe41]{
    display: flex;
    justify-content: space-around;
}
/* _content/HrPortal/Pages/Components/CourseCard.razor.rz.scp.css */
*[b-hu4lp7bktk] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container[b-hu4lp7bktk] {
    width: 270px;
    height: 300px;
    border-radius: 1rem;
    position: relative;
    -webkit-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
    transform-style: preserve-3d;
    color: black;
    margin: 1rem;

   
}

.side[b-hu4lp7bktk] {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    border-radius: 20px;
    transition: 0.5s;
    border: 2px solid #34495e;
}

.content[b-hu4lp7bktk] {
    transform: translatez(70px) scale(0.8);
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    height:100%;
    width: 100%;
}

.content h1[b-hu4lp7bktk] {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 2px solid #c0392b;
}

.content p[b-hu4lp7bktk] {
   font-size: 1.5rem;
}


.front[b-hu4lp7bktk] {
    z-index: 2;
    background-color: white;
}

.back[b-hu4lp7bktk] {
    transform: rotateY(180deg);
    z-index: 0;
    background-color: white;
}

form[b-hu4lp7bktk] {
    text-align: left;
}

a[b-hu4lp7bktk]{
    font-size:1.2rem;
    font-weight: bold;
}
/* _content/HrPortal/Pages/Components/Dashboard.razor.rz.scp.css */
.dashboard[b-4z5u30vdv1] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 90vh;
    width: 100%;
}

.dashboard-item[b-4z5u30vdv1] {
    background: white;
    border-radius: 1rem;
}

.div1[b-4z5u30vdv1] {
    grid-area: 1 / 1 / 3 / 3;
}

.div2[b-4z5u30vdv1] {
    grid-area: 1 / 3 / 3 / 5;
}

.div3[b-4z5u30vdv1] {
    grid-area: 1 / 5 / 3 / 7;
}

.div4[b-4z5u30vdv1] {
    grid-area: 3 / 1 / 5 / 3;
}

.div5[b-4z5u30vdv1] {
    grid-area: 3 / 3 / 5 / 5;
}

.div6[b-4z5u30vdv1] {
    grid-area: 3 / 5 / 5 / 7;
}
/* _content/HrPortal/Pages/Components/DashboardBirthdays.razor.rz.scp.css */
.notification-container[b-n82lgu131k] {
    width: 82%;
    max-height: 85%;
    overflow-y: auto;
}

.notification-container[b-n82lgu131k]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: transparent;
    border-radius: 5px
}

.notification-container[b-n82lgu131k]::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    border-radius: 5px
}

.notification-container[b-n82lgu131k]::-webkit-scrollbar-thumb {
    background-color: #34495e;
    border: 1px solid black;
    border-radius: 1rem;
}

.notification-container a[b-n82lgu131k] {
    text-decoration: none;
    color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
}


.sec[b-n82lgu131k] {
    padding: 10px 10px;
    background-color: transparent;
    transition: 0.5s;
    border-bottom: 1px solid #34495e;
}

.profCont[b-n82lgu131k] {
    padding-left: 15px;
}

.notification-text[b-n82lgu131k] {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}

.txt[b-n82lgu131k] {
    vertical-align: top;
    font-size: 1.1rem;
    color: #34495e;
    font-weight: bold;
}

.sub[b-n82lgu131k] {
    font-size: 1rem;
    color: #34495e;
    font-weight: normal;
}

.new[b-n82lgu131k] {
    border-style: none none solid none;
}

.sec:hover[b-n82lgu131k] {
    background-color: #ecf0f1;
}

a[b-n82lgu131k] {
   
}

.no-notification[b-n82lgu131k] {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
}
/* _content/HrPortal/Pages/Components/DashboardHoliday.razor.rz.scp.css */
.container[b-xeu274uhi1]{
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:100%;
    width:100%;
}

.stats[b-xeu274uhi1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-weight: bold;
    color: white;
    gap: 0.3rem;
}

.stats .info[b-xeu274uhi1]{
    width:100%;
    border-radius:0.2rem;
    font-size:1rem;

    display: flex;
    flex-direction:row;
    justify-content:space-between;
    padding: 0.2rem;
}

p[b-xeu274uhi1]{
    margin:0;
}

.chart[b-xeu274uhi1] {
    height:60%;
    width:100%;
}
/* _content/HrPortal/Pages/Components/DashboardNotificationDocument.razor.rz.scp.css */
.notification-container[b-n9x6ww2z01] {
    width: 100%;
    max-height: 85%;
    overflow-y: auto;
}

    .notification-container[b-n9x6ww2z01]::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: transparent;
        border-radius: 5px
    }

    .notification-container[b-n9x6ww2z01]::-webkit-scrollbar {
        width: 5px;
        background-color: transparent;
        border-radius: 5px
    }

    .notification-container[b-n9x6ww2z01]::-webkit-scrollbar-thumb {
        background-color: #34495e;
        border: 1px solid black;
        border-radius: 1rem;
    }

    .notification-container a[b-n9x6ww2z01] {
        text-decoration: none;
        color: black;
        display: flex;
        flex-direction: row;
        align-items: center;
    }


.sec[b-n9x6ww2z01] {
    padding: 10px 10px;
    background-color: transparent;
    transition: 0.5s;
    border-bottom: 1px solid #34495e;
}

.profCont[b-n9x6ww2z01] {
    padding-left: 15px;
}

.notification-text[b-n9x6ww2z01] {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}

.txt[b-n9x6ww2z01] {
    vertical-align: top;
    font-size: 1.1rem;
    color: #34495e;
    font-weight: bold;
}

.sub[b-n9x6ww2z01] {
    font-size: 1rem;
    color: #34495e;
    font-weight: normal;
}

.new[b-n9x6ww2z01] {
    border-style: none none solid none;
}

.sec:hover[b-n9x6ww2z01] {
    background-color: #ecf0f1;
}

a[b-n9x6ww2z01] {
    cursor: pointer;
}

.no-notification[b-n9x6ww2z01] {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
}

.container[b-n9x6ww2z01] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
/* _content/HrPortal/Pages/Components/DashboardNotificationHoliday.razor.rz.scp.css */
.notification-container[b-de3qi82l20] {
    width: 100%;
    max-height: 85%;
    overflow-y: auto;
}

    .notification-container[b-de3qi82l20]::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: transparent;
        border-radius: 5px
    }

    .notification-container[b-de3qi82l20]::-webkit-scrollbar {
        width: 5px;
        background-color: transparent;
        border-radius: 5px
    }

    .notification-container[b-de3qi82l20]::-webkit-scrollbar-thumb {
        background-color: #34495e;
        border: 1px solid black;
        border-radius: 1rem;
    }

    .notification-container a[b-de3qi82l20] {
        text-decoration: none;
        color: black;
        display: flex;
        flex-direction: row;
        align-items: center;
    }


.sec[b-de3qi82l20] {
    padding: 10px 10px;
    background-color: transparent;
    transition: 0.5s;
    border-bottom: 1px solid #34495e;
}

.profCont[b-de3qi82l20] {
    padding-left: 15px;
}

.notification-text[b-de3qi82l20] {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}

.txt[b-de3qi82l20] {
    vertical-align: top;
    font-size: 1.1rem;
    color: #34495e;
    font-weight: bold;
}

.sub[b-de3qi82l20] {
    font-size: 1rem;
    color: #34495e;
    font-weight: normal;
}

.new[b-de3qi82l20] {
    border-style: none none solid none;
}

.sec:hover[b-de3qi82l20] {
    background-color: #ecf0f1;
}

a[b-de3qi82l20] {
    cursor: pointer;
}

.no-notification[b-de3qi82l20] {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
}

.container[b-de3qi82l20] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
/* _content/HrPortal/Pages/Components/DashboardNotificationMedical.razor.rz.scp.css */
.notification-container[b-otgp48keyx] {
    width: 100%;
    max-height: 85%;
    overflow-y: auto;
}

    .notification-container[b-otgp48keyx]::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: transparent;
        border-radius: 5px
    }

    .notification-container[b-otgp48keyx]::-webkit-scrollbar {
        width: 5px;
        background-color: transparent;
        border-radius: 5px
    }

    .notification-container[b-otgp48keyx]::-webkit-scrollbar-thumb {
        background-color: #34495e;
        border: 1px solid black;
        border-radius: 1rem;
    }

    .notification-container a[b-otgp48keyx] {
        text-decoration: none;
        color: black;
        display: flex;
        flex-direction: row;
        align-items: center;
    }


.sec[b-otgp48keyx] {
    padding: 10px 10px;
    background-color: transparent;
    transition: 0.5s;
    border-bottom: 1px solid #34495e;
}

.profCont[b-otgp48keyx] {
    padding-left: 15px;
}

.notification-text[b-otgp48keyx] {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}

.txt[b-otgp48keyx] {
    vertical-align: top;
    font-size: 1.1rem;
    color: #34495e;
    font-weight: bold;
}

.sub[b-otgp48keyx] {
    font-size: 1rem;
    color: #34495e;
    font-weight: normal;
}

.new[b-otgp48keyx] {
    border-style: none none solid none;
}

.sec:hover[b-otgp48keyx] {
    background-color: #ecf0f1;
}

a[b-otgp48keyx] {
    cursor: pointer;
}

.no-notification[b-otgp48keyx] {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
}

.container[b-otgp48keyx]{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    width:100%;
    height:100%;
}
/* _content/HrPortal/Pages/Components/Dialogs/AddCourseDialog.razor.rz.scp.css */
.container[b-1om7cfcxxy] {
   display:flex;
   flex-direction:row;

}

.side[b-1om7cfcxxy] {
    width: 270px;
    height: 310px;
    text-align: center;
    backface-visibility: hidden;
    border-radius: 1rem;
    border: 2px solid #34495e;
    margin:0.3rem;
}

.content[b-1om7cfcxxy] {
    transform: translatez(70px) scale(0.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

    .content h1[b-1om7cfcxxy] {
        font-size: 2rem;
        font-weight: bold;
        border-bottom: 2px solid #c0392b;
    }

    .content p[b-1om7cfcxxy] {
        font-size: 1.5rem;
    }


.front[b-1om7cfcxxy] {
    z-index: 2;
    background-color: white;
}

.back[b-1om7cfcxxy] {
    transform: rotateY(180deg);
    z-index: 0;
    background-color: white;
}

form[b-1om7cfcxxy] {
    text-align: left;
}

a[b-1om7cfcxxy] {
    font-size: 1.2rem;
    font-weight: bold;
}

.button-action[b-1om7cfcxxy] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.buttons[b-1om7cfcxxy]{
    width:100%;
}
/* _content/HrPortal/Pages/Components/Dialogs/AddDocumentsDialog.razor.rz.scp.css */
.mud-list-item-gutters-custom[b-egy5em575h] {
    padding-left: 0px;
    padding-right: 0px;
}
/* _content/HrPortal/Pages/Components/Dialogs/GoogleDriveSettingsDialog.razor.rz.scp.css */
.share-drive[b-9iu1a07hei] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.drive-config[b-9iu1a07hei]{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.second-buttons[b-9iu1a07hei]{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* _content/HrPortal/Pages/Components/Dialogs/LeaveRaportDialog.razor.rz.scp.css */
.date-pickers[b-e4238ochq2]{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
}

.action[b-e4238ochq2] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}

.text[b-e4238ochq2]{
    text-align: center;
    font-size: 1.2rem;
    margin: 0;
}
/* _content/HrPortal/Pages/Components/EmployeeEditForm.razor.rz.scp.css */
.image-container[b-wrubyndlvf] {
    overflow: hidden;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 1rem;
}

.image-fit[b-wrubyndlvf] {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Alege cea mai bună opțiune pentru tine: cover, contain, etc. */
}
/* _content/HrPortal/Pages/Components/ForbiddenComponent.razor.rz.scp.css */
/*@import url('https://fonts.googleapis.com/css?family=Lato');*/

.lock-screen[b-c60kqpbwzr] {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    min-height: 100vh; /* Ensure full viewport height */
    background-color: #f0f0f0; /* Optional: Set a background color */
}

.content[b-c60kqpbwzr] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.message[b-c60kqpbwzr] {
    text-align: center;
    /* Add styles for the message div */
}

$animationTime: 2s;

*[b-c60kqpbwzr] {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

body[b-c60kqpbwzr] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom right, #EEE, #AAA);
}

h1[b-c60kqpbwzr] {
    margin: 40px 0 20px;
}

.lock[b-c60kqpbwzr] {
    border-radius: 5px;
    width: 55px;
    height: 45px;
    background-color: #333;
    animation: dip-b-c60kqpbwzr 1s;
    animation-delay: ($animationTime - .5);
    &::before, &::after

{
    content: '';
    position: absolute;
    border-left: 5px solid #333;
    height: 20px;
    width: 15px;
    left: calc(50% - 12.5px);
}

&[b-c60kqpbwzr]::before {
    top: -30px;
    border: 5px solid #333;
    border-bottom-color: transparent;
    border-radius: 15px 15px 0 0;
    height: 30px;
    animation: lock-b-c60kqpbwzr $animationTime, spin-b-c60kqpbwzr $animationTime;
}

&[b-c60kqpbwzr]::after {
    top: -10px;
    border-right: 5px solid transparent;
    animation: spin-b-c60kqpbwzr $animationTime;
}

}

@keyframes lock-b-c60kqpbwzr {
    0% {
        top: -45px;
    }

    65% {
        top: -45px;
    }

    100% {
        top: -30px;
    }
}

@keyframes spin-b-c60kqpbwzr {
    0% {
        transform: scaleX(-1);
        left: calc(50% - 30px);
    }

    65% {
        transform: scaleX(1);
        left: calc(50% - 12.5px);
    }
}

@keyframes dip-b-c60kqpbwzr {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}
/* _content/HrPortal/Pages/Components/HolidayComponent.razor.rz.scp.css */
.custom-form[b-5hzllzmnev] {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.form-header[b-5hzllzmnev] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.form-label[b-5hzllzmnev] {
    font-weight: bold;
}

.form-input[b-5hzllzmnev] {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 8px;
    width: 100%;
}

.form-button[b-5hzllzmnev] {
    text-align: center;
    margin-top: 15px;
}

.disponibilitate[b-5hzllzmnev]{
    display: flex;
    align-items: center;
    justify-content:center;
    margin: 1rem;
}
/* _content/HrPortal/Pages/Components/Loader.razor.rz.scp.css */
.triangles[b-ugwfceiir6] {
    transform: translate(-50%, -50%);
    height: 81px;
    width: 90px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.tri[b-ugwfceiir6] {
    position: absolute;
    animation: pulse_51-b-ugwfceiir6 750ms ease-in infinite;
    border-top: 27px solid #215A6D;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0px;
}

    .tri.invert[b-ugwfceiir6] {
        border-top: 0px;
        border-bottom: 27px solid #215A6D;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }

    .tri:nth-child(1)[b-ugwfceiir6] {
        left: 30px;
    }

    .tri:nth-child(2)[b-ugwfceiir6] {
        left: 15px;
        top: 27px;
        animation-delay: -125ms;
    }

    .tri:nth-child(3)[b-ugwfceiir6] {
        left: 30px;
        top: 27px;
    }

    .tri:nth-child(4)[b-ugwfceiir6] {
        left: 45px;
        top: 27px;
        animation-delay: -625ms;
    }

    .tri:nth-child(5)[b-ugwfceiir6] {
        top: 54px;
        animation-delay: -250ms;
    }

    .tri:nth-child(6)[b-ugwfceiir6] {
        top: 54px;
        left: 15px;
        animation-delay: -250ms;
    }

    .tri:nth-child(7)[b-ugwfceiir6] {
        top: 54px;
        left: 30px;
        animation-delay: -375ms;
    }

    .tri:nth-child(8)[b-ugwfceiir6] {
        top: 54px;
        left: 45px;
        animation-delay: -500ms;
    }

    .tri:nth-child(9)[b-ugwfceiir6] {
        top: 54px;
        left: 60px;
        animation-delay: -500ms;
    }

@keyframes pulse_51-b-ugwfceiir6 {
    0% {
        opacity: 1;
    }

    16.666% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* _content/HrPortal/Pages/Components/Notification.Razor.rz.scp.css */
.cardCollection[b-l3wftxfrph] {
    width: 90%;
    height: fit-content;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.5s ease-in-out;
    margin-bottom: 0.6rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

    .cardCollection:hover[b-l3wftxfrph] {
        cursor: pointer;
        transform: scale(1.05);
    }

.cardCollection:hover > .cardCollectionimg[b-l3wftxfrph] {
    transition: 0.5s ease-in-out;
    background: linear-gradient(#9198e5, #712020);
}

.cardCollectiontextBox[b-l3wftxfrph] {
    margin-left: 10px;
    margin-right: 0.5rem;
    color: white;
    font-family: "Poppins" sans-serif;
}

.cardCollectiontextContent[b-l3wftxfrph] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardCollectionh1[b-l3wftxfrph] {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}

.cardCollectionp[b-l3wftxfrph] {
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0;
}
/* _content/HrPortal/Pages/Courses.razor.rz.scp.css */

body[b-85hhucv3xi] {
    color: #2c3e50;
    background: #ecf0f1;
    padding: 0 1em 1em;
}

h1[b-85hhucv3xi] {
    margin: 0;
    line-height: 2;
    text-align: center;
}

h2[b-85hhucv3xi] {
    margin: 0 0 0.5em;
    font-weight: normal;
}

input[b-85hhucv3xi] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.row[b-85hhucv3xi] {
    display: flex;
}

    .row .col[b-85hhucv3xi] {
        flex: 1;
    }

        .row .col:last-child[b-85hhucv3xi] {
            margin-left: 1em;
        }

/* Accordion styles */
.tabs[b-85hhucv3xi] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    margin: 1rem;
}

.tab[b-85hhucv3xi] {
    width: 100%;
    color: white;
    overflow: hidden;
}

.tab-label[b-85hhucv3xi] {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #34495e;
    font-weight: bold;
    cursor: pointer;
    font-size: 1rem;
    /* Icon */
}

    .tab-label:hover[b-85hhucv3xi] {
        background: #53718f;
    }

    .tab-label[b-85hhucv3xi]::after {
        content: "\276F";
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all 0.35s;
    }

.tab-content[b-85hhucv3xi] {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

.tab-close[b-85hhucv3xi] {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

    .tab-close:hover[b-85hhucv3xi] {
        background: #53718f;
    }

input:checked + .tab-label[b-85hhucv3xi] {
    background: #53718f;
}

    input:checked + .tab-label[b-85hhucv3xi]::after {
        transform: rotate(90deg);
    }


input:checked ~ .tab-content[b-85hhucv3xi] {
    max-height: 100vh;
    //padding: 1em;
}

.no-course[b-85hhucv3xi] {
    margin: 1rem;
}

.container[b-85hhucv3xi] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.select-mud[b-85hhucv3xi] {
    width: 200px;
    height: 400px;
}
/* _content/HrPortal/Pages/Disponibilitate.razor.rz.scp.css */
.page-header[b-cg6kiz6a5m] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0rem;
}

.page-header h4[b-cg6kiz6a5m] {
    font-size: 1.5rem;
    font-weight: 400;
}

.legend[b-cg6kiz6a5m]{
    display: flex;
    gap:0.2rem;
    height: 1.5rem;
    align-items:center;
    justify-content:center;
}

.legend_item[b-cg6kiz6a5m] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 0.2rem;
    padding:0.3rem;
}

.legend_item p[b-cg6kiz6a5m] {
    margin: 0;
    padding: 0;
    font-size: 0.7rem;
    font-weight: bold;
}

.legend_1[b-cg6kiz6a5m] {
    background-color: #34a853;
}

.legend_2[b-cg6kiz6a5m] {
    background-color: #ea4335;
}

.legend_3[b-cg6kiz6a5m] {
    background-color: #fbbc05;
}

.page-bottom[b-cg6kiz6a5m] {
    position: fixed;
    bottom: 1.5rem;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.7rem;
    margin-left: 0.7rem;
}
/* _content/HrPortal/Pages/EmployeeList.razor.rz.scp.css */

/* Add the new styles in this CSS file */
.custom-form-container[b-a66h5de9sb] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh; /* Adjust as needed */
    margin: 0;
}

/* Add the new shadowy background container */
.custom-form-background[b-a66h5de9sb] {
    background-color: #212121; /* A dark gray color */
    padding: 70px; /* Adjust padding as needed */
    border-radius: 15px; /* Add rounded corners for a better look */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Add a shadow for depth */
}

.form-header[b-a66h5de9sb] {
    color: white;
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
}

.table[b-a66h5de9sb] {
    width: 100%;
    background-color: black;
    border-radius: 10px;
    overflow: hidden;
}

    .table th[b-a66h5de9sb],
    .table td[b-a66h5de9sb] {
        color: white;
        padding: 10px;
        text-align: center;
    }

    .table th[b-a66h5de9sb] {
        background-color: #ec1c25;
    }

    .table tbody tr:nth-child(even)[b-a66h5de9sb] {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table tbody tr:hover[b-a66h5de9sb] {
        background-color: rgba(255, 255, 255, 0.1);
    }

.btn-danger[b-a66h5de9sb] {
    background-color: #ec1c25;
    color: white;
    font-weight: bolder;
    padding: 6px 12px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 5px;
}

/* _content/HrPortal/Pages/EmployeePage.razor.rz.scp.css */
.container[b-vzz7gxunr7] {
    /*background: rgb(99, 39, 120);*/
    /*background-image: url('images/relevance-background.jpg') !important;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.form-control:focus[b-vzz7gxunr7] {
    box-shadow: none;
    border-color: #BA68C8
}

.profile-button[b-vzz7gxunr7] {
    background: rgb(213, 36, 66);
    border-radius: 25px;
    font-weight: 700 !important;
    box-shadow: none;
    border: none
}

    .profile-button:hover[b-vzz7gxunr7] {
        background: #682773
    }

    .profile-button:focus[b-vzz7gxunr7] {
        background: #682773;
        box-shadow: none
    }

    .profile-button:active[b-vzz7gxunr7] {
        background: #682773;
        box-shadow: none
    }

.back:hover[b-vzz7gxunr7] {
    color: #682773;
    cursor: pointer
}

.labels[b-vzz7gxunr7] {
    font-size: 11px
}

.add-experience[b-vzz7gxunr7] {
    background-color: #edf2f4;
    border: solid 1px #BA68C8;
    border-radius: 25px;
}

    .add-experience:hover[b-vzz7gxunr7] {
        background: #8d99ae;
        /*background: #ec1c25 ;*/
        color: #fff;
        cursor: pointer;
        border: solid 1px #BA68C8;
        /*background: rgb(213, 36, 66);*/
        border-radius: 25px;
        font-weight: 700 !important;
        box-shadow: none;
        border: none
    }
/* _content/HrPortal/Pages/Home.razor.rz.scp.css */
body[b-vhdek3v27n], html[b-vhdek3v27n] {
    height: 100vh;
    margin: 0;
    padding: 0;
}
.notification-container[b-vhdek3v27n]{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-around;
    height:80vh;
}

.card[b-vhdek3v27n] {
    height: 80%; /* Ajustăm înălțimea maximă a cardului */
    width:27%;
    overflow-y: scroll;
    border-radius: 10px;
    transition: border-radius 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: center;
    backdrop-filter: blur(35px);
}

.shadow[b-vhdek3v27n] {
    box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1), 0 0 0 2px rgb(190, 190, 190), 0.3em 0.3em 1em rgba(0,0,0,0.3);
}

.tag[b-vhdek3v27n] {
    width: 100%;
}
/* _content/HrPortal/Pages/Learning.razor.rz.scp.css */
.container[b-lk4bsprypx]{
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.left-btn[b-lk4bsprypx] {
    width: 320px;
    height: 220px;
    background: rgb(192,57,43);
    background: linear-gradient(135deg, rgba(192,57,43,1) 0%, rgba(52,73,94,1) 70%);
    color: white;
    border: none;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.right-btn[b-lk4bsprypx] {
    width: 320px;
    height: 220px;
    background: rgb(52,73,94);
    background: linear-gradient(45deg, rgba(52,73,94,1) 30%, rgba(192,57,43,1) 100%);
    color: white;
    border: none;
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

button:hover[b-lk4bsprypx] {
    color: rgb(0, 0, 0);
}

.left-btn[b-lk4bsprypx]:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.left-btn:hover[b-lk4bsprypx]:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.right-btn[b-lk4bsprypx]:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s;
}

.right-btn:hover[b-lk4bsprypx]:after {
    transform: skewX(45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/* _content/HrPortal/Pages/Login.razor.rz.scp.css */
body[b-263x68jjg7] {
    overflow: hidden;
    background-image: url("/images/login_modal_background.jpg");
    background-size: cover;

    height: 100vh;
}

.login-modal[b-263x68jjg7] {
    //background-image: url("/images/login_modal_background.jpg");
    //background-size: cover;
    display: flex;
    flex-direction: row;
    width: 70%;
    height: 80%;
    flex-wrap: wrap;
    border-radius: 1rem;
    margin-right:15rem;
    //box-shadow: rgba(255, 255, 255, 0.25) 0px 20px 20px, rgba(255, 255, 255, 0.12) 0px -12px 30px, rgba(255, 255, 255, 0.12) 0px 4px 6px, rgba(255, 255, 255, 0.17) 0px 12px 13px, rgba(255, 255, 255, 0.09) 0px -3px 5px;
}

.login-logo[b-263x68jjg7] {
    flex: 1;
    padding-top: 2rem;
    padding-right: 2rem;
    display: flex;
    align-items: baseline;
    justify-content: end;
}

.login-logo p[b-263x68jjg7] {
    padding-left: 2rem;
    color: white;
    font-size: 2.5rem;
}

.login-form[b-263x68jjg7] {
    flex: 1;
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;

    align-items: center;
    justify-content:center;
}

.login-form h2[b-263x68jjg7] {
    font-weight: bold;
    font-size: 2.3rem;
}

.login-form p[b-263x68jjg7] {
    font-weight: bold;
    font-size: 1rem;
}


button[b-263x68jjg7] {
    border-radius: 0.3rem;
    border: none
}

.custom-validation-message[b-263x68jjg7] {
    color: black;
    font-weight:bold;
}

.forgot-password[b-263x68jjg7] {
    font-weight: bold;
    cursor: pointer;
    align-self: flex-end;
    text-decoration: none;
}

a:hover[b-263x68jjg7]{
    color:black;
}
/* _content/HrPortal/Pages/Profil.razor.rz.scp.css */
.container[b-brkuj0qve4] {
    /*background: rgb(99, 39, 120);*/
    /*background-image: url('images/relevance-background.jpg') !important;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-color: aliceblue;
}

.form-control:focus[b-brkuj0qve4] {
    box-shadow: none;
    border-color: #BA68C8
}

.profile-button[b-brkuj0qve4] {
    background: rgb(213, 36, 66);
    border-radius: 25px;
    font-weight: 700 !important;
    box-shadow: none;
    border: none
}

    .profile-button:hover[b-brkuj0qve4] {
        background: #682773
    }

    .profile-button:focus[b-brkuj0qve4] {
        background: #682773;
        box-shadow: none
    }

    .profile-button:active[b-brkuj0qve4] {
        background: #682773;
        box-shadow: none
    }

.back:hover[b-brkuj0qve4] {
    color: #682773;
    cursor: pointer
}

.labels[b-brkuj0qve4] {
    font-size: 11px
}

.add-experience[b-brkuj0qve4] {
    background-color: #edf2f4;
    border: solid 1px #BA68C8;
    border-radius: 25px;
}

    .add-experience:hover[b-brkuj0qve4] {
        background: #8d99ae;
        /*background: #ec1c25 ;*/
        color: #fff;
        cursor: pointer;
        border: solid 1px #BA68C8;
        /*background: rgb(213, 36, 66);*/
        border-radius: 25px;
        font-weight: 700 !important;
        box-shadow: none;
        border: none
    }
/* _content/HrPortal/Pages/ResetPasswordPage.razor.rz.scp.css */
body[b-h6oespmai3] {
    overflow: hidden;
    background-image: url("/images/background_login.jpg");
    background-size: cover;
    height: 100vh;
}

.login-modal[b-h6oespmai3] {
    //background-image: url("/images/login_modal_background.jpg");
    //background-size: cover;
    display: flex;
    flex-direction: row;
    width: 70%;
    height: 80%;
    flex-wrap: wrap;
    border-radius: 1rem;
    margin-right: 15rem;
    //box-shadow: rgba(255, 255, 255, 0.25) 0px 20px 20px, rgba(255, 255, 255, 0.12) 0px -12px 30px, rgba(255, 255, 255, 0.12) 0px 4px 6px, rgba(255, 255, 255, 0.17) 0px 12px 13px, rgba(255, 255, 255, 0.09) 0px -3px 5px;
}

.login-logo[b-h6oespmai3] {
    flex: 1;
    margin-top: 2rem;
    margin-left: 2rem;
}

    .login-logo p[b-h6oespmai3] {
        padding-left: 2rem;
        color: white;
        font-size: 2.5rem;
    }

.login-form[b-h6oespmai3] {
    flex: 1;
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

    .login-form h2[b-h6oespmai3] {
        font-weight: bold;
        font-size: 2.3rem;
    }

    .login-form p[b-h6oespmai3] {
        font-weight: bold;
        font-size: 1rem;
    }


button[b-h6oespmai3] {
    border-radius: 0.3rem;
    border: none
}

.custom-validation-message[b-h6oespmai3] {
    color: black;
    font-weight: bold;
}

.forgot-password[b-h6oespmai3] {
    font-weight: bold;
    cursor: pointer;
    align-self: flex-end;
    text-decoration: none;
}

a:hover[b-h6oespmai3] {
    color: black;
}
/* _content/HrPortal/Pages/SalaryEmployee.razor.rz.scp.css */
/* Global Styles */
body[b-7ug0mcstun] {
    font-family: -apple-system,Segoe UI,Roboto,sans-serif;
    background-color: #ffffff; /* White background */
    color: #333; /* Dark text color */
    margin: 0;
    padding: 0;
}

.container[b-7ug0mcstun] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h1[b-7ug0mcstun] {
    font-size: 24px;
    margin-bottom: 20px;
    color: #ff0000; /* Red title color */
}

/* Table Styles */
table[b-7ug0mcstun] {
    border-collapse: collapse;
    width: 100%;
}

th[b-7ug0mcstun], td[b-7ug0mcstun] {
    border: 1px solid #e0e0e0;
    padding: 8px;
    text-align: left;
}

th[b-7ug0mcstun] {
    background-color: #007bff; /* Blue header background */
    color: #fff; /* White text color */
    font-weight: bold;
}

tr:nth-child(even)[b-7ug0mcstun] {
    background-color: #f2f2f2; /* Light gray table rows */
}

/* Card Styles */
.card[b-7ug0mcstun] {
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background-color: #ffffff; /* White card background */
}

.card-header[b-7ug0mcstun] {
    background-color: brown; /* Red header background */
    color: #fff; /* White text color */
    padding: 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-body[b-7ug0mcstun] {
    padding: 20px;

}

/* Badges */
.badge[b-7ug0mcstun] {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 5px;
}

.badge-success[b-7ug0mcstun] {
    background-color: #28a745; /* Green badge background */
    color: #fff;
}

.badge-primary[b-7ug0mcstun] {
    background-color: #007bff; /* Blue badge background */
    color: #fff;
}

/* Responsive Layout */
@media (max-width: 768px) {
    .card[b-7ug0mcstun] {
        width: 100%;
    }

    .col-md-6[b-7ug0mcstun] {
        width: 100%;
    }
}
/* _content/HrPortal/Pages/SalaryStatistics.razor.rz.scp.css */

.month-container[b-tfp8iekya4] {
    text-align: center;
}

.month-name[b-tfp8iekya4] {
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}

.month-header[b-tfp8iekya4] {
    display: flex;
    justify-content: space-between;
}


.block-value[b-tfp8iekya4] {
    flex-grow: 1;
    text-align: center;
}


.md-employee-shifts[b-tfp8iekya4] {
    font-family: -apple-system,Segoe UI,Roboto,sans-serif;
    background-color: #f0f0f0;
    padding-left: 20px;
    overflow-x: scroll;
    overflow-y: scroll;
    scrollbar-width: revert-layer;
    scrollbar-color: #ccc transparent;
    white-space: nowrap;
    max-height: 89vh;
    /*De aici modificari*/
}


.employee-shifts-table[b-tfp8iekya4] {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border: 1px solid #ddd;
    min-width: 100%;
    position: relative;
}

    .employee-shifts-table th[b-tfp8iekya4],
    .employee-shifts-table td[b-tfp8iekya4] {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    .employee-shifts-table th[b-tfp8iekya4] {
        background-color: #f2f2f2;
        
    }

.employee-info[b-tfp8iekya4] {
    display: flex;
    align-items: center;
    width: 200px;
    /* Adjust the width as needed */
}

    .employee-info img[b-tfp8iekya4] {
        max-width: 40px;
        max-height: 40px;
        margin-right: 10px;
        border-radius: 50%;
    }

.employee-name[b-tfp8iekya4] {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
}


.employee-title[b-tfp8iekya4] {
    font-size: 12px;
    color: #777;
}

.shift-container[b-tfp8iekya4] {
    display: inline-block;
    padding: 4px 8px;
    background-color: #e2e2e2;
    border-radius: 4px;
}

.shift-time[b-tfp8iekya4] {
    font-weight: bold;
    color: #333;
}

/* Customize date format */
.employee-shifts-table td:nth-child(3)[b-tfp8iekya4] {
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}

.employee-shifts-scroll-container[b-tfp8iekya4] {
    width: 80%
}

/* Adjust this rule for table container */
.employee-shifts-table-container[b-tfp8iekya4] {
    width: 100%;
}


.block-label[b-tfp8iekya4] {
    flex-grow: 1;
    text-align: center;
    font-weight: bold;
    margin: 0 5px; /* Add margins as needed */
}

/* Add margins to Salary and Bonus values */
.month-block[b-tfp8iekya4] {
    display: flex;
    justify-content: space-between;
    margin: 5px 0; /* Add margins as needed */
}


th[b-tfp8iekya4] {
    border: 1px solid #ddd;
}

thead[b-tfp8iekya4] {
    position: sticky;
    top: 0;
}

td[b-tfp8iekya4] {
    border: 1px solid #ddd;
}

.block-value[b-tfp8iekya4] {
    /*background-color: rgb(241, 233, 32, 0.75);*/
    border-bottom-right-radius: 0.25em;
    border-top-right-radius: 0.25em;
    right: 0.25em;
    border-bottom-left-radius: 0.25em;
    border-top-leftt-radius: 0.25em;
    left: 0.25em;
    color: rgb(0, 0, 0);
}

    .block-value.block-salary[b-tfp8iekya4] {
        border-right: 1px solid #ddd;
        /*background-color: rgb(26, 195, 141, 0.65);*/
    }


    .employee-shifts-table tr:hover td[b-tfp8iekya4] {
        color: #4D9DE0
    }


.block-total[b-tfp8iekya4] {
    background-color: #f5f8fb; /* A light shade of blue, offers a clean look. */
    border: 1px solid #d1dade; /* A subtle border for distinction. */
    padding: 5px 10px; /* Some padding to give space around the numbers. */
    font-weight: 600; /* Slightly bolder font for emphasis. */
    color: #333; /* Dark text for contrast and readability. */
    border-radius: 4px; /* Rounded corners for aesthetics. */
    text-align: center; /* Center the text inside the block. */
}

    /* If you'd like to have a hover effect to give more emphasis when users hover over it */
    .block-total:hover[b-tfp8iekya4] {
        background-color: #e6ecf1; /* A slightly darker shade on hover. */
        cursor:  default; /* To indicate the block is interactive. */
    }


/* Apply background color on hover to the .column-salariu cells */
.employee-shifts-table td.column-salariu:hover[b-tfp8iekya4] {
    background-color: #ECEFF1; /* Background color on hover */
    color: #4D9DE0; /* Text color on hover */
    border-left: 2px solid #4D9DE0; /* Left border on hover */
    border-right: 2px solid #4D9DE0;
    border-top: 2px solid #4D9DE0;
    border-bottom: 2px solid #4D9DE0;
}


/*Asta face pe scroll dreapta la coloana 1*/
.employee-names-column[b-tfp8iekya4] {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: white;
}

/*Asta face cu verde coloanele cu bonus*/
.employee-shifts-table td.raise[b-tfp8iekya4] {
    background-color: #8BC34A;
    /*opacity: 0.8; *//* Set the background color for raise cells */
    color: white; /* Set the text color for raise cells */
}

/* Style for cells with no salary change for 4 consecutive months */
.employee-shifts-table td.maybe-raise[b-tfp8iekya4] {
    background-color: #fff59d; /* Adjust the color code to your preference */
    color: white; /* Add any other styles you want for these cells */
}


.employee-shifts-table td.termination-month[b-tfp8iekya4] {
    background-color: #D84315; 
    opacity: .9;/* Adjust the color code as needed */
    color: white;
}
/* _content/HrPortal/Pages/ScheduledLeavePage.razor.rz.scp.css */
.page-header[b-ovbtyiobj2] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0rem;
}

.page-header h4[b-ovbtyiobj2] {
    font-size: 1.5rem;
    font-weight: 400;
}

.center-class[b-ovbtyiobj2] {
    text-align: center;
}

.select-mud[b-ovbtyiobj2] {
    background-color: white !important;
}

.legend[b-ovbtyiobj2] {
    display: flex;
    gap: 0.2rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
}

.legend_item[b-ovbtyiobj2] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 0.2rem;
    padding: 0.3rem;
}

    .legend_item p[b-ovbtyiobj2] {
        margin: 0;
        padding: 0;
        font-size: 0.7rem;
        font-weight: bold;
    }

.legend_1[b-ovbtyiobj2] {
    background-color: #34a853;
}

.legend_2[b-ovbtyiobj2] {
    background-color: #ea4335;
}

.legend_3[b-ovbtyiobj2] {
    background-color: #fbbc05;
}

.page-bottom[b-ovbtyiobj2] {
    position: fixed;
    bottom: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.7rem;
    margin-left: 0.7rem;
}
/* _content/HrPortal/Shared/Components/BellNotification.razor.rz.scp.css */
a[b-ysbzwmdhcc] {
    text-decoration: none;
    color: black;

    display:flex;
    flex-direction: row;
    align-items:center;
}

a:visited[b-ysbzwmdhcc] {
    color: black;
}

.box[b-ysbzwmdhcc]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #34495e;
    border-radius: 5px
}

.box[b-ysbzwmdhcc]::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    border-radius: 5px
}

.box[b-ysbzwmdhcc]::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 5px
}

header[b-ysbzwmdhcc] {
    -moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
    height: 110px;
    vertical-align: middle;
}

body[b-ysbzwmdhcc] {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.notification[b-ysbzwmdhcc] {   
    display: inline-block;

    //position: fixed;
    //top: 3px;
    //right: 70px;
    z-index:102;
}

.bell-image[b-ysbzwmdhcc] {
    height: 35px;
    width: 35px;

    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #12171e;
    background-color: white;
}

.number[b-ysbzwmdhcc] {
    height: 18px;
    width: 18px;
    background-color: #ea4335;
    border-radius: 20px;
    color: white;
    text-align: center;
    position: absolute;
    top: 2px;
    right: 53px;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 4px;
    border-style: solid;
    border-width: 0px;
    font-size:0.7rem;
}

.number:empty[b-ysbzwmdhcc] {
    display: none;
}

.notBtn[b-ysbzwmdhcc] {
    transition: 0.5s;
    cursor: pointer
}

.box[b-ysbzwmdhcc] {
    width: 350px;
    height: 0px;
    border-radius: 10px;
    transition: 0.5s;
    position: absolute;
    overflow-y: scroll;
    padding: 0px;
    right: 60px;
    margin-top: 20px;
    background-color: #34495e;
    -webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
    cursor: context-menu;
}

.notBtn:hover > .box[b-ysbzwmdhcc] {
    height: 40vh;
}

.divider[b-ysbzwmdhcc] {
    width: 100%;
    border-top: 2px solid white;
    margin:0;
}

.content[b-ysbzwmdhcc] {
    padding: 20px;
    color: black;
    vertical-align: middle;
    text-align: left;
}

.top[b-ysbzwmdhcc] {
    color: black;
    padding: 10px
}

.display[b-ysbzwmdhcc] {
    position: relative;
}

.cont[b-ysbzwmdhcc] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.cont:empty[b-ysbzwmdhcc] {
    display: none;
}

.stick[b-ysbzwmdhcc] {
    text-align: center;
    display: block;
    font-size: 50pt;
    padding-top: 70px;
    padding-left: 80px
}

.stick:hover[b-ysbzwmdhcc] {
    color: black;
}

.cent[b-ysbzwmdhcc] {
    text-align: center;
    display: block;
}

.sec[b-ysbzwmdhcc] {
    padding: 10px 10px;
    background-color: #34495e;
    transition: 0.5s;
}

.profCont[b-ysbzwmdhcc] {
    padding-left: 15px;
}

.profile[b-ysbzwmdhcc] {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 3rem;
    float: left;
}

.notification-text[b-ysbzwmdhcc]{
    display:flex;
    flex-direction:column;
    padding-left: 1rem;
}

.txt[b-ysbzwmdhcc] {
    vertical-align: top;
    font-size: 1.1rem;
    color: white;
}

.sub[b-ysbzwmdhcc] {
    font-size: 1rem;
    color: #D3D3D3;
}

.new[b-ysbzwmdhcc] {
    border-style: none none solid none;
    border-color: red;
}

.sec:hover[b-ysbzwmdhcc] {
    background-color: #53718f;
}
/* _content/HrPortal/Shared/Components/FeedbackButton.razor.rz.scp.css */
.container[b-waib3stx4w] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    background-color: white;
    border: 2px solid black;
    cursor: pointer;
}

.container img[b-waib3stx4w] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding:0.2rem;
}
/* _content/HrPortal/Shared/Components/NavMenu.razor.rz.scp.css */
*[b-byhrlymf58]{
    margin:0;
    padding:0;
    box-sizing:border-box;
}


.sidebar[b-byhrlymf58] {
    top: 0;
    left: 0;
    height: 100vh;
    width: 80px;
    background-color: #34495e;
    padding: 0.4rem 0.8rem;
    padding-top:50px;
    transition: all 0.2s ease;
}

.sidebar.active[b-byhrlymf58] {
    width: 250px;
}

.sidebar #btn[b-byhrlymf58]{
    cursor: pointer;
    color: white;
    font-size:2rem;
}

.sidebar .top[b-byhrlymf58] {
   display: flex;
   flex-direction: column;
   align-items: center;
}

.sidebar .top .logo[b-byhrlymf58] {
    color: white;
    height: 50px;
    width: 100%;
    align-items: center;

    display: flex;
    flex-direction:column;
}

.sidebar .top .logo img[b-byhrlymf58] {
    height: 100%;
    width: 100%;
}


.circle-img[b-byhrlymf58] {
    border-radius: 100%;
    border: 1px solid white;
    height: 30px;
    width: 30px;
}

.sidebar.active .top .logo[b-byhrlymf58]{
    opacity:1;
}

.top .logo i[b-byhrlymf58]{
    font-size: 2rem;
    margin-right: 0.2rem;
}

.sidebar ul li[b-byhrlymf58] {
    list-style-type: none;
    height: 50px;
    width: 90%;
    margin: 0.8rem auto;
    line-height: 50px;
    position: relative;
}

.sidebar ul li a[b-byhrlymf58] {
    color:white;
    display: flex;
    align-items: center;
    text-decoration:none;
    border-radius: 0.8rem;
}

.sidebar ul li a.selected[b-byhrlymf58] {
    background-color: white;
    color: #c0392b;
}

.sidebar ul li a:hover[b-byhrlymf58] {
    background-color: white;
    color: #c0392b;
}

.sidebar ul li a i[b-byhrlymf58] {
    min-width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 12px;
    line-height: 50px;
    font-size: 1.5rem;
}

.sidebar .nav-item[b-byhrlymf58]{
    opacity:0;
}

.sidebar.active .nav-item[b-byhrlymf58] {
    opacity: 1;
}

.sidebar ul li .tooltip[b-byhrlymf58] {
    position: absolute;
    left: 150px;
    width: 165px;
    top: 50%;
    transform: translate(-50%, -50%); /* Adjust the horizontal distance from the right edge */
    box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.2);
    border-radius: 0.6rem;
    padding: 0.4rem 1.2rem;
    line-height: 1.8rem;
    opacity: 0;
    pointer-events: none;
    font-weight: bold;
    background-color: #34495e;
    color: white;
}

.sidebar ul li:hover .tooltip[b-byhrlymf58] {
    opacity: 1;
}

.sidebar.active ul li .tooltip[b-byhrlymf58] {
    display: none;
}
/* _content/HrPortal/Shared/Components/ProfileMenu.razor.rz.scp.css */
*[b-pswbax1hf6] {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

body[b-pswbax1hf6] {
    background: #34495e;
}

.action[b-pswbax1hf6] {
    //position: fixed;
    top: 3px;
    right: 20px;
    z-index:102;
}

.action .profile[b-pswbax1hf6] {
    //position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #12171e;
    background-color: white;
}

.action .profile img[b-pswbax1hf6] {
    //position: absolute;
    //top: 0;
    //left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.action .menu[b-pswbax1hf6] {
    position: absolute;
    top: 55px;
    right: 5px;
    background: #34495e;
    width: fit-content;
    box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    width: max-content;

    }

.action:hover .menu[b-pswbax1hf6] {
    top: 60px;
    visibility: visible;
    opacity: 1;
}

.action .menu[b-pswbax1hf6]::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: #34495e;
    transform: rotate(45deg);
}

.action .menu h3[b-pswbax1hf6] {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
    font-weight: 500;
    color: white;
    line-height: 1.5em;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.action .menu h3 span[b-pswbax1hf6] {
    font-size: 0.9rem;
    color: white;
    font-weight: 300;
}

.action .menu ul li[b-pswbax1hf6] {
    list-style-type: none;
    height: 50px;
    width: 100%;
    margin: 0.8rem auto;
    line-height: 50px;
    position: relative;
}

.action .menu ul li[b-pswbax1hf6] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.action .menu ul li a[b-pswbax1hf6] {
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 0.8rem;
    margin:0;
}

.action .menu ul li a:hover[b-pswbax1hf6] {
    background-color: white;
    color: #c0392b;
}

.action .menu ul li a i[b-pswbax1hf6] {
    min-width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 12px;
    line-height: 50px;
    font-size: 1.5rem;
}

.action .menu ul li a span[b-pswbax1hf6] {
    padding-right:0.5rem;
}

.divider[b-pswbax1hf6] {
    width: 100%;
    border-top: 2px solid white;
}

/* _content/HrPortal/Shared/LoginLayout.razor.rz.scp.css */
.containerLayout[b-lw8v8wm6nh] {
    background-image: url("/images/login_modal_background.jpg");
    background-size: cover;
    background-position: right center;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
/* _content/HrPortal/Shared/MainLayout.razor.rz.scp.css */
.page[b-cwjewybuv3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

a[b-cwjewybuv3] {
    text-decoration: none;
    color: #e0e0e0;
    font-size: larger;
    font-weight: bold;
}

.content[b-cwjewybuv3]{
    padding-top: 4rem;
}

.main[b-cwjewybuv3] {
    flex: 1;
    width: 85.6%;
}

.navigation-login[b-cwjewybuv3] {
    /*background-image: linear-gradient(160deg, rgb(35, 31, 32) 30%, rgb(213, 36, 66) 100%);
    background-image: linear-gradient(200deg, rgb(35, 31, 32) 30%, rgb(213, 36, 66) 100%);
    background-image: linear-gradient(360deg, rgb(35, 31, 32) 30%, rgb(213, 36, 66) 100%);
    background-image: linear-gradient(5deg, rgb(35, 31, 32) 30%, rgb(213, 36, 66) 100%);*/
    background-color: brown;
    z-index: 3;
  
}

.sidebar[b-cwjewybuv3] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /*background-image: linear-gradient(160deg, rgb(35, 31, 32) 60%, rgb(213, 36, 66) 100%)*/
    z-index: 100;
}

.profile-menu[b-cwjewybuv3] {
    z-index: 100;
}

a[b-cwjewybuv3] {
    color: color: #e0e0e0;
}

.navigation[b-cwjewybuv3] {
    background-color: #34495e;
    height: 45px;
    width: 100%;

    position: fixed;
    top: 0;
    z-index:101;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.navigation img[b-cwjewybuv3]{
    height: 45px;
    width: auto;
    padding-left: 1rem;
}

.top-row[b-cwjewybuv3] {
    background-color: transparent;
    color: #e0e0e0;
    justify-content: flex-end;
    height: 58px;
    display: flex;
    align-items: center;
}

    .top-row[b-cwjewybuv3]  a, .top-row .btn-link[b-cwjewybuv3] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-cwjewybuv3] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cwjewybuv3] {
        display: none;
    }

    .top-row.auth[b-cwjewybuv3] {
        justify-content: space-between;
    }

    .top-row a[b-cwjewybuv3], .top-row .btn-link[b-cwjewybuv3] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cwjewybuv3] {
        flex-direction: row;
    }

    .sidebar[b-cwjewybuv3] {
        width: 14,4%;
        min-width: 14,4%;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cwjewybuv3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

/*
    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}

.icons[b-cwjewybuv3]{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0.7rem;
    margin-right: 1rem;
}
