@font-face {
  font-family: 'Azo Sans'; /* Choose a name for your font */
  src: url('./AzoSans.ttf') format('ttf');
  font-weight: normal; /* Adjust if you have different weights */
  font-style: normal;
}

/* Apply the custom font to your site’s elements */
body {
  font-family: 'Azo Sans', sans-serif;
}

footer {
  color: #ffffff;
  font-family: 'Azo Sans', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  height: 68px;
}
footer .footer-bottom {
  background-color: #9e691a;
}

/*.header-logo img {
    height: 60px;       
    width: auto;        
    max-height: 80px;  
}*/

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0px;
  padding-right: 30px;
  margin-left: 44px;
  margin-right: 106px;
  width: auto;
  height: 150px;
}

@media only screen and (max-width: 700px) {
  .header-container {
    justify-content: end;
  }
}

.fit-content {
  min-width: fit-content;
}

.bp-feature-header {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  min-height: auto;
  max-height: 839px;
  height: 100vw;
  padding: 8px;
  background-image: url('/bp-header.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
}

.bp-tracker-header {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  min-height: auto;
  max-height: 839px;
  height: 15vw;
  padding: 8px;
  background-image: url('/admin-header.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
}

.bp-feature-title {
  color: var(--portalThemeColor7);
  font-size: 9rem;
}

@media only screen and (max-width: 2100px) {
  .bp-feature-title {
    font-size: 8rem;
  }
}

@media only screen and (max-width: 1600px) {
  .bp-feature-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 800px) {
  .bp-feature-title {
    font-size: 3rem;
    margin: 50px;
  }
}

.common-permits {
  display: flex;
  flex-direction: column;
  margin: 0 10%;
}

.permit-container {
  width: 100%;
  max-width: 1800px;
}

.permit-card-title {
  font-size: 30px;
  color: var(--portalThemeColor1);
}

.permit-card-subtitle {
  font-size: 16px;
  color: var(--portalThemeColor1);
}

.permit-card-desc {
  font-size: 16px;
  color: #8f8f8f;
}

.common-permit-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1700px;
}

.common-permit-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 33px;
}

@media only screen and (max-width: 1000px) {
  .common-permit-header-container {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .bp-button {
    margin-right: 0 !important;
  }
}

.my-permits-container {
  display: flex;
  margin: 100px 10%;
  flex-wrap: wrap;
  max-width: 1642px;
}

.search-container {
  display: flex;
  margin: 100px 10%;
  margin-top: 0;
  flex-wrap: wrap;
  max-width: 1642px;
}

@media only screen and (min-width: 2000px) {
  .search-container {
    margin: 100px 17%;
  }
}

.search-bar {
  display: flex;
  justify-content: flex-end;
  margin: 100px 10%;
}

.input-search {
  border-radius: 20px;
  width: 325px;
  height: 60px;
  color: #2a2c2e;
  padding: 20px;
  gap: 20px;
  border: var(--portalThemeColor1) 2px solid;
  font-size: 24px;
}

.search-input-group {
  display: flex;
  justify-content: end;
}

.search-input-button {
  background-color: transparent;
  font-size: 24px;
  border: none;
  margin-left: -46px;
  margin-top: 13px;
  color: var(--portalThemeColor1);
}

.bp-button-dark {
  border-radius: 20px;
  height: 60px;
  width: 124px;
  padding: 10px 20px;
  border: 2px solid var(--portalThemeColor1);
  background-color: var(--portalThemeColor1);
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}

.bp-button {
  border-radius: 20px !important;
  height: 60px;
  width: 241px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
}

.permit-card-container {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-width: 300px;
  flex-wrap: wrap;
  margin-top: 0;
}

.permit-card-container-left {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  min-width: 300px;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: 70px;
}

.applicationTypeItem {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 22%;
  min-height: 250px;
  height: auto;
  background-color: #ffffff;
  border: 2px solid var(--portalThemeColor1);
  border-radius: 20px;
  padding: 20px;
}

.applicationTypeItem:focus,
.applicationTypeItem:hover {
  border: 3px solid var(--portalThemeColor2);
  background-color: var(--portalThemeColor2);
  color: var(--portalThemeOnColor2);
}

.card-h1 {
  font-size: 30px;
  color: var(--portalThemeColor1);
  text-align: left;
}

.card-p {
  font-size: 15px;
  text-align: left;
}

.step-card {
  word-break: break-word;
}

.step-card-h1 {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

.step-card-p {
  font-size: 1.5rem;
  color: var(--portalThemeColor8);
  text-align: left;
}

.permit-step-section {
  display: flex;
  width: 100%;
  justify-content: center;
}

.permit-step-card-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.step-card {
  display: flex;
  width: 23%;
  min-height: 190px;
  height: auto;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 20px;
  margin: 10px;
  padding: 10px;
}

.step-card-info {
  margin-left: 15px;
}

.permit-tracker-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 60vh;
}

.permit-snapshot-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 13vw;
}

