/* THEME OVERRIDE                                              */
/* =========================================================== */

/* PERFORMANCE FIX: Removed blocking @import statements for Google Fonts */
/* Google Fonts will be loaded asynchronously via HTML preload instead */
/* This eliminates 2+ seconds of render blocking time */

/* elements: */
:root {
    /*
        Globally declare variables here. for example:
            --color-1: brown;
        You can use access variables like so:
            background-color: var(--color-1);
    */
    --size-leftsection: 200px;
}

*,
*:focus,
*:hover {
    outline: none;
}
* {
    /* font-family: 'Montserrat', sans-serif */
}
h4 {
    padding-top: 10px;
    padding-bottom: 10px;
}

html {
    /*scrollbar-gutter: stable;*/
}

body {
    background-color: var(--portalThemeColor5) !important;
    overflow-x: hidden !important;
    
}
*{
    
}


label {
    font-weight: normal !important;
    /*color: var(--portalThemeColor1) !important;*/
}

iframe {
    /*background-color: var(--portalThemeColor5);*/
    border: none;
}

/* IDs: */

#breadcrumbscontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    align-items: center;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

#filterdropdowncontainer {
    flex: 0 1 auto;
    text-align: right;
}

#breadcrumbs {
    flex: 0 1 auto;
    padding-left: 0px !important;
}

#filterdropdown {
    flex: 0 1 auto;
}

#UpdateButton {
    margin-left: 28px;
    margin-right: 28px;
}

#InsertButton {
    margin-left: 28px;
    margin-right: 28px;
}

#pagecontainer {
    max-width: 100vw;
    display: flex !important;
    flex-direction: row !important;
}

#leftsection {
    flex: 0 0 content !important;
    display: flex;
    flex-direction: column;
    min-width: var(--size-leftsection);
    padding: 15px 0px 15px 30px;
}

#rightsection {
    flex: 1 0 auto;
    display: flex !important;
    flex-direction: column !important;
    max-width: calc(100% - var(--size-leftsection));
}

#menu {
    background-color: transparent!important;
    flex: 0 1 content !important;
    padding: 15px;
}

#EntityFormPanel {
    padding-top: 20px;
}

/* classes: */

.modal-lg {
    margin: 30px !important;
    --bs-modal-width: auto !important;
}

.contentcontainer {
    display: flex;
}

.customContentContainer {
    padding: 15px;
}

.customContentContainerAccented {
    padding: 15px;
}

.breadcrumb {
    color: var(--portalThemeColor1) !important;
    font-size: 14px;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}
