.select-category-title {
    font-family: var(--site-ff);
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(1rem, 1vw, 1.1rem);
}

.centered {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.unit-mix-icon, .icon-md{
    font-size: 1.5rem;
    padding: 0.25rem 1.5rem;
    background-color: #f8f8f8 !important;
    border-radius: var(--site-border-radius-sm);
    margin-right: 1rem;
    border: 1px solid transparent;
}

.unit-mix-icon:hover, .icon-md:hover{
    background-color: #fff !important;
    border: 1px solid var(--site-primary-accent-color) !important;
}

.nav-item:hover .icon-md, .nav-link.active .icon-md {
    border: 1px solid var(--site-primary-accent-color) !important;
    background-color: #fff !important;
}

.grid-unit-mix{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        'icon text'
        'icon list';
    column-gap: 1rem;
    row-gap: 0.5rem;
    align-items: start;
}

.grid-unit-mix-icon{
    grid-area: icon;
    font-size: 3rem;
    margin: 0rem 1rem;
}

.grid-unit-mix-message{
    grid-area: text;
}

.grid-unit-mix-list{
    grid-area: list;
}

.btn-icon-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.separate-btns{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    justify-self: flex-end;
    margin: 0rem 1rem;
}

.pill-container button {
    background-color: transparent;
    outline: none;
    border: 0rem !important;
    padding: 0.25rem;
    color: var(--site-border-lighter-grey);
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--site-border-lighter-grey) !important;
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 50%;
    margin: 0.25rem;
    margin-left: 0.75rem;
}



.pill-container button:hover {
    color: white !important;
    border-color: white !important;
}

.btn-outline-secondary.site-grad-button{
    max-width: 15rem;
    border: 1px solid var(--site-dark-grey) !important;
}

.btn-primary.site-grad-button{
    width: 15rem !important;
    border: 1px solid var(--site-gradient-insta) !important;
}

[data-bs-theme="light"] .btn-outline-secondary.site-grad-button{
    color: var(--site-dark-grey);
}

.text-key-muted {
    color: #b0b0b0;
    font-size: 1.2rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
}

.description {
    font-family: var(--site-ff);
    font-size: 1rem;
    color: grey;
}

#contract-modal.modal-content{
    position: relative;
    top: 7rem !important;
    max-height: 80vh;
    overflow-y: auto;
}

#contract-modal-body{
    padding: 1rem 3rem;
}

[data-bs-theme="light"] {
    --bs-body-bg: #ffffff;
    --bs-body-color: #212529;
    --bs-gray-800: #f8f9fa;
    --bs-gray-600: #6c757d;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0,0,0,.175);
}

#contractModal label {
    margin-bottom: 5px !important;
}

.customer-label {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-right: 6px;
}

.customer-value {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

#card-proforma-summary-list li:hover{
    background-color: #fafafa;
    color: #44a79d;
    border-left: 2px solid darkturquoise;
}

#card-proforma-summary-list li{
    background-color: #fff;
    border-left: 2px solid transparent;
}

.flex-chart{
    border-right: 1px solid var(--site-border-lighter-grey);
}

.login-signup-hero-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
    border-radius: var(--site-border-radius);
    box-shadow: var(--bs-d-2);
    max-width: 76vw;
}

.login-signup-hero-wrapper .jumbo-image-wrapper {
	max-height: 60vh !important;
	width: 100%;
	overflow: hidden;
	border-bottom-right-radius: 1rem;
}

.login-signup-hero-wrapper {
	border-radius: var(--site-border-radius);
	box-shadow: var(--bs-d-2);
	max-width: 76vw;
}

.login-signup-hero-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.login-hero{
    object-fit: cover;
}

.jumbo-image-wrapper .login-hero{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

h1.card-title, h2.card-title, h3.card-title, h4.card-title {
    margin-top:0rem !important;
} 

[data-bs-theme="dark"] body{
    background-color: var(--bs-body-bg);
}

[data-bs-theme="dark"] .fw-bold {
	color: var(--bs-body-color);
}

.sig-mode-btn{
    padding: 0rem 1.2rem;
}

.sig-mode-btn svg{
    margin: 0rem;
}

.site-button-md {
	min-width: 12rem !important;
	padding: 0.5rem !important;
	font-size: var(--site-fs) !important;
}

#confetti-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    pointer-events: none;
    animation: confetti-fade 0.4s ease-in forwards;
  }
  
  /* optional fade-out after we stop animating */
  @keyframes confetti-fade-out {
    to { opacity: 0; }
  }

.leaflet-control .checkbox-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
}

.lc-panels .toggle-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 1rem; */

}

.lc-panel-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.sliders-container-dark .site-subtitle{
    color: var(--bs-gray-800);
}

.sliders-container-dark input{
    padding-top: 0rem; 
}

.lc-dev .toggle-switch-text{
    min-width: fit-content !important;
}

#toa-radius-section {
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.no-label {
    display: none;
}