.permit-tracker-table {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 1800px;
  margin: 100px 10%;
}

.snapshot-container {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 10%;
  max-width: 1800px;
}

.snapshot-header-container {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  max-width: 1800px;
}

.snapshot-item {
  display: flex;
  width: 25%;
  justify-content: space-evenly;
}

.snapshot-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 100px;
  min-width: 100px;
  background-color: var(--portalThemeColor9);
  font-size: 2.5rem;
  color: var(--portalThemeOnColor9);
}

.snapshot-header-container > h1 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1800px) {
  .permit-snapshot-container {
    height: 20vw;
  }

  .snapshot-item > h2 {
    font-size: 30px;
  }

  .snapshot-number {
    min-height: 75px;
    min-width: 75px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 1400px) {
  .snapshot-item > h2 {
    font-size: 20px;
    flex-wrap: nowrap;
  }

  .snapshot-number {
    min-height: 50px;
    min-width: 50px;
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 1000px) {
  .snapshot-item > h2 {
    font-size: 2rem;
    text-align: center;
  }

  .snapshot-item {
    flex-direction: column;
    align-items: center;
  }

  .snapshot-number {
    font-size: 2.5rem;
  }

  .snapshot-header-container > h1 {
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .permit-snapshot-container {
    height: 35vw;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 750px) {
  .permit-snapshot-container {
    height: 35vw;
  }

  .snapshot-header-container > h1 {
    margin: 0;
  }

  /* #mainContent > div > div > div > div.permit-tracker-container > div.permit-tracker-table > div > div > div.view-grid > table > thead > tr > th > a {
      font-size: 1.5rem;
    } */
}

@media only screen and (max-width: 550px) {
  .permit-snapshot-container {
    height: 260px;
  }

  .snapshot-header-container {
    justify-content: center;
  }

  .snapshot-container {
    flex-direction: column;
    align-items: center;
  }

  .snapshot-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 20%;
  }
}

.table-status-cell {
  display: flex;
  justify-content: center;
  width: 90%;
  border-radius: 10px;
  padding: 0 20px;
  height: 60%;
  align-items: center;
}

.submitted {
  background-color: #ffffff;
  color: #4a7c4c;
  border: 1px solid #4a7c4c;
}

.review {
  background-color: #8f8f8f;
  color: #ffffff;
}

.denied {
  background-color: #38613f;
  color: #ffffff;
}

.approved {
  background-color: #62a365;
  color: #ffffff;
}

@media only screen and (max-width: 1200px) {
  .applicationTypeItem {
    width: 30%;
  }

  .card-h1 {
    font-size: 2.5rem;
  }

  .permit-card-container {
    justify-content: start;
  }
}

@media only screen and (max-width: 700px) {
  .applicationTypeItem {
    width: 45%;
  }

  .permit-card-container {
    justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .applicationTypeItem {
    width: 80%;
  }

  .bp-button {
    margin-right: 0;
  }

  .search-bar {
    justify-content: center;
  }

  .search-container {
    justify-content: center;
  }
}

.breadcrumb {
  background-color: transparent;
}
.breadcrumb > li a {
  color: var(--portalThemeColor1);
}
.breadcrumb > li a:hover {
  color: var(--portalThemeColor1);
}
.breadcrumb > .active {
  color: #000000;
}

.nav-tabs > li > a:hover {
  background-color: #f2f2f2;
  color: var(--portalThemeColor1);
}

.nav-tabs > li > a:focus {
  background-color: #f2f2f2;
  color: var(--portalThemeColor1);
}

html[dir='ltr'] .crmEntityFormView .actions .btn,
.btn-default {
  color: #ffffff !important;
  border-radius: 8px;
  font-family: 'Azo Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 20px;
  width: fit-content;
  border-style: solid;
  color: var(--portalThemeOnColor4);
  border-color: var(--portalThemeColor4);
  background-color: var(--portalThemeColor4);
}

#EntityFormPanel > div.actions {
  text-align: center;
}

.btn-default:hover {
  color: var(--portalThemeOnColor4);
  background-color: var(--portalThemeColor4);
  border-color: var(--portalThemeColor4);
}
.btn-default:active,
.btn-default.active {
  color: var(--portalThemeOnColor4);
  border-color: #62a365;
  background-color: var(--portalThemeColor4);
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus {
  color: var(--portalThemeOnColor4);
  background-color: var(--portalThemeColor4);
  border-color: var(--portalThemeColor4);
}
.btn-default:focus,
.btn-default.focus {
  color: var(--portalThemeOnColor4);
  background-color: var(--portalThemeColor4);
  border-color: var(--portalThemeColor4);
}

.btn-primary {
  color: var(--portalThemeOnColor1);
  background-color: var(--portalThemeColor1);
  border-color: var(--portalThemeColor1);
  border-radius: 5px !important;
  font-family: 'Azo Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px;
  padding: 6px 20px;
  width: fit-content;
  border-style: solid;
  background-color: var(--portalThemeColor1);
}
.btn-primary:hover, .btn-default:hover {
  color: #2a2c2e;
  /*background-color: #d19c4d;
  border-color: #d19c4d;*/
  background-color: #004184 !important;
  border-color: #004184 !important;
  color: #FFFFFF !important;
}
.btn-primary:active,
.btn-primary.active {
  color: #2a2c2e;
  background-color: #d19c4d;
  border-color: #d19c4d;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus {
  color: #2a2c2e;
  background-color: #d19c4d;
  border-color: #d19c4d;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #2a2c2e;
  background-color: button1onhoverfillcolor;
  border-color: button1onhoverfillcolor;
}

.static-top.navbar-dark {
  background-color: var(--portalThemeColor1);
}

.navbar-toggler {
  background-color: var(--portalThemeColor1);
}

.navbar-dark .navbar-toggler {
  border: 1px solid var(--portalThemeColor1);
}
.navbar-dark .navbar-toggler:hover {
  background-color: #d19c4d;
  border-color: #d19c4d;
}
.navbar-dark .navbar-toggler:focus {
  border: 1px solid #ffffff;
  background-color: #d19c4d;
}
.navbar-dark .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%232A2C2E'  stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-nav > li > a {
  color: #ffffff;
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
}
.navbar-dark .navbar-nav > li > a:hover {
  background-color: var(--portalThemeColor1);
  color: var(--portalThemeOnColor1);
  text-decoration: Underline;
}
.navbar-dark .navbar-nav > li > a:focus {
  background-color: var(--portalThemeColor1);
  color: #000000;
  text-decoration: Underline;
}

.navbar-dark .navbar-nav > .open > a {
  color: #000000;
  background-color: var(--portalThemeColor1);
  text-decoration: Underline;
}
.navbar-dark .navbar-nav > .open > a:hover {
  color: #000000;
  background-color: var(--portalThemeColor1);
  text-decoration: Underline;
}
.navbar-dark .navbar-nav > .open > a:focus {
  color: #000000;
  background-color: var(--portalThemeColor1);
  text-decoration: Underline;
}

.navbar-dark .navbar-nav .open .dropdown-menu {
  background-color: var(--portalThemeColor1);
  text-decoration: Underline;
}
.navbar-dark .navbar-nav .open .dropdown-menu > li > a {
  color: #000000;
  text-decoration: Underline;
}
.navbar-dark .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #000000;
  color: var(--portalThemeColor1);
  text-decoration: Underline;
}
.navbar-dark .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: #000000;
  color: var(--portalThemeColor1);
  text-decoration: Underline;
}
.navbar-dark .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #000000;
  color: var(--portalThemeColor1);
  text-decoration: Underline;
}
.navbar-dark .navbar-nav .open .dropdown-menu > .active > a:hover {
  background-color: #000000;
  color: var(--portalThemeColor1);
  text-decoration: Underline;
}
.navbar-dark .navbar-nav .open .dropdown-menu > .active > a:focus {
  background-color: #000000;
  color: var(--portalThemeColor1);
  text-decoration: Underline;
}

