﻿
/*Create Company Styling*/

.createcompany-heading {
    border-bottom: 5px solid darkred;
    display: inline-block;
    padding-bottom: 5px;
}

.copy-unique-id {
    border: solid #0000004d 0.2px;
    margin-top: 2rem;
}

.createcompany-info-paragraph {
    max-width: 710px;
}

.createcompany-sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}

.createcompany-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 715px;
    max-width: 100vw;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    z-index: 1060;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.createcompany-body-scroll {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1.5rem;
    overscroll-behavior: contain;
    scrollbar-width: none;
}

    .createcompany-body-scroll::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

.createcompany-sidebar .alert-danger {
    position: relative;
}

.term-cond {
    border-top: 1px solid #ddd;
    background-color: #fff;
    padding: 1rem 1rem;
    font-size: 0.95rem;
}



    .createcompany-sidebar-header h2 {
        margin: 0;
        font-size: 1.4rem;
        font-weight: 500;
    }

.create-company-steps-wrapper {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .create-company-steps-wrapper::-webkit-scrollbar {
        display: none;
    }

.create-company-steps {
    padding: 1rem 1.5rem 1rem 0.75rem;
    font-size: 0.95rem;
}

    .create-company-steps .form-control {
        width: 100% !important;
        max-width: 100% !important;
    }

    .create-company-steps h6 {
        font-size: 1.1rem;
        margin-top: 1.5rem;
        font-weight: 600;
    }

    .create-company-steps p,
    .create-company-steps label {
        margin-bottom: 1rem;
    }

    .create-company-steps a {
        color: #073d8b;
        font-weight: 500;
    }




.create-company-footer-right {
    margin-left: auto;
    display: flex;
    gap: 10px;
}

/*Create Company Styling*/

.createcompany-heading {
    border-bottom: 5px solid darkred;
    display: inline-block;
    padding-bottom: 5px;
}

.copy-unique-id {
    border: solid #0000004d 0.2px;
    width: 88%;
    margin-top: 2rem;
    margin-left: 2.1rem;
}

.createcompany-info-paragraph {
    max-width: 710px;
}

.createcompany-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* <-- THIS FIXES YOUR ISSUE */
    background: rgba(0, 0, 0, 0.3);
    z-index: 1050;
    display: flex;
    justify-content: flex-end;
    overflow: hidden; /* ensure sidebar stays within screen */
}


.createcompany-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 715px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    z-index: 1060;
    display: flex;
    flex-direction: column;
    overflow: initial;
}

.createcompany-body-scroll {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1.5rem;
    overscroll-behavior: contain;
    scrollbar-width: none;
}

    .createcompany-body-scroll::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

.createcompany-sidebar .alert-danger {
    position: relative;
}

.term-cond {
    border-top: 1px solid #ddd;
    background-color: #fff;
    padding: 1rem 1rem;
    font-size: 0.95rem;
}

.createcompany-sidebar-header {
    background-color: #26374a;
    color: white;
    padding: 2rem 2.1rem;
}

    .createcompany-sidebar-header h2 {
        margin: 0;
        font-size: 1.4rem;
        font-weight: 500;
    }

.create-company-steps-wrapper {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .create-company-steps-wrapper::-webkit-scrollbar {
        display: none;
    }



.create-company-steps .form-control {
    width: 100% !important;
    max-width: 100% !important;
}

.create-company-steps h6 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    font-weight: 600;
}

.create-company-steps p,
.create-company-steps label {
    margin-bottom: 1rem;
}

.create-company-steps a {
    color: #073d8b;
    font-weight: 500;
}

.create-company-footer {

    padding: 1rem 2.2rem;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #ddd;
    background-color: #fff;
}

.create-company-footer-right {
    margin-left: auto;
    display: flex;
    gap: 10px;
}


.large-checkbox {
    transform: scale(1.5);
}

.blu-lnk {
    color: #375373 !important;
}

.new-comp-btn {
    border-radius: 5px;
}

.req-icon {
    color: #d51418;
    font-weight: bold;
}

#join-company-modal, #toggle_language_confirmation {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    position: absolute;
}

.mfp-bg,
.overlay-def {
    z-index: 1070 !important;
}

.modal-dialog,
.mfp-wrap {
    z-index: 1080 !important;
}

.circle {
    display: inline-block;
    background-color: #b9b5b5;
    margin: 10px;
    border-radius: 50%;
}

.circle-inner {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 30px;
    width: 30px;
    font-size: 12px;
}

.canadaheader {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

/*Application Detail*/

.manageaccess-sidebar-header {
    background-color: #26374a;
    padding: 1rem 1.5rem;
    border-bottom: none;
}

.manageaccess-info {
    background-color: #f0f8ff;
    border-bottom: 1px solid #dee2e6;
    font-size: 0.9rem;
}

.manageaccess-body-scroll {
    flex: 1;
    overflow-y: auto;
    max-height: calc(100vh - 260px);
}

.manageaccess-role {
    font-weight: 300;
    color: #6c757d;
    font-size: 0.9rem;
}

.manageaccess-footer {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
    padding: 1rem 1.5rem;
}

.manageaccess-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}

.manageaccess-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 480px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    z-index: 1060;
}

.custom-padding-section [class*="col-"] {
    padding-left: 7px;
}



.ConductingResearchMarg {
    margin-left: 1px;
}

.custom-gap {
    margin-left: 10px;
}



.big-radio input[type="radio"] {
    transform: scale(1.5); /* Increase size */
    -webkit-transform: scale(1.5);
    margin-right: 6px; /* Optional spacing */
}

