@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@400;600;700&display=swap');

:root {

    --primary-color: #062172;
    --primary-font: 'Poppins';
    --white: #fff !important;
    --secondary-color: #43d596;
    --gray: #494949;
    --gray-light: #e0e0e0;
    --gray-light1: #f4f6f8;
    --gray-light2: rgb(215 215 215 / 50%);
    --black: #000000;
    --cyan: #68A9BF;
    --table-header: var(--primary-color);
    --dropdown-hover: rgb(255 255 255 / 35%);

}

/* Base Styles */
body {
    font-family: var(--primary-font) !important;
    color: var(--primary-color) !important;
    background-color: var(--white) !important;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font) !important;
}

h1,
h2,
h3 {
    color: var(--primary-color) !important;
}



.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    text-transform: capitalize;
}

.btn-primary:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.main-logo {
    width: 155px;
}

.header_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}

h1,
h2 {
    font-weight: bold;
}

p {
    color: var(--gray);
}

.spacer {
    margin: 50px 0;
    /* border: 1px solid #41d696; */
}


/* navbar */
.navbar {
    background: var(--primary-color) !important;
    border-bottom: 5px solid var(--secondary-color) !important;
}

.navbar .navbar-brand img {
    width: 155px;
}

.profile {
    border-radius: 50%;
    height: 75px;
    width: 75px;
}

.nav-link {
    color: var(--white);
}

.nav-link:hover,
.navbar-nav .nav-link.active {
    border-bottom: 1px solid var(--secondary-color) !important;
    color: var(--secondary-color) !important;
}

/* .finText {
    background: var(--gray) !important;
    padding: 15px;
    color: var(--gray-light1) !important;
     margin-left: 120px; 
} */

.finText {
    background: #fff !important;
    padding: 15px 0px;
    /* color: var(--gray-light1) !important; */
    margin-left: 16px;
    font-size: x-large;
    font-weight: 700;
    border-bottom: 3px solid #062172;
}

.hero {
    line-height: 23px;
    padding: 20px;
    box-shadow: 0px 2px 5px 0px var(--gray-light) !important;
    border-radius: 10px;
    border: 1px solid var(--gray-light) !important;
    font-size: 15px;
}

/* .section {
    display: flex;
    justify-content: space-between;
} */
a,
a:hover {
    text-decoration: none;
}

ul.user_alerts {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

ul.user_alerts li {
    list-style-type: disc;
}

.alertWraper {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--gray-light) !important;
}

ul.user_alerts li:last-child>.alertWraper {
    border-bottom: none;
}

h6.alertHeading {
    font-weight: 600;
    font-size: 14px;
}

ul.notification-wrap {
    list-style: disc;
    margin: 0 0 20px 0;
    padding: 0 0 20px 17px;
    border-bottom: 1px solid var(--bs-border-color);
}


ul.notification-wrap li {
    margin: 10px 0;
}

p.aletSummery {
    color: var(--gray-light) !important;
    font-size: 14px;
    margin-bottom: 10px;
}

.alertTimeStamp {
    text-align: right;
    font-size: 12px;
    color: var(--gray);
}

.navbar-expand-xl.navbar.navbar-dark.static-top {
    background: var(--primary-color) !important;
    border-bottom: 5px solid var(--secondary-color) !important;
    padding-bottom: 0 !important;
}


.navbar-brand.navbar-header {
    margin: 0;
    padding: 0;
}

.navbar-brand.navbar-header .xrm-attribute-value img {
    height: 90px !important;
}


.navbar-dark .navbar-nav>li>a:hover,
.navbar-dark .navbar-nav>li.dropdown>a:hover {
    color: var(--white) !important;
    background: transparent !important;
    text-decoration: none !important;
}

li.nav-item.divider-vertical,
li.nav-item.divider-vertical {
    display: none;
}

.static-top.navbar .menu-bar>.navbar-nav>.divider-vertical {
    border-left: none !important;
    border-right: none !important;
}

label {
    font-weight: normal !important;
}

.card {
    padding: 10px;
    border-radius: 10px !important;
}

.crmEntityFormView,
.entitylist,
.modal-content,
.popover-content {
    background-color: var(--white) !important;
    color: var(--black) !important;
    border: none !important;
}

.content-panel.card.entitylist-filter {
    padding: 0;
    border: none;
    margin: 0;
}

.align-right {
    text-align: right;
}

.alert-wrap h5 {
    margin-top: 0 !important;
}

.util-card {
    height: 300px;
}

.util-card .card-body {
    display: flex;
    flex-direction: column;
}

.util-card .btn.btn-primary {
    margin-top: 15px;

}

.util-card .btn.btn-primary.width {
    width: 215px;
    font-family: var(--primary-font);
}

label.entitylist-filter-option-group-label.h4 {
    margin-bottom: 10 !important;
    font-size: 13px !important;
    margin-top: 0 !important;
    font-family: var(--primary-font) !important;
    color: var(--primary-color) !important;
}

.text.form-control.entitylist-filter-option-group-label.h4.static-val.input-text-box{
    margin: 0;
    padding: 0;
}

.entitylist-filter-option-text {
    width: auto !important;
}

button#btn_generate_report,
button#generateReportBtn {
    /* position: relative !important;
    top: 20px !important;
    right: 20px !important; */
    float: right;
    margin: 1rem 0;
}

.alert-wrap .card {
    height: 300px !important;
    overflow: auto !important;
}

/* h2.tab-title {}
.field-label{} */

div#EntityFormControl_a2e66c306b8df011b4cc000d3a599248_EntityFormView h2.tab-title,
div#EntityFormControl_a2e66c306b8df011b4cc000d3a599248 .actions {
    display: none;
}

.footer {
    margin-top: 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.form-control.static-val {
    border-radius: 0;
    border: none;
    font-weight: bold;
    padding-left: 0;
}

.form-control.static-val:focus {
    border: none;
    box-shadow: none;
}

li.nav-item.weblink.dropdown>ul.dropdown-menu.show li:first-child,
li.nav-item.weblink.dropdown>ul.dropdown-menu.show .dropdown-divider {
    display: none;
}

.nav-item .dropdown-toggle::after {
    border-top: 8px solid !important;
    border-right: 8px solid transparent !important;
    border-bottom: 0;
    border-left: 8px solid transparent !important;
    top: 3px !important;
    position: relative !important;
}

.navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav a.dropdown-toggle.show {
    background: var(--primary-color) !important;
    color: var(--white) !important;
}

.navbar-dark .navbar-nav .show.dropdown-menu {
    background: var(--primary-color) !important;
    border: none !important;
}

.navbar-dark .navbar-nav .show.dropdown-menu>li>a {
    color: #ffffff !important;
    padding: 10px 20px !important;
}

.navbar-dark .navbar-nav .show.dropdown-menu>li>a:hover {
    background-color: var(--dropdown-hover) !important;
    text-decoration: none !important;
}

.page-copy {
    padding-bottom: 120px !important;
}
table.gpe-table {
    width: 100%;
}

table.gpe-table th,
.tabs-content table.table.table-striped th {
    font-weight: normal !important;
    font-size: 14px !important;
    padding: 7px !important;
    background-color: var(--table-header) !important;
    color: var(--white) !important;
}

table.gpe-table th a,
.tabs-content table.table.table-striped th a {
    color: var(--white) !important;
    text-decoration: none;
}

table.gpe-table th a:hover,
.tabs-content table.table.table-striped th a:hover {
    text-decoration: none;
}


table.gpe-table.gpe-border th,
table.gpe-table.gpe-border td,
.tabs-content table.table.table-striped th,
.tabs-content table.table.table-striped td {
    border: 1px solid var(--gray) !important;
}


table.gpe-table td,
.tabs-content table.table.table-striped td {
    padding: 7px !important;
    font-size: 13px !important;
}

.navbar-dark .navbar-nav>li>a:focus,
.navbar-dark .navbar-nav>li.dropdown>a:focus {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}

.thead-last-center>thead th:last-child {
    text-align: center;
}

.filter-row.row-2 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid var(--gray-light) !important;
}