.sectionPrimaryColor {
  background-color: #9bbb9b;
  color: #000000;
}
.sectionPrimaryColor h1,
.sectionPrimaryColor h2,
.sectionPrimaryColor h3,
.sectionPrimaryColor h4,
.sectionPrimaryColor h5,
.sectionPrimaryColor h6,
.sectionPrimaryColor p,
.sectionPrimaryColor a {
  color: #000000;
}
.sectionPrimaryColor .crmEntityFormView h1,
.sectionPrimaryColor .crmEntityFormView h2,
.sectionPrimaryColor .crmEntityFormView h3,
.sectionPrimaryColor .crmEntityFormView h4,
.sectionPrimaryColor .crmEntityFormView h5,
.sectionPrimaryColor .crmEntityFormView h6,
.sectionPrimaryColor .crmEntityFormView p,
.sectionPrimaryColor .crmEntityFormView a {
  color: #000000;
}
.sectionPrimaryColor .entitylist h1,
.sectionPrimaryColor .entitylist h2,
.sectionPrimaryColor .entitylist h3,
.sectionPrimaryColor .entitylist h4,
.sectionPrimaryColor .entitylist h5,
.sectionPrimaryColor .entitylist h6,
.sectionPrimaryColor .entitylist p,
.sectionPrimaryColor .entitylist a {
  color: #000000;
}

