@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/* Material Icons for FrontSteps portal */
body#frontsteps .notifications-wrapper .material-icons{
    font-size: 24px;
    color: white;
    cursor: pointer;
    margin-top: 5px;
}

body#frontsteps .notifications-wrapper .help-icon {
    margin-top: 10px;
}

/* Notification modal icon for FrontSteps */
body#frontsteps .notifications-modal-icon {
    font-size: 48px;
    color: #243141;
}

body#frontsteps .material-icons.notifications-icon:hover {
    color: #495057;
}

/*
GLOBAL STYLES
=================================================================================================================================================
    =========
    FONTS START
    =========
    Open Sans Regular equivalent -> font-weight: 400
    Open Sans SemiBold equivalent -> font-weight: 500
    Open Sans Bold equivalent -> font-weight: 600
    =========
*/

body#frontsteps,
body #site-container {
    font-family: 'Heebo', sans-serif;
}

body#frontsteps nav.navbar {
    min-height: 64px;
    padding: 0px;
    /* box-shadow: rgba(33, 35, 38, 0.9) 10px 10px 10px -10px; */
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

body #site-container .header-container .website-navbar-container {
    padding-top: 5px;
}

#pppHeaderLogo {
    margin-top: 7px;
}

body#frontsteps h1,
body#frontsteps h2,
body#frontsteps h3,
body#frontsteps h4,
body#frontsteps h5,
body#frontsteps h6 {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}

body#frontsteps .btn.btn-primary,
body#frontsteps .btn--wp {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    min-height: 38px;
    min-width: 38px;
    border-radius: 6px;
}

body#frontsteps .btn--wp {
    font-family: 'Heebo', sans-serif !important;
}




body#frontsteps #site-container label {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

/*
    =========
    FONTS END
    =========
================================================================================================================================================
*/

/* Headings */
html body #site-container .step-header,
h3.page-header {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    color: black;
    font-size: 18px;
}

.heading__2 {
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}

.heading__2--menu-regular-black {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}

.subheading {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}

/*
=================================================================================================================================================
    =========
    FORMS START
    =========
*/

html body#frontsteps input:not([type="file"]):not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([hidden=""]), 
html body#frontsteps textarea, 
html body#frontsteps select, 
html body#frontsteps .chosen-container.chosen-container-single .chosen-single, 
html body#frontsteps .select2-container .select2-selection--single {
    border: 1px solid #e6ecf3;
    border-radius: 4px;
    background-color: #fff;
}


/* Checkbox unchecked */
html body#frontsteps .checkbox-wrapper label:before {
    border: 1px solid black;
    height: 17px;
    width: 17px;
}

/* Checkbox checked */
html body#frontsteps .checkbox-wrapper input:checked + label:before {
    background: #6fc95c;
    border: 0.5px solid #6fc95c;
    border-radius: 1px;
}

/* Checkbox checked */
html body#frontsteps .custom-checkbox input[type="checkbox"]:checked + label:before {
    background: #6fc95c;
}


html body#frontsteps .checkbox-wrapper input:checked + label:after {
    content: '';
    background: transparent;
    border-left: 2.5px solid #fff;
    border-bottom: 2.5px solid #fff;
    width: 9px;
    height: 5px;
    left: 4px;
    top: 8px;
    transform: rotate(-45deg);
}

html body#frontsteps .radio-wrapper [type="radio"] + label {
    font-family: 'Heebo', sans-serif !important;
    font-weight: 500 !important;
}

html body#frontsteps .radio-wrapper [type="radio"] + label:before {
    width: 17px;
    height: 17px;
}

html body#frontsteps .radio-wrapper [type="radio"]:checked + label:after {
    background: #6fc95c;
    width: 9px;
    height: 9px;
    top: 0.6rem;
    left: 0.4rem;
}

html body#frontsteps .radio-wrapper [type="radio"]:checked + label:before {
    border: 0.5px solid black;
}

.fileupload-seed-record-wrapper {
    row-gap: 0px;
}

.fileuploader-wrapper label[for=use_hp_hoa_homeowners-csv] {
    margin-top: 0px;
}

body .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i {
    background: #1C75BC;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i:hover {
    background: #1c75bca3;
}

form .radio .help-inline {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}
/*
    =========
    FORMS END
    =========
=================================================================================================================================================
*/

/* Buttons */

body .btn {
    text-shadow: none !important;
    border-radius: 6px;
}