ol.progress.list-group.top {
    border: 1px solid var(--primary-color) !important;
    background-color: transparent;
    display: table !important;
    width: 100% !important;
    table-layout: fixed !important;
}

.list-group-item {
    color: var(--primary-color) !important;
    border-right: 1px solid var(--primary-color) !important;
    font-family: var(--primary-font) !important;
    padding: 15px 0px !important;
    display: table-cell;
    font-size: 13px;
    text-align: center;
}

li.list-group-item.active {
    background: var(--primary-color) !important;
    color: var(--white) !important;
}

#EntityFormView fieldset {
    background: var(--gray-light1) !important;
    border-radius: 10px 10px 0px 0px !important;
}
.tab-column label.field-label.entitylist-filter-option-group-label.h4 {
    font-weight: bold !important;
}

.tabs-content label.field-label.entitylist-filter-option-group-label.h4,
.tabs-content label {
    background-color: transparent !important;
    margin-bottom: 10px !important;
    position: relative !important;
    font-weight: normal !important;
}

.tabs-content .static-val.form-control {
    font-weight: normal;
    background-color: var(--gray-light2) !important;
    resize: none;
}

.tabs-content .form-control{
    padding: 10px 15px !important;
    border-radius: 10px;
}

.input-group>span.input-group-text {
    display: none;
}

legend.section-title {
    background: var(--primary-color) !important;
    padding: 15px 10px;
    border-radius: 10px 10px 0px 0px !important;
    cursor: pointer !important;
}



legend.section-title h3 {
    font-family: var(--primary-font) !important;
    color: var(--white) !important;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}


#MaximumLengthValidatorhex_grantnameofproject {
    display: none;
}

.text.form-control.static-val.entitylist-filter-option-group-label.h4 {
    color: var(--primary-color) !important;
}

legend.section-title.title-icon {
    display: flex;
    justify-content: space-between;
}

.section-title.title-icon .fa-solid {
    color: var(--white) !important;
    font-size: 16px;
}

i.fa-solid.fa-chevron-up {
    transform: rotate(180deg);
}

i.fa-solid {
    transition: all .2s ease;
}

#hex_decisiontreeoverallprojectprogress {
    display: none !important;
}

.picklist.static-val {
    padding-left: 5px !important;
}


.tabs-content .form-control.static-val.sub-tab {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border-radius: 10px 10px 0px 0px !important;
    padding: 10px 15px !important;
    margin-top: 15px;
    font-size: 14px !important;
}

#cc,
#cc p {
    font-size: 1rem;
    white-space: pre-line !important;
}

#cc a {
    color: var(--primary-color) !important;
}

.form-control.static-val.static-input,
#cc {
    border: none;
    box-shadow: none;
    background-color: var(--gray-light2) !important;
    resize: none;
    padding: 10px 15px !important;
    border-radius: 10px;
    position: relative;
    top:4px;
}


.form-control {
    font-size: 14px !important;
}


.tabs-content .dropdown.action>button.aria-exp {
    display: none;
}

.tabs-content .dropdown.action>ul.dropdown-menu {
    display: inline-block !important;
    position: relative !important;
    z-index: inherit;
    background: none !important;
    border: none !important;
}
.tabs-content .dropdown.action>ul.dropdown-menu a.edit-link.dropdown-item,
.tabs-content .dropdown.action>ul.dropdown-menu a.delete-link.dropdown-item {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    /* text-indent: -999999px; */
    position: relative;
    margin-bottom: 10px;
}

.tabs-content .dropdown.action>ul.dropdown-menu a.edit-link.dropdown-item:hover,
.tabs-content .dropdown.action>ul.dropdown-menu a.delete-link.dropdown-item:hover {
    text-decoration: none !important;
    background-color: var(--secondary-color) !important;
}

.tabs-content .dropdown.action>ul.dropdown-menu a.edit-link.dropdown-item span,
.tabs-content .dropdown.action>ul.dropdown-menu a.delete-link.dropdown-item span{
    display: none;
} 




.tabs-content .dropdown.action>ul.dropdown-menu a.edit-link.dropdown-item:after {
    content: "\f044";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    position: absolute;
    top: 7px;
    left: 13px;
    color: #fff;
    text-indent: 0;
    display: none;
}

.tabs-content .dropdown.action>ul.dropdown-menu a.delete-link.dropdown-item:after {
    content: "\f1f8";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    position: absolute;
    top: 7px;
    left: 13px;
    color: #fff;
    text-indent: 0;
    display: none;
}

button.btn.btn-sm.custom-action-btn {
    font-size: 13px;
    border: 3px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 5px;
    font-weight: 600;
}

button.btn.btn-sm.custom-action-btn:hover {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}


#loadingOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
    color: white;
    font-size: 24px;
    padding-top: 20%;
}

textarea#hex_cumulativebeneficiarychildrendata {
    font-weight: normal;
}

/* .info-icon {
    position: relative;
    cursor: pointer;
} */

/* .info-icon:hover::after {
  content: attr(data-tooltip);
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
    color: #fff;
    padding: 6px;
    white-space: normal;
    width: 300px;
    z-index: 9999;
    font-size: 10px;
    line-height: 14px;
    border: 1px solid #d6d6d6;
} */

.info-iconx {
    position: relative;
    cursor: pointer;
}

.entitylist-filter .card-body {
    padding: 15px 0;
}

.siteTitle {
    margin-top: 15px;
}

.filterList li.entitylist-filter-option-group.list-inline-item {
    flex: 1;
}


button.toolIcon {
    cursor: pointer;
    background: none;
    border: none;
    padding:0 5px;
}

.toolLink {
    color: var(--white) !important;
    text-decoration: underline;
    cursor: pointer;
}

#customInlineBlock label.form-label {
    background: none;
}

#customInlineBlock textarea#descriptionText {
    resize: none;
    border: 1px solid #949494;
}

div#mainContent {
    margin-bottom: 0px;
}

ul.nav.nav-tabs.nav-account li.nav-item:nth-child(2) {
    display: none;
}

.xrm-editable-html.xrm-attribute.page-copy {
    /* display: none; */
}

h2#external-login-heading {
    border-bottom: none;
}

.form-control.disabled {
    background: var(--gray-light2) !important;
}

#filesTable {
    margin-top: 15px;
}

.nav-item.dropdown a#search {
    display: none !important;
}

li.nav-item.dropdown a#search {
    display: none !important;
}