.breadcrumb li a {
    color: var(--portalThemeColor1)!important;
    text-decoration: none;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li.active {
    color: var(--portalThemeColor2) !important;
    font-size: 14px;
    font-weight: normal !important;
}

.active {
    color: var(--portalThemeColor2) !important;
    font-size: 14px;
    font-weight: normal !important;
}

.active:hover {
    color: var(--portalThemeColor4) !important;
    cursor: pointer;
    font-weight: normal !important;
}

.graphgallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

.graphgallery .chart {
    flex: 1 1 45%;
    min-width: 400px;
    max-width: 600px;
    background-color: #f9f9f9;
    padding: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


.tab-title {
    color: var(--portalThemeColor1) !important;
    padding-left: 26px;
    font-size: 26px;
    font-weight: bold;
}

.menuitem {
    color: var(--portalThemeColor1);
    flex: 0 1 content;
    font-weight: 400;
}

.menuitem:hover {
    color: var(--portalThemeColor4) !important;
    cursor: pointer;
}

.menuitemactive {
    color: var(--portalThemeColor4) !important;
    flex: 0 1 content;
    font-weight: 400;
}

.menuitemactive:hover {
    cursor: pointer;
}

.section-title {
    color: var(--portalThemeColor1) !important;
}

.scrollbarshift {
    width: 100vw;
}

.ms-FocusZone {
    box-shadow: unset !important;
    /* background: var(--portalThemeColor7); */
}

.ms-DetailsRow-cell {
    color: var(--portalThemeColor3);
}

.navbar-header {
    flex-shrink: 0 !important;
}

.navbar-collapse {
    margin-left: 2em !important;
    flex-grow: 1 !important;
}

.ms-Stack.root-142 {
    overflow: auto visible !important; 
}

/* .ms-Button-label {
    color: var(--portalThemeColor1) !important;
} */

.ms-Button--default {
    /* background: var(--portalThemeColor4) !important;
    color: var(--portalThemeColor7) !important; */
}
/* 
.ms-Icon {
    color: var(--portalThemeColor2) !important;
} */

.nav-link {
    color: var(--portalThemeColor7) !important;
    text-decoration: none !important;
    /* font-family: 'Montserrat', sans-serif!important; */
}

.nav-link:active {
    text-decoration: none !important;
}

.nav-link:hover {
    text-decoration: none !important;
    color: var(--portalThemeColor4)!important;
}
.nav-item:hover{
    color: var(--portalThemeColor4);
    text-decoration: none !important;
}

.navbar {
    background-color: var(--portalThemeColor1 ) !important;
}

.footer {
    display: none !important;
}

.navbar-fixed-top {
    position: sticky !important;
}

.signinpage {
    display: initial !important;
    padding-left: 10vw !important;
}

.sectionBlockLayout {
    padding: 15px;
    width: auto;
}

.row.sectionBlockLayout {
    display: flex;
    flex-wrap: wrap !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
    padding: 20px !important;
    min-height: 15px !important;
    width: unset !important;
}

.ms-Callout-beak {
    background: var(--portalThemeColor7) !important;
}

.ms-Callout-beakCurtain {
    background: var(--portalThemeColor7) !important;
}

.ms-Callout-main {
    background: var(--portalThemeColor7) !important;
}

.ms-DetailsRow:hover {
    background: color-mix(in srgb, var(--portalThemeColor11) 40%, transparent);
}

.ms-SearchBox {
    background: var(--portalThemeColor7) !important;
}

.ms-DetailsHeader-cell:hover {
    background: var(--portalThemeColor12) !important;
}

.ms-ContextualMenu-link:hover {
    background: var(--portalThemeColor12) !important;
}

[role=menuitem] {
    /* background: var(--portalThemeColor7) !important; */
}
[data-testid = "viewsMenu"]:hover{
    border-bottom: 1px solid var(--portalThemeColor4)!important;
    background-color: transparent!important;
    color: var(--portalThemeColor4)!important;
}

.columnBlockLayout {
    display: flex !important;
    flex-direction: column !important;
    word-break: break-word !important;
    margin-top: 0px !important;
    padding: 0px 8px !important;
}

.ms-Button--icon {
    background: none !important;
}

.ms-Button--icon:active {
    background: var(--portalThemeColor12) !important;
}

.ms-Button--icon:hover {
    background: var(--portalThemeColor12) !important;
}

.homecard {
    flex: 1 0 0% !important;
    padding: 10px !important;
    padding-bottom: 15px !important;
    border-radius: 10px;
    min-width: 200px !important;
    text-align: center !important;
    cursor: pointer !important;
    background-color: var(--portalThemeColor12)!important;
    border: none!important;

}

.homecard>h4 {
    color: var(--portalThemeColor1) !important;
    font-weight: 550;
    /* font-family: 'Montserrat', sans-serif */
}

.homecard>p {
    color: black !important;
    font-size: 14px !important;
    font-weight: normal !important;
    /* font-family: 'Montserrat', sans-serif */
}

.homecard span {
    color: var(--portalThemeColor8);
    font-size: 14px !important;
    font-weight: 550 ! important;
}

.homecard:hover {
    background: var(--portalThemeColor4) !important;
}

.homecard:hover>h4 {
    color: var(--portalThemeColor7) !important;
}

.homecard:hover>p {
    color: var(--portalThemeColor7) !important;
}

.homecard:hover span {
    color: var(--portalThemeColor7) !important;

}

.homecardactive {
    border-radius: 10px;
    flex: 1 0 0% !important;
    padding: 10px !important;
    padding-bottom: 15px !important;
    min-width: 200px !important;
    background: var(--portalThemeColor1) !important;
    text-align: center !important;
    cursor: pointer !important;

}

.homecardactive>h4 {
    color: var(--portalThemeColor7) !important;
}

.homecardactive>p {
    color: white !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.homecardactive span {
    color: var(--portalThemeColor7);
    font-size: 14px !important;
    font-weight: 550 ! important;
}

.homecardsectionheader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.homecardgoto {
    visibility: hidden;
    position: relative;
    top: -75px;
}

#homecardcontainer {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 250px;
    word-break: break-word;
    padding: 0x !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin: 0px 0px !important;
    justify-content: space-between;
    gap: 10px;
}

.homecardbutton {
    padding: 5px;
    font-weight: normal;
    cursor: pointer;
}

.sort-disabled {
    font-weight: normal !important;
}

.footer-bottom {
    padding: 0px !important;
    min-height: 0px !important;
}

.container {
    padding: 0px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    min-height: auto !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: auto !important;
}

.containerRight {
    padding: 0px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    min-height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: auto !important;
    width: auto;
}

.text-left {
    text-align: left !important;
}

[role="link"] {
    color: var(--portalThemeColor2) !important;
}

[role="tab"] {
    border-radius: 0px !important;
}

[role="tab"].active {
    color: var(--portalThemeColor7) !important;
    background-color: var(--portalThemeColor4) !important;
    border: solid 1px var(--portalThemeColor4) !important;
}

@media (max-width: 2000px) {
    .container {
        width: 100% !important;
    }

    .containerRight {
        width: auto !important;
    }
}

@media (max-width: 992px) {
    .col-lg-4 {
        flex: 0 0 calc(33.333% - 16px) !important;
    }

}

@media (min-width: 768px) {
    .col-md-12 {
        flex: 0 0 100% !important;
    }
}

@media (min-width: 576px) {
    .row.sectionBlockLayout>.container,
    .row.sectionBlockLayout>.container-sm {
        max-width: unset !important;
    }
}

@media (min-width: 768px) {
    .row.sectionBlockLayout>.container,
    .row.sectionBlockLayout>.container-md,
    .row.sectionBlockLayout>.container-sm {
        max-width: unset !important;
    }
}

@media (min-width: 992px) {
    .row.sectionBlockLayout>.container,
    .row.sectionBlockLayout>.container-lg,
    .row.sectionBlockLayout>.container-md,
    .row.sectionBlockLayout>.container-sm {
        max-width: unset !important;
    }
}

@media (min-width: 1200px) {
    .row.sectionBlockLayout>.container,
    .row.sectionBlockLayout>.container-lg,
    .row.sectionBlockLayout>.container-md,
    .row.sectionBlockLayout>.container-sm,
    .row.sectionBlockLayout>.container-xl {
        max-width: unset !important;
    }
}

@media (min-width: 1400px) {
    .row.sectionBlockLayout>.container,
    .row.sectionBlockLayout>.container-lg,
    .row.sectionBlockLayout>.container-md,
    .row.sectionBlockLayout>.container-sm,
    .row.sectionBlockLayout>.container-xl,
    .row.sectionBlockLayout>.container-xxl {
        max-width: unset !important;
    }
}

.highcharts-container {
    font-size: 14px !important;
    background-color: white;
    border: none !important;
}
.highcharts-axis-title {
    display: none;
}
   [data-chartid="4ce70483-fea5-ef11-b8e8-000d3a79ef7d"] svg rect[data-z-index="3"] {
    display: none !important;
  }
  [data-chartid="4ce70483-fea5-ef11-b8e8-000d3a79ef7d"] svg rect[data-z-index="3"] {
    display: none !important;
  }
  [data-chartid="a901cc1c-5ba6-ef11-b8e8-000d3a79ef7d"] svg rect[data-z-index="3"] {
    display: none !important;
  }
  [data-chartid="a901cc1c-5ba6-ef11-b8e8-000d3a79ef7d"] svg rect.high-charts-color-0 {
    fill: #00d26a !important;
    stroke: #00d26a !important;

  }
  
.highcharts-title {
    font-size: 1.2em !important;
    font-family: 'Open Sans' !important;
    font-weight: bold !important;
    text-align: center !important;
    margin: 0 auto !important;
    line-height: 1.2 !important;
}

.chart {
    background-color: white !important;
}


.highcharts-axis-labels text {
    font-weight: normal !important;
    fill: #333 !important;
}

.skeleton-loader {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    background-color: #f4f4f4;
    border-radius: 5px;
    min-height: 100%;
}

.skeleton-header {
    width: 60%;
    height: 20px;
    background: linear-gradient(90deg, #f4f4f4, #e0e0e0, #f4f4f4);
    animation: shimmer 1.5s infinite;
    border-radius: 5px;
}

.skeleton-line {
    width: 100%;
    height: 15px;
    background: linear-gradient(90deg, #f4f4f4, #e0e0e0, #f4f4f4);
    animation: shimmer 1.5s infinite;
    border-radius: 5px;
}

.skeleton-line.short {
    width: 80%;
}

@keyframes shimmer {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.atendee-box {
    border: 1px solid #ddd;
    width: 96%;
    /* margin-left: 20px; */
    padding: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow-x: auto;
    margin-top: 15px;
}

#newContactForm {
    margin-bottom: 20px;
}

.contact-label {
    display: block;
    margin-bottom: 5px;
}

.form-input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-button {
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.form-button:hover {
    background-color: #0056b3;
}

#attendeeTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#attendeeTable th,
#attendeeTable td {

    padding: 8px;
    text-align: left;
}

#attendeeTable th {
    background-color: #f4f4f4;
}

#pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.under-liine-atendee {
    margin-top: 40px;
}

#pagination button {
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#pagination button:hover {
    background-color: #0056b3;
}

#pagination button.disabled {
    background-color: #ddd;
    cursor: not-allowed;
}