body .btn.btn-light {
    color: #1C1B1F !important;
    border: 1.5px solid #d8e0e9 !important;
    border-radius: 6px;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 38px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

body .btn.btn-light:hover {
    background-color: #D8E0E9 !important;
}

body .btn.btn-light:focus {
    border-color: #4D7393 !important;
}

body .btn.btn-primary{
    background-image: linear-gradient(to bottom, #6fc95c, #6fc95c) !important;
    background-color: #6fc95c !important;
    border-color: #6fc95c !important;
    color: #243141 !important;
    border-radius: 6px;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 38px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

body .btn.btn-primary:hover{
    background-image: linear-gradient(to bottom,#87E987, #87E987) !important;
    background-color: #87E987 !important;
    border-color: #87E987 !important;
}

body .btn.btn-primary:focus {
    background-image: linear-gradient(to bottom,#87E987, #87E987) !important;
    background-color: #87E987 !important;
    border-color: #243141 !important;
}

body .btn.btn-primary:disabled, body .btn.btn-primary[disabled], body .btn.btn-primary.btn-disabled {
    background: #baf0ba !important;
    color: #4d7393 !important;
}

body .btn.btn-primary--light {
    background: transparent !important;
    border: 0px;
    padding-left: 25px;
    padding-right: 25px;
    color: #242d3c !important;
    text-transform: uppercase;
    box-shadow: none !important;
}

body .btn.btn-primary--black,
#search_button {
    background-image: linear-gradient(to bottom, #243141, #243141) !important;
    background-color: #243141 !important;
    border-color: #243141 !important;
    color: #fff !important;
    border-radius: 6px;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 38px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

body .btn.btn-primary--black:hover,
#search_button:hover {
    background-image: linear-gradient(to bottom, #5F8DB1, #5F8DB1) !important;
    background-color: #5F8DB1 !important;
    border-color: #5F8DB1 !important;
}

body .btn.btn-primary--black:focus,
#search_button:focus {
    background-image: linear-gradient(to bottom, #4D7393, #4D7393) !important;
    background-color: #4D7393 !important;
    border-color: #4D7393 !important;
}

body .btn.btn-primary--black:active,
#search_button:active {
    background-image: linear-gradient(to bottom, #709ABF, #709ABF) !important;
    background-color: #709ABF !important;
    border-color: #709ABF !important;
}

body .btn.btn-primary--black:disabled,
body .btn.btn-primary--black[disabled],
#search_button:disabled {
    background-image: linear-gradient(to bottom, #6c92b2, #6c92b2) !important;
    background-color: #6c92b2 !important;
    border-color: #6c92b2 !important;
}

body .btn.btn-primary--light:hover {
    background-color: #fff;
}

.btn-primary--disabled,
.btn-primary--disabled:hover {
    background-image: linear-gradient(to bottom, #c7c7c7, #c7c7c7);
    background-color: #c7c7c7;
    border-color: 2px solid #c7c7c7;
}

.btn-primary--disabled,
.btn-primary--disabled:hover {
color: white;
}

body .btn-tertiary,
body .btn-link,
body .btn-link#cancel-button {
color: #1C1B1F !important;
background: transparent;
border: 1.5px solid transparent;
border-radius: 6px;
padding: 4px;
min-width: 28px;
font-family: 'Heebo', sans-serif;
font-size: 14px;
font-weight: 400;
letter-spacing: 1.12px;
text-transform: uppercase;
}

body .btn-tertiary:hover,
body .btn-link:hover,
body .btn-link#cancel-button:hover {
background-color: #e7ebef !important;
color: #0067C5 !important;
text-decoration: none !important;
}

body .btn-link:focus,
body .btn-tertiary:focus,
body .btn-link#cancel-button:focus {
border-color: #4D7393 !important;
color: #0067C5;
text-decoration: none;
}

body .btn-tertiary:disabled,
body .btn-tertiary[disabled],
body .btn-link:disabled,
body .btn-link[disabled] {
background-color: #e7ebef !important;
color: #8C8C8C !important;
}

a:not(.btn) {
color: #1C75BC;
}

body#frontsteps #site-container {
    background: #243141;
}

body#frontsteps #site-container #page-content {
    background: #fbfcfd;
    padding-left: 9px;
    padding-right: 9px;
}
body#frontsteps #site-footer {
    display: none;
}

/* Links */
a {
    color: #1C75BC;
}

/* Links */
body#frontsteps #toggle-new-card,
body#frontsteps #toggle-new-check {
    color: #1C75BC !important;
}