a,
.a {
  color: var(--portalThemeColor1);
  font-family: Arial;
  font-weight: 400;
  font-size: 14px !important;
}
a:hover,
a:focus,
.a:hover,
.a:focus {
  color: #d19c4d;
}

.open > .btn-default.dropdown-toggle {
  color: #2a2c2e;
  background-color: #e6e6e6;
  border-color: var(--portalThemeColor1);
}

.open > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: var(--portalThemeColor1);
  border-color: var(--portalThemeColor1);
}
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #2a2c2e;
  background-color: #d19c4d;
  border-color: #bb8330;
}

.crmEntityFormView,
.entitylist,
.modal-content,
.popover-content {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}

#mainContent
  > div
  > div
  > div
  > div.permit-tracker-container
  > div.permit-tracker-table
  > div
  > div
  > div.view-grid
  > table
  > tbody
  > tr
  > td {
  font-size: 2.2rem;
  height: 80px;
  align-items: center;
}

#mainContent
  > div
  > div
  > div
  > div.permit-tracker-container
  > div.permit-tracker-table
  > div
  > div
  > div.view-grid
  > table
  > thead {
  height: 56px;
  background-color: var(--portalThemeColor1);
}

#mainContent
  > div
  > div
  > div
  > div.permit-tracker-container
  > div.permit-tracker-table
  > div
  > div
  > div.view-grid
  > table
  > thead
  > tr
  > th
  > a {
  color: var(--portalThemeColor5);
  font-size: 18px;
}

#mainContent
  > div
  > div
  > div
  > div:nth-child(2)
  > div
  > div
  > div
  > div
  > div.view-grid
  > table
  > thead
  > tr
  > th
  > a {
  font-size: 18px;
  color: #ffffff;
}

#mainContent > div > div > div > div > div > div > div > div > div.view-grid > table > thead {
  background-color: var(--portalThemeColor1);
}

.entity-grid .view-grid {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #88B4D6;
}
#mainContent
  > div
  > div
  > div
  > div:nth-child(2)
  > div
  > div
  > div
  > div
  > div.view-grid
  > table
  > tbody
  > tr {
  height: 80px;
  font-size: 2.2rem;
}

#mainContent
  > div
  > div
  > div
  > div:nth-child(2)
  > div
  > div
  > div
  > div
  > div.view-grid
  > table
  > tbody
  > tr
  > td {
  padding-top: 20px;
}

#mainContent > div > div > div > div.permit-tracker-container > div.permit-tracker-table > div {
  width: 100%;
}

#mainContent
  > div
  > div
  > div
  > div:nth-child(2)
  > div
  > div
  > div
  > div
  > div.view-grid
  > table
  > thead
  > tr
  > th {
  padding-bottom: 15px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7 !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #ffffff;
}
.static-top.navbar-dark .navbar-brand a {
  color: #ffffff;
}
.msos-selecteditems-toggle {
  color: #9bbb9b !important;
}
h1 p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 40px;
  color: #2a2c2e;
  margin-left: 0px;
  margin-right: 0px;
}

h2 p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 36px;
  color: #2a2c2e;
}
h3,
.h3,
.page_section h3,
.color-inverse h3,
.sidebar-home h3 {
  font-family: 'Azo Sans', sans-serif !important;
  font-weight: 300;
  font-size: 20px !important;
  color: #2a2c2e;
}