#searchContact {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#contactSuggestions {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    width: 20%;
    box-sizing: border-box;
}

#contactSuggestions li {
    padding: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#contactSuggestions li:hover {
    background-color: #f4f4f4;
}

.modal-atendee {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}

.modal-content-meeting {
    background-color: #fff!important;
    background: white!important;
    padding: 20px!important;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#newContactModal .close {
    font-size: 30px;
    top: 10px;
    right: 15px;
    float: right;
    color: #000000;
    font-size: 24px;
    cursor: pointer;
}

#newContactModal .close:hover {
    color: rgb(161, 159, 159);
}

.form-input:focus,
#searchContact:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    background-color: rgba(0, 123, 255, 0.1);
}

.form-button:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.container-records {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 100px;
    min-height: 200px;
}

.dropdown-new-record {
    float: right;
    position: relative;
    top: 15px;
    display: flex;
    justify-content: flex-end;
    margin: 20px;
    margin-top: 25px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    padding: 10px 0;
    width: 150px;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}

.dropdown-content li {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.dropdown-menu{
    background-color: var(--portalThemeColor5)!important;
    opacity: 0.9;
}
/*.dropdown-item {
    color: white!important;
    color: var(--portalThemeColor1)!important;
    /* font-family: 'Montserrat', sans-serif!important
}*/

.dropdown-item:hover {
    background-color: #5897fb;
    color: white;
    text-decoration: none!important;

}
a:hover {
    text-decoration: none!important;
}

.link-dropdown:hover {
    text-decoration: none;
}

.dropdown-content li:hover {
    background-color: #f2f2f2;
    text-decoration: none !important;
}

.dropdown-link {
    display: inline-block;
    background-color: white;
    color: black;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    cursor: pointer;
}

.dropdown-link:hover {
    background-color: #f2f2f2;
    border-color: #bbb;
    text-decoration: none !important;
}
.modal-records {
    width: 35%;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    margin: 10px;
}

.modal-records.active {
    display: block;
}

/* .modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1999;
}

.modal-backdrop.active {
    display: block;
} */

.modal-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    color: black !important;
}

.modal-header .close-btn {
    font-size: 25px;
    cursor: pointer;
    color: gray;
    font-weight: bold;
}

.modal-header .close-btn:hover {
    color: black;
}

.modal-records .form-group {
    margin-bottom: 15px;
}

.modal-records label {

    margin-bottom: 5px;
    /* margin: 20px; */
    font-weight: bold;
    font-size: 14px;
}

.modal-records input,
textarea,
button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    /* background: var(--portalThemeColor2)!important; */
    /* color: var(--portalThemeColor2)!important; */
}

.modal-records textarea {
    resize: vertical;
}