body#frontsteps #toggle-new-card:hover,
body#frontsteps #toggle-new-check:hover {
    color: #1c75bc !important;
}

/* Page Header */
body .page-header {
    color: #243141;
    border-bottom: 0px;
    font-size: 26px;
    font-weight: 800 !important; 
}
/* Page Header */

.page-header-tabbed .page-header-title,
.hporders__title {
    color: #243141 !important;
    font-size: 2rem;
    font-weight: normal;
}

/* Page Header horizontal menu */
.hporders__subtitle,
.page-header-tabbed {
    display: flex;
    gap: 30px;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 0px;
}


/* Tables / Grids */
.grid-view .table tr,
.grid-view .table tr th,
.grid-view .table thead tr th,
.grid-view .table thead tr td,
html body .dataTables_wrapper .ui-toolbar {
    background-color: #fbfcfd;
    color: #262626;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.1px;
    text-transform: capitalize;
}

body#frontsteps .grid-view .table.table-with-collapse tbody .odd,
body#frontsteps table.dataTable tr.odd {
    background-color: #fff;
}

.grid-view .table tbody tr td {
    font-family: 'Heebo', sans-serif;
    font-size: 13px;
    color: #262626;
    white-space: nowrap;
    border-bottom: 1px solid #E3E9F1;
    height: 42px;
    line-height: min(calc(calc(max( 16px , 13px ) + 8px * 3.25 * 1 ) - 1px), 1000px);
    font-weight: 400;
}


:root {
    --ppp-dark-grey: #262626;
}

html body .dataTables_filter .table-search:after {
    background-image: url("../img/magnifier-blue.svg");
}

.manage-profile-nav-cmc-link {
    text-decoration: none;
}

nav.project-menu ul.first-level li.with-children > a:after, 
.manage-profile-nav ul.nav-with-children > li.with-children > a:after {
    font-size: 14px;
    content: "\f106";
    font-family: 'FontAwesome';
    transform: none;
    padding-left: 2px;
}

/* parent menu, open */
body#frontsteps nav.project-menu ul.first-level li.with-children > a:not(.collapsed):after, 
body#frontsteps .manage-profile-nav ul.nav-with-children > li.with-children > a:not(.collapsed):after
{ 
    margin-top: -8px;
}

/* parent menu, closed */
body#frontsteps nav.project-menu ul.first-level li.with-children > a.collapsed:after, 
body#frontsteps .manage-profile-nav ul.nav-with-children > li.with-children > a.collapsed:after
{ 
    transform: translateY(-50%) rotate(180deg);
    margin-left: 2px;
}

.menu__account li,
nav.project-menu ul.first-level li.with-children > a {
    font-family: 'Heebo', sans-serif !important;
    font-weight: 400;
}

body nav.project-menu ul.first-level li.with-children > .second-level {
    font-size: 14px;
}

body nav.project-menu ul.first-level li.with-children > .second-level a.active, 
body nav.project-menu ul.first-level li.with-children > .second-level a:hover,
body nav.project-menu ul.first-level li.with-children > a.active,
body nav.project-menu ul.first-level li.with-children > a:hover,
body nav.project-menu ul.first-level li.with-children > a[aria-expanded="true"]:not(.collapsed):hover
{
    font-family: 'Heebo', sans-serif !important;
    font-weight: 400 !important;
}

.manage-profile-nav-cmc {
    background: #1C75BC;
    min-height: 50px;
    padding: 28px;
    color: white;
    display: flex;
    font-size: 22px;
    align-items: center;
}

.manage-profile-nav-cmc .menu__hoa-name {
    padding-left: 10px;
}

nav.project-menu .left-menu-section-title {
    color: #A9C2D6;
}


body#frontsteps .admin-left-column {
display: flex;
flex-direction: column;
width: 279px;
min-width: 279px;
/* justify-content: space-between; */
}

body#frontsteps nav.project-menu ul.first-level > li.with-children > a {
    padding-left: 15px !important;
    width: 245px;
}

body#frontsteps nav.project-menu ul.first-level > li.with-children > a:hover {
    background: #1a202a;
}

nav.project-menu ul.first-level > li.with-children > a .frontsteps-menu__icon {
    margin-right: 8px;
}