h4,
.h4,
.poll .poll-header h4,
.poll .poll-tags h4 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 24px;
  color: #2a2c2e;
}

h5,
.h5 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 14px;
  color: #9bbb9b;
}

p,
.p,
.page_section p,
.section-diagonal-left p,
.section-diagonal-right p {
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #2a2c2e;
}

.p2 {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #2a2c2e;
}
.button1 {
  color: #2a2c2e;
  border-radius: 2px;
  font-family: Helvetica;
  font-weight: 600;
  font-size: 14px;
  border-color: var(--portalThemeColor1);
  padding: 6px 20px;
  width: fit-content;
  border-style: solid;
  background-color: var(--portalThemeColor1);
}
.button1:not(.gjs-selected):hover {
  color: #2a2c2e;
  background-color: #d19c4d;
  border-color: #d19c4d;
}
.button1:not(.gjs-selected):active,
.button1.active:not(.gjs-selected) {
  color: #2a2c2e;
  background-color: button1onhoverfillcolor;
}
.button1:focus,
.button1.focus {
  color: #2a2c2e;
  background-color: #d19c4d;
}
.button2 {
  color: var(--portalThemeColor1) !important;
  border-radius: 2px;
  font-family: Helvetica;
  font-weight: 600;
  font-size: 14px;
  border-color: var(--portalThemeColor1) !important;
  padding: 6px 20px;
  width: fit-content;
  border-style: solid;
  background-color: transparent;
}
.button2:not(.gjs-selected):hover {
  color: var(--portalThemeOnColor1) !important;
  background-color: var(--portalThemeColor1) !important;
  border-color: var(--portalThemeColor1) !important;
}
.button2:not(.gjs-selected):active,
.button2.active:not(.gjs-selected) {
  color: #2a2c2e;
  background-color: var(--portalThemeColor1);
}
.button2:focus,
.button2.focus {
  color: #2a2c2e;
  background-color: var(--portalThemeColor1);
}

.static-top.navbar-dark .navbar-brand a p,
.static-top.navbar-dark .navbar-brand a h1,
.static-top.navbar-dark .navbar-brand a h2,
.static-top.navbar-dark .navbar-brand a h3,
.static-top.navbar-dark .navbar-brand a h4,
.static-top.navbar-dark .navbar-brand a h5,
.static-top.navbar-dark .navbar-brand a span {
  display: inline;
  vertical-align: middle;
  color: #ffffff;
}

h1.siteTitle {
  display: inline;
  vertical-align: middle;
  color: #ffffff;
  font-family: Arial;
  font-weight: 400;
  font-size: 30px;
}

/* Permit Tracker Table */

.card-body,
.list-group-item {
  background-color: var(--portalThemeColor2);
  color: var(--portalThemeOnColor2);
}

.entitylist {
  border: 1px solid var(--portalThemeColor2) !important;
}

.card {
  border: none;
}

.grid-actions {
  border-bottom: none;
}

.view-grid > table > table > thead > tr > th {
  background: #000000 !important;
  background-color: #04AA6D !important;
  color: white;
}

.view-grid > table > thead > tr > th > a {
  color: #000000; /*var(--portalThemeOnColor2);*/
  font-size: 12px !important;
  font-family: 'Azo Sans', sans-serif;
}

.view-grid > table > tbody > tr > td {
  color: var(--portalThemeOnColor7);
  font-size: 10px !important;
}

.view-grid.table-responsive > table > tbody > tr > td:last-child > div > button {
  /*display: none;*/
  width: 35px;
  height: 25px;
}

.view-grid.table-responsive > table > tbody > tr:nth-child(2) > td:last-child > div > ul {
  height: fit-content;
}

.root-197 > div.ms-StackItem.searchBoxContainer-188 > div > div > div > div > div > div.ms-OverflowSet.ms-CommandBar-primaryCommand.primarySet-214 > div:nth-child(1) > button {
  background-color: var(--portalThemeColor2);
  color: var(--portalThemeColor8);
}

/*.view-grid .dropdown-menu {
  display: inline-flex;
  position: relative;
  border: none;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}*/

.navbar-dark .navbar-nav > li > a:hover {
  background-color: var(--portalThemeColor4) !important;
  color: var(--portalThemeOnColor4) !important;
}

#bp_fileupload {
  background-color: var(--portalThemeColor4);
  color: var(--portalThemeOnColor4);
}

/* :root {
    --xs: 0;
    --s: 576px;
    --md: 768px;
    --lg: 992px;
    --xl: 1200px;
    --xxl: 1400px;
} */

