/* General Styles */

.environment-development {
    background-color: pink;
}

.environment-azure-testing {
    background-color: yellow;
}

.environment-azure-demo {
    background-color: gray;
}

.field-validation-error, .validation-message {
    color: red;
}

.employee-progress-field
{
    background-color: lightyellow;
}

.input-validation-error {
    border: 1px solid red;
}

.text-right {
    text-align: right;
}

.grey-background {
    background-color: #EEEEEE;
}

.primary-color {
    fill: #3f80ea;
    color: #3f80ea;
}

.secondary-color {
    fill: #495057;
    color: #495057;
}

/* Navbar Customizations */
.sidebar, .sidebar-content {
    background-color: #242428 !important;
    color: #FFFFFF !important;
}

.sidebar h3,
.sidebar i,
.sidebar .sidebar-header,
.sidebar-link, 
a.sidebar-link {
    color: #ffffff !important;
}

.sidebar-nav .sidebar-header {
    padding-top:10px;
}

a.sidebar-link:hover {
    color: #fd5400 !important;
}

div.sidebar-link {
    color: #fd5400 !important;
    cursor:inherit !important;
}

/* PORTAL DIVERGENCE from Verifent.Web copy: MVC rendered the selected menu item as a
   non-clickable <div class="sidebar-link sidebar-link-selected">; the portal's NavLink
   renders an <a> with the same class, which the div-qualified selector missed.
   The a.* variants keep NavLink-selected items styled (and still clickable). */
div.sidebar-link-selected,
a.sidebar-link-selected {
    background-color: #fd5400 !important;
    color: #ffffff !important;
}

a.sidebar-link-selected span,
a.sidebar-link-selected i {
    color: #ffffff !important;
}

.dxbl-btn-link {
    padding: 0px;
}

.dxbl-btn-link:hover {
    text-decoration: underline;
}

/* Style DevExpress Grids to look like tables */
.verifent-grid {
    background-color: white !important;
    border: none !important;
}

.verifent-grid .dxbl-grid {
    background-color: white !important;
    border: none !important;
}

    .verifent-grid .dxbl-grid-table {
        background-color: white !important;
        border: none !important;
    }

.verifent-grid .dxbl-grid-table th {
    background-color: white !important;
    padding:10px !important;
}

    .verifent-grid .dxbl-grid-table .dxbl-grid-header-row,
    .verifent-grid .dxbl-grid-table td {
        border-bottom: 1px #dee6ed solid !important;
    }

.verifent-grid td {
    padding: 12px !important
}

.verifent-grid td a {
    color: #3f81ea !important;
}

.verifent-grid tr[data-virtual-item-index="-1"] {
    display: none;
}

.dxbl-scroll-viewer-content table {
    background-color: white !important;
}

/* This is to fix the menu overflow issue where it is hidden in the last row of the table */
.dxbl-grid-table {
    padding-bottom: 75px !important;
}

.dxbl-grid-table .dxbl-grid-empty-row {
    display: table-row !important;
}


    .dxbl-grid-table .dxbl-grid-empty-row td {
        display: table-row !important;
    }
/* This is to fix the menu overflow issue where it is hidden in the last row of the table */

/* Popup Window Customizations */
.dxbl-modal > .dxbl-modal-root > .dxbl-popup:not(.dxbl-popup-resized):not(.dxbl-popup-fixed-width) {
    max-width: 900px;
}

/* Edit Form Customizations */
.dxbl-group-body-content {
    background-color: white !important;
}

.grid-popup-style {
    min-width: 800px;
}

/* Login Area - Template */
.login-button {
    background-color: transparent;
    border: none;
    padding: 4px 0px 4px 10px;
}

    .login-button:hover {
        color: red;
    }

.login-button-text {
    margin: auto 0px;
}

.login-button p {
    margin: 0px;
    text-align: right;
    height: 15px;
}

.login-button .login-button-name {
    font-weight: 800;
    font-size: .7rem;
}

.login-button .login-button-environment {
    font-size: .6rem;
}

.login-button .avatar {
    color: #FD5400;
    margin: auto 8px;
}

.portal-switcher {
    max-width:400px !important;
}

/* Employee Dashboard */
.selected-card {
    background-color: #fce7de;
    border: 1px solid #000000;
}

.clickable {
    cursor: pointer;
}

