.hidden {
    display: none !important;
}

.text-accent {
    color: var(--pxpMainColor);
}

.text-white\/70 {
    color: rgba(255, 255, 255, 0.7);
}

.text-red-200 {
    color: #fecaca;
}

.text-emerald-200 {
    color: #a7f3d0;
}

html.pxp-root[data-app='panel'] {
    font-family: 'Poppins', 'Manrope', 'Source Sans 3', sans-serif;
}

html.pxp-root[data-app='panel'] body.pxp-dashboard-body {
    background-color: var(--pxpMainColorLight);
    min-height: 100vh;
}

html.pxp-root[data-app='panel'][data-theme='dark'] {
    --pxpTextColor: var(--text);
    --pxpMainColor: var(--accent);
    --pxpMainColorDark: var(--accent-strong);
    --pxpMainColorLight: #1c2432;
    --pxpMainColorTransparent: rgba(112, 181, 249, 0.16);
    --pxpSecondaryColor: #161d28;
    --pxpSecondaryColorLight: #202938;
    --pxpLightGrayColor: rgba(255, 255, 255, 0.12);
    --pxpDarkGrayColor: rgba(255, 255, 255, 0.5);
}

html.pxp-root[data-app='panel'][data-theme='dark'] body.pxp-dashboard-body {
    background-color: var(--bg);
    color: var(--pxpTextColor);
}

html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-preloader {
    background-color: #0f141b;
    color: var(--pxpTextColor);
}

html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-content-details {
    background-color: var(--surface);
    color: var(--pxpTextColor);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-stats-card,
html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-chart-container {
    background-color: var(--surface-2);
    border-color: rgba(255, 255, 255, 0.08);
}

html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-stats-card-icon {
    background-color: var(--surface);
    color: var(--pxpTextColor);
}

html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-content-details .table {
    --bs-table-bg: transparent;
    --bs-table-color: var(--pxpTextColor);
    --bs-table-border-color: rgba(255, 255, 255, 0.08);
}

html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-content-details .table-hover>:not(:last-child)>:last-child>* {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-content-details .table-hover th:not(.pxp-is-checkbox) {
    color: rgba(255, 255, 255, 0.65);
}

html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-content-details form .form-control,
html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-content-details form .form-select,
html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-company-dashboard-jobs-search-search-form .form-control,
html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-company-dashboard-jobs-search-search-form .input-group-text,
html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-inbox-search-form .form-control,
html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-inbox-search-form .input-group-text,
html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-sign-hero-form .form-control {
    background-color: var(--surface-2);
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--pxpTextColor);
}

html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-content-details form .form-control:focus,
html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-content-details form .form-select:focus,
html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-company-dashboard-jobs-search-search-form .form-control:focus,
html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-inbox-search-form .form-control:focus,
html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-sign-hero-form .form-control:focus {
    border-color: rgba(255, 255, 255, 0.3);
}

html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-company-dashboard-jobs-search-search-form .input-group-text,
html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-dashboard-inbox-search-form .input-group-text {
    border-right: 0 none;
}

html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-sign-hero-container .pxp-is-light {
    background-color: var(--surface);
}

html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-sign-hero-form .form-floating > label,
html.pxp-root[data-app='panel'][data-theme='dark'] .pxp-sign-hero-form .form-floating > span {
    color: rgba(255, 255, 255, 0.7);
}

html.pxp-root[data-app='panel'][data-theme='dark'] .dropdown-menu {
    background-color: var(--surface);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--pxpTextColor);
}

html.pxp-root[data-app='panel'][data-theme='dark'] .dropdown-item {
    color: var(--pxpTextColor);
}

html.pxp-root[data-app='panel'][data-theme='dark'] .dropdown-item:hover,
html.pxp-root[data-app='panel'][data-theme='dark'] .dropdown-item:focus {
    background-color: var(--surface-2);
    color: var(--pxpTextColor);
}

html[dir='rtl'] {
    direction: rtl;
}

html[dir='rtl'] .offcanvas-start {
    left: auto;
    right: 0;
    transform: translateX(100%);
}

html[dir='rtl'] .offcanvas-start.show {
    transform: none;
}

html[dir='rtl'] .dropdown-menu-end {
    right: auto;
    left: 0;
}

html[dir='rtl'] .ms-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
}

html[dir='rtl'] .ms-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
}

html[dir='rtl'] .ms-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
}

html[dir='rtl'] .me-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
}

html[dir='rtl'] .me-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}

html[dir='rtl'] .me-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}

html[dir='rtl'] .pxp-logo-nav-container .pxp-nav {
    margin-left: 0;
    margin-right: 40px;
}

html[dir='rtl'] .pxp-nav > ul > li > ul a.dropdown-toggle::after {
    margin-left: 0;
    margin-right: 7px;
}

html[dir='rtl'] .pxp-nav-mobile-container.offcanvas {
    border-left: 0 none;
    box-shadow: -15px 0 30px rgba(0, 0, 0, 0.16);
}

html[dir='rtl'] .pxp-nav-mobile > ul > li ul.dropdown-menu li:not(.pxp-dropdown-header) {
    padding-left: 0;
    padding-right: 10px;
}

html[dir='rtl'] .pxp-hero-form-round form .pxp-has-left-border {
    border-left: 0;
    border-right: 1px solid var(--pxpLightGrayColor);
}

html[dir='rtl'] .pxp-hero-form-round.pxp-has-bg form .pxp-has-left-border {
    border-left: 0;
    border-right: 1px solid #fff;
}

html[dir='rtl'] .pxp-hero-form .input-group .input-group-text {
    padding-right: 0;
    padding-left: 0.75rem;
}