/* Breakpoints */

/* Extra Small (Mobile - Portrait) */
@media only screen and (min-width: 0) and (max-width: 576px) {
  .step-card {
    width: 100%;
  }
}

/* Small (Mobile - Landscape & 400% zoom) */
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .step-card {
    width: 100%;
  }
}

/* Small (Tablet - Portrait & 200% zoom) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .step-card {
    width: 100%;
  }
}

/* for filter icon for build-permit-table*/
.permit-tracker-table .entitylist-filter-option .input-group {
  align-items: normal;
}

/* my code */
.clearfix > div > div > fieldset > table > tbody > tr:nth-child(1) > td.clearfix.cell.lookup.form-control-cell > div.control > div.input-group > button.btn.btn-default.launchentitylookup {
  height: 32px !important;
}

.clearfix > div > div > fieldset > table > tbody > tr:nth-child(2) > td.clearfix.cell.lookup.form-control-cell > div.control > div.input-group > button.btn.btn-default.clearlookupfield {
  height: 32px !important;
}

.clearfix > div > div > fieldset > table > tbody > tr:nth-child(1) > td.clearfix.cell.lookup.form-control-cell > div.control > div.input-group > button.btn.btn-default.clearlookupfield {
  height: 32px !important;
}

.clearfix > div > div > fieldset > table > tbody > tr:nth-child(2) > td.clearfix.cell.lookup.form-control-cell > div.control > div.input-group > button.btn.btn-default.launchentitylookup {
  height: 32px !important;
}

.clearfix > div > div > fieldset > table > tbody > tr:nth-child(2) > td.clearfix.cell.datetime.form-control-cell > div.control > div > span {
  height: 32px !important;
}

/*.clearfix > div > div > fieldset > table > tbody > tr:nth-child(2) > td.clearfix.cell.datetime.form-control-cell > div.control > div > span {
  height: 34px !important;
}*/

#eci_companyactivity_lookupmodal > div > section > div > div > div.modal-body > div.entity-grid > div.view-toolbar.grid-actions.clearfix > div > div > div {
  height: 32px !important;
}

#eci_companyactivity_lookupmodal > div > section > div > div > div.modal-body > div.entity-grid > div.view-toolbar.grid-actions.clearfix > div > div > div > button {
  height: 32px !important;
}

.main-313 {
  border-radius: 12px !important;
}

#div.tab.clearfix > div > div > fieldset:nth-child(2) > table > tbody > tr:nth-child(1) > td.clearfix.cell.web-resource-cell > div.control {
	height: 50px !important;
}

#WebResource_new_4 {
	height: 25px !important;
}

#WebResource_new_5 {
	height: 25px !important;
}

#WebResource_new_6 {
  height: 25px !important;
}

#WebResource_new_7 {
  height: 25px !important;
}

#WebResource_new_8 {
  height: 25px !important;
}

#WebResource_new_9 {
  height: 25px !important;
}

#WebResource_new_2 {
  height: 25px !important;
}

#WebResource_new_3 {
  height: 25px !important;
}

#WebResource_new_1 {
  height: 55px !important;
}

#WebResource_IncomeStatement {
  height: 25px !important;
}

#WebResource_FinancialInformation {
  height: 25px !important;
}

#EntityFormView > div.tab.clearfix > div > div > fieldset > table > tbody > tr:nth-child(3) > td.clearfix.cell.lookup.form-control-cell > div.control > div.input-group > button.btn.btn-default.launchentitylookup {
  width: 50px !important;
  height: 34px !important;

}

#EntityFormView > div.tab.clearfix > div > div > fieldset > table > tbody > tr:nth-child(3) > td.clearfix.cell.lookup.form-control-cell > div.control > div.input-group > button.btn.btn-default.clearlookupfield {
  height: 32px !important;
}

#EntityFormView > div.tab.clearfix > div > div > fieldset > table > tbody > tr:nth-child(3) > td.clearfix.cell.datetime.form-control-cell > div.control > div > span {
  height: 32px !important;
}

#EntityFormView > div.tab.clearfix > div > div > fieldset:nth-child(2) > table > tbody > tr:nth-child(6) > td.clearfix.cell.datetime.form-control-cell > div.control > div > span {
  height: 32px !important;
}

#transactioncurrencyid_lookupmodal > div > section > div > div > div.modal-body > div.entity-grid > div.view-toolbar.grid-actions.clearfix > div > div > div > button {
  height: 32px !important;
}