/* .crmEntityFormView fieldset {
    position: relative;
}
.view-toolbar.grid-actions.clearfix.changePosition {
    position: absolute;
    top: -50px;
    right: 0;
    border-bottom: none;
} */
label.field-label.entitylist-filter-option-group-label.h4 {
    position: relative !important;
}

button.btn.btn-primary.adj-btn {
    margin-top: 20px !important;
    margin-left: -15px !important;
}

div#fileNamePseudo {
    position: absolute;
    top: 0;
    left: 99px;
    border: 1px solid #949494;
    border-radius: 0px 5px 5px 0px;
    height: 34px;
    width: calc(100% - 99px);
    overflow-x: hidden;
    overflow-y: auto;
}

.wrap-input {
    position: relative;
}


p.card-text.mt-3 {
    height: 60px;
}

.filter-row,
.filterList {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.alert-wrap {
    position: relative;
}

#pageLoaderN {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #ccc;
    border-top: 6px solid #68A9BF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

span.info-icon ~ div.text-muted,
button.toolIcon ~ div.text-muted {
    top: 32px !important;
}


.wide-tooltip .tooltip-inner {
  max-width: 500px !important; 
  width: max-content;
}


.dollar,.euro{
    position: relative;
}

.padding-left {
    padding-left: 15px !important;
}

.dollar:before,.euro:before{
    position: absolute;
    top:43px;
    left: 0;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.dollar:before{
    content: "$";
}
.euro:before{
    content:"€";
}


#hex_instructions {
display:none !important;
}

.table-column-width thead th:nth-child(1) {
    width: 9% !important;
}

.table-column-width thead th:nth-child(2) {
    width: 10.5% !important;
}

.table-column-width thead th:nth-child(3) {
    width: 9% !important;
}
.table-column-width thead th:nth-child(4) {
    width: 19% !important;
}
.table-column-width thead th:nth-child(5) {
    width: 1% !important;
}

.adj-position{
    position: relative;
    top: 7px;
}
/* 
#toggleAllBtn {
    margin-left: 15px;
} 
*/

 .tabs-content table.table.table-striped td[data-attribute="hex_briefdescriptionofthemajoractivities"],
.tabs-content table.table.table-striped td[data-attribute="hex_detaileddescription"],
.tabs-content table.table.table-striped td[data-attribute="hex_reasonswhycofinancingwasntmobilizedfully"],
.tabs-content table.table.table-striped td[data-attribute="hex_briefnarrativeonkeyachievementsandchallenges"],
.tabs-content table.table.table-striped td[data-attribute="hex_comments"]
/* .tabs-content table.table.table-striped td[data-attribute="hex_geacoreindicators"],
.tabs-content table.table.table-striped td[data-attribute="hex_baseline"],
.tabs-content table.table.table-striped td[data-attribute="hex_target"],
.tabs-content table.table.table-striped td[data-attribute="hex_actual"] */
{
    height: 120px;
    overflow: auto;
    display: block;
    word-break: break-word;
    white-space: normal;
    outline: none;
    border-left: none !important;
    border-right: none !important;
    /* border-bottom: none !important; */
}

.uploader .col-md-6 {
    width: 100%;
} 

input#fileInput {
    width: 100%;
    font-weight: 600;
}

h5.modal-title {
    font-size: 15px;
    font-weight: bold;
    color: var(--primary-color);
}

.tab-column .text.form-control.static-val,
.tab-column .form-control.input-text-box.static-val {
    font-weight: normal;
}
a.details-link.dropdown-item.launch-modal {
    background: var(--primary-color);
    color:#fff;
    border-radius: 6px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 20px;
}
a.details-link.dropdown-item.launch-modal:hover{
    background: var(--secondary-color);
    text-decoration: none !important;
}

.editBtn,
.deleteBtn,
.tabs-content .dropdown.action>ul.dropdown-menu a.edit-link.dropdown-item,
.tabs-content .dropdown.action>ul.dropdown-menu a.delete-link.dropdown-item,
.details-link {
    width: 76px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

div#acronymTableContainer td {
    /* text-align: left !important; */
}


/* modal style */

.custom-modal .modal-lg,
.custom-modal .modal-dialog{
  width:auto;
}

@media (min-width: 1200px) {
    .custom-modal .modal-lg,
    .custom-modal .modal-dialog {
        --bs-modal-width: 1140px;
    }
}

/* modal style */

@media (min-width: 1280px) {
    .row.sectionBlockLayout > .container, .row.sectionBlockLayout > .container-lg, .row.sectionBlockLayout > .container-md, .row.sectionBlockLayout > .container-sm, .row.sectionBlockLayout > .container-xl,
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1280px ;
    }
   
}

@media (min-width: 1500px) {
    .row.sectionBlockLayout > .container, .row.sectionBlockLayout > .container-lg, .row.sectionBlockLayout > .container-md, .row.sectionBlockLayout > .container-sm, .row.sectionBlockLayout > .container-xl,
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100% ;
    }
   
}

.noNotifications{
     align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;height: 74%;
}

ul.nav.navbar-nav.weblinks {
    text-align: right ;
}


ul.nav.nav-tabs.nav-account{
    display: none;
}


.left-pane {
    background-color: #092D90;
}
.btn-wrap {
    margin: 15px 0;
}

.vertical-middle {
    height: 300px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.text-wrapper {
    color: #fff;
    font-size: 17px;
}
.text-wrapper.left-border {
padding-left: 25px;
    position: relative;
    border-left: 2px solid #3DC493;
    margin-left: 25px;
    padding-right: 40px;
    text-align: justify;
}
.login-wraper {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 3px 10px 2px #cecece;
}

.right-pane{
    background-color: #fff;
    margin-left: 30px;
}
.right-pane .text-wrapper{
    color: #3e3e3e
}
.foot-text{
    font-size: 13px;
    color: #a8a8a8;
}

input#CustomSubmitButton {
    border-radius: 6px;
}

#pp-breadcrumb {
    margin: 15px 0 10px 0px;
    padding: 0;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 8px;
}

.pp-breadcrumb-list {
    display: flex;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pp-breadcrumb-item {
    display: flex;
    align-items: center;
}

.pp-breadcrumb-item::after {
  content: "›";
  margin-left: 6px;
  color: var(--secondary-color);
  font-size: 26px;
}

.pp-breadcrumb-item:last-child::after {
  content: "";
}

.pp-breadcrumb-item a {
  color: var(--primary-color);
  text-decoration: none;
}

.pp-breadcrumb-item.active span {
  font-weight: bold;
  color: #222;
}


#missingLabels .modal-title {
    font-size: 15px;
    font-weight: bold;
    color: var(--primary-color);
}

#missingLabels .modal-title i {
    color: #e20a0a;
    margin-right: 10px;
}
ul.missingFieldList{
    margin: 0;
    padding: 0;
}

ul.missingFieldList li {
    margin: 10px 0;
    align-items: flex-start;
    list-style: disc;
    height: 50px;
    font-size: 13px;
}

ul.missingFieldList li .index{
    background: #222;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    font-size: 14px;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    display: block;
    padding: 7px 12px;
    float: left;
}

ul.missingFieldList li p {
    float: left;
    width: 85%;
    font-size: 13px;
}
.missing > .sub-heading {
    font-size: 14px;
    padding-left: 15px;
    margin: 15px 0;
}
.missing .title {
    font-size: 16px;
}

div#mBody p {
    font-size: 16px;
}

