@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: Segoe UI,Segoe UI Web,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    color: #616161;
}


h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {  
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

:root {
    --rz-primary: #009CDB;
}

.sidebar-col {
    display: none;
}

.rz-label.Compensation-text {
    font-size: 21px;
    color: #F4F4F4;
    cursor: pointer;
}

.rz-card.rz-variant-filled.totalmerit-border-bottom {
    background: white;
    box-shadow: none;
    border-bottom: 3px solid #BEECFF;
    border-radius: 0px;
}

.rz-card.rz-variant-filled.totalmarket-border-bottom {
    background: white;
    box-shadow: none;
    border-bottom: 3px solid #FFEF99;
    border-radius: 0px
}

.rz-card.rz-variant-filled.totalimpact-border-bottom {
    background: white;
    box-shadow: none;
    border-bottom: 3px solid #C3A7FF;
    border-radius: 0px
}

.rz-card.rz-variant-filled.totalincentive-border-bottom {
    background: white;
    box-shadow: none;
    border-bottom: 3px solid #35FF6A;
    border-radius: 0px
}

.card-border {
    border-left: 2px solid #D9D9D9;
    padding-left: 15px;
}

.border-left-card {
    border-left: 2px solid #D9D9D9;
    padding-left: 13px;
}

.left-arrow-position {
    position: absolute;
    left: 70px;
}

.right-arrow-position {
    position: absolute;
    right: 70px;
}

.rz-card.rz-variant-filled.totalmerit-border-bottom .rz-text-body1 {
    color: #009CDB;
    font-size: 18px;
}

.rz-card.rz-variant-filled.totalmarket-border-bottom .rz-text-body1 {
    color: #FFA944;
    font-size: 18px;
}

.rz-card.rz-variant-filled.totalimpact-border-bottom .rz-text-body1 {
    color: #8147FD;
    font-size: 18px;
}

.rz-card.rz-variant-filled.totalincentive-border-bottom .rz-text-body1 {
    color: #35FF6A;
    font-size: 18px;
}

.rz-header.header-bg-color {
    background-color: #009CDB;
}

.admin-button .rz-button-text {
    color: white !important;
}

.rz-autocomplete-panel {
    width: auto !important;
}

.planner-grid .rz-button-box .rz-button-text {
    font-weight: 400;
    font-size: 12px;
}

.rz-column-title {
    color: #5A5A5A !important;
    font-size: 12px !important;
}

.rz-grid-filter-icon {
    color: #5A5A5A !important
}

.rz-grid-column-background-color {
    background-color: #EBE5F7 !important
}

.rz-grid-header-background-color {
    background-color: #C3A7FF !important;
}

.rz-grid-column-background-color-marketincrease {
    background-color: #FFF6CB !important;
}

.rz-grid-header-background-color-marketincrease {
    background-color: #FFEF99 !important;
}

.rz-grid-column-background-color-merit {
    background-color: #F2FBFF !important;
}

.rz-grid-header-background-color-merit {
    background-color: #BEECFF !important;
}

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.planner-grid {
    background-color: #B799F6;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    color: #5A5A5A;
}

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.show-market-btn {
    background-color: #FFEF99;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    color: black;
}

.rz-button:not(.rz-state-disabled).rz-shade-default.show-merit-btn:hover:not(:active) {
    background-image: none;
    background-color: #FFEF99;
}

.rz-button:not(.rz-state-disabled).show-market-btn:active {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #FFEF99;
}

.rz-button:not(.rz-state-disabled).show-market-btn:focus:not(:active) {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #FFEF99;
}

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.show-merit-btn {
    background-color: #BEECFF;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    color: black;
}

.rz-button:not(.rz-state-disabled).rz-shade-default.show-merit-btn:hover:not(:active) {
    background-image: none;
    background-color: #BEECFF;
}

.rz-button:not(.rz-state-disabled).show-merit-btn:active {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #BEECFF;
}

.rz-button:not(.rz-state-disabled).show-merit-btn:focus:not(:active) {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #BEECFF;
}

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.show-promotion-btn {
    background-color: #C3A7FF;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    color: black;
}

.rz-button:not(.rz-state-disabled).rz-shade-default.show-promotion-btn:hover:not(:active) {
    background-image: none;
    background-color: #C3A7FF;
}

.rz-button:not(.rz-state-disabled).show-promotion-btn:active {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #C3A7FF;
}

.rz-button:not(.rz-state-disabled).show-promotion-btn:focus:not(:active) {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #C3A7FF;
}

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.show-incentive-btn {
    background-color: #E8FFEE;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    color: black;
}

.rz-button:not(.rz-state-disabled).rz-shade-default.show-incentive-btn:hover:not(:active) {
    background-image: none;
    background-color: #E8FFEE;
}

.rz-button:not(.rz-state-disabled).show-incentive-btn:active {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #E8FFEE;
}

.rz-button:not(.rz-state-disabled).show-incentive-btn:focus:not(:active) {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #E8FFEE;
}

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.show-filter-btn {
    background-color: transparent;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    color: black;
    border: 1px solid #958a8a52;
}

.rz-button:not(.rz-state-disabled).show-filter-btn:focus:not(:active) {
    border: 1px solid #C1C1C1;
    background-image: none !important;
    background-color: transparent;
}

.rz-button:not(.rz-state-disabled).show-filter-btn:focus:active {
    border: 1px solid #C1C1C1 !important;
    background-image: none !important;
    background-color: #E8FFEE;
}

.rz-button:not(.rz-state-disabled).show-filter-btn:hover:not(:active) {
    background-image: none !important;
    background-color: #E8FFEE;
    border: 1px solid #C1C1C1 !important;
}

.rz-body {
    background-color: white;
}

.rz-layout .rz-body {
    overflow-y: hidden !important;
}


.main-planner hr {
    margin-bottom: 0px;
    margin-top: 0px;
    color: #D9D9D9
}

.history-component-main hr {
    color: #767171
}

.checkpromotion-column {
    width: 20px;
}

.salary-tab {
    padding: 20px 20px 0px 20px;
}

    .salary-tab .rz-textbox {
        width: 70%;
    }

.bg-newsalary {
    padding: 20px 20px 20px 20px;
    overflow: scroll;
}

.padding-newsalary {
    padding: 20px 0px 20px 20px;
    overflow: scroll;
    background: white;
}

.salary-tab .rz-tabview-nav {
    border-right: 1px solid rgba(217, 217, 217, 1);
    background: rgba(217, 217, 217, 0.3)
}

    .salary-tab .rz-tabview-nav.rz-tabview-nav .rz-tabview-selected {
        background: white;
        padding: 0px;
        border-bottom: 2px solid #009CDB;
    }

.history-component-main hr {
    margin-bottom: 20px;
    margin-top: 20px;
}


.rz-expanded-row-content > td {
    background-color: #FFF !important;
    padding: 0px !important;
}

.rz-expanded-row-template {
    background-color: #FFF !important;
    padding-top: 0px;
    border-left: 1px solid #BCBCBC;
    border-right: 1px solid #BCBCBC;
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 0px;
    overflow-x: scroll !important;
}

    .rz-expanded-row-template .rz-panel {
        border-radius: inherit;
    }

.salary-tab .rz-tabview-nav li a {
    padding: 10px 50px 10px 20px;
}

.rz-data-row tr:nth-child(odd) {
    background: gray !important;
}

.planner-main-grid .rz-card.rz-variant-filled {
    padding: 0px
}

.rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content) > td {
    border-right: 1px solid white !important;
}