.modal-records button {
    background-color: var(--portalThemeColor1);
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.modal-records button:hover {
    background-color: var(--portalThemeColor4);
}

.table-container {
    margin-left: 20px;
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
}

.table-container .table-title {
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
}

.table-container table th,
.table-container table td {
    width: 33.33%;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.table-container table thead th {
    background-color: #f4f4f4;
    font-weight: 500;
}

.table-container table tbody tr:hover {
    background-color: #f9f9f9;
}

@media (max-width: 768px) {
    .table-container table th,
    .table-container table td {
        font-size: 0.9rem;
        padding: 8px;
    }
}

.atendee-title {
    font-size: 1.2rem !important;
    font-weight: bold;
}

.autocomplete-suggestions {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    background-color: white;
    position: absolute;
    z-index: 3000;
    width: calc(auto - 20px);
}

.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

.clear-button {
    margin-left: 8px;
    cursor: pointer;
    color: red;
    font-size: 14px;
}

.suggestionDiv {
    position: relative;
    top: 20px;
    display: flex;
    align-items: center;

}

.dropdown-content a {
    text-decoration: none;
    color: inherit;
}

.dropdown-content a:hover {
    text-decoration: none;
    color: #000;
}

#extendor {
    height: 300px;
}

#gap {
    height: 200px;
}

.disabled-btn {
    cursor: not-allowed;
    opacity: 0.7;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#printButton:hover {
    color: gray;
}

#ppm_residualrag {
    background-size: 0px;
}

#ppm_issuerag {
    background-size: 0px;
}
#ppm_riskrag {
    background-size: 0px;
}
#EntityFormView img {
    display: none;
}
#EntityFormControl_EntityFormView img {
    display: none;
}
.private-mode-text{
    display: none!important;
}
.ms-Dialog-main {
    width: 80%!important;
    height: 80%!important;
}
#EntityFormPanel{
    width: 100%!important;
    height: 100%!important;
}
#privateModeText {
    display: none;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    pointer-events: auto;
}
iframe > .pva-embedded-web-chat-widget {
    display: none;
}
.ms-Dialog-main {
    max-width: 1600px;
}

.ms-Modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    background: rgba(0, 0, 0, 0.267);
    pointer-events: auto;
    background-color: rgb(0, 0, 0, 0.7);
}

  #version {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
 
 }
 
 #version:hover {
     color: var(--portalThemeColor4);
     cursor: pointer;
     /* background-color: white; */
     /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); */
     /* transform: translateY(-2px); */
     
 }
   
 
 .modal-content {
     border-radius: 10px;
     box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
   }
   
   .modal-header {
 
     color: white;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
     padding: 15px;
   }
   
   .modal-title {
     font-weight: bold;
     font-size: 1.25rem;
   }
   
   .modal-body {
     padding: 20px;
     font-size: 1rem;
     line-height: 1.6;
     color: #000000;
   }
   
   .modal-footer {
     padding: 15px;
     background-color: #f1f1f1;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
   }

   .btn {
    /* margin: 0px 5px !important; */
    padding: 6.5px 20px !important
   }
   
   .btn-secondary {
     background-color: #6c757d;
     border: none;
     padding: 8px 16px;
     font-size: 1rem;
     border-radius: 5px;
   }
   
   .btn-secondary:hover {
     background-color: #5a6268;
   }
   .bell-container {
     display: inline-flex;
     align-items: center;
     vertical-align: middle;
     gap: 6px;
     
 }
 
 .bell, .bell-border, .btn-bell {
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 
 .bell {
     height: 20px;
     width: 20px;
     background: var(--portalThemeColor4);
     box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
     animation: col 2s infinite;
     margin-left: 9px;
 }
 
 .bell-border {
     position: absolute;
     height: 25px;
     width: 25px;
     border: 1px solid var(--portalThemeColor4) !important;
     animation: bord-pop 2s infinite;
     box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
 }
 
 .btn-bell {
     color: white;
     font-size: 12px;
     animation: bell-ring 2s infinite;
 }
 
 @keyframes bord-pop {
     0% { transform: scale(1); opacity: 1; }
     50% { transform: scale(1.4); opacity: 0.1; }
     100% { transform: scale(1.4); opacity: 0; }
 }
 
 @keyframes col {
     0%, 75%, 100% { transform: scale(1); }
     10% { transform: scale(1.1); }
 }
 
 @keyframes bell-ring {
     0%, 25%, 100% { transform: rotate(0deg); }
     5%, 15% { transform: rotate(10deg); }
     10%, 20% { transform: rotate(-10deg); }
 }
 #versionContainer {
     display: flex;
 }
 #exampleModalLong{
    background-color: #00000042;
 }
 .list-group-item.active {
    background-color: white!important;
    color: var(--portalThemeColor2);
}
.list-group-item {
    border: none!important;
    font-weight: 400!important;
    font-size : 16px!important;
    padding: 0px 30px!important;
}
.list-group-item:hover{
    color: var(--portalThemeColor6)!important;
}
@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.refresh {
    float: right;
    background: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
    padding: 8px;
    border: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.refresh:hover {
    background: #def4d7;
}

.refresh:active .icon {
    fill: #5ac938;
}

.refresh.loading {
    animation: rotating 1.2s linear infinite;
    cursor: wait;
}

.icon {
    fill: #323232;
    width: 24px;
    height: 24px;
}
.chart-title{
    font-size: 24px;
    font-weight: 700;
    color:var(--portalThemeColor2);
}

.tabTop {
    color: rgb(255, 255, 255)!important;
    background-color: gray!important;
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
}
.tabTop:hover {
    color: rgb(255, 255, 255)!important;
    background-color: rgb(68, 68, 68)!important;
   
}
.nav {
    flex-wrap: nowrap!important;
}
.container.custom-container {
    flex-wrap: nowrap!important;
    display: flex!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
    max-width: 100%!important;
}

#navbar > nav {
    margin-left: auto !important;
    margin-right: auto !important;
}
#right-nav-items {
    /* margin-top: 13px; */
    margin-right: 30px;
}


