:root {
    --main-bg-color: pink;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 0.9rem;
    }
}

.btn-primary {
    background-color: #337ab7;
}

.ct-header [data-id="menu"] > ul > li > a {
    --theme-font-weight: 700;
    --theme-text-transform: none;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-header*="type-1"] {
    --sticky-shrink: 70;
    --header-height: 80px;
    --header-sticky-height: 80px;
    --header-sticky-offset: 0px;
}

#download-table {
    margin-top: 20px;
}

.table-container {
    font-size: 9px;
    margin-bottom: .1rem;
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
    --fontWeight: 700;
    --textTransform: none;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

.dd {
    position: absolute;
    top: 100%;
    left: unset;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 10px 10px 0 10px;
    margin: 2px 0 0;
    font-size: 0.8rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.btn-primary {
    background-color: #00509d;
}

#main-container .site-main {
    background-color: #fbfbfc;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00509d;
    border-color: #00509d;
}

#not-subscribed {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    width: 400px;
    text-overflow: ellipsis;
    height: 500px;
    white-space: nowrap;
    overflow: hidden;
}

.dd li form .col-12 {
    margin: 0.2rem;
}

.nav-tabs {
    font-size: 0.8rem;
    border-bottom: none;
    margin-top: 1rem;
}

.btn-filter button {
    height: 1.7rem;
    font-size: 0.6rem;
    padding: 7px;
}

@media screen and (max-width: 480px) {

    .nav-tabs li.active {
        border-bottom: 1px solid #ddd !important;
        margin: 0px;
    }
}

#policy {
    grid-row-start: 2;
    text-align: center;
    background-color: #f5f6f7;
    font-size: 0.5rem;
    clear: both;
    position: relative;
}

body {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 100vh;
}

.project {
    margin: 15px 0;
}

.no-gutter .project {
    margin: 0 !important;
    padding: 0 !important;
}

.has-spacer {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.has-spacer-extra-space {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.has-side-spacer {
    margin-left: 30px;
    margin-right: 30px;
}

.project-title {
    font-size: 1.25rem;
}

.project-skill {
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.06rem;
}

.project-info-box {
    margin: 5px 0;
    background-color: #fff;
    padding: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.project-info-box h2 {
    font-size: 0.8rem;
}

.project-info-box p {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5dadb;
    font-size: 12px;
}

.project-info-box table {
    font-size: 12px;
}

.project-info-box p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#ic-logo {
    height: 100px;
    background: #555;
}

#project-info-box h1 {
    position: relative;
}

.rounded {
    border-radius: 5px !important;
}

.btn-xs.btn-icon {
    width: 34px;
    height: 34px;
    max-width: 34px !important;
    max-height: 34px !important;
    font-size: 10px;
    line-height: 34px;
}

.btn-xs.btn-icon span, .btn-xs.btn-icon i {
    line-height: 34px;
}

.btn-icon.btn-circle span, .btn-icon.btn-circle i {
    margin-top: -1px;
    margin-right: -1px;
}

.btn-icon i {
    margin-top: -1px;
}

.btn-icon span, .btn-icon i {
    display: block;
    line-height: 50px;
}

a.btn, a.btn-social {
    display: inline-block;
}

.mr-5 {
    margin-right: 5px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.btn-facebook, .btn-facebook:active, .btn-facebook:focus {
    color: #fff !important;
    background: #4e68a1;
    border: 2px solid #4e68a1;
}

.btn-circle {
    border-radius: 50% !important;
}

.project-info-box p {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5dadb;
}

p {
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-weight: 300;
    font-size: 1rem;
    color: #686c6d;
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
}

b, strong {
    font-weight: 700 !important;
}

body {
    font-family: 'IBM Plex Sans', sans-serif !important;
    background-color: #f5f6f7;
    height: 100%;
    min-height: 100%;

}

@supports (font-variation-settings: normal) {
    :root {
        font-family: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
    }
}

a:link {
    text-decoration: none;
}

.input-group-text {
    background-color: #ffffff;
    border-right: none;
}

textarea:focus, input:focus {
    outline: none;
}

@media only screen and (max-width: 375px) {
    .ic-table-heading {
        display: none;
    }
}

.table-dr-fl-ct {
    max-height: 250px;
    overflow: auto;
}

#header [data-row*=middle] {
    background-color: #f5f6f7;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0.5rem;
}

#right-bar {
    float: right;
}