.list-group {
  --bs-list-group-active-bg: #88B4D6 !important; /* #0096d7 !important;*/
  --bs-list-group-active-border-color: #88B4D6 !important;
}

.list-group-item-success {
  background-color: #E8F1F7 !important; /* C2D8EA #ddf2fa !important;*/ 
}

/*.ms-Modal-scrollableContent.scrollableContent-325 {
  border-radius: 15px !important;
}

#ModalFocusTrapZone55 > div.ms-Modal-scrollableContent.scrollableContent-319 > div > div.ms-Dialog-inner.inner-324 > div.ms-Dialog-actions.actions-329 > div > span:nth-child(1) > button {
  border-radius: 12px !important;
}

#ModalFocusTrapZone55 > div.ms-Modal-scrollableContent.scrollableContent-319 > div > div.ms-Dialog-inner.inner-324 > div.ms-Dialog-actions.actions-329 > div > span:nth-child(2) > button {
  border-radius: 12px !important;
}*/

.description.above {
  color: #5e9ec9;
  font-weight: 400;       /* Light font weight */
  font-size: 0.70em;      /* Smaller font size */
  font-style: italic;     /* Italic text */
  padding: px 4px;
  margin-top: 4px;
  border-radius: 2px;
}

#EntityFormView > div.tab.clearfix > div > div > fieldset > table > tbody > tr:nth-child(1) > td.clearfix.cell.web-resource-cell > div.control {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.2;
  vertical-align: middle;
  /*height: 15px;*/
}

/*
/* Common selectors for form titles */
.entityform-title,
.entity-form-title,
.crmEntityFormView h2,
/*.crmEntityFormView h3,*/
.crmEntityFormView .entityform-title {
  display: none !important;
}

label {
    font-weight: 500 !important;
    font-size: 0.80em !important;
    color: /*#2a2c2e;*/ #4D4D4D !important;
    font-family: 'Azo Sans', sans-serif !important; /* Optional: custom font */
}

ol.progress.list-group.top {
  font-size: 10px;
  font-family: 'Azo Sans', sans-serif;
}

.crmEntityFormView td.cell {
  vertical-align: bottom !important;
  /*font-size: 0.85em;*/
}

.crmEntityFormView .cell {
  padding: 0 10px 5px !important;
}

html[dir=ltr] .crmEntityFormView .cell input[type=text], html[dir=ltr] .crmEntityFormView .cell select, html[dir=ltr] .crmEntityFormView .cell textarea {
  font-size: 0.80em !important;
  font-family: 'Azo Sans', sans-serif !important;
}

.btn-secondary {
  color: #5e9ec9 !important;
}

.btn-default {
  color: #5e9ec9 !important;
  font-family: 'Azo Sans', sans-serif !important;
  border-radius: 5px !important;
}

#eci_labelpreviousyear::placeholder {
  color: #A9A9A9 !important;      /* Placeholder text color */
  font-style: italic;  /* Italic placeholder */
  opacity: 1;          /* Fully opaque */
  font-size: 12px;     /* Custom font size */
}

#eci_labelpreviousyear1::placeholder {
  color: #A9A9A9 !important;      /* Placeholder text color */
  font-style: italic;  /* Italic placeholder */
  opacity: 1;          /* Fully opaque */
  font-size: 12px;     /* Custom font size */
}

#eci_labelcurrentyear::placeholder {
  color: #A9A9A9 !important;      /* Placeholder text color */
  font-style: italic;  /* Italic placeholder */
  opacity: 1;          /* Fully opaque */
  font-size: 12px;     /* Custom font size */
}

#eci_labelcy::placeholder, #eci_labelpy::placeholder {
  color: #A9A9A9 !important;      /* Placeholder text color */
  font-style: italic;  /* Italic placeholder */
  opacity: 1;          /* Fully opaque */
  font-size: 12px;     /* Custom font size */
}

.crmEntityFormView h3 {
  font-size: 16px !important;
  margin-top: 5px !important;
  margin-bottom: 2px !important;
  font-weight: 600 !important;
}

.crmEntityFormView .section-title {
  margin-bottom: 8px;
}

.footer-bottom {
  padding: 20px 0 !important;
}

body > footer > div > div > div > div.col-lg-12.col-md-12.col-sm-12.text-center > p {
  font-family: 'Azo Sans', sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  height: 32px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  height: 32px;
}