.field-name {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.text-body {
    margin-left: 44px;
}

.decision-tree .form-check-input {
    margin-top: 10px;
}

.CompanyDeactiveMrg {
    margin-left: -14px;
    margin-top: 29px;
}

.UserSearchMrg {
    margin-right: 18px;
}

.UserSelectMrg {
    margin-left: 24px;
}

.UserRolMrg {
    margin-left: 18px;
}

.ViewMemberMrg {
    margin-left: 16px;
}

.app-guide-page .p-3 {
    height: 364px !important;
}

/* ✅ Styles for links / final answer box in application guide */
.answer-box {
    background-color: #F4FBF4; /* light mint green */
    border: 1px solid #B5D9B3; /* subtle green border */
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin-top: 1.5rem;
    color: #333;
}

.answer-header {
    display: flex;
    align-items: center; /* centers the icon and text perfectly */
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #1B5E20; /* dark green text */
    font-weight: 600;
}

.circle-icon {
    background-color: #1B5E20; /* dark green circle */
    color: white; /* white checkmark */
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    flex-shrink: 0;
    line-height: 1;
    transform: translateY(-1px);
    /* visually aligns with text baseline */
}

.answer-body {
    margin-left: 26px;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

    .answer-body a {
        color: #4B0082;
        text-decoration: underline;
    }

        .answer-body a:hover {
            color: #2a0066;
        }

.get-started-link {
    color: #4B0082; /* purple */
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}

    .get-started-link:hover {
        text-decoration: underline;
    }

    .get-started-link:visited {
        color: #551A8B;
    }

.large-checkbox {
    transform: scale(1.5);
}

.blu-lnk {
    color: #375373 !important;
}

.new-comp-btn {
    border-radius: 5px;
}

.req-icon {
    color: #d51418;
    font-weight: bold;
}

#join-company-modal, #toggle_language_confirmation {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    position: absolute;
}

.mfp-bg,
.overlay-def {
    z-index: 1070 !important;
}

.modal-dialog,
.mfp-wrap {
    z-index: 1080 !important;
}

.circle {
    display: inline-block;
    background-color: #555555;
    margin: 10px;
    border-radius: 50%;
}

.circle-inner {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 30px;
    width: 30px;
    font-size: 12px;
}

.canadaheader {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

/*Application Detail*/

.manageaccess-sidebar-header {
    background-color: #26374a;
    padding: 1rem 1.5rem;
    border-bottom: none;
}

.manageaccess-info {
    background-color: #f0f8ff;
    border-bottom: 1px solid #dee2e6;
    font-size: 0.9rem;
}

.manageaccess-body-scroll {
    flex: 1;
    overflow-y: auto;
    max-height: calc(100vh - 260px);
    padding: 1rem 1.5rem;
}

.manageaccess-role {
    font-weight: 300;
    color: #6c757d;
    font-size: 0.9rem;
}

.manageaccess-footer {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
    padding: 1rem 1.5rem;
}

.manageaccess-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}

.manageaccess-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 480px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    z-index: 1060;
}

.custom-padding-section [class*="col-"] {
    padding-left: 7px;
}



.ConductingResearchMarg {
    margin-left: 1px;
}

.custom-gap {
    margin-left: 10px;
}

.instructionmrgin {
    margin-left: 19px;
}

.form-check-input[type="radio"] {
    transform: scale(1.5); /* 1.5 = 150% of normal size */
    margin-right: 0.5rem; /* keeps label nicely aligned */
}

.field-name {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.text-body {
    margin-left: 44px;
}

.decision-tree .form-check-input {
    margin-top: 10px;
}

.CompanyDeactiveMrg {
    margin-left: -14px;
    margin-top: 29px;
}

.UserSearchMrg {
    margin-right: 18px;
}

.UserSelectMrg {
    margin-left: 24px;
}

.UserRolMrg {
    margin-left: 18px;
}

.ViewMemberMrg {
    margin-left: 16px;
}

.app-guide-page .p-3 {
    height: 364px !important;
}

/* ✅ Styles for links / final answer box in application guide */
.answer-box {
    background-color: #F4FBF4; /* light mint green */
    border: 1px solid #B5D9B3; /* subtle green border */
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin-top: 1.5rem;
    color: #333;
}

.answer-header {
    display: flex;
    align-items: center; /* centers the icon and text perfectly */
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #1B5E20; /* dark green text */
    font-weight: 600;
}

.circle-icon {
    background-color: #1B5E20; /* dark green circle */
    color: white; /* white checkmark */
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    flex-shrink: 0;
    line-height: 1;
    transform: translateY(-1px);
    /* visually aligns with text baseline */
}

.answer-body {
    margin-left: 26px;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

    .answer-body a {
        color: #4B0082;
        text-decoration: underline;
    }

        .answer-body a:hover {
            color: #2a0066;
        }

.get-started-link {
    color: #4B0082; /* purple */
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}

    .get-started-link:hover {
        text-decoration: underline;
    }

    .get-started-link:visited {
        color: #551A8B; /* visited purple */
    }

.table-scroll {
    margin-top: -20px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

/* Draft table width */
#DraftTableWrapper table {
    min-width: 110% !important;
    table-layout: auto !important;
}

/* Under Review table width */
#UnderReviewTableWrapper table,
#ResolvedTableWrapper table,
#documentsTableWrapper table {
    table-layout: auto !important;
    min-width: 190% !important;
}
#CompanyWorkspacesWrapper table{
    table-layout: auto !important;
    min-width: 100% !important;
}
div[id^="TransctionsWrapper_"] table {
    table-layout: auto !important;
    min-width: 160% !important;
}

.dataTables_length select,
.dataTables_length select option {
    font-weight: 400 !important; /* Normal */
    font-family: "Noto Sans", sans-serif !important; /* Fluent font */
}

.status-icon-gray {
    width: 24px;
    fill: #21262a !important;
}

.status-icon-blue {
    width: 32px;
    flex-shrink: 0;
    fill: #284162 !important;
}

.Application-status-icon-warning {
    fill: #BC4B09 !important;
}
/* Green success */
.Application-status-icon-success {
    color: #107C10 !important;
    fill: #107C10 !important;
}

/* Red error */
.Application-status-icon-error {
    color: #D13438 !important;
    fill: #D13438 !important;
}




/* Remove the label "Search:" */
.dataTables_filter label {
    font-size: 0;
}