.company-name-nav {
    font-size: 0.5rem;
}

#filter-form .col-12 input, #filter-form .col-12 select {
    height: 1.5rem;
    font-size: 0.5rem;
}

#filter-form .form-select {
    font-size: 0.5rem;
}

#download {
    font-size: 0.5rem;
}

@media (min-width: 576px) {
    .px-sm-2 {
        background-color: #f5f6f7;
    }
}

@media (min-width: 768px) {
    .content {
        flex: 0 0 auto;
        width: 83.33333333%;
        background-color: #e8f0f8;
    }
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #337ab7;
}

.h1, h1 {
    font-size: calc(1rem);
}

[aria-current="page"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: grey;
}

.nav-link.has-icon.active {
    background-color: #00509d;
}

.ct-icon, .ct-icon-container svg {
    fill: #fff;
}

select {
    font-size: 0.7rem;
}

.search-result {
    margin-top: 0.7rem;
}

.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) {
    background-color: white;
}

.breadcrumb {
    font-size: 12px;
}

#fleet-size {
    margin-top: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.breadcrumb-navbar {
    --mdb-navbar-padding-top: 0.5625rem;
    --mdb-navbar-brand-img-margin-right: 0.25rem;
    margin-bottom: 0;
    margin-top: 0;
    position: static;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem 0.25rem 0 0;
}

.breadcrumb-navbar-detail {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.25rem;
}

.single-contact {
    margin-bottom: 1rem;
}

.icon-pill {
    display: none;
}

@media (max-width: 500px) {
    .icon-pill {
        display: block;
    }

    .text-pill {
        display: none;
    }
}

#heading-subscribe {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

#unsubscribed {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background-color: #e8f0f8;
}

#unsubscribed .container {
    padding-bottom: 5rem;
}

.unsubscribed-info-box {
    padding: 0.4rem;
    max-width: 100%;
    height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: -1px -1px 5px -2px rgba(0, 0, 0, 0.75);
    background-color: #EDEDF1;
}

#cta-info-box p, #cta-info-box button {
    text-align: center;
}

#cta-info-box {
    display: block;
    padding-top: 13%;
}

#cta-info-box p {
    font-weight: bold;
}

#success-info-box {
    padding-top: 13%;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    padding-bottom: 15%;
}

#success-info-box h1 {
    font-size: 2rem;
    font-weight: bold;
}

.breadcrumb-item-dashboard {
    cursor: pointer;
    color: #00509d;
}

.nav-item-user-settings {
    font-size: 0.5rem;
}