.navbar-brand.navbar-header{
    margin-left: 30px;
}

.control input[type="radio"] {
    display: none !important;
  }
  
.control input[type="radio"] + label {
    display: inline-block !important;
    position: relative !important;
    cursor: pointer !important;
    padding: 0px 22px !important;
    font-size: 14px !important;
    background-color: #c4c4c4 !important;
    color: #333 !important;
    border-radius: 25px !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    margin: 0px 6px !important;
    user-select: none !important;
  }
  
  .control input[type="radio"] + label:hover {
    background-color: #727272 !important;
    color: #333 !important;
  }
  
  .control input[type="radio"]:checked + label {
    background-color: var(--portalThemeColor4) !important;
    color: #fff !important;
  }
  
  .boolean-radio input[type="radio"] + label {
    position: relative !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    display: inline-block !important;
    width: 4em !important;
    height: 2em !important;
  }
  
  .boolean-radio input[type="radio"] + label::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 14px !important;
    text-indent: 0 !important;
  }
  
  .boolean-radio input[type="radio"] + label[for$="_0"]::after {
    content: '✕' !important;
    color: rgb(255, 255, 255) !important;
  }
  
  .boolean-radio input[type="radio"] + label[for$="_1"]::after {
    content: '✓' !important;
    color: rgb(255, 255, 255) !important;
  }
  
  #ppm_disbenefit label {
    text-indent: initial !important;
    overflow: visible !important;
    width: auto !important;
    height: auto !important;
    padding: 4px 15px !important;
  }
  
  #ppm_disbenefit label::after {
    content: none !important;
  }
  
  .ms-Dialog-main{
    border-radius: 10px!important;
  }
  #modalTitle {
    display: none!important;
  }
.ms-DetailsHeader-cellSizer:hover{
    cursor: e-resize;
}
.ms-DetailsHeader-cellSizer::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    opacity: 1!important;
    width: 1px;
    background: #eaeaea!important;
    left: 50%;
}
@media (min-width: 1201px) {
    [data-item-key="ppNativeListContextualMenu"] {
        width: 50px ;
        min-width: 50px ;
        max-width: 50px ;
        border-left: none;
    }
    
    .ms-DetailsRow-cell:nth-child(2) {
        width: 50px ;
        min-width: 50px ;
        max-width: 50px ;
        border-left: none;
        padding: 0px!important;
        padding-left: 6px;
      
        padding-top: 10px!important;
    
    }

    .ms-DetailsRow-cell:nth-child(2) > .ms-Button{
        margin-left: 5px!important;
        margin-top: 5px!important;
    }
    
    [data-item-key="ppNativeListContextualMenu"] {
        width: 50px;
        min-width: 50px;
        border-left: none;
        padding-left: 3px;
    }
    
    .ms-DetailsRow-cell {
        flex: 1;
        min-width: 0;
        max-width: none;
        box-sizing: border-box;
        white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;;
    }
    
    .ms-DetailsHeader {
        display: flex ;
    }
    
    .ms-DetailsHeader-cell {
        flex: 1 ;  
    
        min-width: 0 ; 
    }
    
    .ms-DetailsHeader-cellTitle {
        display: flex ;
    
        width: 100% ;
    }
    .ms-DetailsList-headerWrapper {
        display: flex ;
        width: fit-content;
    }
    .ms-DetailsHeader-cellSizer:nth-child(1){
        display: none;
    }
}

.select2-selection__clear{
   width: 40px;
   height: 40px;
   transform: scale(2);
   position: relative;
   bottom: 13px;
   font-weight: 600!important;
   /* left : 20px; */
   z-index: 10;
   color: #888888;
}
.select2-selection__clear:hover{
    color: rgb(0, 0, 0);
    font-weight: 300;
}
.container-fluid {
    width: 100%;
    max-width: 100%;
  }
  
  .accordion {
    width: 100%;
  }
  
  .accordion-item {
    width: 100%;
    max-width: 1320px;

    margin: 0 auto;
  }
  
  @media (min-width: 1400px) {
    .accordion {
      width: 100%;
    }
    .accordion-item {
      width: 1320px;
      margin: 0 auto;
    }
  }
  .ms-DetailsRow-cell {
    white-space: normal !important; /* Allow text to wrap */
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    display: flex !important; /* Allow flexible height */
    align-items: center; /* Ensure content aligns properly */
    height: auto !important; /* Allow dynamic height */
    min-height: 40px !important; /* Set a reasonable minimum height */
}

.ms-Link {
    display: block !important; /* Ensures it behaves like a block element */
    max-width: 100% !important; /* Prevents it from overflowing */
    white-space: normal !important; /* Enables wrapping */
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    height: auto !important; /* Adjust height dynamically */
    min-height: 20px !important; /* Prevents collapsing */
}


/* .ms-DetailsHeader{
    height: fit-content;
}  */