/* Style the search input like FluentUI */
.dataTables_filter input {
    font-size: 14px;
    width: 280px;
    padding: 10px 34px 6px 12px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    outline: none;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.742 10.344l3.853 3.853-1.397 1.397-3.853-3.853a6 6 0 1 1 1.397-1.397zM6.5 11A4.5 4.5 0 1 0 6.5 2a4.5 4.5 0 0 0 0 9z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}
/* ============================================
   FIX PAGINATION — WET uses .bottom NOT .dataTables_bottom
   ============================================ */

/* Bottom wrapper (pagination + length) */
.dataTables_wrapper .bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 18px 0;
    border-top: 1px solid #e5e5e5;
}

/* Hide the TOP "Show X entries" */
.dataTables_wrapper .top .dataTables_length,
.dataTables_wrapper .dataTables_scrollHead .dataTables_length {
    display: none !important;
    flex-wrap: wrap;
}


/* Make sure the bottom "Show X rows" is visible */
.dataTables_wrapper .bottom .dataTables_length {
    display: block !important;
}



/* Position bottom wrapper items */
.dataTables_wrapper .bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    padding-top: 16px;
}

/* Put the “Show X rows” selector on the LEFT */
.dataTables_wrapper .dataTables_length {
    order: 1;
}



        .dataTables_wrapper .dataTables_paginate .paginate_button.current {
            background-color: #f7f7f7 !important;
            color: #161515 !important;
        }
        /* Hover */
        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            background-color: #e6f2fb !important;
        }

    /* Remove DT arrows */
    .dataTables_wrapper .dataTables_paginate .previous::before,
    .dataTables_wrapper .dataTables_paginate .next::before {
        display: none !important;
    }

/* Remove ugly scroll track line */
.dataTables_wrapper .bottom .dataTables_scrollBody::-webkit-scrollbar-track {
    background: transparent !important;
}
/* PAGINATION WRAPPER */
.dataTables_wrapper .dataTables_paginate {
    display: flex !important;
    gap: 8px;
    align-items: center;
    order: 2;
    margin-left: auto !important;

}
.dataTables_paginate .paginate_button:focus {
    outline: 2px solid #000000 !important;
    outline-offset: 2px !important;
}

.dataTables_paginate .paginate_button.disabled:focus {
    outline: none !important;
}
/* ALL pagination buttons */
.dataTables_paginate .paginate_button {
    margin-right: 4px;
    background: white !important;
    border: 1px solid white !important;
    border-radius: 4px !important;
    padding: 4px 10px !important;
    cursor: pointer;
    color: #115EA3 !important; /* default blue */

    font-family: "Noto Sans";
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: auto !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important;
}

    /* ACTIVE (CURRENT) PAGE */
    .dataTables_paginate .paginate_button.current {
        background: white !important; /* always white */
        color: #000 !important; /* black number */
        font-family: "Noto Sans";
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 24px !important;
        text-decoration-line: underline !important;
        text-decoration-style: solid !important;
        text-decoration-skip-ink: auto !important;
        text-decoration-thickness: 1px !important;
        text-underline-offset: auto !important;
        text-underline-position: from-font !important;
    }

.dataTables_paginate .next {
    font-size: 0 !important;
}

.dataTables_paginate .previous {
    font-size: 0 !important;
}

.dataTables_paginate .next::after {
    content: ">" !important;
    font-size: 16px !important;
    color: #0078d4 !important; /* Fluent UI blue */
    margin-left: -0.5em !important;
}

.dataTables_paginate .previous::after {
    content: "<" !important;
    font-size: 16px !important;
    color: #0078d4 !important; /* Fluent UI blue */
    margin-left: -0.5em !important;
}

/* HOVER */
.dataTables_paginate .paginate_button:not(.current):hover {
    background: #f3f3f3 !important;
}

/* REMOVE default DataTables arrows */
.dataTables_paginate .previous::before,
.dataTables_paginate .next::before {
    display: none !important;
}

/* DISABLED arrows */
.dataTables_paginate .paginate_button.disabled {
    opacity: 0.4 !important;
    cursor: default !important;
}


/* Focus border */
.dataTables_filter input:focus {
    border-color: #0078d4;
    box-shadow: 0 0 3px #0078d4;
}

/* Align filter bar left */
.dataTables_filter {
    display: flex !important;
    justify-content: flex-start !important;
    margin-bottom: 20px !important;
}

/* Align items horizontally on the same line */
.dataTables_wrapper .top {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
}



/* Move "Showing X to X of X rows" to the right */
.dataTables_info {
    margin-left: auto !important;
}

    /* Remove the separator bar inserted by DataTables */
    .dataTables_info::after {
        content: "" !important;
    }

/* If DataTables inserted "|" as text, hide that exact character */
.dataTables_info {
    white-space: pre; /* keep spacing */
}

    .dataTables_info:after {
        content: "" !important;
    }

/* OPTIONAL – hide leftover pipes within the info area */
.dataTables_info {
    visibility: visible;
}

    .dataTables_info:before {
        content: attr(data-dt-info) !important;
    }



table.dataTable thead th {
    white-space: nowrap !important;
}

.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table {
    width: auto !important;
}


th.sortable {
    white-space: nowrap;
    position: relative;
}
/* layout */
.sort-icons {
    display: inline-flex !important;
    gap: 2px;
    margin-left: 6px;
    vertical-align: middle;
}


/* Container */
.sort-icons {
    display: inline-flex !important;
  
    margin-left: 6px;
    vertical-align: middle;
}


    .sort-icons svg {
        width: 10px !important; /* icon size */
        height: 14px !important;
        padding: 2px !important; /* <<< MAKES IT WIDE */
        min-width: 14px; /* <<< key */
        box-sizing: content-box;
        border: 1px solid #6c757d;
        background-color: #fff;
        fill: #6c757d;
        opacity: 1 !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
/* DESCENDING → DOWN arrow active (first SVG) */
th.sorting_desc .sort-icons svg:first-of-type {
    opacity: 1 !important;
    fill: #000 !important; /* black arrow */
    background-color: #cfcfcf !important;
    border-color: #000 !important;
}

/* ASCENDING → UP arrow active (last SVG) */
th.sorting_asc .sort-icons svg:last-of-type {
    opacity: 1 !important;
    fill: #000 !important; /* black arrow */
    background-color: #cfcfcf !important;
    border-color: #000 !important;
}


.sort-icons {
    flex-direction: row; /* <<< horizontal arrows */
    gap: 6px; /* space between arrows */
}

.dataTables_length label {
    font-size: 0; /* hides old text but keeps select visible */
}

.dataTables_length select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none !important; /* remove default arrow */
}