.validation-summary ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.crmEntityFormView .cell {
    padding:15px !important;
}

.input-append.input-group.datetimepicker {
    width: 160px;
}
.btn-group.entity-action-button {
    margin-left: 0;
    margin-right: 15px;
}
input#hex_name {
    margin: 0 0 15px 0;
    padding: 0;
}

.btn-wrapx {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

textarea#hex_efficacy {
    min-height: 70px;
}

h3.table-info.form-subgrid-heading {
    position: relative !important;
    top: 27px !important;
}

.hide.static-val.form-control {
    display: none !important;
}

textarea[disabled] {
  overflow: hidden !important;
  resize: none !important;
  height: auto !important;
  min-height: 0 !important;
}

/* ============================================
   GPE BANNER
   ============================================ */

.gpe-banner { padding: 24px 28px; }

.gpe-banner-inner {
  background-color: #062172 !important;
  border-radius: 6px;
  padding: 28px 40px;
}

.gpe-banner-pill {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #43d596;
  border-radius: 20px;
  padding: 4px 14px;
  margin-bottom: 14px;
  line-height: 1;
}

.gpe-banner-pill span {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #43d596 !important;
  text-transform: uppercase;
}

.gpe-banner-title {
  font-weight: 700 !important;
  margin: 0 0 18px 0 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  color: #ffffff !important;
  white-space: nowrap;
}

.gpe-banner-desc-wrap {
  border-left: 2px solid #43d596;
  padding-left: 14px;
}

.gpe-banner-desc {
  font-size: 12.5px !important;
  line-height: 1.75 !important;
  color: rgba(255,255,255,0.5) !important;
  margin: 0 !important;
}

/* ============================================
   SECTION LABEL
   ============================================ */

.gpe-section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.gpe-section-bar {
  width: 4px;
  height: 24px;
  background: #43d596;
  border-radius: 2px;
  flex-shrink: 0;
}

.gpe-section-title {
  font-size: 15px;
  font-weight: 600;
  color: #062172;
  font-family: 'Poppins', sans-serif;
}

/* ============================================
   MODULE CARDS
   ============================================ */

.gpe-module-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 16px 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(6, 33, 114, 0.07);
  text-decoration: none !important;
  display: block;
  width: 220px;
  min-width: 0;
}

.gpe-module-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #062172;
  transition: background 0.3s ease;
}

.gpe-module-card:hover::before {
  background: linear-gradient(90deg, #43d596, #29a7de);
}

.gpe-module-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 32px rgba(6, 33, 114, 0.14);
  text-decoration: none !important;
}

.gpe-module-card:active,
.gpe-module-card:focus {
  outline: none;
  border-color: #43d596 !important;
  box-shadow: 0 0 0 3px rgba(67, 213, 150, 0.2) !important;
}

.gpe-module-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  background: rgba(67, 213, 150, 0.18);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.gpe-module-icon svg {
  width: 32px;
  height: 32px;
  color: #062172;
  transition: color 0.25s;
}

.gpe-module-card:hover .gpe-module-icon {
  background: linear-gradient(135deg, #062172, #0d3199);
  transform: scale(1.08) rotate(4deg);
}

.gpe-module-card:hover .gpe-module-icon svg {
  color: #ffffff;
}

.gpe-module-title {
  font-size: 13.5px;
  font-weight: 600;
  color: #062172;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Poppins', sans-serif;
  transition: color 0.25s;
  text-decoration: none !important;
  margin-bottom: 6px;
}

.gpe-module-desc {
  font-size: 11px;
  color: #6b7280;
  line-height: 1.45;
  font-family: 'Poppins', sans-serif;
  transition: color 0.25s;
  text-decoration: none !important;
}

.gpe-module-card:hover .gpe-module-title {
  color: #43d596;
  text-decoration: none !important;
}

.gpe-module-card:hover .gpe-module-desc {
  color: #a0aec0;
  text-decoration: none !important;
}

a.gpe-module-card:hover,
a.gpe-module-card:hover * {
  text-decoration: none !important;
}

/* ============================================
   MODULE GRID
   ============================================ */

.gpe-modules-grid {
  display: grid;
  grid-template-columns: repeat(5, 220px);
  gap: 20px;
  width: auto;
}

@media (max-width: 992px) {
  .gpe-modules-grid {
    grid-template-columns: repeat(2, 220px);
  }
}

@media (max-width: 576px) {
  .gpe-modules-grid {
    grid-template-columns: 1fr;
  }
  .gpe-module-card {
    width: 100%;
  }
}

/* ============================================
   BANNER V2 (FULL WIDTH)
   ============================================ */

.gpe-banner-v2 {
  position: relative;
  background: linear-gradient(135deg, #062172 0%, #041454 100%);
  padding: 32px 0;
  overflow: hidden;
  border-bottom: 4px solid #43d596;
  width: 100%;
  box-sizing: border-box;
}

.gpe-banner-bg-pattern {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 15L55 35H45V60H35V35H25L40 15Z' fill='%2343d596' fill-opacity='0.03'/%3E%3C/svg%3E");
  opacity: 0.6;
  pointer-events: none;
}

.gpe-banner-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.gpe-banner-v2 h1.gpe-banner-heading,
h1.gpe-banner-heading {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 42px !important;
  color: #ffffff !important;
  letter-spacing: 1px;
  margin: 0 0 16px 0 !important;
  line-height: 1.1;
  font-weight: 400;
  opacity: 1 !important;
  visibility: visible !important;
}

.gpe-banner-v2 .gpe-user-name,
.gpe-user-name {
  color: #43d596 !important;
  position: relative;
  display: inline-block;
  opacity: 1 !important;
}

.gpe-user-name::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(67, 213, 150, 0.3);
  border-radius: 2px;
}

.gpe-banner-v2 .gpe-banner-pill {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #43d596;
  border-radius: 50px;
  padding: 4px 14px;
  margin-bottom: 12px;
  background: rgba(67, 213, 150, 0.08);
}

.gpe-banner-v2 .gpe-pill-text,
.gpe-pill-text {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #43d596 !important;
  text-transform: uppercase;
}

.gpe-banner-v2 .gpe-banner-text-wrap {
  border-left: 3px solid #43d596;
  padding-left: 16px;
  max-width: 650px;
}

.gpe-banner-v2 .gpe-banner-desc,
.gpe-banner-v2 p.gpe-banner-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85) !important;
  margin: 0;
}

.gpe-banner-arrow {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.12;
  pointer-events: none;
}

/* ============================================
   LAUNCHER WRAP
   ============================================ */

.gpe-launcher-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 28px;
}

/* ============================================
   CONTAINER WIDTH MATCHING
   ============================================ */

@media (min-width: 1280px) {
  .gpe-banner-content,
  .gpe-launcher-wrap {
    max-width: 1280px;
  }
}

@media (min-width: 1500px) {
  .gpe-banner-content,
  .gpe-launcher-wrap {
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }
}

/* ============================================
   RESPONSIVE BANNER TEXT
   ============================================ */

@media (max-width: 768px) {
  .gpe-banner-v2 { padding: 28px 0; }
  h1.gpe-banner-heading,
  .gpe-banner-v2 h1.gpe-banner-heading { font-size: 32px !important; }
  .gpe-banner-arrow { display: none; }
}