#leftsection {
    position: fixed !important;
    top: 98px !important;       /* Default top position on larger screens */
    left: 0 !important;
    width: 250px !important;     /* Fixed width for left section */
    bottom: 0 !important;        /* Extend to the bottom of the viewport */
    overflow-y: auto !important; /* Make it scrollable */
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px!important;
    background-color: white;
  
  }
  
  #rightsection {
    margin-top: 100px !important; /* Default top margin on larger screens */
    margin-left: 270px !important; 
    /* margin-right: 150px; */
    width: 88%!important;
  }
  
  body > div.navbar-expand-xl.navbar.navbar-dark.static-top {
    position: fixed !important;
    width: 100% !important;
    z-index: 1000 !important;
    margin-bottom: 50px !important;
  }
  
  /* Media query for screens smaller than 1300px */
  @media (max-width: 1100px) {
    #leftsection {
        top: 150px !important;    /* Increase top margin on smaller screens */
    }
    #rightsection {
        margin-top: 157px !important; /* Increase top margin on smaller screens */
    }
  }
  #menu {
    min-height: 100% !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px!important;
    width: 250px!important;
  }
  
  /* #menu > summary {s
    font-size: 20px;
    font-weight: 700px;
  } */
  summary {
    color: black;
    font-weight: bold;
    font-size: 14px;
  }
  .menuitem{
    margin-left: 40px;
    margin-top: 5px;
    color:var(--portalThemeColor4) ;
  }
  .menuitem:hover{
    /* color: var(--portalThemeColor2)  !important; */
    border-bottom: 1px solid var(--portalThemeColor4) ;
  }
  .menuitemactive{
    margin-top: 5px;
     color:var(--portalThemeColor1)  !important;
    margin-left: 40px;
    border-bottom: 1px solid var(--portalThemeColor1) ;
   
  }
  summary:nth-child(1) {
    margin-top: 10px;
  }
  summary:nth-child(2) {
    margin-top: 20px;
    
  }
  .divider-vertical:nth-child(2) {
    width: 1px!important;
    background-color: white!important;
    color: white!important;
    align-self: center!important;
    height: 30px!important;
    margin-left: 5px;
    margin-right: 5px
  }
  .divider-vertical:nth-child(8) {
    width: 1px!important;
    background-color: white!important;
    color: white!important;
    align-self: center!important;
    height: 30px!important;
    margin-left: 5px;
    margin-right: 5px
  }
  
  .divider-vertical:nth-child(12) {
    width: 1px!important;
    background-color: white!important;
    color: white!important;
    align-self: center!important;
    height: 30px!important;
    margin-left: 5px;
    margin-right: 5px
  }
  .divider-vertical:nth-child(16) {
    width: 1px!important;
    background-color: white!important;
    color: white!important;
    align-self: center!important;
    height: 30px!important;
    margin-left: 5px;
    margin-right: 5px;
  }
  @media (max-width: 1710px) {
    .nav-link {
        font-size: 16px!important; 
    }
  }
  /* #menu {
    display: none;
  } */
  #fluent-default-layer-host > div > div > div > div  > .ms-Dialog-main {
    background-color: #ffffff !important;
  }
  .pva-embedded-web-chat-widget-container{ 
    display: none!important;
  }
  body[data-sitemap-state="/page-not-found/:/"] {
    background-color: white !important; 
  
  }
  iframe {
    border-radius: 10px;
  }
  #EntityFormPanel {
    border: none!important;
  }
  button[title="Close"] {
    width: auto !important;
  }
  .ms-Modal {
   background-color:   rgb(0 0 0 / 78%);
  }
  #menu {
    background-color: white!important;
  }
  #menu {
    display: none;
  }
  #i587z1 {
    margin-top : 100px!important; 
  }
  /* pages-native-container{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px!important;
    border-radius: 10px;
    
  }
   .ms-Stack {
    border-radius: 10px!important;
  } */ .ms-Stack {
    border-radius: 10px!important;
} 

#right-nav-items > li:nth-child(2) > div > form > div {
    display: flex!important;
}
#right-nav-items > li:nth-child(2) > div > form > div > div > button {
    position: relative;
    top: 1px!important;
}
.nav-link[aria-current="page"]{
    color: var(--portalThemeColor4)!important;
}

.breadcrumb {
    display: none!important;
  }
  #mainContent > div.row > div:nth-child(1){
    display: none;
  }

#ContentContainer_MainContent_MainContent_SecureRegister > div > div:nth-child(1){
    display: none;
}
#content > ul > li:nth-child(3){
    display: none;
}
.select2-selection{
    height: 37.68px!important;
    align-items: center!important;
    display: flex!important;
    align-content: center!important;
    justify-content: flex-start!important;
    border-radius: 5px!important;
}
.select2-selection__arrow{
    top: 5px!important;
}

.bootstrap-datetimepicker-widget{
    background-color: white!important;
    opacity: 1!important;
}
#plusCircle > .timeline-info > .timeline-title {
    display: none;
  }
  .timeline-info {
    position: relative;
    bottom: 40px;
    white-space: nowrap; /* Prevents text from wrapping */
  }
  /* Timeline container */
  #stageGate {
    position: relative;
    margin: 40px auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px; /* fixed height */
  }
  /* Horizontal connecting line (drawn at 50% of container height) */
  #stageGate::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 2px solid #ccc;
    z-index: 1;
  }
  /* Timeline container */
  .stageGateMulti {
    position: relative;
    margin: 40px auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px; /* fixed height */
  }
  /* Horizontal connecting line (drawn at 50% of container height) */
  .stageGateMulti::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 2px solid #ccc;
    z-index: 1;
  }
  /* Each timeline item */
  .timeline-item {
    position: relative;
    margin: 0 20px;
    min-width: 100px; /* allow width expansion */
    height: 100%; /* fill container height */
    text-align: center;
  }
  .timeline-item:hover {
    cursor: pointer;
  }
  /* Container for title and subtitle, fixed at the top */
  .timeline-info {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 40px; /* fixed height for text */
  }
  .timeline-info-bottom {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 40px; /* fixed height for text */
  }
  .timeline-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .timeline-subtitle {
    font-size: 12px;
    color: #666;
    margin: 0;
  }
  /* Filled circle: absolutely positioned so its center stays at 50% */
  .timeline-circle {
    width: 40px;
    height: 40px;
    background-color: var(--portalThemeColor4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .timeline-circle-active {
    background-color: var(--portalThemeColor6);
  }
  

  #beginProcessBtn{
    margin-top: 20px!important;
    margin-left: none!important;
    background-color: var(--portalThemeColor4);
    border : none;
  }
  #beginProcessBtn:hover{
    background-color: var(--portalThemeColor1);
  }