.dataTables_length select {
    width: 94%;
    font-size: 14px;
    padding: 4px 30px 4px 10px; /* Reduced padding → smaller height */
    line-height: 1.2; /* Reduce vertical expansion */
    height: 32px; /* Explicit smaller height */
    border-radius: 4px;
    border: 1px solid #ccc;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="14" viewBox="0 0 24 24" width="14" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
}




/* base style for BOTH svgs */

    .sort-icons svg:hover {
        opacity: 1;
    }

.dataTables_wrapper .top {
    margin-bottom: -6px !important;
}

    .dataTables_wrapper .top [type=search] {
        max-width: 258px !important;
    }

/* Sticky header for the Info column */
table.dataTable th:last-child {
    position: sticky;
    right: 0;
    z-index: 10;
    background: inherit !important; /* match header background */
}

/* Sticky body cells for Info column */
table.dataTable td:last-child,
table.dataTable th:last-child {
    position: sticky;
    right: 0;
    z-index: 5;
    background: inherit !important; /* inherit row color */
}

/* Support for striped rows */
table.dataTable tbody tr:nth-child(odd) td:last-child,
table.dataTable thead tr:nth-child(odd) th:last-child {
    background-color: #f8f9fa !important; /* matches striped row */
}

table.dataTable tbody tr:nth-child(even) td:last-child,
table.dataTable thead tr:nth-child(even) th:last-child {
    background-color: #ffffff !important; /* matches even rows */
}