@media (max-width: 480px) {
  h1.gpe-banner-heading,
  .gpe-banner-v2 h1.gpe-banner-heading { font-size: 28px !important; }
  .gpe-pill-text { font-size: 9px; letter-spacing: 1.5px; }
}

/* ============================================
   POWER PAGES CONTAINER OVERRIDES
   ============================================ */

.gpe-banner-v2,
.gpe-banner-v2 * { box-sizing: border-box; }

.row.sectionBlockLayout:has(.gpe-banner-v2) { margin: 0 !important; padding: 0 !important; }
.row.sectionBlockLayout:has(.gpe-banner-v2) > .container { max-width: 100% !important; padding: 0 !important; }
.row.sectionBlockLayout:has(.gpe-launcher-wrap) { margin: 0 !important; padding: 0 !important; }

/* ============================================
   MISC
   ============================================ */

.wrapper-body { min-height: calc(100% - 20%) !important; margin-bottom: 0px; }
.rowAlignTop { align-items: flex-start !important; margin: 15px 0 !important; }
#addBtn { margin-top: 34px !important; }
.text-overflow { max-height: 100px; overflow-x: hidden; overflow-y: auto; }

footer .footer-top,
footer .footer-bottom { min-height: 48px !important; padding: 0 !important; }
.footer-top { background-color: #262626; }
footer .footer-bottom { background-color: #1a1a1a !important; }

ul.footer-links li {
  list-style-type: none;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #ffffff52;
}
ul.footer-links li:last-child { border-right: none; }
ul.footer-links.flexEnd li { margin: 0 10px 0 0; padding: 0 10px 0 0; }
ul.footer-links li a { font-size: 12px !important; color: #fff; }
ul.footer-links { margin: 0; padding: 0; display: flex; }
.flexEnd { justify-content: flex-end !important; display: flex; }
.charCounter { font-size: 10px; color: #717171; }

.fileUploadWrapper .form-label {
  margin-bottom: 10px !important;
  font-size: 13px !important;
  margin-top: 0 !important;
  font-family: var(--primary-font) !important;
  color: var(--primary-color) !important;
}

/* ============================================================
   GPE CONNECT — NAVBAR
   ============================================================ */

/* ── 0. NAVBAR CONTAINER WIDTH ───────────────────────────── */

#navbar {
    width: auto !important;
    flex-grow: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

#navbar.collapse:not(.show) {
    display: flex !important;
}

/* ── 1. NAVBAR SHELL ─────────────────────────────────────── */

.navbar-expand-xl.navbar.navbar-dark.static-top {
    background: var(--primary-color) !important;
    border-bottom: 3px solid var(--secondary-color) !important;
    padding: 0 !important;
    min-height: 64px !important;
    position: relative !important;
    z-index: 1040 !important;
}

.navbar-expand-xl.navbar.navbar-dark.static-top .container.custom-container {
    padding-left: 28px !important;
    padding-right: 28px !important;
    min-height: 64px !important;
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* ── 2. LOGO ─────────────────────────────────────────────── */

.navbar-brand.navbar-header {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 16px 0 0 !important;
    flex-shrink: 0 !important;
}

.navbar-brand.navbar-header img,
.navbar-brand.navbar-header .xrm-attribute-value img,
.navbar-brand.navbar-header .xrm-attribute img {
    height: 60px !important;
    width: auto !important;
    max-width: none !important;
}

/* ── 3. NAV UL + ITEMS ───────────────────────────────────── */

ul.nav.navbar-nav.weblinks {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 4px !important;
    height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: nowrap !important;
}

.nav-item.weblink {
    display: flex !important;
    align-items: center !important;
    height: 64px !important;
    position: relative !important;
    float: none !important;
}

li.nav-item.divider-vertical {
    display: none !important;
}

/* ── 4. BASE NAV LINK ────────────────────────────────────── */

ul.nav.navbar-nav.weblinks .nav-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 8px 16px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif !important;
    border-radius: 8px !important;
    border-bottom: none !important;
    background: transparent !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: color 0.15s ease, background 0.15s ease !important;
    line-height: 1.4 !important;
}

/* ── 5. ACTIVE STATE ─────────────────────────────────────── */

ul.nav.navbar-nav.weblinks .nav-link[aria-current="page"],
ul.nav.navbar-nav.weblinks a[aria-current="page"],
ul.nav.navbar-nav.weblinks li > a.active,
ul.nav.navbar-nav.weblinks li.active > a,
ul.nav.navbar-nav.weblinks .nav-link.active {
    background: #07195a !important;
    color: var(--secondary-color) !important;
    border-bottom: none !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
}

/* ── 6. HOVER ────────────────────────────────────────────── */

.navbar-dark .navbar-nav > li > a:hover,
.navbar-dark .navbar-nav > li.dropdown > a:hover {
    background: rgba(255, 255, 255, 0.09) !important;
    color: #ffffff !important;
    border-bottom: none !important;
    text-decoration: none !important;
    border-radius: 8px !important;
}

.navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav a.dropdown-toggle.show,
.navbar-dark .navbar-nav a[aria-expanded="true"] {
    background: #07195a !important;
    color: var(--secondary-color) !important;
    border-radius: 8px !important;
}

.navbar-dark .navbar-nav > li > a:focus,
.navbar-dark .navbar-nav > li.dropdown > a:focus {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.75) !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* ── 7. CHEVRON ──────────────────────────────────────────── */

.nav-item .dropdown-toggle::after {
    display: inline-block !important;
    border-top: 4px solid currentColor !important;
    border-right: 4px solid transparent !important;
    border-bottom: 0 !important;
    border-left: 4px solid transparent !important;
    position: relative !important;
    top: 1px !important;
    opacity: 0.55 !important;
    transition: transform 0.2s ease !important;
    margin-left: 3px !important;
    vertical-align: middle !important;
}

.nav-item > a[aria-expanded="true"]::after,
.nav-item.show > a::after {
    transform: rotate(180deg) !important;
    opacity: 0.85 !important;
}

/* ── 8. DROPDOWN MENU ────────────────────────────────────── */

.nav-item.weblink.dropdown {
    position: relative !important;
}

.navbar-dark .navbar-nav .dropdown-menu,
.nav-item.weblink .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    margin-top: 6px !important;
    background: #07195a !important;
    border: none !important;
    border-left: 2px solid var(--secondary-color) !important;
    border-radius: 0 0 8px 8px !important;
    padding: 8px 0 !important;
    min-width: 210px !important;
    box-shadow: 0 16px 40px rgba(2, 10, 40, 0.6) !important;
    z-index: 1050 !important;
}

.navbar-dark .navbar-nav .dropdown-menu > li > a,
.nav-item.weblink .dropdown-menu .dropdown-item {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 10px 20px !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: background 0.12s, color 0.12s !important;
    white-space: nowrap !important;
    display: block !important;
}

.nav-item.weblink .dropdown-menu > li:last-child > a,
.nav-item.weblink .dropdown-menu .dropdown-item:last-child {
    border-bottom: none !important;
}

.navbar-dark .navbar-nav .dropdown-menu > li > a:hover,
.nav-item.weblink .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    color: var(--secondary-color) !important;
    text-decoration: none !important;
}

li.nav-item.weblink.dropdown > ul.dropdown-menu.show li:first-child,
li.nav-item.weblink.dropdown > ul.dropdown-menu.show .dropdown-divider,
.dropdown-divider {
    display: none !important;
}

/* ── 9. LANGUAGE BUTTON ──────────────────────────────────── */

li.nav-item.dropdown:has(.drop_language) > a.nav-link {
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    background: transparent !important;
}

li.nav-item.dropdown:has(.drop_language) > a.nav-link:hover {
    border-color: rgba(255, 255, 255, 0.55) !important;
    color: white !important;
    background: rgba(255, 255, 255, 0.07) !important;
}

/* ── 10. BELL ────────────────────────────────────────────── */

div.nav-item.divider-vertical:not(:empty) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 64px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

#notificationBell {
    position: relative !important;
    margin: 0 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    cursor: pointer !important;
    transition: all 0.15s !important;
    flex-shrink: 0 !important;
}