.disapproved {
    color: #FD5400;
    font-size: .8em;
    font-style: italic;
}

.approved {
    color: #008000;
    font-size: .8em;
    font-style: italic;
}

/* 1001 - This was causing a double placeholder / shadow.  Removed for now...may need to check after a future update.  This was specifically happenning on date box placeholders. */
.dx-placeholder {
    visibility: hidden;
}

/*This helps use locate the toast absolutely input the bottom right corner*/
.toast-container {
    position: fixed; /* Keeps the element fixed in the viewport */
    bottom: 20px; /* Aligns the element to the bottom */
    right: 90px; /* Aligns the element to the right */
    z-index: 1000; /* Ensures the element is on top of other content */
}

/* Needed for PSLF review page */
.highlight-change {
    border-style: solid;
    border-color: pink;
    border-width: 3px;
}

/* Style DevExpress DxTabs */
.dxbl-scroll-viewer-content ul {
    background-color: white !important;
    border: 0px;
    border-bottom: 1px solid rgb(215,224,233);
}
.verifent-dxtab-active {
    margin-right: 5px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 7px 7px 0px 0px;
    border: 1px solid rgb(215,224,233);
    border-bottom: 0px;
    background: rgb(245,247,251);
    z-index: 111;
}

.verifent-dxtab {
    margin-right: 5px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 7px 7px 0px 0px;
    border: 1px solid rgb(227,231,235);
    border-bottom: 1px;
    background: white;
    z-index: 111;
}

.verifent-dxtab:hover {
    background: rgb(227,231,235);
}

.circle {
    width: 60px;
    height: 60px;
    background-color: #f4ab86;
    border-radius: 50%; /* Makes the div a circle */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Ensures content stays inside the circle */
    padding: 7px;
}

/* Employer Candidate Styling */

.candidate-summary .badge-warning {
    background-color: #FD5400;
    color: #ffffff;
}

.candidate-summary .badge-secondary {
    background-color: #495057;
    color: #ffffff;
}

.has-pending-eivs, .has-pending-evs, .has-pending-pslfs {
    color: #FD5400;
    font-weight: bold;
}

.subscription-bar {
    background-color: #FD5400;
    text-align: center;
    padding: 10px;
    color: #FFFFFF;
}

.subscription-bar a {
    color: #FFFFFF;
    text-decoration:underline;
}

.subscription-card {
    border: 1px solid #000000;
}

.subscription-card h5 {
    font-size:1.5em;
    font-weight: bold;
    color: #000000;
}

.subscription-card .plan-description {
    font-size: .9em;
}

    .subscription-card .plan-details {
        font-size: .9em;
    }

.subscription-card .payment-amount {
    font-weight:bold;
    font-size: 2.5em;
}


.free-subscription {
    border-top: 35px solid gray;
}

.free-subscription .call-to-action {
    background-color: gray;
    color: white;
    padding: 10px;
    border-radius: 5px;
}


.plus-subscription {
    border-top: 35px solid #FD5400;
}

.plus-subscription .call-to-action {
    background-color: #FD5400;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

/* Admin Formatting*/
.popover-orange {
    color: #FD5400;
}

.organization-name {
    font-size: .8rem;
    color: #ffffff;
    padding: 15px 24px 0px 24px;
}

.organization-name .organization-code {
    font-size: .7rem;
}

.two-factor-authentication svg {
    margin-top: 25px;
    height: 100px;
    margin-bottom: 40px;
}

/* Verifier Styles */
.table-warning {
    background-color: #fcf8de;
}

/* Verifent + and Paid Employee Subscription*/
.gray-out-section {
    position: relative;
    opacity: .5;
}

    .gray-out-section input {
        pointer-events: none;
    }

.gray-out-section-redirect a {
    pointer-events: none;
}

    

.hover-message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
}

.gray-out-section:hover .hover-message {
    display: flex;
}

/* Employee Profile Status */
.status-list {
    margin-top:70px;
    font-size: 1.1em;
}

.status-complete i {
    color: green;
    padding: 10px;
}

.status-incomplete i {
    padding: 10px;
}

.status-text
{
    font-size:.8em;
}

.overlay-container {
    position: relative;
    display: inline-block;
}