/* Hover state stays consistent */
table.dataTable tbody tr:hover td:last-child,
table.dataTable thead tr:hover t:hlast-child {
    background-color: #e9ecef !important; /* Bootstrap hover */
}
/* Align status icon + text horizontally and center vertically */
table.dataTable td.status-cell,
table.dataTable th.status-cell {
    display: flex;
    align-items: center; /* vertical centering */
    gap: 6px; /* space between icon and text */
    padding-left: 0px !important; /* match other columns */
}
/* Put the search bar between two horizontal lines */
.dataTables_wrapper .top {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 23px !important;
    padding-bottom: 24px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.dataTables_filter input {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.dataTables_wrapper .top {
    flex-wrap: wrap;
    margin-bottom: 0 !important;
}

.dataTables_filter {
    margin: 0 !important;
}


.Header_info_Sidebar {
    margin-left: 29px;
}

.btn:focus,
.btn:active:focus,
.btn-primary:focus,
.btn-primary:active:focus {
    outline: none !important;
    border-color: #000 !important;
    /* 1️⃣ White space around button
       2️⃣ Black border outside the white space */
    box-shadow: 0 0 0 2px #fff, /* white gap */
    0 0 0 3px #000 !important; /* black border */
}



.Header_info_Sidebar p,
.Header_info_Sidebar p strong {
    margin-bottom: 30px !important;
    font-size: 1.2rem !important;
    font-weight: 700;
}

#DraftTable th:last-child,
#UnderReviewTable th:last-child,
#ResolvedTable th:last-child,
#documentsTable th:last-child,
#DraftTable td:last-child,
#UnderReviewTable td:last-child,
#ResolvedTable td:last-child,
#documentsTable td:last-child,
table[id^="Transctions_"] th:last-child,
table[id^="Transctions_"] td:last-child,
#CompanyWorkspacesTable th:last-child,
#CompanyWorkspacesTable td:last-child
{
    border-left: 1px solid #c9c9c9 !important;
}

/*----------------------------------*/
.app-summary-block {
    padding-top: 12px; /* 12px ABOVE the top border */
    padding-bottom: 12px; /* 12px BELOW the top border */
    border-top: 1px solid #e5e5e5;
}

.app-summary-icon {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}

    .app-summary-icon svg {
        width: 34px;
        height: 34px;
    }

.app-summary-content h5 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-weight: 600;
}

.app-summary-content p {
    margin-bottom: 12px; /* space before application count */
}

.app-summary-footer {
    display: flex;
    align-items: center;
    gap: 6px;
}

.count-text {
    font-weight: normal;
}

.chevron-icon svg {
    color: #444;
}

.app-summary-block {
    padding: 24px 0;
    border-top: 1px solid #e5e5e5;
}

.mb-1, .my-1 {
    margin-bottom: 12px !important;
}

.mt-5, .my-5 {
    margin-top: 48px !important;
}

.mt-4, .my-4 {
    margin-top: 48px !important;
}

.mb-5, .my-5 {
    margin-bottom: -2px !important;
}

.mb-3, .my-3 {
    margin-bottom: 12px !important;
}

.info-header {
    border-left: 1px solid #ddd !important;
    width: 40px;
    background: transparent;
}

p.medium {
    margin-bottom: 20px;
    margin-top: 27px;
}

span.field-name.legand-font-statment {
    font-weight: normal;
    font-size: 16px !important;
}

strong.required.legend-statment {
    font-size: 17px !important;
}

.form-check-group.IRcheckBoxes {
    margin-left: 18px;
    margin-bottom: 12px;
    margin-top: -11px;
}

label.form-check-label-checkbox {
    padding-left: 5px;
}

.section_link {
    margin-bottom: 43px;
    margin-left: -22px;
}

.Open_status {
    margin-bottom: -6px;
}

.mfp-close {
    right: 14px !important;
    top: 17px !important;
}
/* Container for left + right */
.app-details-wrapper {
    margin-top: 46px;
}

/* PRODUCT block on left */
.detail-block-left {
    min-width: 180px;
}

/* Right side items container spacing */
.right-details {
    gap: 24px;
}

/* Shared style for TYPE / DUEDATE / STATUS blocks */
.detail-block {
    padding-left: 24px;
    border-left: 1px solid #dcdcdc;
}

.d-flex.align-items-center.rightinfo.gap-2 {
    margin-top: 12px;
}

.buttons_mrg {
    margin-top: 42px;
}

.icon-trash-red {
    fill: #B10E1C !important;
    cursor: pointer;
}

.no-package-icon {
    width: 56px; /* adjust to match the screenshot */
    height: auto;
    opacity: 0.6; /* subtle gray look */
}

.no-package-section {
    padding-left: 5px;
}

.Managedesc {
    margin-bottom: 24px;
}

.ma-list {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
}

    /* Align checkboxes with left edge */
    .ma-list .form-check,
    .manageaccess-user-row {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

        /* But we still want the checkbox itself positioned properly */
        .ma-list .form-check input[type=checkbox],
        .manageaccess-user-row input[type=checkbox] {
            margin-left: 0 !important;
            position: relative;
            left: 0;
        }

.manageaccess-user-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

    .manageaccess-user-row input[type=checkbox] {
        margin-top: 4px;
    }

.ma-user-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.user-name {
    font-weight: 100;
}

.role-name {
    font-weight: 100;
    margin-top: 0;
}

.ma-disabled {
    opacity: 0.6;
}

.ManageWorkSpaceMrg {
    padding-top: 36px;
}

.Pop-header {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background-color: #243447;
    color: white;
    justify-content: space-between;
}

.Pop-body {
    display: flex;
    padding: 48px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
    background-color: white;
}

.overlay-def .modal-title {
    padding: 10px -14px !important;
}

.Pop-body-ContinueReading {
    display: flex;
    padding: 38px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
    background-color: white;
}

#unsaved-changes-modal,
#unsaved-changes-modal-UP,
#edit-unsaved-modal,
#delete-application-modal,
#delete-user-modal,
#No-related-modal {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

#success-changes-modal,
#edit-success-modal {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
/* Orange warning container */
.unsaved-warning-box {
    border: 1px solid #F3C896;
    background-color: #FFF7F0;
    border-radius: 6px;
    padding: 20px 24px;
    display: flex; /* makes icon and text sit side-by-side */
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}
.saved-box-success {
    border: 1px solid #86d34a;
    background-color: #edf9ef;
    border-radius: 6px;
    padding: 20px 24px;
    display: flex; /* makes icon and text sit side-by-side */
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}
.Warning-warning-box-AccountSetting {
 
    margin-bottom: 48px;
    border: 1px solid #F3C896;
    background-color: #FFF7F0;
    border-radius: 6px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}
.Warning-warning-box {
    margin-top: 42px;
    margin-bottom: 48px;
    border: 1px solid #F3C896;
    background-color: #FFF7F0;
    border-radius: 6px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}
.Warning-warning-boxSideBar {

    margin-bottom: 48px;
    border: 1px solid #F3C896;
    background-color: #FFF7F0;
    border-radius: 6px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}
.No-related-reords-warning-box {
    border: 1px solid #115EA3;
    background-color: #F3F8FF;
    border-radius: 6px;
    padding: 20px 24px;
    display: flex; /* makes icon and text sit side-by-side */
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.Success-Changes-box {
    background-color: #F4FBF4;
    border: 1px solid #B5D9B3;
    border-radius: 6px;
    padding: 20px 24px;
    display: flex; /* makes icon and text sit side-by-side */
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}
/* Icon */
.unsaved-warning-icon {
    color: #D97706;
    font-size: 20px;
}




.Pop-footer {
    display: flex;
    padding: 12px;
    align-items: center;
    background-color: white;
    border-top: 1px solid #e5e5e5;
    justify-content: space-between;
}

.Pop-footer-succcess {
    padding: 12px;
    align-items: center;
    background-color: white;
    border-top: 1px solid #e5e5e5;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    align-items: center;
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 16px; /* spacing between Cancel and Save changes */
}

.OkMargRight {
    margin-right: 10px;
}

.MargTop15 {
    padding-top: 15px;
}

.issued-text-mrg {
    margin-top: 175px;
}

.error-icon-red {
    fill: #c00000 !important;
}

.success-icon-green {
    fill: #009900 !important;
}

.d-flex {
    display: flex;
}

.gap-1 {
    gap: 4px;
}

.Submit_buttons_mrg {
    margin-bottom: 32px;
    margin-top: 48px;
}

.warning-close-btn {
    margin-right: -10px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 32px;
    line-height: 0.5;
    cursor: pointer;
    color: #333;
}

    /* Remove border on hover */
    .warning-close-btn:hover {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        color: #000;
    }

    /* Remove border on focus/active (WET adds these) */
    .warning-close-btn:focus,
    .warning-close-btn:active{
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    .warning-close-btn:focus-visible {
        outline: 2.5px solid #000000;
        outline-offset: 2px;
        border-radius: 1px;
    }
/* default warning (existing look) */
.Warning-warning-box.warning-warning,
.Warning-warning-boxSideBar.warning-warning {
    background-color: #fff4e5;
    border: 1px solid #f1c21b;
}

/* Base warning box */
.Warning-warning-box,
.Warning-warning-boxSideBar{
    border-radius: 4px;
    padding: 24px;
}

    /* 🟡 Passive warning */
    .Warning-warning-box.warning-warning,
    .Warning-warning-boxSideBar.warning-warning {
        background-color: #fff5f0;
        border: 1px solid #F6C08B;
    }

        .Warning-warning-box.warning-warning .unsaved-warning-icon,
        .Warning-warning-boxSideBar.warning-warning .unsaved-warning-icon,
        .Warning-warning-box.warning-warning .warning-icon,
        .Warning-warning-boxSideBar.warning-warning .warning-icon {
            color: #C25700;
        }

    /* 🔴 Blocking error (submit attempted) */
    .Warning-warning-box.warning-error,
    .Warning-warning-boxSideBar.warning-error {
        background-color: #FDEDED;
        border: 1px solid #F2B8B5;
    }

        .Warning-warning-box.warning-error .warning-icon-error,
        .Warning-warning-boxSideBar.warning-error .warning-icon-error {
            color: #A40000;
        }

    /* Text stays neutral */
    .Warning-warning-box p,
    .Warning-warning-boxSideBar p {
        color: #1A1A1A;
    }

.warning-icon-wrapper {
    display: inline-flex;
    align-items: flex-start;
    flex-shrink: 0;
    width: 24px; /* keeps alignment identical */
}

    /* FluentIcon SVG fix */
    .warning-icon-wrapper svg {
        display: block;
    }

    /* Optional: fine vertical alignment */
    .warning-icon-wrapper .unsaved-warning-icon {
        margin-top: 2px;
    }

.warning-success {
    background-color: #f3fbf3; /* very light green */
    border: 1px solid #9bd19b;
}

.success-icon-green {
    color: #1e7e34;
}

.badge-blue {
    background-color: #2858a3;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    border-radius: 50%;
}
/* ===== Issued documents list ===== */
.issued-documents-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

/* Single document row */
.issued-doc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #a59898;
    border-radius: 6px;
}

/* Left section */
.issued-doc-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* File icon */
.issued-doc-icon {
    color: #1f6feb;
    font-size: 20px;
}

/* Text */
.issued-doc-name {
    font-weight: 600;
}

.issued-doc-sub {
    font-size: 0.85rem;
    color: #6f6f6f;
}

/* Right section */
.issued-doc-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.issued-doc-size {
    font-size: 0.85rem;
    color: #6f6f6f;
}

/* Download button */
.issued-doc-download {
    background: none;
    border: none;
    color: #1f6feb;
    cursor: pointer;
    padding: 4px;
}

    .issued-doc-download:hover {
        color: #0b5ed7;
    }

.submit_check {
    margin-left: 15px;
}

.info-icon-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

    /* Required visible focus for keyboard users (WET/WCAG) */
    .info-icon-button:focus-visible {
        outline: 2px solid #000;
        outline-offset: 2px;
    }
/*Application guidnce*/
.mainContent {
    width: 100%;
    max-width: 1188px;
    padding: 0 24px;
    margin: 0 auto;
}

.introParagraph {
    width: 100%;
    max-width: 744px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.app-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.app-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

/* Advance find page */

.sidebar-scroll-area {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1.5rem;
    overscroll-behavior: contain;
    scrollbar-width: none;
    max-height: calc(100vh - 180px);
}

    .sidebar-scroll-area::-webkit-scrollbar {
        display: none;
    }

#documentsTableWrapper {
    position: relative;
    overflow: hidden;
}

.filter-accordion {
    width: 100%;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-header {
    width: 100%;
    padding: 18px 12px;
    background: #fff;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .accordion-header:hover {
        background-color: #f2f2f2;
    }

.accordion-body {
    padding: 16px;
    padding-bottom: 29px;
    padding-right: 13px;
    padding-left: 30px;
    background: #fff;
}

.chevron {
    border: solid #555;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(45deg);
    transition: transform 0.2s;
}

    .chevron.open {
        transform: rotate(-135deg);
    }


.search-wrapper {
    position: relative;
    width: 100%;
}

.filter-search-input {
    width: 100%;
    padding-right: 32px;
    padding-left: 10px;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    pointer-events: none;
}

.date-range-fieldset {
    border: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}

    .date-range-fieldset .form-group {
        margin-bottom: 1rem;
    }

    .date-range-fieldset input[type="date"].form-control {
        height: 2rem;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }

    .date-range-fieldset label {
        margin-bottom: 0.3rem;
        font-size: 1rem;
    }

    .date-range-fieldset input[type="date"]::-webkit-calendar-picker-indicator {
        transform: scale(1.25);
        cursor: pointer;
    }

.filter-list {
    margin-bottom: 22px;
}

    .filter-list[data-collapsed="true"] .filter-item:nth-child(n+5) {
        display: none;
    }

.dataTables_wrapper .top-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.table-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 38px;
    padding: 0 14px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    font-family: "Noto Sans", sans-serif;
    font-size: 1rem;
    margin-bottom: 1px;
    font-weight: 400;
    color: #323130;
    white-space: nowrap;
}

    .table-filter-btn .fa-filter {
        font-size: 14px;
        color: #605e5c;
    }

.filter-icon {
    fill: #000000 !important;
    margin-top: -1px;
    width: 26px !important;
}

.accordion-body.collapsed {
    display: none;
}

.accordion-body.open {
    display: block;
}

#activeFiltersWrapper:not(:empty) {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdcdc;
}

#activeFiltersWrapper:empty {
    margin: 0;
    padding: 0;
    border: none;
}

.active-filters-bar {
    display: flex;
    align-items: center;
    padding-top: 10px;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
}

.filter-chips {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid #6f6f6f69;
    border-radius: 999px;
    background: #fff;
    font-size: 1rem;
    line-height: 1;
    color: #000;
}

.chip-text {
    white-space: nowrap;
}

.chip-close,
.clear-all-x {
    display: inline-flex;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #6f6f6f;
    background: #fff;
    color: #000;
    font-size: 0.95rem;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}

    .chip-close:hover,
    .clear-all-x:hover {
        background: #f2f2f2;
    }

.chip-more {
    background: #fff;
    cursor: pointer;
}

.clear-all-link {
    border: none;
    background: none;
}
.Privacy_Check {
    margin-left: -6px;
}

.user-dd-host .dropdown {
    position: relative;
}

.user-dd-host .dropdown-menu,
.user-dd-host .user-dd-menu {
    left: auto !important;
    right: 0 !important;
}

.user-dd-toggle {
    display: inline-flex;
    align-items: center;
}


.dropdown .btn.dropdown-toggle:not(.btn-outline) {
 
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    padding-right: 2px !important;
    padding-left: 1px !important;
}

.user-dd-toggle:focus {
    outline: none;
}
.settingsRadioMarg {
    margin-left: 14px;
}
.settingsRadioMarg .required {
    font-weight: normal;
}

.filter-list.no-search {
    margin-top: -15px;
    margin-bottom: 10px;
}

.agreement-banner {
    margin-top: 0px;
    margin-bottom: 0px;
}

.agreement-header {
    margin-bottom: 1rem;
}

.terms-submit-btn{
    padding: 9px
}

.agreement-footer {
    margin-top: 2rem;
    padding-bottom: 0.6rem;
    padding-top: 1.6rem;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.terms-submit {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.req-icon {
    color: #d3080c;
    margin-left: 2px;
}

.agreement-checkbox-inline {
    display: flex;
    align-items: center;
}

.agreement-checkbox-inline .form-check,
.agreement-checkbox-inline .air-textbox {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.agreement-checkbox-inline label {
    margin-bottom: 0;
    white-space: nowrap;
}

.agreement-checkbox-inline input[type="checkbox"] {
    transform: scale(1.5);
}

.agreement-checkbox-inline .air-textbox,
.agreement-checkbox-inline .form-group,
.agreement-checkbox-inline .form-check {
    display: flex !important;
    align-items: flex-start;
    gap: 16px;
}

.agreement-checkbox-inline input[type="checkbox"].form-control {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin-top: -2px !important;
    margin-left: 0 !important;
    line-height: normal !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

#chk-agree-terms-error {
    display: block;
    margin-top: 6px;
}
    #chk-agree-terms-error .label {
        display: inline-block;
    }

/*Adv find top row layout*/

#documentsTableWrapper .dataTables_wrapper .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}
    #documentsTableWrapper .dataTables_wrapper .top .dataTables_filter {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin: 0;
    }
        #documentsTableWrapper .dataTables_wrapper .top .dataTables_filter label {
            margin: 0;
        }

#tableTopActions {
    margin: 0;
}