nav.project-menu ul.first-level > li > a,
nav.project-menu ul.first-level > li.with-children > a.collapsed,
nav.project-menu ul.first-level > li > a.collapsed,
nav.project-menu ul.first-level > li.with-children > a,
nav.project-menu ul.first-level > li.with-children > a.active, 
body nav.project-menu ul.first-level >li > a.active,
body nav.project-menu ul.first-level >li > a:hover,
nav.project-menu ul.first-level > li.with-children > a:hover,
nav.project-menu ul.first-level > li.with-children > a[aria-expanded="true"]:not(.collapsed)
 {
    background: transparent;
    color: #1C75BC;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 17.63px;
}

nav.project-menu ul.second-level {
    border-left: 2px solid #39424f;
    overflow: visible;
}

/* My Account */
.my-account nav.project-menu ul.second-level {
    border-left: 0px;
    overflow: visible;
}



nav.project-menu ul.second-level.collapse:not(.in) {
    overflow: hidden;
}

nav.project-menu ul.second-level > li:nth-child(2n) > a {
    background: transparent;
}

nav.project-menu ul li:not(.with-children) > a[data-button],
body nav.project-menu ul.first-level > li.with-children > .second-level a.active, 
body nav.project-menu ul.first-level > li.with-children > .second-level a:hover, 
body nav.project-menu ul.first-level > li.with-children > .second-level a[aria-expanded="true"]:not(.collapsed) {
    color: #1C75BC;
}

nav.project-menu ul.first-level > li.with-children > a:after,
nav.project-menu ul.first-level > li.with-children > a.collapsed:after,
body nav.project-menu ul.first-level >li > a.active,
body nav.project-menu ul.first-level >li > a:hover,
nav.project-menu ul.first-level > li.with-children > a:hover:after,
nav.project-menu ul.first-level > li.with-children > a:focus:after, 
nav.project-menu ul.first-level > li.with-children > a:active:after,
nav.project-menu ul.first-level > li.with-children > a.collapsed:hover:after, 
nav.project-menu ul.first-level > li.with-children > a.collapsed:focus:after,
nav.project-menu ul.first-level > li.with-children > a.collapsed:active:after
{
    color: #1C75BC;
}

body nav.project-menu ul.first-level >li > a.active {
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}

body#frontsteps nav.project-menu ul.first-level li.with-children > a:after, 
body#frontsteps .manage-profile-nav ul.nav-with-children > li.with-children > a:after {
    color: #A9C2D6;
    right: 15px;
}

body nav.project-menu ul.first-level > li.with-children > a.active, 
body nav.project-menu ul.first-level > li.with-children > a:hover,
body nav.project-menu ul.first-level > li.with-children > a[aria-expanded="true"]:not(.collapsed) {
    background: transparent;
}

body nav.project-menu {
    padding-top: 0px;
    padding-left: 15px;
}

body nav.project-menu li > a:hover {
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}

body#frontsteps nav.project-menu li > a {
    color: #A9C2D6;
    padding-top: 14px;
    padding-left: 10px !important;
    text-transform: none;
}

/* My Account */
.my-account {
    background: #fbfcfd !important;
    /* border-right: 0.1rem solid #bcbec0; */
    min-height: 100vh;
}

/* My Account */
.my-account nav.project-menu {
    padding-top: 0px;
    padding-left: 0px;
}

.my-account nav.project-menu  .admin-sidebar.menu__account {
    padding-left: 39px;
}

/*  My Account - Back menu */
body#frontsteps .my-account .orders-link {
    background:#1a202a;
    padding-left: 30px !important;
    padding-top: 0px !important;
    padding-left: 50px !important;
}

body#frontsteps .my-account .orders-link a {
    color: white !important;
    text-transform: uppercase !important;
}

body#frontsteps .my-account .orders-link a:before {
    left: -30px;
}

/* My Account */
body#frontsteps .my-account .admin-sidebar.first-level li a {
    margin-left: 10px;
}

/* My Account - First level menu */
body#frontsteps .my-account nav.project-menu ul.admin-sidebar.first-level > li.with-children > a {
    width: 207px;
}

body#frontsteps .my-account nav.project-menu ul.admin-sidebar.first-level > li.with-children > a:hover {
    background-color: #F4F4F4;
    color: #262626;
}

body#frontsteps .my-account ul.nav.second-level, 
body#frontsteps .my-account ul.nav.second-level li.with-children a {
    width: 150px;
    margin-left: 14px;
}

body#frontsteps .my-account nav.project-menu .admin-sidebar.first-level li a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    width: 174px;
    letter-spacing: 0px;
}

body#frontsteps .my-account .admin-sidebar.first-level li a:hover {
    background-color: #F4F4F4;
    color: #262626;
}