.rz-grid-filter-icon:after {
    content: 'none';
}

.rz-grid-column-background-color-incentive {
    background-color: #FAFFFB !important;
}

.rz-grid-header-background-color-incentive {
    background-color: #E8FFEE !important;
}

.dropdown-width {
    width: 215px
}

.main-planner .rz-alert .rz-alert-message {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.main-planner .rz-button.rz-variant-text.rz-danger, .rz-alert .rz-alert-icon {
    display: none
}

.history-component-main .rz-alert .rz-alert-message {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.history-component-main .rz-button.rz-variant-text.rz-danger, .rz-alert .rz-alert-icon {
    display: none
}

.read-only-bg {
    background-color: #ededed;
}

.username-position {
    position: absolute;
    right: 81px;
    top: 15px;
}

.subjective-incentive-main .rz-card.rz-variant-filled {
    padding: 22px !important;
}

.rz-col.rz-col-md-3.border-black {
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    text-align: start;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.rz-col.rz-col-md-2.border-black {
    border: 1px solid #D9D9D9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.primary-color-planner {
    color: #009CDB;
    font-size: 14px;
    font-weight: 400;
}

.rz-text-subtitle1 {
    font-size: 14px;
    font-weight: 400;
}

.secondary-font-planner {
    font-size: 13px;
    font-weight: 700 !important;
}

.primary-font-planner, .rz-text-caption {
    font-size: 13px;
    font-weight: 400;
}

.salary-tab .rz-tabview.rz-tabview-left {
    height: 645px
}

.box-shadow-textbox.rz-card.rz-variant-filled {
    box-shadow: none;
    margin-top: 6px;
}

.rz-text-overline {
    font-size: 12px !important;
}

.rz-dropdown-label.rz-inputtext.rz-placeholder {
    color: #5A5A5A;
}

.main-planner .rz-button-text {
    font-size: 14px
}

.main-planner .rz-grid-table thead th .rz-column-title-content {
    font-size: 13px;
    font-weight: 600;
}

.rz-datatable-thead th:not(:last-child), .rz-grid-table thead th:not(:last-child) {
    border-right: 1px solid white;
}

.data-grid-col {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
}

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.show-market-btn:hover {
    background-color: #FFEF99 !important;
}

.rz-text-body1.margin-merit {
    margin-left: 69px
}

.rz-text-body1.market-adjust {
    margin-left: 112px;
}

.rz-text-body1.margin-market {
    margin-left: 54px
}

.rz-text-body1.merit-adjust {
    margin-left: 120px
}

.rz-text-body1 {
    font-size: 14px;
}

.rz-button:not(.rz-state-disabled).rz-shade-default.show-market-btn:hover:not(:active) {
    background-image: none;
}

.kpitext {
    text-transform: capitalize;
    margin-top: 6px;
    font-weight: 400;
}

.salary-color {
    color: #009CDB;
}

.main-event .rz-tabview-panels {
    max-width: 1000px;
    min-width: 650px
}

.history-panel {
    padding: 20px 15px;
}

.rz-radiobutton-label {
    font-size: 14px
}

.rz-footer.footer-bg-color {
    background: linear-gradient(180deg, #EBE5F7 0%, rgba(244, 244, 244, 0.00) 100%);
    color: #5A5A5A;
    padding: 10px;
    font-size: 12px;
    border-top: 1px solid #C9C9C9;
}

.grid-height {
    height: calc(100vh - 310px);
}

@media only screen and (min-width:1180px) and (max-width: 1350px) {
    .grid-height {
        height: calc(100vh - 350px);
    }
}

.rz-card.rz-variant-filled.marketcomponent-card {
    border-radius: 10px;
    border: 1px solid #FFF3B5;
    background: #FFF6CB !important;
    padding: 10px !important;
    min-width: 310px;
    min-height: 155px;
    box-shadow: none;
}

.rz-card.rz-variant-filled.submitmerit-card {
    border-radius: 10px;
    border: 1px solid #BEECFF;
    background: #F2FBFF;
    padding: 10px !important;
    min-width: 310px;
    margin-left: 16px;
    min-height: 155px;
    box-shadow: none;
}

.rz-card.rz-variant-filled.performance-card {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    padding: 10px !important;
    min-width: 310px;
    box-shadow: none;
    min-height: 172px;
}

.rz-card.rz-variant-filled.promotion-card {
    border-radius: 10px;
    border: 1px solid #E2D6FC;
    background: #EBE5F7;
    padding: 12px !important;
    min-width: 310px;
    min-height: 172px;
    box-shadow: none;
    margin-left: 16px
}

.rz-card.rz-variant-filled.objective-card {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
    padding: 10px !important;
    min-width: 410px;
    margin-left: 16px;
    box-shadow: none;
}

.rz-card.rz-variant-filled.subjective-card {
    border-radius: 10px;
    border: 1px solid #d3efda;
    background: #FAFFFB;
    padding: 10px !important;
    min-width: 450px;
    margin-left: 16px;
    box-shadow: none;
    min-height: 117px;
}

.subjective-card .rz-textbox {
    width: 120%;
}
.objective-card .rz-textbox {
    width: 120%;
}

.width-salary-tab {
    width: 140px;
}

/*.rz-text-subtitle2, .rz-text-body2, .rz-text-subtitle1, .rz-text-caption, .rz-textbox, .rz-button-text {
    color: #5A5A5A;
}*/

.rz-grid-table-fixed .rz-frozen-cell {
    border-right: none !important;
}

.my-0.rz-text-lowercase.employee-duration-text.rz-text-body2 {
    color: #999999;
}

.objective-column-width {
    width: 273px;
}

.width-subjective-tab {
    width: 50px;
}

.achived-text {
    display: flex;
    align-items: center;
}

.performance-card .rz-radio-btn {
    margin-bottom: 10px;
}

.performance-card .rz-radiobutton-box.rz-state-disabled {
    border-color: #c2bebe !important;
}

.salary-panel {
    min-width: 15%
}

@media only screen and (max-width: 1600px) {
    .rz-card.rz-variant-filled.marketcomponent-card {
        min-width: 245px;
    }

    .rz-card.rz-variant-filled.submitmerit-card {
        min-width: 245px;
    }

    .rz-card.rz-variant-filled.performance-card {
        min-width: 245px;
    }

    .rz-card.rz-variant-filled.promotion-card {
        min-width: 245px;
    }

    .salary-panel {
        min-width: 14%
    }

    .rz-display-flex.rz-row.rz-align-items-normal.rz-justify-content-normal.main-event {
        width: 110%;
    }

    .kpi-cards-margin {
        margin-left: 15px
    }

    .rz-card.rz-variant-filled.totalincentive-border-bottom .rz-text-body1 {
        color: #35FF6A;
        font-size: 14px;
    }
}

.rz-datatable .rzi-chevron-circle-right:before {
    content: 'arrow_right';
    font-size: 25px;
    color: gray;
}

    .rz-datatable .rzi-chevron-circle-right:before:hover {
        color: rgb(0, 156, 219);
    }

.rz-datatable .rzi-chevron-circle-down:before {
    content: 'arrow_drop_down';
    font-size: 25px;
    color: rgb(0, 156, 219);
}

.rz-textbox.rz-state-disabled {
    background-color: #f3f0ee !important;
}

.rz-dropdown-item {
    color: #5A5A5A;
    font-size: 14px !important;
}

.rz-dropdown-items-wrapper {
    max-height: 300px !important
}

.rz-dropdown-panel {
    width: 215px !important;
}

.width-history-tab {
    width: 160px;
}

.circle-icon {
    filter: opacity(0.5);
    height: 12px;
    margin: 4px 5px 0px 0px;
}

.discussion-img {
    filter: opacity(0.5);
    height: 20px;
    cursor: pointer;
}

.col-statement .rz-cell-data {
    display: flex !important;
}

.statment-icon {
    cursor: pointer;
}

.statment-update-icon {
    cursor: pointer;
    height: 26px;
    padding: 2px
}

.col-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kpi-cards-margin {
    margin-left: 5px
}

.planner-management-buttons {
    flex-direction: row-reverse !important;
}

@media (min-width: 800px) and (max-width: 1800px) {
    .rz-card.rz-variant-filled.totalmarket-border-bottom .rz-text-body1 {
        font-size: 14px !important;
    }

    .rz-card.rz-variant-filled.totalincentive-border-bottom .rz-text-body1 {
        font-size: 14px !important;
    }

    .rz-card.rz-variant-filled.totalmerit-border-bottom .rz-text-body1 {
        font-size: 14px !important;
    }

    .rz-card.rz-variant-filled.totalimpact-border-bottom .rz-text-body1 {
        font-size: 14px;
    }

    .kpitext {
        font-size: 11px;
    }

    .main-planner .rz-button-text {
        font-size: 12px;
    }
}

@media (min-width: 1800px) {
    .rz-justify-content-normal.center-cards {
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
}

@media (max-width: 1500px) {
    .rz-justify-content-normal.center-cards {
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

    .employee-management-stack {
        max-height: 73vh !important;
    }

    .employee-management-card {
        max-height: 73vh;
    }

    .employee-edit-card {
        max-height: 71vh !important;
    }

    .employee-edit-stack {
        max-height: 71vh !important;
    }
}

.rz-chkbox span,
.rz-dropdown-item,
.rz-menuitem,
.rz-autocomplete-list-item, .rz-multiselect-item,
.rz-dropdown-items li, .rz-autocomplete-items li, .rz-multiselect-items li {
    font-size: 14px;
}

.main-admin .rz-text-subtitle2 {
    font-size: 16px;
    font-weight: 600;
    color: #009CDB;
}

.main-admin .rz-column-title {
    font-size: 14px !important;
}

.main-admin .rz-datatable-emptymessage-row {
    font-size: 13px;
}

.admin-main-grid .rz-column-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #009CDB !important;
}

.admin-main-grid .rz-text-subtitle2 {
    font-weight: 400 !important;
    font-size: 14px !important;
}

.main-admin-text .rz-text-display-h5 {
    font-size: 20px !important;
}

.template-width .rz-dropdown {
    width: 100%
}

.admin-main-grid .rz-state-highlight .rz-text-subtitle2 {
    color: white !important
}

tr:nth-child(2) th {
    background-color: #f5f5f5 !important
}

.rz-multiselect-header {
    font-size: 14px;
}

.rz-chkbox-box {
    border: 1px solid #afafaf;
}

.rz-multiselect-items li {
    font-size: 14px;
}

@media (max-width:1500px) {
    .rz-layout .rz-body {
        overflow-y: scroll !important;
    }
}

.border-right-kpi {
    border-right: 2px solid #D9D9D9;
    padding-right: 15px;
}

.rz-tooltip-content.rz-bottom-tooltip-content .border-tooltip {
    border: 1px solid #D9D9D9;
}

.rz-tooltip-content.rz-bottom-tooltip-content {
    border: 1px solid #D9D9D9;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.rz-tooltip .rz-bottom-tooltip-content:after {
    border-bottom: none;
    border-right: none;
    border-top: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
}

.rz-tooltip-content.rz-bottom-tooltip-content .tooltip-table th {
    padding: 2px 6px;
    font-weight: 600;
    color: #000;
    border: 1px solid #E1E1E1;
}

.rz-tooltip-content.rz-bottom-tooltip-content .tooltip-table td {
    padding: 2px 6px;
    font-weight: 600;
    color: #000;
    border: 1px solid #E1E1E1;
}

.employee-management-stack {
    max-height: 81vh;
}

.employee-management-card {
    overflow-y: auto;
    height: 81vh;
}

.coach-row {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.coach-row.active {
    background-color: #009CDB;
    color: white !important;
    padding: 2px 0px 2px 2px;
    border-radius: 6px;
}

.coach-row.active .row-name {
    color: white;
}

.row-name{
    font-weight: bolder;
}

.approval-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-bottom: 5px;
}

.statment-update-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.statment-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 5px;
}

.discussion-img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.approval-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-top: 2rem;
}

.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #009cdb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 10px 0;
}

.form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.form-field label {
    font-weight: 600;
}

.demographics-fieldset-background {
    background-color: #FAFFFB !important;
}

.incentive-fieldset-background {
    background-color: #E8FFEE !important;
}

.market-fieldset-background {
    background-color: #FFF6CB !important;
}

.merit-fieldset-background {
    background-color: #F2FBFF !important;
}

.promotion-fieldset-background {
    background-color: #EBE5F7 !important;
}

.performance-fieldset-background {
    background-color: #F5F5F5 !important;
}

.employee-edit-card {
    padding: 20px;
    max-height: 81vh;
    overflow-y: auto;
}

.employee-edit-stack {
    max-height: 81vh;
}

/*.rz-grid-table tbody > tr:not(.rz-expanded-row-content):nth-child(odd) > td {
    background-color: var(--rz-alternateRow-background-color);
}*/

.rz-grid-header-background-color-firstName {
    background-color: #F0F4F9 !important;
}

.rz-grid-column-background-color-firstName {
    background-color: #F0F4F9 !important;
}

.rz-grid-header-background-color-lastName {
    background-color: #FFF099 !important;
}

.rz-grid-column-background-color-lastName {
    background-color: #FFF099 !important;
}

.rz-grid-header-background-color-incentive-cali {
    background-color: #E8FFEE !important;
}

.rz-grid-column-background-color-incentive-cali {
    background-color: #E8FFEE !important;
}

.rz-grid-header-background-color-end-cali {
    background-color: #BEECFF !important;
}

.rz-grid-column-background-color-end-cali {
    background-color: #BEECFF !important;
}

/*Demographics show hide button*/

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.show-demographics-btn {
    background-color: #F0F4F9;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    color: black;
}

.rz-button:not(.rz-state-disabled).show-demographics-btn:active {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #F0F4F9;
}

.rz-button:not(.rz-state-disabled).show-demographics-btn:focus:not(:active) {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #F0F4F9;
}

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.show-demographics-btn:hover {
    background-color: #F0F4F9 !important;
}

.rz-button:not(.rz-state-disabled).rz-shade-default.show-demographics-btn:hover:not(:active) {
    background-image: none;
}

/*Compensation show hide button*/

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.show-compensation-btn {
    background-color: #FFEF99;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    color: black;
}

.rz-button:not(.rz-state-disabled).show-compensation-btn:active {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #FFEF99;
}

.rz-button:not(.rz-state-disabled).show-compensation-btn:focus:not(:active) {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #FFEF99;
}

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.show-compensation-btn:hover {
    background-color: #FFEF99 !important;
}

.rz-button:not(.rz-state-disabled).rz-shade-default.show-compensation-btn:hover:not(:active) {
    background-image: none;
}

/*Compensation show hide button*/

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.show-compensation-btn {
    background-color: #FFEF99;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    color: black;
}

.rz-button:not(.rz-state-disabled).show-compensation-btn:active {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #FFEF99;
}

.rz-button:not(.rz-state-disabled).show-compensation-btn:focus:not(:active) {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #FFEF99;
}

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.show-compensation-btn:hover {
    background-color: #FFEF99 !important;
}

.rz-button:not(.rz-state-disabled).rz-shade-default.show-compensation-btn:hover:not(:active) {
    background-image: none;
}

/*Performance show hide button*/

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.show-performance-btn {
    background-color: #BEECFF;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    color: black;
}

.rz-button:not(.rz-state-disabled).show-performance-btn:active {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #BEECFF;
}

.rz-button:not(.rz-state-disabled).show-performance-btn:focus:not(:active) {
    border: 1px solid #C1C1C1;
    background-image: none;
    background-color: #BEECFF;
}

.rz-button.rz-button-md.rz-variant-filled.rz-primary.rz-shade-default.show-performance-btn:hover {
    background-color: #BEECFF !important;
}

.rz-button:not(.rz-state-disabled).rz-shade-default.show-performance-btn:hover:not(:active) {
    background-image: none;
}

.sub-button {
    margin-left: auto;
    direction: rtl;
}

.rz-dialog-titlebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.rz-dialog-close {
    background: transparent;
    border: none;
    cursor: pointer;
}

    .rz-dialog-close i {
        font-size: 18px;
    }