/*Active filters*/

#activeFiltersWrapper {
    margin-top: 0.5rem;
}

#tableTopActions,
#activeFiltersWrapper {
    opacity: 0;
    pointer-events: none;
}

.terms-scroll-container {
    max-height: 450px;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    background-color: #ffffff;
    border-radius: 4px;

}
.terms-scroll-container_sidebar {
    padding-top: 17px;
    padding-left: 17px;
    padding-right: 17px;
    max-height: 450px;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    background-color: #ffffff;
    border-radius: 4px;
    background-color: #f1f1f1;
}
    .terms-scroll-container p {
        margin-bottom: 0.75rem;
        line-height: 1.5;
    }
.terms-scroll-container_sidebar p {
    margin-bottom: 0.75rem;
    line-height: 1.5;
}




.dd-icon-PO {
   
    fill: #21262a !important;
    vertical-align: middle;
}

.dd-icon {
    margin-right: 1rem;
    margin-left: -6px;
    fill: #21262a !important;
    vertical-align: middle;
}
legend.AcountSetting.required {
    margin-left: 8px !important;
    font-weight: 100 !important;
    font-size: initial !important;
}
ul.list-unstyled.AcountSetting {
    margin-top: -9px !important;
    margin-left: 43px !important;
}

    .member-list {
        margin-top: 12px;
    }

    .member-row {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 12px 0;
    
    }

    .member-left {
        display: flex;
        align-items: center;
        gap: 12px;
        min-width: 0;
    }

    .member-avatar {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #e6e6e6;
        color: #333;
        font-weight: 700;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 36px;
    }

    .member-text {
        min-width: 0;
    }

    .member-name {
        font-weight: 600;
        line-height: 1.2;
    }

    .member-role {
        font-size: 0.9rem;
        color: #666;
        margin-top: 2px;
    }

    .member-dots {
        border: none;
        background: transparent;
        font-size: 22px;
        line-height: 1;
        padding: 6px 10px;
        cursor: pointer;
        flex: 0 0 auto;
        margin-left: 12px;
    }