.button2:focus, .button2.focus, .button2:focus-visible, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:focus-visible, .btn-default:focus, .btn-default.focus, .btn-default:focus-visible {
  background-color: #FFFFFF !important;
}

#eci_lblagingtotal, #eci_totalamountageing, #eci_totallossvalue, #eci_lbldebtortotal, #eci_totaldebtornumber, #eci_totaldebtoramount {
  font-weight: 500;
  color: black;
  background-color: #C2D8EA !important;
  font-size: 0.90em;
}

html[dir=ltr] .msos-selected-display-item {
  font-size: 0.90em !important;
  font-family: 'Azo Sans', sans-serif !important;
}

.msos-container {
  font-size: 0.90em !important;
  font-family: 'Azo Sans', sans-serif !important;
  border-radius: 5px;
}

#WebResource_CreditRiskQuestionnaire {
  height: 25px !important;
}

#EntityFormView > div.tab.clearfix > div > div > fieldset:nth-child(7) {
  margin-bottom: 0px;
}

#WebResource_GeneralInfo {
  height: 150px !important;
}

#eci_oftotaldebtor05000, #eci_oftotaldebtor500110000, #eci_oftotaldebtor1000125000, #eci_oftotaldebtor2500150000, #eci_oftotaldebtor50001100000, #eci_oftotaldebtor100001250000, #eci_oftotaldebtor250001500000, #eci_oftotaldebtor5000011000000, #eci_oftotaldebtor1000000, #eci_ageingcurrent, #eci_ageing030days, #eci_ageing3160days, #eci_ageing6190days, #eci_ageing91120days, #eci_ageing121150days, #eci_ageing151180days, #eci_ageing180days {
  font-weight: 400;
  color: black;
  background-color: rgba(194, 216, 234, 0.25) !important;
  font-size: 0.90em;
}

#local-login-heading > span > span {
  font-family: 'Azo Sans', sans-serif;
}

ul.nav-tabs.nav-account > li > a {
  font-family: 'Azo Sans', sans-serif !important;
}

a.nav-link.active[aria-label="Redeem invitation"] {
  font-family: 'Azo Sans', sans-serif !important;
}

a.active.nav-link[role="tab"] {
  font-family: 'Azo Sans', sans-serif !important;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: 'Azo Sans', sans-serif !important;
}

.flexContainer-173, h1, .h1, h2, .h2, h3, .h3 {
  font-family: 'Azo Sans', sans-serif !important;
}

.root-186 .ms-DetailsHeader-cellName {
  font-family: 'Azo Sans', sans-serif !important;
  font-weight: 300 !important;
}

.table>thead {
  background-color: var(--portalThemeColor10);
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
      --bs-table-accent-bg: var(--portalThemeColor5); /*var(--bs-table-striped-bg);*/

}

.pagination {
  --bs-pagination-padding-x: 0.30rem !important;
  --bs-pagination-color: #6c757d;
}

html[dir=ltr] li a.dropdown-item {
  font-family: 'Azo Sans', sans-serif;
  font-size: 0.75em !important;
}

.dnl-option-container .selected-label {
  font-family: 'Azo Sans', sans-serif !important;
  border: 1px solid #949494;
  border-radius: .375rem;
  color: #4D4D4D !important;
  font-size: 12.8px !important;
  height: 32px;
  padding: 6px 12px;
  width: calc(100% - 10px) !important;
  font-weight: 450 !important;
  top: 0px !important;
}

.dnl-option-container {
  font-family: 'Azo Sans', sans-serif !important;
  border: 1px solid #949494;
  border-radius: .375rem;
  color: #4D4D4D !important;
  font-size: 12.8px !important;
  height: 32px;  
  width: calc(100% - 2px) !important;
  font-weight: 450 !important;
  top: 7px !important;
}

.label-251 {
  font-family: 'Azo Sans', sans-serif !important;  
}

button[role="switch"][aria-checked="true"] {
  background-color: #29ABE2 !important;
}

.my-wide-dialog {
    width: 650px !important;  /* Change as needed */
    max-width: 95vw !important;
}

#downloadTopBuyersTemplateLink {
    font-family: "Azo Sans", sans-serif !important;
    font-size: 12px !important;
}

.alert.alert-success.p-2.mb-0 {
    font-size: 0.8rem !important;
}

.alert.alert-danger {
    font-size: 0.8rem !important;
}

/*.pill-126, .pill-112 {
  background-color: #29ABE2 !important;
}*/