#notificationBell:hover {
    border-color: rgba(255, 255, 255, 0.5) !important;
    background: rgba(255, 255, 255, 0.07) !important;
}

#notificationBell .fa-bell,
#notificationBell i {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    display: block !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#notificationCount {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    background: var(--secondary-color) !important;
    color: var(--primary-color) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 1px 4px !important;
    border-radius: 50% !important;
    min-width: 15px !important;
    height: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

i.fa.fa-bell:not(#notificationBell i) {
    display: none !important;
}

/* ── 11. AVATAR ──────────────────────────────────────────── */

.nav-item.dropdown:has(span.username) > a.nav-link.dropdown-toggle::after {
    display: none !important;
}

.nav-link span.username {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: var(--secondary-color) !important;
    color: var(--primary-color) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0.5px !important;
    line-height: 1 !important;
}

.nav-link span.caret {
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 4px solid rgba(255, 255, 255, 0.5) !important;
    border-right: 4px solid transparent !important;
    border-left: 4px solid transparent !important;
    border-bottom: 0 !important;
    margin-left: 3px !important;
    vertical-align: middle !important;
    position: relative !important;
    top: 1px !important;
}

.nav-item.dropdown:has(span.username) > a.nav-link {
    background: transparent !important;
    padding: 4px 8px !important;
    border-radius: 8px !important;
    gap: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    border-bottom: none !important;
}

.nav-item.dropdown:has(span.username) > a.nav-link:hover {
    background: rgba(255, 255, 255, 0.08) !important;
}

.nav-item.dropdown:has(span.username) .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    min-width: 160px !important;
}

.nav-item.dropdown:has(span.username) .dropdown-menu .dropdown-divider {
    display: block !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    margin: 4px 0 !important;
}

/* ── 12. MOBILE TOGGLER ──────────────────────────────────── */

.custom-navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3) !important;
    border-radius: 6px !important;
}

.custom-navbar-toggler:hover {
    border-color: var(--secondary-color) !important;
    background: rgba(67, 213, 150, 0.1) !important;
}

/* ── 13. SEARCH — hidden ─────────────────────────────────── */

.nav-item.dropdown a#search,
li.nav-item.dropdown a#search {
    display: none !important;
}

/* ── 14. ACTIVE DROPDOWN ITEM ────────────────────────────── */

.navbar-dark .navbar-nav .show.dropdown-menu > li > a[aria-current="page"],
.nav-item.weblink .dropdown-menu a.dropdown-item[aria-current="page"],
.nav-item.weblink .dropdown-menu > li > a[aria-current="page"],
.nav-item.weblink .dropdown-menu .dropdown-item.active,
.nav-item.weblink .dropdown-menu > li > a.active {
    color: var(--secondary-color) !important;
    background: rgba(67, 213, 150, 0.08) !important;
    font-weight: 600 !important;
    border-left: none !important;
    padding-left: 20px !important;
}

button.btn.btn-primary.btn-sm.deleteBtn{
    margin-left:5px;
}
.moveUp{
    margin-top: -60px;
}
.tabs-content .dropdown.action {
    text-align: right;
}
.tabs-content .dropdown.action>ul.dropdown-menu li {
    display: inline-block;
}

.tabs-content .dropdown.action > ul.dropdown-menu li:not(:first-child) {
 margin-left: 5px;
}
div#acronymTableContainer table thead th:nth-child(1) {
    width: 25%;
}

div#acronymTableContainer table thead th:nth-child(2) {
    width: 58.33%;
}
div#acronymTableContainer table thead th:nth-child(3) {
    width: 16.66%;
}

/* ── 15. PARENT PILL — active when child page is active ──── */

ul.nav.navbar-nav.weblinks li.nav-item.weblink.dropdown:has(a[aria-current="page"]) > a.nav-link {
    background: #07195a !important;
    color: var(--secondary-color) !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
}

/* ============================================================
   GPE CONNECT — LIST PAGE REDESIGN v3
   Style.css
   Rajat Awasthi
   ============================================================ */

/* ── 0. ANTI-FLASH: Hide old design IMMEDIATELY ───────────── 
   These rules fire before JS runs, preventing the old design
   from showing for a split second. JS then builds the new UI.
   Scoped to list pages only via body data attribute set inline.
   ------------------------------------------------------------ */
/* 
body[data-gpe-lp] .page-copy > .xrm-editable-html > .xrm-attribute-value > .row > .container-fluid > .col-lg-12.columnBlockLayout > .col-sm-12,
body[data-gpe-lp] #pp-breadcrumb {
  /* Hide original breadcrumb area — JS rebuilds it */
/*} */

/* body[data-gpe-lp] .finText {
  display: none !important;
} */


/* ── 1. SLIM PAGE HEADER ───────────────────────────────────── */

/* .gpe-lp-page-header {
  background: #062172;
  padding: 14px 0;
  border-bottom: 3px solid #43d596;
  position: relative;
  overflow: hidden;
} */

/* .gpe-lp-page-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10L42 26H34V46H26V26H18L30 10Z' fill='%2343d596' fill-opacity='0.03'/%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
} */

/* .gpe-lp-page-header-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

/* @media (min-width: 1500px) {
  .gpe-lp-page-header-inner { max-width: 100%; }
} */

/* .gpe-lp-page-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
} */

/* .gpe-lp-page-title {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 26px !important;
  color: #ffffff !important;
  letter-spacing: 0.5px;
  line-height: 1;
  margin: 0 !important;
  padding: 0;
  font-weight: 400;
} */

/* .gpe-lp-page-header-divider {
  width: 2px;
  height: 18px;
  background: #43d596;
  border-radius: 1px;
  opacity: 0.45;
  flex-shrink: 0;
} */

/* .gpe-lp-page-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
} */


/* ── 2. BREADCRUMB ─────────────────────────────────────────── */

/* .gpe-lp-breadcrumb-strip {
  background: #ffffff !important;
  border-bottom: 1px solid #eef0f4 !important;
  padding: 7px 12px !important;
  margin: 0 !important;
} */

/* .gpe-lp-breadcrumb-strip #pp-breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
} */

/* .gpe-lp-breadcrumb-strip .pp-breadcrumb-list { font-size: 12px; }
.gpe-lp-breadcrumb-strip .pp-breadcrumb-item a { color: #062172; font-weight: 500; }
.gpe-lp-breadcrumb-strip .pp-breadcrumb-item a:hover { color: #43d596; }
.gpe-lp-breadcrumb-strip .pp-breadcrumb-item::after { color: #43d596; font-size: 20px; }
.gpe-lp-breadcrumb-strip .pp-breadcrumb-item.active span { font-weight: 600; color: #062172; } */