.background {
    width: 100%; /* Adjust as needed */
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-text {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.menu-overflow {
    overflow:visible !important;
}

/* DashHire Prime Popup Styles */
.prime-popup-content {
    max-width: 1000px;
    margin: auto;
    padding: 32px 24px 24px 24px;
    background: #fff;
}

.prime-popup-content b {
    font-weight: 1000 !important;
}

.prime-title {
    color: #FF6600;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.prime-headline {
    font-size: 2.2rem;
    font-weight: 500;
    color: #222;
    margin-bottom: 0.5rem;
    line-height: 1.1;
}

.prime-subtitle {
    font-size: 1.05rem;
    color: #222;
    font-weight: 1000 !important;
    margin-bottom: 1.2rem;
}

.prime-feature-list {
    font-size: 1.05rem;
    margin-left: 0;
    padding-left: 0;
}

    .prime-feature-list li {
        margin-bottom: 0.7rem;
        line-height: 1.5;
        color: #222;
    }

.prime-feature-icon {
    color: #FF6600;
    font-size: 1.15em;
    width: 1.3em;
    text-align: center;
}

.prime-btn {
    background: #FF6600;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    width: 350px;
    padding: 16px 0 10px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: background 0.2s;
    cursor: pointer;
    text-align: center;
    line-height: 1.1;
}

    .prime-btn:hover, .prime-btn:focus {
        background: #e65c00;
    }

.prime-btn-sub {
    font-size: 1.05rem;
    font-weight: 400;
    display: block;
    margin-top: 2px;
}

.prime-link {
    color: #333;
    text-decoration: underline;
    font-size: 1.05rem;
    margin-top: 8px;
    cursor: pointer;
}

    .prime-link:hover, .prime-link:focus {
        color: #FF6600;
    }

/* Optional: Remove default popup padding if needed */
.prime-popup .dx-popup-content {
    padding: 0 !important;
}


.subscription-outer-container {
    background: #fff;
    padding-top: 32px;
    padding-bottom: 32px;
}

.subscription-header {
    margin-bottom: 24px;
}

.subscription-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a2233;
    margin-bottom: 12px;
}

.subscription-lead {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    color: #222;
}

.subscription-support {
    font-size: 1.1rem;
    color: #222;
    margin-bottom: 1.5rem;
}

.subscription-toggle-row {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.subscription-toggle-group {
    display: flex;
    border-radius: 2px;
    overflow: hidden;
    border: 1.5px solid #ff5a00;
    background: #fff;
}

.subscription-toggle-btn {
    font-weight: 700;
    font-size: 1.15rem;
    padding: 12px 36px;
    border: none;
    background: transparent;
    color: #ff5a00;
    cursor: pointer;
    outline: none;
    transition: background 0.2s, color 0.2s;
}

    .subscription-toggle-btn.active {
        background: #ff5a00;
        color: #fff;
    }

    .subscription-toggle-btn:not(.active):hover {
        background: #ffe5d1;
    }

.subscription-card {
    /* Add your card styling here */
    position: relative;
    color: #000000;
}

.subscription-card .plan-details {
    font-size: 1.1em;
}

.subscription-recommended-badge {
    position: absolute;
    left: 0;
    right: 0;
    top: -34px;
    margin: 0 auto;
    width: 100%;
    background: #ff5a00;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 0;
    font-size: 1.2rem;
    border-radius: 0 0 2px 2px;
    z-index: 2;
}

@media (max-width: 768px) {
    .subscription-toggle-btn {
        padding: 10px 18px;
        font-size: 1rem;
    }
}

/* PORTAL DIVERGENCE from Verifent.Web copy: Verifent.Web serves these rules from
   Dashboard.cshtml's inline @section Head <style> block (Areas/Employee/Views/Portal/
   Dashboard.cshtml); the portal has no per-page Head sections, so they live here.
   The .dxbl-grid-command-cell overflow rule is load-bearing — without it the grid
   row-action dropdown menus are clipped by the command cell. */
.dxbl-upload-panel {
    text-align: left;
}

.dxbl-upload-file-list-view .dxbl-upload-file-view-details {
    padding: 5px 0px 5px 5px;
}

.dxbl-upload-file-list-view button {
    margin: 5px;
}

.dxbl-grid-table td small {
    margin: 0px 0px 0px 15px;
}

.dxbl-scroll-viewer-content {
    /* padding-bottom: 100px; */
}

.dxbl-grid-command-cell {
    overflow: visible !important;
}

.dropdown-menu {
    background-color: #ffffff !important;
}