body#frontsteps .my-account .admin-sidebar.first-level li:not(.with-children) a.active {
    background-color: #E7EBEF;
    color: #262626;
    font-weight: 800;
}


body#frontsteps ul.nav.second-level, 
body#frontsteps ul.nav.second-level li.with-children a {
    padding-left: 12px;
    margin-left: 24px;
}

body#frontsteps nav.project-menu ul.second-level li > a.active {
    color: #fff;
}

body#frontsteps nav.project-menu ul.second-level li > a.active,
body#frontsteps nav.project-menu ul.second-level li > a:hover {
    
    background-color: #1a202a;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    width: 195px;
}

/* My Account */
body#frontsteps .my-account nav.project-menu ul.second-level li > a.active {
    background-color: #ebeef1;
    color: black;
    padding-left: 10px;
    font-weight: 800 !important;
}

body#frontsteps nav.project-menu ul.second-level li > a.active::before,
body#frontsteps .my-account nav.project-menu ul.first-level li:not(.with-children) > a.active::before
{
    content: '';
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 31px;
    background-image: url('/_/site/frontsteps/icon-menu-item-active2.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

body#frontsteps ul.nav.second-level li:not(.with-children) a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0px;
}

.nav>li>a>img.hp-menu__item-icon {
    width: 20px;
    max-height: 20px;
    margin-right: 10px;
}

body .modal .modal-header {
    background: #242d3c;
    border: 0.1rem solid #242d3c;
    background-color: #242d3c;
    color: #fff;
}

body .btn-tertiary, body .btn.btn-link {
    color: #1C75BC;
}

.order-product-name {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: black;
    margin-bottom: 0px;
    /* margin-left: -16px; */
    padding-top: 30px;
}

.order-menu {
    margin-left: 15px;
    border-bottom: 0px;
    justify-content: normal;
    gap: 40px;
    padding-top: 20px;
}

.order-menu .menu-item {
    color: black;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

.order-menu .menu-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.order-menu .menu-item.active {
    border-bottom: 2px solid #6fc95c;
}

.order-menu .menu-item:not(.active):not(.disabled):hover {
    border-bottom: 2px solid #bbbebb;
}

a.hporders__subtitle:hover,
a.hporders__subtitle--active:hover,
a.hporders__subtitle:focus,
a.hporders__subtitle--active:focus
{
    text-decoration: none !important;
}

.hporders__subtitle--active {
    border-bottom: 2px solid #6fc95c;
}


.default-fileuploader .fileuploader .fileuploader-input .fileuploader-input-button {
    color: #1C75BC;
}


#omenu__backToManager {
    width: 100%;
     color: white; 
     background: #1a202a; 
     height: 50px; 
     border: 0px; 
     border-radius: 0px; 
     display: flex; 
     align-items: center; 
     /* justify-content: center;  */
     gap: 15px; 
     margin: 0 auto;
     font-weight: 500;
     letter-spacing: 1px;
}

.pay-open-invoices-button-container {
    padding-top: 0px;
    padding-bottom: 5px;
}

/* Left menu - pay open invoices */
.pay-open-invoices-button-container .pay-open-invoices-button {
    background-color: #364d6a;
    border-radius: 30px;
}

.pay-open-invoices-button-container .pay-open-invoices-button:hover {
    background-color: #364d6a;
}

#ajaxLodingIndicator div {
    background: url('/_/img/loading-indicator-v2--fs.gif') center center no-repeat;
    background-size: contain !important;
}

#ajaxLodingIndicator div::after {
    color: #364d6a;
}

html body input:not([type="file"]):not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([hidden=""])[required]:focus, 
html body textarea[required]:focus, html body select[required]:focus, 
html body .chosen-container.chosen-container-single .chosen-single[required]:focus, 
html body .select2-container .select2-selection--single[required]:focus {
    /* border: 0.1rem solid #1C75BC; */
}

.general-info .uploaded-file-info .mapping-remove-file {
    background-color: #1C75BC;
}

#success-modal .icon img, #deleted-modal .icon img {
    filter: hue-rotate(200deg);
}

.notification-title img {
    filter: hue-rotate(200deg);
}

.navbar-right img {
    filter: brightness(0) invert(1);
}

.grid-view .table.table-with-collapse tbody a[data-toggle="collapse"] i {
    border-color: #243141;
}

.estimatedCost #pricing-table table.tbl_custom .total-row th {
    background: #243141;
}