#processDropdown{
    margin-left: 5px!important;
}

  .form-check-label{
    margin-top: 2px;
  }
  .field-label{
    padding-bottom: 5px!important;
  }
  
.navbar-dark .navbar-nav > li > a:hover{
    background-color: transparent!important;
    color: var(--portalThemeColor4)!important;
}
.section-title{
    padding-left: 28px!important;
    font-weight: 600!important;
}
.input-group-addon{
    border-radius: 0px 5px 5px 0px;
    padding-bottom: 7px;
}
.ms-Button.ms-Button--default{
    border-color: var(--portalThemeColor4);
    color: var(--portalThemeColor4);
    transition: all 0.3s ease;
}
.ms-Button.ms-Button--default:hover{
    border-color: var(--portalThemeColor4);
    background-color: var(--portalThemeColor4);
    color: var(--portalThemeColor4);
}

#bellIcon:hover{
    transition: all  0.3s ease;
    color: var(--portalThemeColor4)!important;

}


.table-info label {
    font-weight: 500!important;
}
#notificationBadge{
    display: none;
    left: 10px!important;
}
  
.meeting-minute-label-form{
    font-size: 18px!important;
    padding-left: 0px;
}
#viewStepModal > div > div > div.modal-header {
    border-bottom: 2px solid lightgray!important;
}
#viewStepModal > div > div > div.modal-body{
    padding: 19px!important;
        border-bottom: 1px solid lightgray!important;
}











.addnote[data-bs-target*='"LogicalName": "ppm_transmittals"'] label#note_label_add {
  color: transparent;
  position: relative;
}

.addnote[data-bs-target*='"LogicalName": "ppm_transmittals"'] label#note_label_add::after {
  content: "Response";
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  color: #000;       
  position: absolute;
  top: 0;
  left: 0;
}
.modal-content:has(.addnote[data-bs-target*='"LogicalName": "ppm_transmittals"']) 
h1.modal-title[title="Add note"] {
  color: transparent;
  position: relative;
}

.modal-content:has(.addnote[data-bs-target*='"LogicalName": "ppm_transmittals"']) 
h1.modal-title[title="Add note"]::after {
  content: "Add Response";
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  color: #000; 
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
.modal-content:has(.addnote[data-bs-target*='"LogicalName": "ppm_transmittals"']) 
button.btn-primary {
 
  color: transparent;
  position: relative;
    text-shadow: none;
}

.modal-content:has(.addnote[data-bs-target*='"LogicalName": "ppm_transmittals"']) 
button.btn-primary::after {
  content: "Add response";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: rgb(255, 255, 255);  

  white-space: nowrap;  
  pointer-events: none;       
}

.select2-container--open {
    z-index: 9999 !important;
}
.modal-content .select2-selection__clear {
    margin-bottom: 20px !important;
}


 #tempPdfContent {
      font-family: Arial, sans-serif;
      color: #000;
      background: #fff;
      padding: 10mm;
      box-sizing: border-box;
    }
    /* TITLE + LOGO */
    #tempPdfContent .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 6px;
    }
    #tempPdfContent h1 {
      font-size: 20pt;
      margin: 0;
    }
    #tempPdfContent .client-logo {
      font-size: 10pt;
      font-style: italic;
      margin: 0;
    }
    #tempPdfContent .rcp-logo {
      height: 40px;
      object-fit: contain;
    }
    /* PROJECT / MEETING INFO */
    #tempPdfContent .header-table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 4mm;
      border-bottom: 1px solid #CCC;
    }
    #tempPdfContent .header-table td {
      padding: 2px 4px;
      font-size: 10pt;
      vertical-align: top;
       border-bottom: 1px solid #CCC;
    }
    #tempPdfContent .header-table td.label {
      color: var(--portalThemeColor2);
      font-weight: bold;
      white-space: nowrap;
      width: 1%;
    }
    /* SECTION TITLES */
    #tempPdfContent .section-title {
      font-size: 10pt;
      font-weight: normal;
      margin: 8px 0 4px;
    }
    /* ATTENDEES */
    #tempPdfContent .attendees-table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 6mm;
    }
    #tempPdfContent .attendees-table th {
      color: var(--portalThemeColor2);
      font-weight: normal;
      font-size: 8pt;
      text-align: left;
      padding: 3px 4px;
      border-bottom: 1px solid #000;
    }
    #tempPdfContent .attendees-table td {
      border-bottom: 1px solid #EEE;
      padding: 4px;
      height: 14px;       /* fixed height to give blank lines */
      font-size: 7pt;
    }
    /* MINUTES */
    #tempPdfContent .minutes-table {
      width: 100%;
      border-collapse: collapse;
    }
    #tempPdfContent .minutes-table th {
      color: var(--portalThemeColor2);
      font-weight: normal;
      font-size: 8pt;
      text-align: left;
      padding: 3px 4px;
      border-bottom: 1px solid #000;
    }
    #tempPdfContent .minutes-table td {
      border-bottom: 1px solid #EEE;
      padding: 4px;
      font-size: 7pt;
      vertical-align: top;
    }
    /* column widths */
    #tempPdfContent .minutes-table td:nth-child(1) { width: 10%; }
    #tempPdfContent .minutes-table td:nth-child(2) { width: 60%; }
    #tempPdfContent .minutes-table td:nth-child(3) { width: 15%; }
    #tempPdfContent .minutes-table td:nth-child(4) { width: 15%; }
    #tempPdfContent .first-level td { color:var(--portalThemeColor2); font-weight: normal; }