/* ── 3. SECTION HEADER (green bar + label) ─────────────────── */

/* .gpe-lp-section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 12px;
}

.gpe-lp-section-bar {
  width: 4px;
  height: 20px;
  background: #43d596;
  border-radius: 2px;
  flex-shrink: 0;
}

.gpe-lp-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #062172;
  margin: 0;
} */


/* ── 4. CTA BUTTON ─────────────────────────────────────────── */

/* The panel wrapper — NO border, NO background, just flex-end */
/* .gpe-lp-cta-panel {
  padding: 8px 0 !important;
  margin-bottom: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.gpe-lp-cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #43d596 !important;
  color: #062172 !important;
  border: none !important;
  padding: 9px 20px !important;
  border-radius: 8px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  white-space: nowrap !important;
  text-transform: none !important;
}

.gpe-lp-cta-btn:hover {
  background: #35c484 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(67, 213, 150, 0.25) !important;
  color: #062172 !important;
}

.gpe-lp-cta-btn i { font-size: 11px; } */


/* ── 5. FILTER PANEL ───────────────────────────────────────── */

/* .gpe-lp-filter-panel .content-panel.card.entitylist-filter {
  background: #ffffff !important;
  border: 1px solid #eef0f4 !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  box-shadow: 0 1px 4px rgba(6, 33, 114, 0.03);
  margin-bottom: 0 !important;
}

.gpe-lp-filter-panel .entitylist-filter .card-body {
  padding: 0 !important;
}

.gpe-lp-filter-panel .entitylist-filter-option-group-label.h4 {
  font-size: 9px !important;
  font-weight: 600 !important;
  color: #8b8fa3 !important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 4px !important;
}

.gpe-lp-filter-panel .entitylist-filter-option-text select.form-control,
.gpe-lp-filter-panel .entitylist-filter-option-text .form-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2.5 4l2.5 2.5L7.5 4' stroke='%23062172' stroke-width='1.3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  border: 1.5px solid #e0e3ea !important;
  border-radius: 8px !important;
  padding: 8px 32px 8px 12px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  color: #062172 !important;
  min-width: 200px;
  cursor: pointer;
  transition: border-color 0.15s;
  box-shadow: none !important;
}

.gpe-lp-filter-panel .entitylist-filter-option-text select:hover { border-color: #43d596 !important; }
.gpe-lp-filter-panel .entitylist-filter-option-text select:focus { border-color: #43d596 !important; box-shadow: 0 0 0 3px rgba(67,213,150,0.1) !important; outline: none; }
.gpe-lp-filter-panel .input-group > span.input-group-text { display: none !important; }

.gpe-lp-filter-panel .btn-entitylist-filter-submit {
  background: #062172 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 8px 22px !important;
  border-radius: 8px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.gpe-lp-filter-panel .btn-entitylist-filter-submit:hover { background: #0a2d8a !important; }

.gpe-lp-filter-panel #entitylist-filters {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
} */

/* Hide Apply button on Cash Transfer (auto-filters on change) */
/* body[data-gpe-lp="cash-transfer"] .gpe-lp-filter-panel .btn-entitylist-filter-submit {
  display: none !important;
}
body[data-gpe-lp="cash-transfer"] .gpe-lp-filter-panel .float-end {
  display: none !important;
}
 */

/* ── 5b. GENERATE REPORT SECTION (Progress/Completion/Util) ── */
/* These pages have filters OUTSIDE entitylist in custom HTML.
   The JS adds .gpe-lp-generate-panel to those wrappers.
   No double border — single clean card. */

/* .gpe-lp-generate-panel {
  background: #ffffff !important;
  border: 1px solid #eef0f4 !important;
  border-radius: 10px !important;
  padding: 16px !important;
  box-shadow: 0 1px 4px rgba(6, 33, 114, 0.03);
  margin-bottom: 16px !important;
} */

/* The generate report button inside the panel */
/* .gpe-lp-generate-panel .gpe-lp-cta-btn {
  margin-top: 12px;
} */

/* Remove borders from filter row blocks inside generate panel */
/* .gpe-lp-generate-panel .filter-row,
.gpe-lp-generate-panel .filterList {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
} */


/* ── 6. SEARCH BAR ─────────────────────────────────────────── */

/* .gpe-lp-search .view-search.entitylist-search {
  border: 1.5px solid #e0e3ea !important;
  border-radius: 8px !important;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.15s;
}

.gpe-lp-search .view-search.entitylist-search:focus-within {
  border-color: #43d596 !important;
  box-shadow: 0 0 0 3px rgba(67,213,150,0.1);
}

.gpe-lp-search input.query.form-control {
  border: none !important;
  padding: 7px 12px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  color: #062172 !important;
  background: transparent !important;
  box-shadow: none !important;
  height: auto !important;
}

.gpe-lp-search input.query.form-control::placeholder { color: #b8bcd0; }

.gpe-lp-search .input-group-btn .btn {
  background: #062172 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 7px 12px !important;
  color: #ffffff !important;
}

.gpe-lp-search .input-group-btn .btn:hover { background: #0a2d8a !important; }
 */

/* ── 7. TABLE CARD — ROUNDED EDGES ─────────────────────────── */

/* .gpe-lp-table-card {
  background: #ffffff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 1px 8px rgba(6, 33, 114, 0.05) !important;
  border: 1px solid #eef0f4 !important;
}

.gpe-lp-table-card .view-grid.table-responsive {
  border: none !important;
  margin: 0;
  border-radius: 12px 12px 0 0 !important;
  overflow: hidden;
}

.gpe-lp-table-card table.table.table-striped,
.gpe-lp-table-card table.gpe-table {
  margin-bottom: 0 !important;
  border: none !important;
  border-collapse: collapse !important;
} */

/* Remove ALL gpe-border borders */
/* .gpe-lp-table-card table.gpe-border th,
.gpe-lp-table-card table.gpe-border td {
  border: none !important;
} */

/* Header */
/* .gpe-lp-table-card table th {
  background: #062172 !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  padding: 12px 14px !important;
  font-size: 11.5px !important;
  letter-spacing: 0.3px;
  border: none !important;
  white-space: nowrap;
}

.gpe-lp-table-card table th:first-child { padding-left: 18px !important; }
.gpe-lp-table-card table th a { color: #ffffff !important; text-decoration: none !important; }
.gpe-lp-table-card table th .fa-arrow-down,
.gpe-lp-table-card table th .fa-arrow-up { opacity: 0.6; font-size: 10px; margin-left: 3px; }
 */
/* Body */
/* .gpe-lp-table-card table.table-striped tbody tr {
  border-bottom: 1px solid #f2f3f7 !important;
  transition: background 0.1s;
}
.gpe-lp-table-card table.table-striped tbody tr,
.gpe-lp-table-card table.table-striped tbody tr:nth-child(odd) { background: #ffffff !important; }
.gpe-lp-table-card table.table-striped tbody tr:nth-child(even) { background: #fafbfc !important; }
.gpe-lp-table-card table.table-striped tbody tr:hover { background: rgba(6,33,114,0.018) !important; }
.gpe-lp-table-card table.table-striped tbody tr:last-child { border-bottom: none !important; }
 */