.card-user-settings {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body-user-settings {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #00509d;
}

.user-settings-text-pill {
    font-size: 0.8rem;
}

.nav-link-user-settings {
    padding: 0.2rem;
}

table {
    border-collapse: separate;
    border: solid black 1px;
    border-radius: 0 0 6px 6px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
}

.project-info-box-3pl-services {
    display: block;
}

.col-md-legal-name {
    margin-top: 0.25rem;
}

.col-12 {
    margin-bottom: 5px;
}

.sidebar {
    width: 200px;
    height: 100vh;
    background-color: #f5f6f7;
    position: fixed;
    left: 0;
    z-index: 1000;
    overflow-y: auto;
    transition: all 0.3s;
    font-size: 0.5em;
}

.sidebar-link {
    padding: 15px 6px;
    color: #333;
    text-decoration: none;
    font-size: 0.6rem;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    justify-content: space-between;
}

.sidebar-link i:first-child {
    margin-right: 15px;
    width: 25px;
    text-align: center;
    color: #666;
}

.sidebar-link:active,
.sidebar-link:hover {
    background-color: #e8f0f8;
}

.submenu {
    list-style: none;
    padding-left: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.submenu.active {
    max-height: 500px; /* Adjust based on your needs */
    background-color: #e8f0f8;
}

.submenu .sidebar-link {
    padding-left: 80px;
    font-size: 1em;
    background-color: #f5f6f7;
}

.submenu .sidebar-link:hover, .submenu .sidebar-link:active {
    background-color: rgba(0, 0, 0, 0.05);
}

.chevron {
    transition: transform 0.3s;
    font-size: 1em;
    color: #666;
}

.chevron.rotated {
    transform: rotate(90deg);
}

.sidebar-header {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    background: #f5f6f7;
}

.content {
    margin-left: 200px;
    min-height: 100vh;
    transition: margin 0.3s;
}

@media (max-width: 768px) {
    .sidebar {
        width: 60px;
    }

    .sidebar:hover,
    .sidebar:focus-within {
        width: 250px;
    }

    .sidebar-link span {
        display: none;
    }

    .sidebar:hover .sidebar-link span,
    .sidebar:focus-within .sidebar-link span {
        display: inline;
    }

    .content {
        margin-left: 60px;
    }

    .sidebar-header span {
        display: none;
    }

    .sidebar:hover .sidebar-header span {
        display: inline;
    }

    .submenu .sidebar-link {
        padding-left: 20px;
    }
}


.global-loader {
    display: block;
    position: fixed;
    margin-left: 45%;
    width: fit-content;
    height: 35px;
    font-weight: bold;
    background: #ffbf5b;
    padding: 0.1rem;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: opacity 0.3s, visibility 0.3s;
    border-radius: 0 0 0.25rem 0.25rem;

    /* Simple loading animation */
    background-image: linear-gradient(
            to right,
            transparent 0%,
            #1a73e8 50%,
            transparent 100%
    );
    background-size: 200% auto;
    animation: loading-shimmer 1.5s infinite linear;
}

.global-loader.htmx-request {
    opacity: 1;
    visibility: visible;
}

@keyframes loading-shimmer {
    from {
        background-position: -200% 0;
    }
    to {
        background-position: 200% 0;
    }
}

.submenu .sidebar-link.active {
    background-color: #ebf3fb; /* Or your preferred color */
}

.btn-shift-column {
    font-size: 0.5rem;
}

#btn_IndependentContractorTable, #btn_ContactTable, #btn_CompanyTable, #btn_LocationTable {
    font-size: 0.5rem;
}

.no-wrap-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px; /* Optional: Set a max-width */
}

.btn-outline-primary-lists {
    --bs-btn-color: #00509d;
    --bs-btn-border-color: #00509d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00509d;
    --bs-btn-hover-border-color: #00509d;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00509d;
    --bs-btn-active-border-color: #00509d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00509d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00509d;
    --bs-gradient: none;
}

label.btn.fa-solid {
    filter: drop-shadow(0 0 1px currentColor);
    transform: scale(1.15);
    transition: all 0.2s ease-in-out;
}

/* Hover effects */
label.btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.noborderbottom {
    border-bottom: none;
}

.bold-icon {
    transform: scale(1.4); /* Adjust scale factor as needed */
    display: inline-block;
}

.noborderbottom:hover ~ .verification-toggle label {
    opacity: 1;
}

.verification-toggle label {
    opacity: 0.1; /* Default lowered opacity */
    transition: opacity 0.2s ease-in-out;
}

.verification-toggle label:hover {
    opacity: 1; /* Full opacity on hover */
}

.verification-toggle .verification-label {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tooltip {
    pointer-events: none;
}

.btn-group .tooltip {
    transition: opacity 0.15s ease;
}

.tooltip-primary .tooltip-inner {
    background-color: #00509d !important; /* Bootstrap primary color */
}

.tooltip .tooltip-arrow::before {
    border-color: transparent !important; /* Reset default borders */
}

.tooltip[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #00509d !important; /* Match tooltip background */
}

.tooltip[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #00509d !important;
}

.tooltip[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #00509d !important;
}

.tooltip[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #00509d !important;
}

.copy-address:active {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

/* Show copy icon on hover */
.copy-address:hover .copy-icon {
    opacity: 1 !important;
    color: #666; /* Icon color */
}

/* Optional: Add hover effect to icon */
.copy-address:hover .copy-icon:hover {
    color: #00509d; /* Bootstrap primary color */
    transform: scale(1.1);
}

.detail {
    font-size: 12px;
}


.h3, h3 {
    font-size: 0.75rem;
}

.badge-custom {
    background-color: #00509d !important;
    color: white !important; /* Text color for contrast */
}

.custom-icon-color {
    color: #00509d !important;
}

:root {
    --bs-link-color: #00509d;
    --bs-link-hover-color: #003f7d;
}

.phone_number {
    white-space: nowrap; /* Prevent text wrapping */
}

.sorting-enabled {
    width: 10px; /* Control size */
    height: 10px;
    color: black; /* Control color */
}