#tempPdfContent .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
#tempPdfContent h1 {
  font-size: 24pt;
  margin: 0;
}
.table-container{
    break-inside: avoid!important;
}
#tempPdfContent .meeting-notes-section {
  border: 1px solid #CCC;
  padding: 4mm;
  margin: 6mm 0;
  background: #fafafa;
}

#tempPdfContent .meeting-notes-section .section-title {
  font-size: 14pt;
  color: var(--portalThemeColor2);
  margin: 0 0 3mm;
}



.notes-sandbox, .notes-sandbox * {
        break-inside: avoid!important;

  }
  .notes-sandbox.section-title{
    margin: none!important;
  }
.note-title{
    font-size:20px;
    font-weight: 400;
        color: var(--portalThemeColor1) !important;
        margin-bottom: 5px;
}
  .notes-sandbox {
    margin-top: 20px!important;
  }
.notesHTML {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
        padding: 10px;
}

#notificationSettingsModal .modal-dialog {
  max-width: 1000px;      
  width: 100%;         
  margin: 1.75rem auto;  
}

#gearIcon:hover{
    color: var(--portalThemeColor2);
        transition: all 0.3s ease-in-out;

}
#notificationSettingsBtn {
    transition: all  0.3s ease;
    color: white;
    margin: none!important;
    padding-left: 15px!important;
}
#notificationSettingsBtn:hover {
    color: var(--portalThemeColor2)!important;
}
#bellIcon {
margin-top: 10px!important;
 margin-left: 5px!important;

}
body > div.navbar-expand-xl.navbar.navbar-dark.static-top > div.container.custom-container {
    padding-top: 0px!important;
     padding-bottom: 0px!important ;
}
#notificationSettingsModal .form-check-input {
  background-color: #ccc; /* light grey track */
  border-color: #ccc;
}

#notificationSettingsModal .form-check-input:checked {
  background-color: var(--portalThemeColor4);
  border-color: var(--portalThemeColor4);
}

#notificationSettingsModal .form-check-input:checked:focus,
#notificationSettingsModal .form-check-input:checked:hover {
  background-color: var(--portalThemeColor4);
  border-color: var(--portalThemeColor4);
}
body > div.navbar-expand-xl.navbar.navbar-dark.static-top{
    padding-bottom: none!important;
    padding-top: none!important;
}
#gearIcon:hover{
    color: var(--portalThemeColor2)!important;
        transition: all 0.3s ease-in-out;

}
.dropdown-link {
  display: flex;                  /* Center the + */
  align-items: center;
  justify-content: center;
  width: 56px;                     /* Equal width/height for perfect circle */
  height: 56px;
  border-radius: 50%;              /* Circle shape */
  background: linear-gradient(135deg,  var(--portalThemeColor1),  var(--portalThemeColor1)); /* Modern gradient */
  color: white;                    /* + color */
  font-size: 28px;                  /* Size of the + */
  /* font-weight: bold; */
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Soft shadow */
  transition: all 0.25s ease;      /* Smooth hover effect */
  border: none;                    /* Remove default borders */
}

.dropdown-link:hover {
  background: linear-gradient(135deg, var(--portalThemeColor2),  var(--portalThemeColor2)); /* Slightly darker */
  transform: scale(1.05);          /* Slight grow */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.dropdown-link:active {
  transform: scale(0.95);          /* Subtle press effect */
}
/* If you can’t remove the inline style, this will still win */
.fab-wrap .dropdown-content { display: block !important; }

.fab-wrap { position: fixed; bottom: 24px; right: 24px; z-index: 20; }
.dropdown-content {
  position: absolute;
  right: 0;
  bottom: calc(var(--fab-size,56px) + var(--fab-gap,12px));
  width: 240px; margin: 0; padding: 8px; list-style: none;
  background: #fff; border-radius: 14px; box-shadow: 0 16px 40px rgba(0,0,0,.2);
  opacity: 0; transform: translateY(12px);
  pointer-events: none; transition: opacity .18s ease, transform .18s ease;
  z-index: 20; /* ensure above everything */
}
.fab-wrap.open .dropdown-content { opacity: 1; transform: translateY(0); pointer-events: auto; }

/* Edit Workflow */
#content #mainContent #content_form #EntityFormControl #EntityFormPanel #EntityFormControl_EntityFormView table[data-name="HistorySection"] {
    white-space: pre-line;
}

.process-session-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

/* Quick view form styling */
#content-container.container.quickform {
    margin: 0 !important;
    max-width: 100%;
}

#content-container.container.quickform .section .table-info {
    display: none;
}

/* Custom link styling */
#process-action-open-regarding {
    border: none; 
    padding: 0; 
    text-decoration: underline; 
    color: var(--portalThemeColor1); 
    font-family: inherit;
}
/* .modal-body > form > div {
    display: flex;
    flex-direction: column;

} */
/* .btn-close{
    color: var(--portalThemeColor2)!important;
} */
 #pp-edit-modal > div > div > div.modal-header > button {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
 }
 .row.form-custom-actions{

    width: 100%!important;
    z-index: 1000!important;
    background: white;
    position: fixed;
    right: 20px;
    top: 0px;

 }

 #EntityFormControl > div.card {
       margin-top: 50px!important;
 }
#EntityFormPanel > div.actions{
   width: 100%;
    z-index: 1000 !important;
    background: white;
    position: fixed;
    right: 20px;
    top: -40px;
    display: flex;
    justify-content: end;
}
#EntityFormControl {
    margin-top: 20px!important;
}
.ms-Dialog-main {
    height: 100%!important;
}
/* .modal-content {
    height: 100vh;
}
.modal-dialog {
    margin: 10px!important;
    height: 100%;
} */
 