/* Cells */
/* .gpe-lp-table-card table td {
  padding: 11px 14px !important;
  color: #4a4f6a !important;
  font-size: 13px !important;
  border: none !important;
  vertical-align: middle !important;
}
.gpe-lp-table-card table td:first-child { padding-left: 18px !important; color: #062172 !important; font-weight: 500; }
.gpe-lp-table-card table td:first-child a { color: #062172 !important; text-decoration: none !important; font-weight: 500; }
.gpe-lp-table-card table td:first-child a:hover { color: #43d596 !important; }
 */

/* ── 8. STATUS PILLS ───────────────────────────────────────── */

/* .gpe-lp-pill {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

.gpe-lp-pill-submitted         { background: #e6f1fb; color: #185fa5; }
.gpe-lp-pill-submitted-ga      { background: #e1f5ee; color: #0f6e56; }
.gpe-lp-pill-signed            { background: #eaf3de; color: #3b6d11; }
.gpe-lp-pill-approved          { background: #faeeda; color: #854f0b; }
.gpe-lp-pill-rejected          { background: #fcebeb; color: #a32d2d; }
.gpe-lp-pill-draft             { background: #f1efe8; color: #5f5e5a; }
.gpe-lp-pill-review            { background: #eeedfe; color: #534ab7; }
.gpe-lp-pill-pending           { background: #faeeda; color: #854f0b; }
.gpe-lp-pill-sent              { background: #e6f1fb; color: #185fa5; }
.gpe-lp-pill-processed         { background: #e1f5ee; color: #0f6e56; }
.gpe-lp-pill-default           { background: #f1efe8; color: #5f5e5a; }
 */

/* ── 9. ACTION ICON BUTTONS ────────────────────────────────── */

/* .gpe-lp-act-icons {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}

.gpe-lp-act-btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1.5px solid #e0e3ea;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.12s;
  position: relative;
  padding: 0;
  text-decoration: none !important;
  color: inherit;
}

.gpe-lp-act-btn:hover { text-decoration: none !important; }

.gpe-lp-act-btn .gpe-lp-tip {
  display: none;
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #062172;
  color: #ffffff;
  font-size: 9px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
}

.gpe-lp-act-btn .gpe-lp-tip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: #062172;
}

.gpe-lp-act-btn:hover .gpe-lp-tip { display: block; }

.gpe-lp-act-view { color: #185fa5; }
.gpe-lp-act-view:hover { background: #e6f1fb; border-color: #85b7eb; }
.gpe-lp-act-edit { color: #854f0b; }
.gpe-lp-act-edit:hover { background: #faeeda; border-color: #fac775; }
.gpe-lp-act-delete { color: #a32d2d; }
.gpe-lp-act-delete:hover { background: #fcebeb; border-color: #f09595; }
.gpe-lp-act-pdf { color: #0f6e56; }
.gpe-lp-act-pdf:hover { background: #e1f5ee; border-color: #5dcaa5; }
 */
/* Hide original action buttons when icons are present */
/* .gpe-lp-table-card td[aria-label="action menu"] .dropdown.action { display: none !important; } */

/* Also hide original full-width action buttons (View, Edit, Delete etc) */
/* .gpe-lp-table-card td .btn.btn-primary,
.gpe-lp-table-card td .btn.btn-default,
.gpe-lp-table-card td .btn-group.entity-action-button {
  display: none !important;
}
 */

/* ── 10. PAGINATION ────────────────────────────────────────── */

/* .gpe-lp-table-card .view-pagination {
  border-top: 1px solid #f2f3f7;
  padding: 10px 18px;
}

.gpe-lp-table-card .pagination {
  gap: 4px;
  margin: 0;
  justify-content: flex-end;
}

.gpe-lp-table-card .pagination .page-item .page-link {
  width: 30px;
  height: 30px;
  border-radius: 8px !important;
  border: 1px solid #e0e3ea !important;
  background: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: #062172 !important;
  font-family: 'Poppins', sans-serif;
  padding: 0 !important;
  transition: all 0.12s;
  line-height: 1;
}

.gpe-lp-table-card .pagination .page-item .page-link:hover { border-color: #43d596 !important; background: #f5fdf9 !important; }
.gpe-lp-table-card .pagination .page-item.active .page-link { background: #062172 !important; color: #ffffff !important; border-color: #062172 !important; }
.gpe-lp-table-card .pagination .page-item.disabled .page-link { color: #c0c4d4 !important; opacity: 0.5; }
 */

/* ── 11. RESPONSIVE ────────────────────────────────────────── */

/* @media (max-width: 768px) {
  .gpe-lp-page-title { font-size: 22px !important; }
  .gpe-lp-page-header-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
} */

/* ── GLOBAL PAGE OVERLAY — Modified by Rajat Awasthi - 2026-03-31 ── */
#gpe-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.93);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.25s ease;
}
#gpe-overlay.gpe-overlay-hidden {
    opacity: 0;
    pointer-events: none;
}
#gpe-overlay .gpe-spinner {
    width: 46px;
    height: 46px;
    border: 5px solid #ddd;
    border-top: 5px solid var(--primary-color);
    border-radius: 50%;
    animation: gpeSpin 0.8s linear infinite;
}
#gpe-overlay .gpe-overlay-msg {
    margin-top: 14px;
    font-size: 14px;
    color: var(--primary-color);
    font-family: var(--primary-font), sans-serif;
}
/* ── GPE LIST PAGE — Reusable card-table pattern (added 2026-04-16) ── */

/* Wrap the entity list include in a div.gpe-list-card to get card styling */
.gpe-list-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(6, 33, 114, 0.05);
  border: 1px solid #eef0f4;
}
.gpe-list-card .view-grid.table-responsive {
  border: none !important;
  margin: 0;
}
.gpe-list-card table.table,
.gpe-list-card table.gpe-card-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 0 !important;
  border: none !important;
}
.gpe-list-card table th {
  background: #062172 !important;
  color: #fff !important;
  font-weight: 500 !important;
  padding: 12px 14px !important;
  font-size: 11.5px !important;
  letter-spacing: 0.3px;
  border: none !important;
  white-space: nowrap;
}
.gpe-list-card table th:first-child { padding-left: 18px !important; }
.gpe-list-card table th a { color: #fff !important; text-decoration: none !important; }
.gpe-list-card table tbody tr {
  border-bottom: 1px solid #f2f3f7 !important;
  transition: background 0.1s;
}
.gpe-list-card table tbody tr:hover { background: rgba(6,33,114,0.015) !important; }
.gpe-list-card table tbody tr:last-child { border-bottom: none !important; }
.gpe-list-card table tbody td {
  padding: 11px 14px !important;
  color: #4a4f6a !important;
  font-size: 13px !important;
  border: none !important;
}
.gpe-list-card table tbody td:first-child { padding-left: 18px !important; color: #062172 !important; font-weight: 500 !important; }

/* Icon action button used in the Actions column */
.gpe-icon-btn {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #e0e3ea;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #9a9eb3;
  font-size: 12px;
  transition: all 0.12s;
  padding: 0;
}
.gpe-icon-btn:hover {
  border-color: #43d596;
  color: #062172;
  background: #f5fdf9;
}
@keyframes gpeSpin {
    to { transform: rotate(360deg); }
}