.Pop-body-Member {
    display: flex;
    padding: 17px 24px;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 48px; */
    align-self: stretch;
    background-color: white;
}
.roles-table,
.roles-table th,
.roles-table td,
.roles-table tr {
    border: none !important;
}

    .roles-table tbody tr {
        border-bottom: none !important;
    }
.member-dots-toggle::after {
    display: none !important;
}
.member-info-header {
    color: #000 !important; /* force black */
    opacity: 1 !important; /* override disabled look */
    font-weight: 400;
}

    .member-info-header .info-icon {
        color: #000; /* icon also black */
    }
.remove-icon {
    fill: #dc3545 !important;
}
.member-divider {
    margin: 1rem 0;
    border-top: 1px solid #d8dde6;
}

.add-member-row {
    cursor: default;
}

.add-member-text {
    color: #1a5a96; /* GC link blue */
    font-weight: 600;
}

.add-member-icon {
    color: #1a5a96;
}
.member-row.add-member-row {
    padding-top: 0px !important;
}
.review-grid {
    margin-left: -30px;
}
.member-list {
    margin-top: 12px;
}

.member-row {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
 
}

.member-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.member-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e6e6e6;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
}

.member-text {
    min-width: 0;
}

.member-name {
    font-weight: 600;
    line-height: 1.2;
}

.member-role {
    font-size: 0.9rem;
    color: #666;
    margin-top: 2px;
}

.member-dots {
    border: none;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    padding: 6px 10px;
    cursor: pointer;
    flex: 0 0 auto;
    margin-left: 12px;
}

.Pop-body-Member {
    display: flex;
    padding: 17px 24px;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 48px; */
    align-self: stretch;
    background-color: white;
}

.roles-table,
.roles-table th,
.roles-table td,
.roles-table tr {
    border: none !important;
}

    .roles-table tbody tr {
        border-bottom: none !important;
    }