.estimatedCost #pricing-table table.tbl_custom .total-row {
    border: 3px solid #243141;
}


.empty-ballots-list a.btn.btn-tertiary {
    color: #1C75BC !important;
}

.file-wrapper .delete-file{ 
    color: #1C75BC !important;
}

/* Sticky layout - header and left menu fixed, only page-content scrolls */
body#frontsteps {
    overflow: hidden;
    height: 100vh;
}

body#frontsteps .header-container {
    position: sticky;
    top: 0;
    z-index: 1000;
}

body#frontsteps #site-container {
    height: 100vh;
    overflow: hidden;
}

body#frontsteps #site-container > div:last-of-type {
    display: flex;
    height: calc(100vh - 60px);
}

body#frontsteps .admin-left-column {
    position: sticky;
    top: 60px;
    height: calc(100vh - 60px);
    overflow-y: auto;
}

body#frontsteps #page-content {
    flex: 1;
    overflow-y: auto;
    height: calc(100vh - 60px);
}

.admin-left-column {
    background: #243141 !important;
    /* border-right: 0.1rem solid #bcbec0; */
    min-height: calc(100vh - 60px);
}

/* My Account */
.admin-left-column.my-account {
    background: #fbfcfd !important;
}




.filter-section-header-arrow.opened,
.filter-section-header.opened {
    background-color: #243141  !important;
}

.white_arrow.opened {
    background-color: #243141  !important;
}

.ballot__active-cta-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-top: 60px;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #1C75BC;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    box-shadow: 0 0 6px #1C75BC;
}

.checkbox-wrapper label.semi-checked:after {
    background: #1C75BC;
}

.question-wrapper .step-header:before {
    color: #1C75BC;
}

.election-wrapper .step-header:before {
    color: #1C75BC;
}

.feedback-survey-heading-title {
    color: #1C75BC;
}

.feedback-survey-menu .square.active {
    background-color: #1C75BC;
}

.feedback-survey-menu .square.visited {
    color: #1C75BC;
}

#scanReport tfoot tr {
    border: 3px solid #1c75bc;
}

#scanReport tfoot tr th:first-child {
    background: #1c75bc;
}

body #site-container .header-container > nav.navbar .container-fluid .navbar-collapse ul.navbar-nav > li.dropdown > a.dropdown-toggle > span.hamburger {
    color: white;
}

.user-initials-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    color: #242d3c;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

nav.project-menu ul.first-level li > a.menu__left-arrow:before {
    color: #fff;
    margin-right: 10px;
}

.invoices-amount .amount-due {
    color: #6fc95c;
}

/* FrontSteps Open Invoices Button with Badge */
.pay-open-invoices-button-container .pay-open-invoices-button--frontsteps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #364d6a;
    border-radius: 30px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.pay-open-invoices-button-container .pay-open-invoices-button--frontsteps:hover {
    background-color: #2d4058;
    color: #fff;
    text-decoration: none;
}

.pay-open-invoices-button-container .pay-open-invoices-button--frontsteps .open-invoices-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    background-color: #e74c3c;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.pay-open-invoices-amount-total {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 30px;
}

.invoices-amount {
    width: 31rem;
}

.actions-dropdown__item a {
    color: #333;
}

.invoices-amount .ppp-black-text {
    font-family: 'Heebo', sans-serif !important;
    font-weight: 500 !important;
}

.cc_fee_container, .invoices-amount-selected__total-no-fee {
    font-family: 'Heebo', sans-serif !important;
    font-weight: 400 !important;
}

.invoices-amount-total--deposit {
    margin-top: 102px;
}

.order-menu {
    counter-reset: menu-counter;
}
 
.order-menu > .menu-item::before {
    counter-increment: menu-counter;
    content: counter(menu-counter) ". ";
}

#user-link .dropdown-menu {
    background-color: #243141 !important;
    margin-top: 5px !important;
}

#user-link .dropdown-menu:before {
    display: none !important;
}

#user-link .dropdown-menu li.divider {
    display: none;
}

#user-link .dropdown-menu li {
    padding: 16px 12px !important;
}

#user-link .dropdown-menu li a {
    color: #a9c2d6 !important;
    text-transform: uppercase;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 2.8px !important;
}

#user-link .dropdown-menu a:hover {
    background: transparent !important;
    color: #fff !important;
}

#user-link .dropdown-menu li .user-name-container {
    color: white;
    margin-left: 7px;
    letter-spacing: 0px;
}