html[dir='rtl'] .pxp-hero-form .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    margin-right: 1px;
}

html[dir='rtl'] .pxp-hero-form-round {
    padding-left: 0;
    padding-right: 20px;
}

html[dir='rtl'] .pxp-hero-form-round form button {
    margin-right: 0;
    margin-left: 13px;
}

html[dir='rtl'] .pxp-hero-form-round.pxp-bigger form button {
    margin-right: 0;
    margin-left: 20px;
}

html[dir='rtl'] .pxp-hero-form-round.pxp-smaller form button {
    margin-right: 0;
    margin-left: 8px;
}

html[dir='rtl'] .pxp-header.pxp-is-sticky .pxp-hero-form-round.pxp-smaller form button {
    margin-right: 0;
    margin-left: 7px;
}

html[dir='rtl'] .pxp-hero-form-round form .pxp-has-left-border {
    border-left: 0;
    border-right: 1px solid var(--pxpLightGrayColor);
}

html[dir='rtl'] .pxp-hero-form-round.pxp-has-bg form .pxp-has-left-border {
    border-left: 0;
    border-right: 1px solid #fff;
}

html[dir='rtl'] .pxp-hero-form .input-group .input-group-text {
    padding-right: 0.75rem;
    padding-left: 0;
}

html[dir='rtl'] .pxp-hero-form .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    margin-right: 1px;
}

html[dir='rtl'] .pxp-hero-searches-items > a {
    margin-right: 0;
    margin-left: 5px;
}

html[dir='rtl'] .pxp-jobs-card-1-category-label,
html[dir='rtl'] .pxp-single-job-category-label {
    padding-left: 0;
    padding-right: 10px;
}

html[dir='rtl'] .pxp-jobs-card-1-location > span,
html[dir='rtl'] .pxp-jobs-card-2-location > span {
    margin-right: 0;
    margin-left: 7px;
}

html[dir='rtl'] .pxp-jobs-card-1-type,
html[dir='rtl'] .pxp-jobs-card-2-type {
    padding-left: 0;
    padding-right: 30px;
}

html[dir='rtl'] .pxp-jobs-card-1-bottom-left {
    padding-right: 0;
    padding-left: 30px;
}

html[dir='rtl'] .pxp-jobs-card-2-info {
    margin-left: 0;
    margin-right: 20px;
}

html[dir='rtl'] .pxp-is-center .pxp-single-job-date::before {
    margin-right: 0;
    margin-left: 30px;
}

html[dir='rtl'] .pxp-single-job-side-company-profile {
    margin-left: 0;
    margin-right: 10px;
}

html[dir='rtl'] .pxp-single-job-side-info-social li {
    margin-right: 0;
    margin-left: 20px;
}

html[dir='rtl'] .pxp-sign-hero-form .form-floating > span {
    right: auto;
    left: 30px;
}

html[dir='rtl'] .pxp-company-dashboard-jobs-search-search-form .input-group .input-group-text {
    padding-right: 0.75rem;
    padding-left: 1px;
    border-right-width: 1px;
    border-right-style: solid;
    border-left: 0 none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

html[dir='rtl'] .pxp-company-dashboard-jobs-search-search-form .form-control {
    border-right: 0 none;
    border-left-width: 1px;
    border-left-style: solid;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

html.pxp-root[dir='rtl'][data-app='panel'][data-theme='dark'] .pxp-company-dashboard-jobs-search-search-form .input-group-text {
    border-right-width: 1px;
    border-right-style: solid;
    border-left: 0 none;
}

html[dir='rtl'] .pxp-dashboard-content-details form .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

html[dir='rtl'] .pxp-dashboard-side-panel {
    left: auto;
    right: 0;
}

html[dir='rtl'] .pxp-dashboard-side-panel .pxp-logo {
    margin-left: 0;
    margin-right: 1.4rem;
}

html[dir='rtl'] .pxp-dashboard-side-user-nav-container {
    left: auto;
    right: 0;
}

html[dir='rtl'] .pxp-dashboard-side-user-nav-name {
    margin-left: 0;
    margin-right: 7px;
}

html[dir='rtl'] .pxp-dashboard-side-user-nav-dropdown > .dropdown-toggle::after {
    right: auto;
    left: 0;
    margin-left: 0;
    margin-right: 7px;
}

html[dir='rtl'] .pxp-dashboard-content {
    margin-left: 0;
    margin-right: 320px;
}

html[dir='rtl'] .pxp-dashboard-content-details {
    margin-right: 0;
    margin-left: 30px;
}

html[dir='rtl'] .pxp-dashboard-content footer {
    margin-right: 0;
    margin-left: 30px;
}

html[dir='rtl'] .pxp-dashboard-stats-card-info {
    padding-left: 0;
    padding-right: 20px;
}

html[dir='rtl'] .pxp-dashboard-chart-percent,
html[dir='rtl'] .pxp-dashboard-chart-vs {
    margin-left: 0;
    margin-right: 30px;
}

html[dir='rtl'] .pxp-user-notifications-counter {
    right: auto;
    left: 0;
}

html[dir='rtl'] .pxp-user-nav-dropdown.pxp-user-notifications ul.dropdown-menu > li > a .pxp-is-time {
    margin-left: 0;
    margin-right: 5px;
}

html[dir='rtl'] .pxp-dashboard-chart-container .form-select,
html[dir='rtl'] .pxp-jobs-list-top .form-select {
    background-position: left center;
}

html[dir='rtl'] .pxp-jobs-list-side-filter .form-select {
    background-position: left 20px center;
}