.icon-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.actions-col {
    max-width: 103px;
    text-align: center;
    white-space: nowrap;
}
p.medium {
    margin-bottom: 20px;
    margin-top: 27px;
}
h1#wb-cont {
    margin-top: auto !important;
}
nav.HeaderBar {
    margin-top: 23px;
    margin-right: -63px !important;
}
.container-fluid.px-0 {
    margin-left: 12px;
}

.back-link {
    color: #000 !important;
    text-decoration: underline;
}
.Apllication_details {
    color: #000 !important;
    text-decoration: none;
}

    .back-link:hover,
    .back-link:focus {
        text-decoration: underline;
    }
 /* Header bar text color fix */
.HeaderBar,
.HeaderBar a,
.HeaderBar .nav-link,
.HeaderBar .bar-item,
.HeaderBar .bar-dropdown-toggle,
.HeaderBar .bar-link {
    color: #000 !important;
    text-decoration: none;
}
        .HeaderBar .dropdown-menu a,
        .HeaderBar .dropdown-menu .dropdown-item {
            color: #000 !important;
        }
        .HeaderBar a:hover,
        .HeaderBar a:focus {
            color: #000 !important;
            text-decoration: underline;
        }
.headerlink_padding {
    padding-top: 10px;
    padding-bottom: 16px;
 
}
.arrow-down {
    transform: rotate(141deg);
}

/* Reflow / ~250–400% zoom */
/* Reflow / high zoom (covers ~200–400%) */
@media (max-width: 800px) {

    .createcompany-sidebar-header {
        position: relative !important;
        padding: 0.75rem 3rem 0.75rem 1rem !important; /* extra right space for X */
    }

        .createcompany-sidebar-header h2 {
            margin: 0 !important;
            font-size: 1.1rem !important;
            line-height: 1.2 !important;
        }

        /* IMPORTANT: override your global .mfp-close !important rules */
        .createcompany-sidebar-header > .mfp-close {
            position: absolute !important;
            top: 50% !important;
            right: 1rem !important;
            transform: translateY(-50%) !important;
            margin: 0 !important;
            line-height: 1 !important;
        }
}



@media (max-width: 800px) {

    .create-company-footer {
        padding: 0.1rem 0rem !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        gap: 0.5rem !important;
    }

        /* Catch ANY clickable element you might render in @Footer */
        .create-company-footer button,
        .create-company-footer a,
        .create-company-footer [role="button"],
        .create-company-footer .fluent-button,
        .create-company-footer .fluentui-button,
        .create-company-footer .btn {
            font-size: 0.5rem !important;
            line-height: 1 !important;
            padding: 0.5rem 0.5rem !important;
            min-height: auto !important;
        }

        
}


.createcompany-sidebar-header {
    max-height: 20vh;
}

/* WCAG 1.4.10 Reflow fix */
@media (max-width: 600px) {

    .app-card-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem;
    }

        .app-card-list > li {
            width: 100% !important;
            max-width: 100% !important;
        }

    .app-card-content {
        width: 100% !important;
        box-sizing: border-box;
    }
}
@media (max-width: 600px) {

    .app-card-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

        .app-card-content span,
        .app-card-content a {
            white-space: normal !important;
            word-break: break-word;
        }
}

.empty-members-state {
    margin-top: 60px;
    margin-bottom: 60px;
}

.app-summary-toggle {
    background: none;
    border: none;
    cursor: pointer;
}
svg.status-icon.status-active.success-icon-green {
    margin-top: -9px;
}
svg.status-icon.status-inactive.status-icon-gray {
    margin-top: -9px;
}


/* Make sure the menu sits above rows */
.member-dropdown-menu {
    position: fixed !important;

}
.member-row {
    position: relative;
}

.member-list {
    overflow: visible;
}

#companyTableWrapper table tr,
#companyTableWrapper table td {
    position: static !important;
    overflow: visible !important;
}
#companyTableWrapper * {
    transform: none;
}

.Providerinf_mrg {
    margin-bottom: 25px;
    margin-top: 25px;
}

.well.well-sm.mt-3 {
    padding-left: 17px;
    min-width: 104%;
    margin-left: -16px;
}
.well-sm.mt-3 {
    padding-top: 16px;
    /* min-width: 104%; */
    margin-left: -26px;
}
button.mfp-close.close {
    padding-top: 6PX;
}
button.mfp-close.margin {
    margin-top: -11PX;
}
span.field-name.mrg.me-3 {
    padding-left: 31PX;
}
.WorkspaceButtonMrg {
    margin-bottom: 45px;
}
.RequestCompanyButtonmrg {
    margin-left: 16px;
}
.col-md-12.rounded.inputFile {
    margin-bottom: 10px;
    padding-bottom: 14px;
    padding-top: 14px;
    border: 1px solid #dee2e6 !important;
}
.no-access-container {
    min-height: 60vh;
}

.no-access-icon {
    fill: #a4262c !important;
  
}
button.btn.btn-link.backMrg {
    font-size: x-large;
}
.spinner-slim {
    color: #036ac4;
    border-width: 0.12em;
    width: 0.9rem;
    height: 0.9rem;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 7px;
    margin-left: 5px
}

.progress-spinner {
    color: #036ac4;
    border-width: 0.12em;
}
/* BarDropdownToggle */
.bar-dropdown-toggle:focus-visible,
.nav-link:focus-visible,
.dropdown-toggle:focus-visible {
    outline: 2px solid #000000 !important;
    outline-offset: 2px !important;
}

/* Dropdown toggle (company name button) */
.bar-dropdown-toggle:focus,
.b-bar-dropdown-toggle:focus {
    outline: 2px solid #000000 !important;
    outline-offset: 2px !important;
}

/* Dropdown items */
.bar-dropdown-item:focus,
.b-bar-dropdown-item:focus {
    outline: 2px solid #000000 !important;
    outline-offset: 2px !important;
}

.legend-description {
    display: block;
    font-weight: 400;
    font-size: 1rem;
}

.marginleft {
    margin-left: 41px;
}