/* _content/PostFindShip/Components/Account/Pages/UserLogin.razor.rz.scp.css */
.login-container[b-vhmflwtqm0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    max-width: 1200px;
    margin: 0 auto;
}

.login-form[b-vhmflwtqm0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; 
}

.login-form .row[b-vhmflwtqm0] {
    justify-content: center;
    width: 100%;
}

input[b-vhmflwtqm0], button[b-vhmflwtqm0] {
    margin-bottom: 1rem;
    width: 100%; 
}

.btn-join[b-vhmflwtqm0] {
    font-size: 1.5rem;
}

.login-logo[b-vhmflwtqm0] {
    max-width: 300px;
    height: auto;
    margin-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-google[b-vhmflwtqm0] {
    background: #fff;
    color: #444;
    border: 1px solid #ddd;
    font-weight: 500;
    margin-bottom: 1rem;
}

    .btn-google:hover[b-vhmflwtqm0] {
        background: #f7f7f7;
    }
/* _content/PostFindShip/Components/Account/Pages/UserRegistration.razor.rz.scp.css */
.user-registration-center[b-zm4sf6uhff] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
}

.role-buttons[b-zm4sf6uhff] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
}

.btn-join[b-zm4sf6uhff] {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.btn-join.active[b-zm4sf6uhff],
.btn-join.hover[b-zm4sf6uhff] {
    color: white;
    background-color: #1E9FF2;
}

.btn-select[b-zm4sf6uhff] {
    font-size: 1.5rem;
}

.subscription-toggle[b-zm4sf6uhff] {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    text-align: center;
}

.subscription-toggle label[b-zm4sf6uhff] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.subscription-toggle-switch[b-zm4sf6uhff] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.toggle-label[b-zm4sf6uhff] {
    font-weight: 600;
    color: #888;
    transition: color 0.2s;
    min-width: 60px;
    text-align: center;
    user-select: none;
}

.toggle-label.active[b-zm4sf6uhff] {
    color: #1E9FF2;
}

.switch[b-zm4sf6uhff] {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
}

.switch input[b-zm4sf6uhff] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-zm4sf6uhff] {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider[b-zm4sf6uhff]:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.switch input:checked + .slider[b-zm4sf6uhff] {
    background-color: #1E9FF2;
}

.switch input:checked + .slider[b-zm4sf6uhff]:before {
    transform: translateX(20px);
}

.tier-cards[b-zm4sf6uhff] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.tier-card[b-zm4sf6uhff] {
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 12px;
    background: #f9f9f9;
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 340px; /* Adjust as needed for your content */
    position: relative;
}

.tier-card-footer[b-zm4sf6uhff] {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.tier-features[b-zm4sf6uhff] {
    text-align: left;
    margin: 1rem 0;
    padding-left: 1.2rem;
}

    .tier-features li[b-zm4sf6uhff] {
        margin-bottom: 0.3rem;
        font-size: 0.75rem;
    }

.annual-label[b-zm4sf6uhff] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.discount-badge[b-zm4sf6uhff] {
    background: orange;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 6px;
    padding: 0.1rem 0.5rem;
    margin-left: 0.2rem;
    letter-spacing: 0.5px;
    line-height: 1.2;
    display: inline-block;
}
/* _content/PostFindShip/Components/Account/Pages/UserRegistrationDetails.razor.rz.scp.css */
.registration-form[b-asygaaimfa] {
    max-width: 420px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.form-control[b-asygaaimfa] {
    border-radius: 6px;
    border: 1px solid #ccc;
}

.password-strength[b-asygaaimfa] {
    font-size: 0.9rem;
    color: #1E9FF2;
    margin-bottom: 0.5rem;
}

.password-requirements[b-asygaaimfa] {
    margin-top: 0.5rem;
    font-size: 0.85rem;
}

.password-requirements div[b-asygaaimfa] {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.password-requirements i[b-asygaaimfa] {
    margin-right: 0.5rem;
    width: 12px;
}

.requirement-met[b-asygaaimfa] {
    color: #28a745;
}

.requirement-unmet[b-asygaaimfa] {
    color: #dc3545;
}

/* Floating Labels */
.form-group[b-asygaaimfa] {
    margin-bottom: 1.5rem;
    position: relative;
}

.floating-label-group[b-asygaaimfa] {
    position: relative;
}

.floating-input[b-asygaaimfa] {
    width: 100%;
    padding: 1rem 0.75rem 0.5rem;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 1rem;
    background-color: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.floating-input:focus[b-asygaaimfa] {
    outline: none;
    border-color: #1E9FF2;
    box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.1);
}

.floating-input:not(:placeholder-shown) + .floating-label[b-asygaaimfa],
.floating-input:focus + .floating-label[b-asygaaimfa] {
    transform: translateY(-1.5rem) scale(0.85);
    color: #1E9FF2;
}

.floating-label[b-asygaaimfa] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: #fff;
    padding: 0 0.25rem;
    font-size: 1rem;
}

.floating-input:focus + .floating-label[b-asygaaimfa] {
    color: #1E9FF2;
}

/* Enhanced focus states */
.floating-input:focus[b-asygaaimfa] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 159, 242, 0.15);
}

/* Validation states */
.floating-input.valid.modified:not([type=checkbox])[b-asygaaimfa] {
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.floating-input.invalid[b-asygaaimfa] {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Improved spacing */
.registration-form[b-asygaaimfa] {
    max-width: 420px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.registration-summary[b-asygaaimfa] {
    margin: 1rem 0;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 1rem;
}

.summary-price[b-asygaaimfa] {
    font-weight: bold;
    color: #1E9FF2;
    margin-left: 0.5rem;
}

.wide-text[b-asygaaimfa] {
    display: block;
    margin: 2rem auto;
    width: 80%;
    max-width: 800px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
    color: black;
}
/* _content/PostFindShip/Components/Account/Shared/Header.razor.rz.scp.css */
.notification-icon[b-fcvj6z1dlg] {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.notification-badge[b-fcvj6z1dlg] {
    font-size: 1.6rem; /* Slightly enlarged from 1.2rem */
    color: #007bff;
}

.notification-count[b-fcvj6z1dlg] {
    position: absolute;
    top: -7px;
    right: -10px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
    min-width: 20px;
}

.inbox-icon[b-fcvj6z1dlg] {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.inbox-badge[b-fcvj6z1dlg] {
    font-size: 2.5rem; /* Increased from 1.2rem to 2rem for a larger icon */
    color: #007bff;
}

.inbox-count[b-fcvj6z1dlg] {
    position: absolute;
    top: 4px;         /* Moved down from -8px */
    right: -8px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
    min-width: 20px;
}

.nav-link-blue[b-fcvj6z1dlg],
.btn-login[b-fcvj6z1dlg] {
    font-size: 1.15rem;
    line-height: 1.5;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    position: relative;
    top: 0;
    height: 48px;
    padding: 0.25rem 1.1rem;
    border-radius: 20px;
    border: 1px solid transparent;
    background: none;
    color: #445383;
    transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, border-color 0.2s;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.nav-link-blue:hover[b-fcvj6z1dlg],
.btn-login:hover[b-fcvj6z1dlg] {
    color: #1E9FF2;
    background-color: rgba(230, 244, 255, 0.85); /* Transparent light blue bubble */
    border: 1px solid #e6f4ff;
    box-shadow: 0 2px 8px rgba(30, 159, 242, 0.08);
}
/* _content/PostFindShip/Components/Controls/ArchivedTabComponent.razor.rz.scp.css */
/* Carrier Home Layout */
.carrier-home[b-hupmjqs8wt] {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px;
    margin-top: 20px;
    width: 100%;
}

.carrier-home > *[b-hupmjqs8wt] {
    flex-shrink: 0;
}

.carrier-home .left-section[b-hupmjqs8wt] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
    min-width: 0;
    width: auto !important;
}

.carrier-home .right-section[b-hupmjqs8wt] {
    flex: 1 !important;
    min-width: 0;
    width: auto !important;
}

.carrier-table-view[b-hupmjqs8wt] {
    width: 100%;
    margin-top: 20px;
}

.orders-table[b-hupmjqs8wt] {
    width: 100%;
    border-collapse: collapse;
}
.orders-table th[b-hupmjqs8wt], .orders-table td[b-hupmjqs8wt] {
    border: 1px solid #333;
    padding: 8px;
    text-align: left;
}
.orders-table th[b-hupmjqs8wt] {
    background-color: #f2f2f2;
}
/* _content/PostFindShip/Components/Controls/CanceledTabComponent.razor.rz.scp.css */
/* Carrier Home Layout */
.carrier-home[b-2d0bp1g893] {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px;
    margin-top: 20px;
    width: 100%;
}

.carrier-home > *[b-2d0bp1g893] {
    flex-shrink: 0;
}

.carrier-home .left-section[b-2d0bp1g893] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
    min-width: 0;
    width: auto !important;
}

.carrier-home .right-section[b-2d0bp1g893] {
    flex: 1 !important;
    min-width: 0;
    width: auto !important;
}

.orders-table[b-2d0bp1g893] {
    width: 100%;
    border-collapse: collapse;
}
.orders-table th[b-2d0bp1g893], .orders-table td[b-2d0bp1g893] {
    border: 1px solid #333;
    padding: 8px;
    text-align: left;
}
.orders-table th[b-2d0bp1g893] {
    background-color: #f2f2f2;
}

.carrier-table-view[b-2d0bp1g893] {
    width: 100%;
    margin-top: 20px;
}

.modal-content[b-2d0bp1g893] {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    width: 50vw;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.modal-content h4[b-2d0bp1g893] {
    margin-bottom: 1rem;
    color: #333;
}

.modal-content p[b-2d0bp1g893] {
    margin-bottom: 1.5rem;
    color: #666;
}

.modal-actions[b-2d0bp1g893] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: auto;
}
/* _content/PostFindShip/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ypeysdi0jf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ypeysdi0jf] {
    flex: 1;
}

.sidebar[b-ypeysdi0jf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ypeysdi0jf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ypeysdi0jf]  a, .top-row[b-ypeysdi0jf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ypeysdi0jf]  a:hover, .top-row[b-ypeysdi0jf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ypeysdi0jf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ypeysdi0jf] {
        justify-content: space-between;
    }

    .top-row[b-ypeysdi0jf]  a, .top-row[b-ypeysdi0jf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ypeysdi0jf] {
        flex-direction: row;
    }

    .sidebar[b-ypeysdi0jf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ypeysdi0jf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ypeysdi0jf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ypeysdi0jf], article[b-ypeysdi0jf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ypeysdi0jf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ypeysdi0jf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PostFindShip/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2bbztlemgr] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-2bbztlemgr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2bbztlemgr] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2bbztlemgr] {
    font-size: 1.1rem;
}

.bi[b-2bbztlemgr] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-2bbztlemgr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-2bbztlemgr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-2bbztlemgr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-2bbztlemgr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-2bbztlemgr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-2bbztlemgr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-2bbztlemgr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-2bbztlemgr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-2bbztlemgr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2bbztlemgr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2bbztlemgr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2bbztlemgr]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-2bbztlemgr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2bbztlemgr]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2bbztlemgr] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2bbztlemgr] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2bbztlemgr] {
        display: none;
    }

    .nav-scrollable[b-2bbztlemgr] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/PostFindShip/Components/Pages/AboutUs.razor.rz.scp.css */
.about-section[b-v9ikcxfc02] {
    background: linear-gradient(135deg, #f8fbff 0%, #eaf3fa 100%);
    padding: 48px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-content[b-v9ikcxfc02] {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(0, 60, 130, 0.08);
    max-width: 1100px; /* Increased from previous value */
    width: 95%;
    margin: 0 auto;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-heading[b-v9ikcxfc02] {
    font-size: 2.4rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 12px;
    letter-spacing: -1px;
    text-align: center;
}

.about-content h3[b-v9ikcxfc02] {
    font-size: 1.4rem;
    color: #38C805;
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.about-content ul[b-v9ikcxfc02] {
    margin: 0 0 16px 0;
    padding-left: 24px;
}

.about-content li[b-v9ikcxfc02] {
    font-size: 1.08rem;
    margin-bottom: 10px;
    line-height: 1.6;
}

.about-content p[b-v9ikcxfc02] {
    font-size: 1.15rem;
    color: #222;
    margin-bottom: 8px;
}

.about-actions[b-v9ikcxfc02] {
    display: flex;
    gap: 18px;
    margin-top: 32px;
}

.about-actions .btn-join[b-v9ikcxfc02] {
    background: #38C805;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 32px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(56,200,5,0.08);
    transition: background 0.2s, box-shadow 0.2s;
    border: none;
    font-size: 1.08rem;
}

.about-actions .btn-join:hover[b-v9ikcxfc02] {
    background: #2ea104;
    box-shadow: 0 4px 16px rgba(56,200,5,0.15);
}

@media (max-width: 900px) {
    .about-content[b-v9ikcxfc02] {
        padding: 24px 8px;
    }
    .about-heading[b-v9ikcxfc02] {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .about-content[b-v9ikcxfc02] {
        max-width: 98vw;
        padding: 16px 2vw;
    }
    .about-heading[b-v9ikcxfc02] {
        font-size: 1.3rem;
    }
    .about-actions[b-v9ikcxfc02] {
        flex-direction: column;
        gap: 12px;
    }
}
/* _content/PostFindShip/Components/Pages/AdminDashboard.razor.rz.scp.css */
.card[b-2sp2xloszp] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
    transition: box-shadow 0.15s ease-in-out;
}

.card:hover[b-2sp2xloszp] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.table th[b-2sp2xloszp] {
    background-color: #f8f9fa;
    border-top: none;
    font-weight: 600;
    color: #495057;
}

.table td[b-2sp2xloszp] {
    vertical-align: middle;
}

.badge[b-2sp2xloszp] {
    font-size: 0.75em;
}

.btn-group .btn[b-2sp2xloszp] {
    margin-right: 0.25rem;
}

.btn-group .btn:last-child[b-2sp2xloszp] {
    margin-right: 0;
}

.modal[b-2sp2xloszp] {
    z-index: 1050;
}

.pagination .page-link[b-2sp2xloszp] {
    color: #007bff;
    border: 1px solid #dee2e6;
}

.pagination .page-item.active .page-link[b-2sp2xloszp] {
    background-color: #007bff;
    border-color: #007bff;
}

.pagination .page-item.disabled .page-link[b-2sp2xloszp] {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.input-group .form-control:focus[b-2sp2xloszp] {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-select:focus[b-2sp2xloszp] {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.spinner-border[b-2sp2xloszp] {
    width: 3rem;
    height: 3rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .card-body[b-2sp2xloszp] {
        padding: 1rem;
    }
    
    .table-responsive[b-2sp2xloszp] {
        font-size: 0.875rem;
    }
    
    .btn-group .btn[b-2sp2xloszp] {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }
} 

/* Admin Dashboard Modal Styling */
.modal.show[b-2sp2xloszp] {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

.modal-dialog[b-2sp2xloszp] {
    margin: 0 auto;
    max-width: 800px;
    width: 90%;
}

.modal-content[b-2sp2xloszp] {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.modal-header[b-2sp2xloszp] {
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
}

.modal-body[b-2sp2xloszp] {
    padding: 1.5rem;
}

.modal-footer[b-2sp2xloszp] {
    border-top: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
}

/* Ensure modal backdrop covers the entire viewport */
.modal-backdrop[b-2sp2xloszp] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
} 
/* _content/PostFindShip/Components/Pages/ContactUs.razor.rz.scp.css */
.contact-section[b-ecimaap938] {
    background: linear-gradient(135deg, #f8fbff 0%, #eaf3fa 100%);
    padding: 48px 0;
    min-height: 80vh;
}

.contact-content[b-ecimaap938] {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-heading[b-ecimaap938] {
    font-size: 2.4rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 12px;
    letter-spacing: -1px;
    text-align: center;
}

.contact-intro[b-ecimaap938] {
    font-size: 1.15rem;
    color: #222;
    text-align: center;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-grid[b-ecimaap938] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.contact-form-section[b-ecimaap938],
.contact-info-section[b-ecimaap938] {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(0, 60, 130, 0.08);
    padding: 32px;
}

.contact-form-section h3[b-ecimaap938],
.contact-info-section h3[b-ecimaap938] {
    font-size: 1.4rem;
    color: #38C805;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact-form[b-ecimaap938] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group[b-ecimaap938] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label[b-ecimaap938] {
    font-weight: 600;
    color: #003366;
    font-size: 1rem;
}

.form-control[b-ecimaap938] {
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.form-control:focus[b-ecimaap938] {
    outline: none;
    border-color: #38C805;
    box-shadow: 0 0 0 3px rgba(56, 200, 5, 0.1);
}

.form-control[b-ecimaap938]::placeholder {
    color: #999;
}

.btn-submit[b-ecimaap938] {
    background: #38C805;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 14px 32px;
    border: none;
    font-size: 1.08rem;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    align-self: flex-start;
}

.btn-submit:hover:not(:disabled)[b-ecimaap938] {
    background: #2ea104;
    box-shadow: 0 4px 16px rgba(56, 200, 5, 0.15);
}

.btn-submit:disabled[b-ecimaap938] {
    background: #ccc;
    cursor: not-allowed;
}

.success-message[b-ecimaap938] {
    margin-top: 20px;
    padding: 16px;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    color: #155724;
}

.success-message p[b-ecimaap938] {
    margin: 0;
    font-weight: 600;
}

.contact-info-item[b-ecimaap938] {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: flex-start;
}

.contact-info-item:last-child[b-ecimaap938] {
    margin-bottom: 0;
}

.contact-icon[b-ecimaap938] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #38C805;
}

.contact-icon svg[b-ecimaap938] {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.contact-details h4[b-ecimaap938] {
    font-size: 1.1rem;
    color: #003366;
    margin-bottom: 4px;
    font-weight: 600;
}

.contact-details p[b-ecimaap938] {
    margin: 0;
    color: #555;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .contact-grid[b-ecimaap938] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-content[b-ecimaap938] {
        padding: 0 8px;
    }

    .contact-heading[b-ecimaap938] {
        font-size: 2rem;
    }

    .contact-form-section[b-ecimaap938],
    .contact-info-section[b-ecimaap938] {
        padding: 24px;
    }
}

@media (max-width: 600px) {
    .contact-section[b-ecimaap938] {
        padding: 24px 0;
    }

    .contact-content[b-ecimaap938] {
        width: 98vw;
        padding: 0 2vw;
    }

    .contact-heading[b-ecimaap938] {
        font-size: 1.3rem;
    }

    .contact-form-section[b-ecimaap938],
    .contact-info-section[b-ecimaap938] {
        padding: 16px;
    }

    .contact-info-item[b-ecimaap938] {
        gap: 12px;
    }

    .contact-icon[b-ecimaap938] {
        width: 20px;
        height: 20px;
    }
}
/* _content/PostFindShip/Components/Pages/CreateListing.razor.rz.scp.css */
.create-listing-container[b-sfxpwuq9az] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.listing-form[b-sfxpwuq9az] {
    display: flex;
    gap: 40px;
    margin: 20px 0;
}

.left-section[b-sfxpwuq9az], .right-section[b-sfxpwuq9az] {
    flex: 1;
}

.route-details[b-sfxpwuq9az], .rate-details[b-sfxpwuq9az] {
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease;
}

.route-details:hover[b-sfxpwuq9az], .rate-details:hover[b-sfxpwuq9az] {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.route-details h4[b-sfxpwuq9az], .rate-details h4[b-sfxpwuq9az] {
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.form-group[b-sfxpwuq9az] {
    margin-bottom: 15px;
}

.form-group label[b-sfxpwuq9az] {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #555;
}

.trailer-section[b-sfxpwuq9az] {
    margin-top: 20px;
    text-align: center;
}

.trailer-section h4.centered[b-sfxpwuq9az] {
    text-align: center;
    margin-bottom: 10px;
}

.rate-ai-btn[b-sfxpwuq9az] {
    width: 100%;
    margin-top: 15px;
    font-weight: 600;
}

.form-actions[b-sfxpwuq9az] {
    text-align: center;
    margin-top: 40px;
    gap: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.form-actions button[b-sfxpwuq9az] {
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.1rem;
    min-width: 160px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.form-actions .btn-success[b-sfxpwuq9az] {
    background: linear-gradient(135deg, #38C805 0%, #1E9FF2 100%);
    border: none;
    color: white;
}

.form-actions .btn-success:hover[b-sfxpwuq9az] {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(56, 200, 5, 0.3);
}

.form-actions .btn-primary[b-sfxpwuq9az] {
    background: #1E9FF2;
    border: 1px solid #1E9FF2;
    color: white;
}

.form-actions .btn-primary:hover[b-sfxpwuq9az] {
    background: #0d8ce6;
    border-color: #0d8ce6;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(30, 159, 242, 0.3);
}

.form-actions .btn-secondary[b-sfxpwuq9az] {
    background: #6c757d;
    border: 1px solid #6c757d;
    color: white;
}

.form-actions .btn-secondary:hover[b-sfxpwuq9az] {
    background: #5a6268;
    border-color: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(108, 117, 125, 0.3);
}

.vehicle-details[b-sfxpwuq9az] {
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    padding: 24px;
    margin: 24px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.vehicle-details h4[b-sfxpwuq9az] {
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.vehicle-row[b-sfxpwuq9az] {
    border: 1px solid #e1e5e9;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s ease;
}

.vehicle-row:hover[b-sfxpwuq9az] {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.vehicle-fields-row1[b-sfxpwuq9az], .vehicle-fields-row2[b-sfxpwuq9az] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.vehicle-fields-row3[b-sfxpwuq9az] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.condition-textarea-row[b-sfxpwuq9az] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 15px;
    align-items: start;
}

.condition-textarea-row textarea[b-sfxpwuq9az] {
    width: 100%;
    min-height: 60px;
    resize: vertical;
}

.remove-btn[b-sfxpwuq9az] {
    align-self: flex-start;
}

.vehicle-actions[b-sfxpwuq9az] {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.photos-section[b-sfxpwuq9az] {
    margin-top: 24px;
    padding: 20px;
    border: 1px solid #e1e5e9;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.photos-section h5[b-sfxpwuq9az] {
    margin-bottom: 15px;
    color: #333;
}

.photos-grid[b-sfxpwuq9az] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.photo-item[b-sfxpwuq9az] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: white;
}

.photo-thumbnail[b-sfxpwuq9az] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 8px;
}

.photo-info[b-sfxpwuq9az] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.photo-name[b-sfxpwuq9az] {
    font-size: 0.8rem;
    text-align: center;
    word-break: break-word;
    max-width: 120px;
}

.similar-listings[b-sfxpwuq9az] {
    margin: 15px 0;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
}

.similar-listings label[b-sfxpwuq9az] {
    font-weight: 600;
    color: #555;
    font-size: 0.9rem;
    margin-bottom: 5px;
    display: block;
}

.similar-count[b-sfxpwuq9az] {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 5px 0;
}

.similar-radius[b-sfxpwuq9az] {
    font-size: 0.8rem;
    color: #666;
    font-style: italic;
}

.similar-listings-popup-overlay[b-sfxpwuq9az] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn-b-sfxpwuq9az 0.3s ease-out;
}

.similar-listings-popup[b-sfxpwuq9az] {
    background-color: white;
    border-radius: 12px;
    width: 90%;
    max-width: 1000px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: slideIn-b-sfxpwuq9az 0.3s ease-out;
}

@keyframes fadeIn-b-sfxpwuq9az {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn-b-sfxpwuq9az {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

    .popup-header[b-sfxpwuq9az] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        border-bottom: 1px solid #ddd;
    }

    .popup-header h4[b-sfxpwuq9az] {
        margin: 0;
    }

    .close-btn[b-sfxpwuq9az] {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    .popup-content[b-sfxpwuq9az] {
        padding: 15px;
    }
    
    .popup-content table[b-sfxpwuq9az] {
        width: 100%;
        table-layout: fixed;
    }
    
    .popup-content th:nth-child(1)[b-sfxpwuq9az] { width: 5%; }  /* ID */
    .popup-content th:nth-child(2)[b-sfxpwuq9az] { width: 15%; } /* Pickup */
    .popup-content th:nth-child(3)[b-sfxpwuq9az] { width: 15%; } /* Dropoff */
    .popup-content th:nth-child(4)[b-sfxpwuq9az] { width: 10%; } /* Rate */
    .popup-content th:nth-child(5)[b-sfxpwuq9az] { width: 12%; } /* Distance */
    .popup-content th:nth-child(6)[b-sfxpwuq9az] { width: 12%; } /* Rate Per Mile */
    .popup-content th:nth-child(7)[b-sfxpwuq9az] { width: 8%; }  /* Vehicles */
    .popup-content th:nth-child(8)[b-sfxpwuq9az] { width: 13%; } /* Date Available */
    
    .popup-content th[b-sfxpwuq9az], .popup-content td[b-sfxpwuq9az] {
        padding: 8px 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.carrier-details[b-sfxpwuq9az] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.carrier-details h4[b-sfxpwuq9az] {
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #003366;
    padding-bottom: 5px;
}

.carrier-info[b-sfxpwuq9az] {
    padding: 10px;
    background: white;
    border-radius: 5px;
    border: 1px solid #eee;
}

.info-row[b-sfxpwuq9az] {
    display: flex;
    margin-bottom: 10px;
}

.info-label[b-sfxpwuq9az] {
    font-weight: 600;
    width: 120px;
}

.info-value[b-sfxpwuq9az] {
    flex: 1;
}

.clickable[b-sfxpwuq9az] {
    cursor: pointer;
    color: #1E9FF2;
    text-decoration: underline;
}

.clickable:hover[b-sfxpwuq9az] {
    color: #0056b3;
}
.search-container[b-sfxpwuq9az] {
    position: relative;
}

.search-spinner[b-sfxpwuq9az] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.search-results[b-sfxpwuq9az] {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
}

.search-result-item[b-sfxpwuq9az] {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.search-result-item:hover[b-sfxpwuq9az] {
    background-color: #f5f5f5;
}

.search-result-item.selected[b-sfxpwuq9az] {
    background-color: #e3f2fd;
}

.carrier-name[b-sfxpwuq9az] {
    font-weight: 600;
}

.carrier-username[b-sfxpwuq9az] {
    font-size: 0.85rem;
    color: #666;
}

/* Transaction Fee Modal Styles */
.modal-overlay .transaction-fee-modal.modal-content[b-sfxpwuq9az] {
    max-width: 500px !important;
    width: 500px !important;
    margin: 0 auto;
    padding: 60px !important;
}

.transaction-fee-modal .modal-content[b-sfxpwuq9az] {
    padding: 60px !important;
}

.transaction-fee-modal .modal-content h4[b-sfxpwuq9az] {
    color: #333;
    margin-bottom: 20px;
    font-size: 1.25rem;
}

.transaction-fee-modal .modal-content p[b-sfxpwuq9az] {
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

.transaction-fee-details[b-sfxpwuq9az] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.fee-summary[b-sfxpwuq9az] {
    font-size: 0.9rem;
    color: #495057;
}

.fee-summary strong[b-sfxpwuq9az] {
    color: #333;
}

.payment-section[b-sfxpwuq9az] {
    margin-bottom: 20px;
}

.payment-section h5[b-sfxpwuq9az] {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.payment-method-options[b-sfxpwuq9az] {
    margin-bottom: 15px;
}

.payment-method-options .form-check[b-sfxpwuq9az] {
    margin-bottom: 10px;
}

.stored-card-notice[b-sfxpwuq9az] {
    padding: 12px;
    border-radius: 6px;
    font-size: 0.9rem;
}

.transaction-fee-card-element[b-sfxpwuq9az] {
    border: 2px solid #e1e5e9 !important;
    border-radius: 6px !important;
    padding: 12px !important;
    background: white !important;
    transition: border-color 0.3s ease;
}

.transaction-fee-card-element:focus-within[b-sfxpwuq9az] {
    border-color: #1E9FF2 !important;
    box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.1) !important;
}

.transaction-fee-card-errors[b-sfxpwuq9az] {
    margin-top: 8px;
    font-size: 0.85rem;
}

.transaction-fee-modal .modal-actions[b-sfxpwuq9az] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 20px;
}

.transaction-fee-modal .modal-actions button[b-sfxpwuq9az] {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.transaction-fee-modal .btn-success[b-sfxpwuq9az] {
    background: linear-gradient(135deg, #38C805 0%, #1E9FF2 100%);
    border: none;
    color: white;
}

.transaction-fee-modal .btn-success:hover[b-sfxpwuq9az] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(56, 200, 5, 0.3);
}

.transaction-fee-modal .btn-secondary[b-sfxpwuq9az] {
    background: #6c757d;
    border: 1px solid #6c757d;
    color: white;
}

.transaction-fee-modal .btn-secondary:hover[b-sfxpwuq9az] {
    background: #5a6268;
    border-color: #5a6268;
    transform: translateY(-1px);
}

/* Responsive design improvements */
@media (max-width: 768px) {
    .create-listing-container[b-sfxpwuq9az] {
        padding: 15px;
    }

    .listing-form[b-sfxpwuq9az] {
        flex-direction: column;
        gap: 20px;
    }

    .left-section[b-sfxpwuq9az], .right-section[b-sfxpwuq9az] {
        flex: none;
        width: 100%;
    }

    .vehicle-fields-row1[b-sfxpwuq9az], .vehicle-fields-row2[b-sfxpwuq9az] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .condition-textarea-row[b-sfxpwuq9az] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .vehicle-actions[b-sfxpwuq9az] {
        flex-direction: column;
        gap: 12px;
    }

    .vehicle-actions button[b-sfxpwuq9az] {
        width: 100%;
    }

    .form-actions[b-sfxpwuq9az] {
        flex-direction: column;
        align-items: center;
    }

    .form-actions button[b-sfxpwuq9az] {
        width: 100%;
        max-width: 300px;
        margin: 8px 0;
    }

    .photos-grid[b-sfxpwuq9az] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 12px;
    }

    .photo-item[b-sfxpwuq9az] {
        padding: 8px;
    }

    .photo-thumbnail[b-sfxpwuq9az] {
        width: 80px;
        height: 80px;
    }

    .similar-listings-popup[b-sfxpwuq9az] {
        width: 95%;
        max-height: 90vh;
    }
}

@media (max-width: 480px) {
    .create-listing-container[b-sfxpwuq9az] {
        padding: 10px;
    }

    .route-details[b-sfxpwuq9az], .rate-details[b-sfxpwuq9az], .vehicle-details[b-sfxpwuq9az] {
        padding: 16px;
    }

    .vehicle-row[b-sfxpwuq9az] {
        padding: 16px;
    }

    .floating-input[b-sfxpwuq9az] {
        padding: 10px 12px;
        font-size: 0.9rem;
    }

    .floating-label[b-sfxpwuq9az] {
        font-size: 0.85rem;
    }
}

/* Floating label styles */
.floating-label-group[b-sfxpwuq9az] {
    position: relative;
    margin-bottom: 1.5rem;
}

.floating-input[b-sfxpwuq9az] {
    width: 100%;
    padding: 12px 16px 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 1rem;
    background-color: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.floating-input:focus[b-sfxpwuq9az] {
    outline: none;
    border-color: #1E9FF2;
    box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.1);
    transform: translateY(-1px);
}

.floating-input:hover[b-sfxpwuq9az] {
    border-color: #1E9FF2;
}

.floating-label[b-sfxpwuq9az] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1rem;
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: white;
    padding: 0 4px;
}

.floating-input:focus + .floating-label[b-sfxpwuq9az],
.floating-input:not(:placeholder-shown) + .floating-label[b-sfxpwuq9az] {
    top: -8px;
    left: 12px;
    font-size: 0.85rem;
    color: #1E9FF2;
    font-weight: 500;
}

.floating-input:not(:placeholder-shown) + .floating-label[b-sfxpwuq9az] {
    color: #495057;
}

/* Enhanced form controls */
.form-control[b-sfxpwuq9az] {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e1e5e9;
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #fff;
}

.form-control:focus[b-sfxpwuq9az] {
    outline: none;
    border-color: #1E9FF2;
    box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.1);
    transform: translateY(-1px);
}

.form-control:hover[b-sfxpwuq9az] {
    border-color: #1E9FF2;
}
/* _content/PostFindShip/Components/Pages/Dashboard.razor.rz.scp.css */
/* Carrier Home Layout */
.carrier-home[b-yl4ymvl72q] {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px;
    margin-top: 20px;
    width: 100%;
}

.carrier-home > *[b-yl4ymvl72q] {
    flex-shrink: 0;
}

.carrier-home .left-section[b-yl4ymvl72q] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
    min-width: 0;
    width: auto !important;
}

.carrier-home .right-section[b-yl4ymvl72q] {
    flex: 1 !important;
    min-width: 0;
    width: auto !important;
}

.my-trucks-box[b-yl4ymvl72q] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
}

.my-trucks-box h4[b-yl4ymvl72q] {
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
    text-align: center;
}

.search-box[b-yl4ymvl72q] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
}

.search-box h4[b-yl4ymvl72q] {
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #38C805;
    padding-bottom: 5px;
    text-align: center;
}

.truck-info[b-yl4ymvl72q] {
    margin-bottom: 15px;
    text-align: center;
}

.truck-type[b-yl4ymvl72q] {
    margin-bottom: 10px;
}

.locations[b-yl4ymvl72q] {
    font-size: 0.9rem;
    color: #666;
    margin-left: 10px;
}

.truck-buttons[b-yl4ymvl72q] {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.search-form[b-yl4ymvl72q] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-row[b-yl4ymvl72q] {
    display: flex;
    gap: 10px;
}

.search-btn[b-yl4ymvl72q] {
    margin-top: 10px;
}

.status-grid[b-yl4ymvl72q] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.status-box[b-yl4ymvl72q] {
    background: #fff;
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.status-box:hover[b-yl4ymvl72q] {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.status-number[b-yl4ymvl72q] {
    font-size: 2rem;
    font-weight: bold;
    color: #007bff;
}

.status-label[b-yl4ymvl72q] {
    font-size: 0.9rem;
    color: #666;
    margin-top: 5px;
}

/* Dealer/Individual Home Layout */
.shipper-home[b-yl4ymvl72q] {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px;
    margin-top: 20px;
    width: 100%;
}

.shipper-home > *[b-yl4ymvl72q] {
    flex-shrink: 0;
}

.shipper-home .left-section[b-yl4ymvl72q] {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
    min-width: 0;
    width: auto !important;
}

.shipper-home .right-section[b-yl4ymvl72q] {
    flex: 1 !important;
    min-width: 0;
    width: auto !important;
}

/* Action Buttons */
.action-buttons[b-yl4ymvl72q] {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.counter-offers-btn[b-yl4ymvl72q] {
    position: relative;
}

.notification-bell[b-yl4ymvl72q] {
    position: absolute;
    top: -5px;
    left: -5px;
    color: red;
    font-size: 12px;
}

/* Full width tabs and content */
.dashboard-container[b-yl4ymvl72q] {
    width: 100%;
    max-width: none;
    padding: 20px;
    /* Remove any overflow or z-index that could interfere with modal */
    overflow: visible !important;
    z-index: auto !important;
}

.tabs-container[b-yl4ymvl72q] {
    width: 100%;
}

.nav.nav-tabs[b-yl4ymvl72q] {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav-item[b-yl4ymvl72q] {
    flex: 1;
}

.nav-link[b-yl4ymvl72q] {
    width: 100%;
    text-align: center;
}

.tab-content[b-yl4ymvl72q] {
    width: 100%;
}

.carrier-table-view[b-yl4ymvl72q] {
    width: 100%;
    margin-top: 20px;
}

.orders-table[b-yl4ymvl72q] {
    width: 100%;
    border-collapse: collapse;
}
.orders-table td[b-yl4ymvl72q] {
    border: 1px solid #333;
    padding: 8px;
    text-align: left;
}
    .orders-table th[b-yl4ymvl72q] {
        border: 1px solid #333;
        padding: 8px;
        text-align: center;
        vertical-align: middle;
        background-color: #f2f2f2;
    }

.form-field[b-yl4ymvl72q] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.form-field label[b-yl4ymvl72q] {
    font-weight: 600;
    margin-bottom: 5px;
    color: #555;
    font-size: 0.9rem;
}

/* Modal and confirmation dialog styles */
body[b-yl4ymvl72q] {
    position: relative;
}

.modal-backdrop[b-yl4ymvl72q] {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5) !important;
    z-index: 99999 !important;
}
.confirm-modal[b-yl4ymvl72q] {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff !important;
    padding: 1.2rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    z-index: 100000 !important;
    max-width: 400px;
    width: 100%;
    max-height: 90vh;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.confirm-modal .modal-content[b-yl4ymvl72q] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.confirm-modal h5[b-yl4ymvl72q] {
    margin-bottom: 1rem;
}
.confirm-modal .modal-actions[b-yl4ymvl72q] {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
}

.modal-overlay[b-yl4ymvl72q] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
}

.modal-content[b-yl4ymvl72q] {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    width: 50vw;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

/* Modal content with floating labels needs extra spacing */
.modal-content.floating-label-modal .modal-header[b-yl4ymvl72q] {
    margin-bottom: 40px;
}

/* Adjust floating label positioning in modals to prevent header overlap */
.modal-content.floating-label-modal .floating-label-group[b-yl4ymvl72q] {
    position: relative;
    margin-top: 40px;
}

/* For select elements in modals, position label above the dropdown */
.modal-content.floating-label-modal .floating-input[type="number"][b-yl4ymvl72q],
.modal-content.floating-label-modal .floating-input[type="text"][b-yl4ymvl72q],
.modal-content.floating-label-modal .floating-input[type="email"][b-yl4ymvl72q],
.modal-content.floating-label-modal .floating-input[type="password"][b-yl4ymvl72q],
.modal-content.floating-label-modal .floating-input[type="tel"][b-yl4ymvl72q] {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.modal-content.floating-label-modal .floating-input[type="number"] + .floating-label[b-yl4ymvl72q],
.modal-content.floating-label-modal .floating-input[type="text"] + .floating-label[b-yl4ymvl72q],
.modal-content.floating-label-modal .floating-input[type="email"] + .floating-label[b-yl4ymvl72q],
.modal-content.floating-label-modal .floating-input[type="password"] + .floating-label[b-yl4ymvl72q],
.modal-content.floating-label-modal .floating-input[type="tel"] + .floating-label[b-yl4ymvl72q] {
    top: 50%;
}

/* For select elements, keep label above */
.modal-content.floating-label-modal select.floating-input + .floating-label[b-yl4ymvl72q] {
    top: 0;
    transform: translateY(-100%) scale(0.85);
    color: #1E9FF2;
    white-space: nowrap;
    max-width: none;
}

/* Rate Shipper Modal Styles */
.rate-shipper-modal[b-yl4ymvl72q] {
    width: 80vw !important;
    max-width: 1000px !important;
    max-height: 90vh !important;
}

.rate-shipper-layout[b-yl4ymvl72q] {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.shipper-details-column[b-yl4ymvl72q] {
    flex: 1;
    min-width: 300px;
}

.shipper-ratings-column[b-yl4ymvl72q] {
    flex: 1;
    min-width: 400px;
}

.info-item[b-yl4ymvl72q] {
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.info-item label[b-yl4ymvl72q] {
    font-weight: 600;
    color: #333;
    display: inline-block;
    width: 120px;
}

.info-item span[b-yl4ymvl72q] {
    color: #666;
}

.ratings-box[b-yl4ymvl72q] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.ratings-box h5[b-yl4ymvl72q] {
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.ratings-details[b-yl4ymvl72q] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rating-item[b-yl4ymvl72q] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rating-item label[b-yl4ymvl72q] {
    font-weight: 600;
    color: #333;
    min-width: 120px;
}

.rating-item select[b-yl4ymvl72q] {
    flex: 1;
    max-width: 200px;
}

.additional-questions[b-yl4ymvl72q] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.additional-questions h5[b-yl4ymvl72q] {
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.question-item[b-yl4ymvl72q] {
    margin-bottom: 15px;
}

.question-item label[b-yl4ymvl72q] {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.question-item select[b-yl4ymvl72q] {
    width: 100%;
    max-width: 200px;
}

.comments-section[b-yl4ymvl72q] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
}

.comments-section h5[b-yl4ymvl72q] {
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.comments-section textarea[b-yl4ymvl72q] {
    width: 100%;
    resize: vertical;
}

.modal-header[b-yl4ymvl72q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
}

.modal-header h4[b-yl4ymvl72q] {
    margin: 0;
    color: #333;
}

.close-button[b-yl4ymvl72q] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-button:hover[b-yl4ymvl72q] {
    color: #333;
}

.modal-body[b-yl4ymvl72q] {
    flex: 1;
    overflow-y: auto;
}

.modal-actions[b-yl4ymvl72q] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.my-trucks-box h4[b-yl4ymvl72q],
.search-box h4[b-yl4ymvl72q],
.ratings-box h5[b-yl4ymvl72q],
.additional-questions h5[b-yl4ymvl72q],
.comments-section h5[b-yl4ymvl72q],
.modal-header[b-yl4ymvl72q] {
    border-bottom: 2px solid #38C805;
}

.status-box[b-yl4ymvl72q] {
    border: 2px solid #38C805;
}

.status-number[b-yl4ymvl72q] {
    color: #38C805;
}

h1[b-yl4ymvl72q], h2[b-yl4ymvl72q], h3[b-yl4ymvl72q], h4[b-yl4ymvl72q], h5[b-yl4ymvl72q], h6[b-yl4ymvl72q], .nav-link-blue[b-yl4ymvl72q], .btn-link[b-yl4ymvl72q] {
    color: #212529;
}

html[b-yl4ymvl72q], body[b-yl4ymvl72q] {
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #212529;
}

a[b-yl4ymvl72q], .btn-link[b-yl4ymvl72q] {
    color: #212529;
}

:root header .main-nav a.nav-link-blue[b-yl4ymvl72q],
:root header .main-nav a.btn-login[b-yl4ymvl72q],
:root header .main-nav .nav-link-blue[b-yl4ymvl72q],
:root header .main-nav .btn-login[b-yl4ymvl72q],
:root .nav-link-blue[b-yl4ymvl72q],
:root .btn-login[b-yl4ymvl72q] {
    /* ... */
    color: #212529 !important;
    /* ... */
}

header .main-nav a.nav-link-blue[b-yl4ymvl72q],
header .main-nav a.btn-login[b-yl4ymvl72q],
header .main-nav .nav-link-blue[b-yl4ymvl72q],
header .main-nav .btn-login[b-yl4ymvl72q],
.nav-link-blue[b-yl4ymvl72q],
.btn-login[b-yl4ymvl72q] {
    /* ... */
    color: #212529 !important;
    /* ... */
}

.ratescope-title[b-yl4ymvl72q], .ratescope-highlight[b-yl4ymvl72q], .ratescope-link[b-yl4ymvl72q] {
    color: #38C805;
    .search-filters-heading,
    .available-listings-heading {
        border-bottom: 2px solid #38C805;
        /* ... */
    }
}.available-listings-heading[b-yl4ymvl72q] {
    border-bottom: 2px solid #38C805;
}
.search-box h4[b-yl4ymvl72q] {
    border-bottom: 2px solid #38C805;
}

/* Floating Labels for Dashboard Forms */
.form-group[b-yl4ymvl72q] {
    margin-bottom: 1.5rem;
    position: relative;
}

.floating-label-group[b-yl4ymvl72q] {
    position: relative;
}

.floating-input[b-yl4ymvl72q] {
    width: 100%;
    padding: 1rem 0.75rem 0.5rem;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 1rem;
    background-color: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.floating-input:focus[b-yl4ymvl72q] {
    outline: none;
    border-color: #1E9FF2;
    box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.1);
}

.floating-input:not(:placeholder-shown) + .floating-label[b-yl4ymvl72q],
.floating-input:focus + .floating-label[b-yl4ymvl72q] {
    transform: translateY(-1.5rem) scale(0.85);
    color: #1E9FF2;
}

.floating-label[b-yl4ymvl72q] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: #fff;
    padding: 0 0.25rem;
    font-size: 1rem;
}

.floating-input:focus + .floating-label[b-yl4ymvl72q] {
    color: #1E9FF2;
}

/* Enhanced focus states */
.floating-input:focus[b-yl4ymvl72q] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 159, 242, 0.15);
}

/* Validation states */
.floating-input.valid.modified:not([type=checkbox])[b-yl4ymvl72q] {
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.floating-input.invalid[b-yl4ymvl72q] {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Select dropdown styling */
.floating-input select[b-yl4ymvl72q] {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
}

/* Textarea styling */
.floating-input textarea[b-yl4ymvl72q] {
    resize: vertical;
    min-height: 80px;
}

/* Transaction Fee Modal Styles */
.modal-overlay .transaction-fee-modal.modal-content[b-yl4ymvl72q] {
    max-width: 500px !important;
    width: 500px !important;
    margin: 0 auto;
    padding: 60px !important;
}

.transaction-fee-modal .modal-content[b-yl4ymvl72q] {
    padding: 60px !important;
}

.transaction-fee-modal .modal-content h4[b-yl4ymvl72q] {
    color: #333;
    margin-bottom: 20px;
    font-size: 1.25rem;
}

.transaction-fee-modal .modal-content p[b-yl4ymvl72q] {
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

.transaction-fee-details[b-yl4ymvl72q] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.fee-summary[b-yl4ymvl72q] {
    font-size: 0.9rem;
    color: #495057;
}

.fee-summary strong[b-yl4ymvl72q] {
    color: #333;
}

.payment-section[b-yl4ymvl72q] {
    margin-bottom: 20px;
}

.payment-section h5[b-yl4ymvl72q] {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.payment-method-options[b-yl4ymvl72q] {
    margin-bottom: 15px;
}

.payment-method-options .form-check[b-yl4ymvl72q] {
    margin-bottom: 10px;
}

.stored-card-notice[b-yl4ymvl72q] {
    padding: 12px;
    border-radius: 6px;
    font-size: 0.9rem;
}

.transaction-fee-card-element[b-yl4ymvl72q] {
    border: 2px solid #e1e5e9 !important;
    border-radius: 6px !important;
    padding: 12px !important;
    background: white !important;
    transition: border-color 0.3s ease;
}

.transaction-fee-card-element:focus-within[b-yl4ymvl72q] {
    border-color: #1E9FF2 !important;
    box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.1) !important;
}

.transaction-fee-card-errors[b-yl4ymvl72q] {
    margin-top: 8px;
    font-size: 0.85rem;
}

.transaction-fee-modal .modal-actions[b-yl4ymvl72q] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 20px;
}

.transaction-fee-modal .modal-actions button[b-yl4ymvl72q] {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.transaction-fee-modal .btn-success[b-yl4ymvl72q] {
    background: linear-gradient(135deg, #38C805 0%, #1E9FF2 100%);
    border: none;
    color: white;
}

.transaction-fee-modal .btn-success:hover[b-yl4ymvl72q] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(56, 200, 5, 0.3);
}

.transaction-fee-modal .btn-secondary[b-yl4ymvl72q] {
    background: #6c757d;
    border: 1px solid #6c757d;
    color: white;
}

.transaction-fee-modal .btn-secondary:hover[b-yl4ymvl72q] {
    background: #5a6268;
    border-color: #5a6268;
    transform: translateY(-1px);
}
/* _content/PostFindShip/Components/Pages/Features.razor.rz.scp.css */
/* Header styles */
.oxy-header-wrapper[b-ii9tu01h7e] {
    position: relative;
    z-index: 1000;
}

.oxy-sticky-header[b-ii9tu01h7e] {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.oxy-header-row[b-ii9tu01h7e] {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.oxy-header-container[b-ii9tu01h7e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.atomic-logo img[b-ii9tu01h7e] {
    height: 40px;
}

.oxy-nav-menu-list[b-ii9tu01h7e] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.oxy-nav-menu-list li[b-ii9tu01h7e] {
    margin: 0 15px;
}

.oxy-nav-menu-list a[b-ii9tu01h7e] {
    text-decoration: none;
    color: #003366;
    font-weight: 600;
}

/* Main content */
.ct-section[b-ii9tu01h7e] {
    padding: 60px 20px;
}

.ct-section-inner-wrap[b-ii9tu01h7e] {
    max-width: 1200px;
    margin: 0 auto;
}

.ct-headline[b-ii9tu01h7e] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #003366;
    text-align: left;
    margin-bottom: 20px;
}

#section-22-2665 .ct-headline[b-ii9tu01h7e] {
    text-align: center;
}

.ct-text-block[b-ii9tu01h7e] {
    font-size: 1.15rem;
    color: #222;
    line-height: 1.6;
}

/* Logo section */
#section-2-2665 .ct-div-block[b-ii9tu01h7e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#image-5-2665[b-ii9tu01h7e] {
    height: 100px;
}

#div_block-4-2665[b-ii9tu01h7e] {
    display: flex;
    gap: 20px;
    align-items: center;
}

#div_block-4-2665 .ct-div-block[b-ii9tu01h7e] {
    padding: 10px 15px;
    background: #f0f0f0;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

#link_button-21-2665[b-ii9tu01h7e] {
    background: #38C805;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
}

/* Icon list */
oxel_iconlist[b-ii9tu01h7e] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

oxel_iconlist__row[b-ii9tu01h7e] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}

oxel_iconlist__row--dark[b-ii9tu01h7e] {
    background: #e0e0e0;
}

oxel_iconlist__row__icon[b-ii9tu01h7e] {
    color: #38C805;
    font-size: 1.5rem;
    margin-top: 5px;
}

oxel_iconlist__row__label[b-ii9tu01h7e] {
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.6;
}

oxel_iconlist__row__label b[b-ii9tu01h7e] {
    color: #003366;
}

/* Buttons section */
#section-26-2665 .ct-div-block[b-ii9tu01h7e] {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.ct-link-button[b-ii9tu01h7e] {
    background: #38C805;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.2s;
}

.ct-link-button:hover[b-ii9tu01h7e] {
    background: #2ea104;
}

/* Call to action */
#section-38-2665 .ct-div-block[b-ii9tu01h7e] {
    text-align: center;
    margin-bottom: 30px;
}

#section-38-2665 .ct-headline[b-ii9tu01h7e] {
    margin-bottom: 10px;
}

/* Footer sections */
#section-48-2665 .ct-new-columns[b-ii9tu01h7e] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

#section-48-2665 .ct-div-block[b-ii9tu01h7e] {
    flex: 1;
    min-width: 200px;
}

#section-48-2665 .ct-headline[b-ii9tu01h7e] {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.oxy-social-icons[b-ii9tu01h7e] {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.oxy-social-icons a[b-ii9tu01h7e] {
    color: #003366;
    font-size: 1.5rem;
    text-decoration: none;
}

#section-78-2665 .ct-div-block[b-ii9tu01h7e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

#section-78-2665 .ct-div-block .ct-div-block[b-ii9tu01h7e] {
    display: flex;
    gap: 20px;
}

#section-43-22[b-ii9tu01h7e] {
    background: #003366;
    color: #fff;
    padding: 40px 20px;
}

#section-43-22 .ct-div-block[b-ii9tu01h7e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#section-43-22 .oxy-nav-menu-list a[b-ii9tu01h7e] {
    color: #fff;
}

#section-43-22 .oxy-social-icons a[b-ii9tu01h7e] {
    color: #fff;
}

#section-57-22[b-ii9tu01h7e] {
    background: #f0f0f0;
    padding: 20px;
    text-align: center;
}

.ct-link[b-ii9tu01h7e] {
    text-decoration: none;
    color: inherit;
}

.simplifying-section[b-ii9tu01h7e] {
    padding: 60px 0;
    background: #eaf3fa;
    text-align: center;
}

.simplifying-content[b-ii9tu01h7e] {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.simplifying-heading[b-ii9tu01h7e] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 20px;
}

.simplifying-subheading[b-ii9tu01h7e] {
    font-size: 1.5rem;
    color: #222;
    margin-bottom: 40px;
}

.feature-list[b-ii9tu01h7e] {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.feature-list li[b-ii9tu01h7e] {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #222;
}

.feature-list li b[b-ii9tu01h7e] {
    color: #003366;
}

/* Responsive */
@media (max-width: 768px) {
    .ct-headline[b-ii9tu01h7e] {
        font-size: 2rem;
    }
    #section-48-2665 .ct-new-columns[b-ii9tu01h7e] {
        flex-direction: column;
    }
    #section-78-2665 .ct-div-block[b-ii9tu01h7e] {
        flex-direction: column;
        gap: 10px;
    }
    .simplifying-content[b-ii9tu01h7e] {
        padding: 0 10px;
    }
}
/* _content/PostFindShip/Components/Pages/FleetDetails.razor.rz.scp.css */
.dashboard-container[b-vro7mvra6z] {
    width: 100%;
    margin: 0;
    padding: 0px 0 20px 0;
}

.tabs-container[b-vro7mvra6z] {
    margin-bottom: 5px;
    width: 100%;
}

.nav-tabs[b-vro7mvra6z] {
    border-bottom: 2px solid #dee2e6;
    width: 100%;
    display: flex;
}

.nav-item[b-vro7mvra6z] {
    margin-bottom:-1px;
    flex: 1;
}

.nav-link[b-vro7mvra6z] {
    border: none;
    background: none;
    padding: 12px 20px;
    color: #6c757d;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    width: 100%;
}

.nav-link:hover[b-vro7mvra6z] {
    color: #007bff;
    border-bottom-color: #007bff;
}

.nav-link.active[b-vro7mvra6z] {
    color: #007bff;
    border-bottom-color: #007bff;
    font-weight: 600;
}

.fleet-details-view[b-vro7mvra6z] {
    padding: 25px 40px 30px 40px; /* Reduced top padding from 40px to 10px */
}

.fleet-details-view h3[b-vro7mvra6z] {
    padding-left: 5px;
}

.fleet-section[b-vro7mvra6z] {
    margin-bottom: 30px;
}

.fleet-section h4[b-vro7mvra6z] {
    color: #333;
    margin-bottom: 20px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
    padding-top: 10px;
}

.fleet-table[b-vro7mvra6z] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.fleet-table th[b-vro7mvra6z],
.fleet-table td[b-vro7mvra6z] {
    padding: 12px 8px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.fleet-table th[b-vro7mvra6z] {
    background: linear-gradient(135deg, #38C805 0%, #2ea004 100%);
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.fleet-table tbody tr[b-vro7mvra6z] {
    transition: all 0.2s ease;
}

.fleet-table tbody tr:hover[b-vro7mvra6z] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transform: translateX(2px);
}

.fleet-table tbody tr:nth-child(even)[b-vro7mvra6z] {
    background: #fafbfc;
}

.fleet-table tbody tr:nth-child(even):hover[b-vro7mvra6z] {
    background: linear-gradient(135deg, #f0f2f5 0%, #e1e5e9 100%);
}

/* Responsive table styling */
@media (max-width: 1200px) {
    .fleet-table th[b-vro7mvra6z],
    .fleet-table td[b-vro7mvra6z] {
        padding: 8px 6px;
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .fleet-table[b-vro7mvra6z] {
        font-size: 0.8rem;
    }

    .fleet-table th[b-vro7mvra6z],
    .fleet-table td[b-vro7mvra6z] {
        padding: 6px 4px;
    }
}

.fleet-actions[b-vro7mvra6z] {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    border: 1px solid #dee2e6;
    flex-wrap: wrap;
    justify-content: center;
}

.fleet-actions .btn[b-vro7mvra6z] {
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    min-width: 140px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.fleet-actions .btn[b-vro7mvra6z]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.fleet-actions .btn:hover[b-vro7mvra6z]::before {
    left: 100%;
}

.btn[b-vro7mvra6z] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}

/* Modern button styling with consistent colors */
.btn-success[b-vro7mvra6z] {
    background: #38C805;
    color: white;
    border: 1px solid #38C805;
    transition: all 0.3s ease;
}
.btn-success:hover[b-vro7mvra6z] {
    background: #2ea004;
    border-color: #2ea004;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(56, 200, 5, 0.3);
}

.btn-primary[b-vro7mvra6z] {
    background: #1E9FF2;
    color: white;
    border: 1px solid #1E9FF2;
    transition: all 0.3s ease;
}
.btn-primary:hover[b-vro7mvra6z] {
    background: #0d8ce6;
    border-color: #0d8ce6;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(30, 159, 242, 0.3);
}

.btn-info[b-vro7mvra6z] {
    background: #17a2b8;
    color: white;
    border: 1px solid #17a2b8;
    transition: all 0.3s ease;
}
.btn-info:hover[b-vro7mvra6z] {
    background: #138496;
    border-color: #138496;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}

.btn-warning[b-vro7mvra6z] {
    background: #ff8c00;
    color: white;
    border: 1px solid #ff8c00;
    transition: all 0.3s ease;
}
.btn-warning:hover[b-vro7mvra6z] {
    background: #e67e00;
    border-color: #e67e00;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 140, 0, 0.3);
}

.btn-danger[b-vro7mvra6z] {
    background: #dc3545;
    color: white;
    border: 1px solid #dc3545;
    transition: all 0.3s ease;
}
.btn-danger:hover[b-vro7mvra6z] {
    background: #c82333;
    border-color: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

.btn-secondary[b-vro7mvra6z] {
    background: #6c757d;
    color: white;
    border: 1px solid #6c757d;
    transition: all 0.3s ease;
}
.btn-secondary:hover[b-vro7mvra6z] {
    background: #5a6268;
    border-color: #5a6268;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}

.btn-sm[b-vro7mvra6z] {
    padding: 4px 8px;
    font-size: 0.8em;
}

.modal-overlay[b-vro7mvra6z] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(2px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050; /* Higher than header z-index of 999 */
    animation: modalFadeIn-b-vro7mvra6z 0.3s ease-out;
    padding: 20px; /* Add padding to prevent edge touching */
}

@keyframes modalFadeIn-b-vro7mvra6z {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-content.modern-modal[b-vro7mvra6z] {
    background: white;
    border-radius: 16px;
    width: 500px;
    max-width: 95vw;
    max-height: 90vh;
    box-shadow: 0 25px 50px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.2);
    animation: modalSlideIn-b-vro7mvra6z 0.3s ease-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@keyframes modalSlideIn-b-vro7mvra6z {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-header[b-vro7mvra6z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 30px 16px 30px;
    border-bottom: 1px solid #e9ecef;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.modal-header h4[b-vro7mvra6z] {
    margin: 0;
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    flex: 1;
}

.modal-close-btn[b-vro7mvra6z] {
    background: none;
    border: none;
    font-size: 28px;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.modal-close-btn:hover[b-vro7mvra6z] {
    background: #e9ecef;
    color: #495057;
    transform: scale(1.1);
}

.modal-body[b-vro7mvra6z] {
    padding: 24px 30px;
    overflow-y: auto;
    flex: 1;
    max-height: calc(90vh - 140px); /* Account for header and footer */
}

.modal-footer[b-vro7mvra6z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 30px 24px 30px;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
    gap: 12px;
}

.modal-actions-right[b-vro7mvra6z] {
    display: flex;
    gap: 12px;
}

.form-group[b-vro7mvra6z] {
    margin-bottom: 15px;
}

.form-group label[b-vro7mvra6z] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
}

.form-control[b-vro7mvra6z] {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e1e5e9;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    background-color: #fff;
}

.form-control:focus[b-vro7mvra6z] {
    outline: none;
    border-color: #1E9FF2;
    box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.1);
    transform: translateY(-1px);
}

.form-control:hover[b-vro7mvra6z] {
    border-color: #1E9FF2;
}

/* Floating Label Styles */
.floating-label-group[b-vro7mvra6z] {
    position: relative;
    margin-bottom: 1.5rem;
}

.floating-input[b-vro7mvra6z] {
    width: 100%;
    padding: 16px 12px 8px 12px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 0.95rem;
    background-color: #fff;
    transition: all 0.3s ease;
    outline: none;
}

.floating-input:focus[b-vro7mvra6z] {
    border-color: #1E9FF2;
    box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.1);
    transform: translateY(-1px);
}

.floating-input:hover:not(:focus)[b-vro7mvra6z] {
    border-color: #1E9FF2;
}

.floating-label[b-vro7mvra6z] {
    position: absolute;
    left: 12px;
    top: 18px;
    color: #6c757d;
    font-size: 0.95rem;
    pointer-events: none;
    transition: all 0.3s ease;
    background: white;
    padding: 0 4px;
    z-index: 2;
}

.floating-input:focus + .floating-label[b-vro7mvra6z],
.floating-input:not(:placeholder-shown) + .floating-label[b-vro7mvra6z],
.floating-input[placeholder=" "]:not(:placeholder-shown) + .floating-label[b-vro7mvra6z] {
    top: 8px;
    font-size: 0.75rem;
    color: #1E9FF2;
    font-weight: 500;
}

/* For select elements */
.floating-input:not([value=""]):not([value]):valid + .floating-label[b-vro7mvra6z],
.floating-input[value]:not([value=""]) + .floating-label[b-vro7mvra6z] {
    top: 8px;
    font-size: 0.75rem;
    color: #1E9FF2;
    font-weight: 500;
}

/* Special handling for LocationTypeahead components */
.floating-label-group .typeahead-container[b-vro7mvra6z] {
    margin: 0;
}

.floating-label-group .typeahead-container .floating-input[b-vro7mvra6z] {
    position: relative;
    z-index: 1;
}

/* Table input styling */
.fleet-table .form-control[b-vro7mvra6z] {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 0.85rem;
    background-color: #fff;
    transition: all 0.2s ease;
}

.fleet-table .form-control:focus[b-vro7mvra6z] {
    border-color: #1E9FF2;
    box-shadow: 0 0 0 2px rgba(30, 159, 242, 0.2);
    background-color: #f8f9fa;
    transform: none;
}

.modal-actions[b-vro7mvra6z] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 25px;
    flex-wrap: wrap;
}

.modal-actions .btn[b-vro7mvra6z] {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Responsive design improvements */
@media (max-width: 768px) {
    .fleet-details-view[b-vro7mvra6z] {
        padding: 15px 10px;
    }

    .fleet-actions[b-vro7mvra6z] {
        padding: 15px;
        gap: 10px;
    }

    .fleet-actions .btn[b-vro7mvra6z] {
        padding: 10px 16px;
        font-size: 0.9rem;
        min-width: 120px;
    }

    .modal-content.modern-modal[b-vro7mvra6z] {
        width: 95%;
        max-height: 95vh;
        margin: 10px;
    }

    .modal-header[b-vro7mvra6z] {
        padding: 20px 20px 12px 20px;
    }

    .modal-header h4[b-vro7mvra6z] {
        font-size: 1.3rem;
    }

    .modal-body[b-vro7mvra6z] {
        padding: 20px;
        max-height: calc(95vh - 120px);
    }

    .modal-footer[b-vro7mvra6z] {
        padding: 12px 20px 20px 20px;
        flex-direction: column;
        gap: 12px;
    }

    .modal-actions-right[b-vro7mvra6z] {
        width: 100%;
        justify-content: flex-end;
        gap: 8px;
    }

    .floating-label-group[b-vro7mvra6z] {
        margin-bottom: 1.2rem;
    }

    .floating-input[b-vro7mvra6z] {
        padding: 14px 12px 6px 12px;
        font-size: 0.9rem;
    }

    .floating-label[b-vro7mvra6z] {
        left: 10px;
        font-size: 0.85rem;
        top: 16px;
    }

    .floating-input:focus + .floating-label[b-vro7mvra6z],
    .floating-input:not(:placeholder-shown) + .floating-label[b-vro7mvra6z],
    .floating-input[placeholder=" "]:not(:placeholder-shown) + .floating-label[b-vro7mvra6z],
    .floating-input:not([value=""]):not([value]):valid + .floating-label[b-vro7mvra6z],
    .floating-input[value]:not([value=""]) + .floating-label[b-vro7mvra6z] {
        top: 6px;
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .fleet-table[b-vro7mvra6z] {
        font-size: 0.75rem;
    }

    .fleet-table th[b-vro7mvra6z],
    .fleet-table td[b-vro7mvra6z] {
        padding: 4px 2px;
    }

    .fleet-actions[b-vro7mvra6z] {
        flex-direction: column;
        align-items: stretch;
    }

    .fleet-actions .btn[b-vro7mvra6z] {
        width: 100%;
        margin-bottom: 8px;
    }

    .modal-content.modern-modal[b-vro7mvra6z] {
        width: 98%;
        margin: 5px;
        max-height: 98vh;
    }

    .modal-header[b-vro7mvra6z] {
        padding: 16px 16px 10px 16px;
    }

    .modal-header h4[b-vro7mvra6z] {
        font-size: 1.2rem;
    }

    .modal-body[b-vro7mvra6z] {
        padding: 16px;
        max-height: calc(98vh - 100px);
    }

    .modal-footer[b-vro7mvra6z] {
        padding: 10px 16px 16px 16px;
    }

    .floating-input[b-vro7mvra6z] {
        font-size: 0.85rem;
        padding: 12px 10px 4px 10px;
    }

    .floating-label[b-vro7mvra6z] {
        left: 8px;
        font-size: 0.75rem;
        top: 14px;
    }

    .floating-input:focus + .floating-label[b-vro7mvra6z],
    .floating-input:not(:placeholder-shown) + .floating-label[b-vro7mvra6z],
    .floating-input[placeholder=" "]:not(:placeholder-shown) + .floating-label[b-vro7mvra6z],
    .floating-input:not([value=""]):not([value]):valid + .floating-label[b-vro7mvra6z],
    .floating-input[value]:not([value=""]) + .floating-label[b-vro7mvra6z] {
        top: 4px;
        font-size: 0.65rem;
    }
}
/* _content/PostFindShip/Components/Pages/Home.razor.rz.scp.css */

.headlines-section[b-4zk8tpjfkq] {
    padding: 60px 0;
    background: #f8fbff;
    text-align: center;
}

.headlines-content[b-4zk8tpjfkq] {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.headline-main[b-4zk8tpjfkq] {
    font-size: 3rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 20px;
    line-height: 1.2;
}

.headline-sub[b-4zk8tpjfkq] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #38C805;
    margin-bottom: 20px;
}

.headline-desc[b-4zk8tpjfkq] {
    font-size: 1.5rem;
    color: #222;
    line-height: 1.4;
}

.plans-section[b-4zk8tpjfkq] {
    padding: 60px 0;
    background: #fff;
}

.plans-content[b-4zk8tpjfkq] {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.plans-heading[b-4zk8tpjfkq] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 20px;
}

.plans-subheading[b-4zk8tpjfkq] {
    font-size: 1.5rem;
    color: #38C805;
    margin-bottom: 20px;
}

.plans-text[b-4zk8tpjfkq] {
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.6;
}

.plans-buttons[b-4zk8tpjfkq] {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.btn-join[b-4zk8tpjfkq] {
    background: #38C805;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(56,200,5,0.08);
    transition: background 0.2s;
}

.btn-join:hover[b-4zk8tpjfkq] {
    background: #2ea104;
}

.simplifying-section[b-4zk8tpjfkq] {
    padding: 60px 0;
    background: #eaf3fa;
    text-align: center;
}

.simplifying-content[b-4zk8tpjfkq] {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.simplifying-heading[b-4zk8tpjfkq] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 20px;
}

.simplifying-subheading[b-4zk8tpjfkq] {
    font-size: 1.5rem;
    color: #222;
    margin-bottom: 40px;
}


@media (max-width: 768px) {
    .logo-nav-content[b-4zk8tpjfkq] {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links-block[b-4zk8tpjfkq] {
        flex-wrap: wrap;
        justify-content: center;
    }

    .headline-main[b-4zk8tpjfkq] {
        font-size: 2rem;
    }

    .headline-sub[b-4zk8tpjfkq] {
        font-size: 1.8rem;
    }

    .headline-desc[b-4zk8tpjfkq] {
        font-size: 1.2rem;
    }

    .plans-buttons[b-4zk8tpjfkq] {
        flex-direction: column;
        align-items: center;
    }

    .footer-content[b-4zk8tpjfkq] {
        flex-direction: column;
        gap: 30px;
    }

    .simplifying-content[b-4zk8tpjfkq] {
        padding: 0 10px;
    }
}
/* _content/PostFindShip/Components/Pages/Inbox.razor.rz.scp.css */
.inbox-container[b-q1r8v80w0z] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
}

.inbox-header[b-q1r8v80w0z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}

.inbox-header h3[b-q1r8v80w0z] {
    margin: 0;
    color: #333;
}

.inbox-content[b-q1r8v80w0z] {
    display: flex;
    flex: 1;
    gap: 20px;
    height: calc(100vh - 200px);
}

.conversations-list[b-q1r8v80w0z] {
    flex: 0 0 350px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow-y: auto;
    background: #fff;
}

.conversation-item[b-q1r8v80w0z] {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.conversation-item:hover[b-q1r8v80w0z] {
    background-color: #f8f9fa;
}

.conversation-item.selected[b-q1r8v80w0z] {
    background-color: #e3f2fd;
    border-left: 4px solid #007bff;
}

.conversation-info[b-q1r8v80w0z] {
    flex: 1;
}

.conversation-header[b-q1r8v80w0z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.other-user-name[b-q1r8v80w0z] {
    font-weight: 600;
    color: #333;
}

.last-message-time[b-q1r8v80w0z] {
    font-size: 0.8rem;
    color: #666;
}

.conversation-subject-line[b-q1r8v80w0z] {
    margin: 2px 0;
}

.subject-text[b-q1r8v80w0z] {
    font-size: 0.8rem;
    color: #007bff;
    font-weight: 500;
    font-style: italic;
}

.last-message-content[b-q1r8v80w0z] {
    font-size: 0.9rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-prefix[b-q1r8v80w0z] {
    color: #007bff;
    font-weight: 500;
}

.unread-badge[b-q1r8v80w0z] {
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 600;
    margin-left: 10px;
}

.messages-panel[b-q1r8v80w0z] {
    flex: 1;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.messages-header[b-q1r8v80w0z] {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
}

.messages-header h4[b-q1r8v80w0z] {
    margin: 0;
    color: #333;
}

.conversation-subject[b-q1r8v80w0z] {
    color: #666;
    font-style: italic;
}

.messages-content[b-q1r8v80w0z] {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}

.message-item[b-q1r8v80w0z] {
    margin-bottom: 15px;
    display: flex;
}

.message-item.sent[b-q1r8v80w0z] {
    justify-content: flex-end;
}

.message-item.received[b-q1r8v80w0z] {
    justify-content: flex-start;
}

.message-content[b-q1r8v80w0z] {
    max-width: 70%;
    padding: 10px 15px;
    border-radius: 8px;
    position: relative;
}

.message-item.sent .message-content[b-q1r8v80w0z] {
    background-color: #007bff;
    color: white;
}

.message-item.received .message-content[b-q1r8v80w0z] {
    background-color: #f1f3f4;
    color: #333;
}

.message-header[b-q1r8v80w0z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    font-size: 0.8rem;
}

.message-sender[b-q1r8v80w0z] {
    font-weight: 600;
}

.message-time[b-q1r8v80w0z] {
    opacity: 0.8;
}



.message-text[b-q1r8v80w0z] {
    line-height: 1.4;
}

.message-input[b-q1r8v80w0z] {
    padding: 15px;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
}

.input-group[b-q1r8v80w0z] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-group input[b-q1r8v80w0z],
.input-group textarea[b-q1r8v80w0z] {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 8px 12px;
}

.input-group button[b-q1r8v80w0z] {
    align-self: flex-end;
}

.no-conversations[b-q1r8v80w0z],
.no-conversation-selected[b-q1r8v80w0z],
.no-messages[b-q1r8v80w0z] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: #666;
    font-style: italic;
}

.modal-overlay[b-q1r8v80w0z] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-q1r8v80w0z] {
    background: white;
    border-radius: 8px;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-content h4[b-q1r8v80w0z] {
    margin-bottom: 20px;
    color: #333;
}

.form-group[b-q1r8v80w0z] {
    margin-bottom: 15px;
}

.form-group label[b-q1r8v80w0z] {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #555;
}

.form-control[b-q1r8v80w0z] {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 8px 12px;
}

.modal-actions[b-q1r8v80w0z] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}

.validation-error[b-q1r8v80w0z] {
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

@media (max-width: 768px) {
    .inbox-content[b-q1r8v80w0z] {
        flex-direction: column;
    }
    
    .conversations-list[b-q1r8v80w0z] {
        flex: none;
        height: 200px;
    }
    
    .messages-panel[b-q1r8v80w0z] {
        flex: 1;
    }
} 
/* _content/PostFindShip/Components/Pages/ManageRoutes.razor.rz.scp.css */
.manage-routes-container[b-jfjg2ll70y] {
    max-width: 100% !important;
    padding: 20px;
    margin: 0;
}

.manage-routes-container h3[b-jfjg2ll70y] {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

.preferences-form[b-jfjg2ll70y] {
    display: flex;
    gap: 40px;
    margin: 20px 0;
    align-items: flex-start;
}

.left-section[b-jfjg2ll70y] {
    flex: 1;
}

.right-section[b-jfjg2ll70y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.left-container-box[b-jfjg2ll70y], .my-routes-box[b-jfjg2ll70y], .my-rates-box[b-jfjg2ll70y] {
    background: #ffffff;
    border: 2px solid #007bff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.my-trucks-section[b-jfjg2ll70y], .current-locations-section[b-jfjg2ll70y], .network-message-section[b-jfjg2ll70y] {
    margin-bottom: 30px;
}

.my-trucks-section:last-child[b-jfjg2ll70y], .current-locations-section:last-child[b-jfjg2ll70y], .network-message-section:last-child[b-jfjg2ll70y] {
    margin-bottom: 0;
}

.my-trucks-section h4[b-jfjg2ll70y], .current-locations-section h4[b-jfjg2ll70y], .network-message-section h4[b-jfjg2ll70y], .my-routes-box h4[b-jfjg2ll70y], .my-rates-box h4[b-jfjg2ll70y] {
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.truck-info .truck-type[b-jfjg2ll70y] {
    margin-bottom: 10px;
    font-size: 14px;
}

.location-section[b-jfjg2ll70y] {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f8f9fa;
}

.location-section h5[b-jfjg2ll70y] {
    margin-bottom: 10px;
    color: #007bff;
    font-weight: 600;
}

.trailer-fields[b-jfjg2ll70y] {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.trailer-fields input[b-jfjg2ll70y] {
    flex: 1;
}

.form-group[b-jfjg2ll70y] {
    margin-bottom: 15px;
}

.form-group label[b-jfjg2ll70y] {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #555;
}

.network-message-box textarea[b-jfjg2ll70y] {
    resize: vertical;
    min-height: 120px;
}

.form-actions[b-jfjg2ll70y] {
    text-align: center;
    margin-top: 30px;
    gap: 10px;
    display: flex;
    justify-content: center;
}

.form-actions button[b-jfjg2ll70y] {
    margin: 0 10px;
    padding: 10px 30px;
}

.region-checkboxes[b-jfjg2ll70y] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.form-check[b-jfjg2ll70y] {
    min-width: 120px;
}

.multi-select[b-jfjg2ll70y] {
    height: 336px;
}

.location-table[b-jfjg2ll70y] {
    margin-bottom: 15px;
}

    .location-table table[b-jfjg2ll70y] {
        width: 100%;
        border-collapse: collapse;
    }

    .location-table th[b-jfjg2ll70y] {
        background-color: #f2f2f2;
    }

    .tabs-container[b-jfjg2ll70y] {
        margin-bottom: 20px;
        width: 100%;
    }

.nav-tabs[b-jfjg2ll70y] {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.nav-item[b-jfjg2ll70y] {
    margin-bottom: -1px;
    flex: 1;
    text-align: center;
    white-space: nowrap;
}

.nav-link[b-jfjg2ll70y] {
    display: block;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
}
    
    .nav-link:hover[b-jfjg2ll70y] {
        border-color: #e9ecef #e9ecef #dee2e6;
    }
    
    .nav-link.active[b-jfjg2ll70y] {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }
/* _content/PostFindShip/Components/Pages/MyAccount.razor.rz.scp.css */
.my-account-container[b-59440wkvk0] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.account-layout[b-59440wkvk0] {
    display: flex;
    gap: 32px;
    margin-top: 24px;
}

.left-column[b-59440wkvk0] {
    flex: 1;
}

.right-column[b-59440wkvk0] {
    flex: 2;
}

.shipments-box[b-59440wkvk0], .account-details-box[b-59440wkvk0] {
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease;
}

.shipments-box:hover[b-59440wkvk0], .account-details-box:hover[b-59440wkvk0] {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.shipments-box h4[b-59440wkvk0], .account-details-box h4[b-59440wkvk0] {
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
    text-align: center;
}

.shipments-list[b-59440wkvk0] {
    margin-bottom: 20px;
    max-height: 400px;
    overflow-y: auto;
    border-radius: 8px;
    background: #f8f9fa;
    border: 1px solid #e1e5e9;
}

.shipment-item[b-59440wkvk0] {
    padding: 16px;
    border-bottom: 1px solid #e1e5e9;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease;
}

.shipment-item:hover[b-59440wkvk0] {
    background-color: #e9ecef;
}

.shipment-item:last-child[b-59440wkvk0] {
    border-bottom: none;
}

.shipment-item span[b-59440wkvk0] {
    flex: 1;
    color: #495057;
}

.shipment-item span:first-child[b-59440wkvk0] {
    font-weight: 600;
    color: #1E9FF2;
}

.my-shipments-btn[b-59440wkvk0] {
    width: 100%;
}

.account-form[b-59440wkvk0] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.account-form-columns[b-59440wkvk0] {
    display: flex;
    gap: 30px;
}

.form-column-left[b-59440wkvk0], .form-column-right[b-59440wkvk0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.save-button-container[b-59440wkvk0] {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
}

.modal-overlay[b-59440wkvk0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn-b-59440wkvk0 0.3s ease-out;
}

.modal-content[b-59440wkvk0] {
    background: white;
    border-radius: 12px;
    padding: 32px;
    width: 90%;
    max-width: 900px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: slideIn-b-59440wkvk0 0.3s ease-out;
}

@keyframes fadeIn-b-59440wkvk0 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn-b-59440wkvk0 {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-content h4[b-59440wkvk0] {
    margin-bottom: 20px;
    color: #333;
}

.modal-content textarea[b-59440wkvk0] {
    width: 100%;
    min-height: 400px;
    resize: vertical;
}

.modal-actions[b-59440wkvk0] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.documents-list[b-59440wkvk0] {
    margin: 20px 0;
    max-height: 300px;
    overflow-y: auto;
}

.document-item[b-59440wkvk0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.document-item span[b-59440wkvk0] {
    flex: 1;
    margin-right: 10px;
}

.bottom-section[b-59440wkvk0] {
    margin-top: 40px;
}

.membership-ratings-box[b-59440wkvk0] {
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 32px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.membership-column[b-59440wkvk0] {
    flex: 1;
}

.ratings-column[b-59440wkvk0] {
    flex: 0 0 320px;
}

.membership-column h4[b-59440wkvk0], .ratings-column h4[b-59440wkvk0] {
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
    text-align: center;
}

.membership-details[b-59440wkvk0], .ratings-details[b-59440wkvk0] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.membership-item[b-59440wkvk0], .rating-item[b-59440wkvk0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    background: #f8f9fa;
    border: 1px solid #e1e5e9;
    transition: all 0.2s ease;
}

.membership-item:hover[b-59440wkvk0], .rating-item:hover[b-59440wkvk0] {
    background: #e9ecef;
    transform: translateX(2px);
}

.membership-item label[b-59440wkvk0], .rating-item label[b-59440wkvk0] {
    font-weight: 600;
    color: #495057;
    font-size: 0.95rem;
}

.membership-item span[b-59440wkvk0], .rating-item span[b-59440wkvk0] {
    color: #1E9FF2;
    font-weight: 500;
    font-size: 0.95rem;
}

/* Floating label styles */
.floating-label-group[b-59440wkvk0] {
    position: relative;
    margin-bottom: 1.5rem;
}

.floating-input[b-59440wkvk0] {
    width: 100%;
    padding: 12px 16px 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 1rem;
    background-color: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.floating-input:focus[b-59440wkvk0] {
    outline: none;
    border-color: #1E9FF2;
    box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.1);
    transform: translateY(-1px);
}

.floating-input:hover[b-59440wkvk0] {
    border-color: #1E9FF2;
}

.floating-label[b-59440wkvk0] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1rem;
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: white;
    padding: 0 4px;
}

.floating-input:focus + .floating-label[b-59440wkvk0],
.floating-input:not(:placeholder-shown) + .floating-label[b-59440wkvk0] {
    top: -8px;
    left: 12px;
    font-size: 0.85rem;
    color: #1E9FF2;
    font-weight: 500;
}

.floating-input:not(:placeholder-shown) + .floating-label[b-59440wkvk0] {
    color: #495057;
}

/* Enhanced form controls */
.form-control[b-59440wkvk0] {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e1e5e9;
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #fff;
}

.form-control:focus[b-59440wkvk0] {
    outline: none;
    border-color: #1E9FF2;
    box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.1);
    transform: translateY(-1px);
}

.form-control:hover[b-59440wkvk0] {
    border-color: #1E9FF2;
}

.checkbox-group[b-59440wkvk0] {
    margin-bottom: 1.5rem;
}

.checkbox-label[b-59440wkvk0] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    color: #495057;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
}

.checkbox-input[b-59440wkvk0] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark[b-59440wkvk0] {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #e1e5e9;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.checkbox-input:checked ~ .checkmark[b-59440wkvk0] {
    background-color: #1E9FF2;
    border-color: #1E9FF2;
}

.checkmark[b-59440wkvk0]:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-input:checked ~ .checkmark[b-59440wkvk0]:after {
    display: block;
}

.button-group[b-59440wkvk0] {
    margin-bottom: 1rem;
}

.action-btn[b-59440wkvk0] {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.action-btn:hover[b-59440wkvk0] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.action-btn i[b-59440wkvk0] {
    font-size: 1.1rem;
}

.change-tier-section[b-59440wkvk0] {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.change-tier-section h5[b-59440wkvk0] {
    margin-bottom: 10px;
    color: #333;
}

.tier-details[b-59440wkvk0] {
    margin: 10px 0;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.tier-details ul[b-59440wkvk0] {
    margin: 5px 0 0 20px;
    padding: 0;
}

.tier-details li[b-59440wkvk0] {
    margin-bottom: 2px;
}

.current-tier[b-59440wkvk0] {
    font-weight: bold;
    color: #1E9FF2;
    display: block;
    padding: 12px 16px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e1e5e9;
    margin: 8px 0;
}

/* Responsive design improvements */
@media (max-width: 1024px) {
    .account-layout[b-59440wkvk0] {
        flex-direction: column;
        gap: 24px;
    }

    .left-column[b-59440wkvk0], .right-column[b-59440wkvk0] {
        flex: none;
        width: 100%;
    }

    .membership-ratings-box[b-59440wkvk0] {
        flex-direction: column;
        gap: 24px;
    }

    .ratings-column[b-59440wkvk0] {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .my-account-container[b-59440wkvk0] {
        padding: 16px;
    }

    .shipments-box[b-59440wkvk0], .account-details-box[b-59440wkvk0] {
        padding: 20px;
    }

    .account-form-columns[b-59440wkvk0] {
        flex-direction: column;
        gap: 20px;
    }

    .form-column-left[b-59440wkvk0], .form-column-right[b-59440wkvk0] {
        flex: none;
        width: 100%;
    }

    .modal-content[b-59440wkvk0] {
        width: 95%;
        padding: 24px;
        margin: 10px;
    }

    .membership-ratings-box[b-59440wkvk0] {
        padding: 20px;
    }

    .membership-item[b-59440wkvk0], .rating-item[b-59440wkvk0] {
        padding: 10px 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .membership-item span[b-59440wkvk0], .rating-item span[b-59440wkvk0] {
        align-self: flex-end;
    }
}

@media (max-width: 480px) {
    .my-account-container[b-59440wkvk0] {
        padding: 12px;
    }

    .shipments-box[b-59440wkvk0], .account-details-box[b-59440wkvk0], .membership-ratings-box[b-59440wkvk0] {
        padding: 16px;
    }

    .floating-input[b-59440wkvk0] {
        padding: 10px 12px;
        font-size: 0.9rem;
    }

    .floating-label[b-59440wkvk0] {
        font-size: 0.85rem;
    }

    .action-btn[b-59440wkvk0] {
        padding: 10px 14px;
        font-size: 0.9rem;
    }
}
/* _content/PostFindShip/Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.privacy-section[b-fli4z00et5] {
    background: linear-gradient(135deg, #f8fbff 0%, #eaf3fa 100%);
    padding: 48px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacy-content[b-fli4z00et5] {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(0, 60, 130, 0.08);
    max-width: 1100px; /* Increased from previous value */
    width: 95%;
    margin: 0 auto;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.privacy-heading[b-fli4z00et5] {
    font-size: 2.4rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 12px;
    letter-spacing: -1px;
    text-align: center;
}

.privacy-content h3[b-fli4z00et5] {
    font-size: 1.4rem;
    color: #38C805;
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.privacy-content h4[b-fli4z00et5] {
    font-size: 1.2rem;
    color: #003366;
    margin-top: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.privacy-content ul[b-fli4z00et5] {
    margin: 0 0 16px 0;
    padding-left: 24px;
}

.privacy-content li[b-fli4z00et5] {
    font-size: 1.08rem;
    margin-bottom: 10px;
    line-height: 1.6;
}

.privacy-content p[b-fli4z00et5] {
    font-size: 1.15rem;
    color: #222;
    margin-bottom: 8px;
}

.privacy-content strong[b-fli4z00et5] {
    color: #003366;
}

@media (max-width: 900px) {
    .privacy-content[b-fli4z00et5] {
        padding: 24px 8px;
    }
    .privacy-heading[b-fli4z00et5] {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .privacy-content[b-fli4z00et5] {
        max-width: 98vw;
        padding: 16px 2vw;
    }
    .privacy-heading[b-fli4z00et5] {
        font-size: 1.3rem;
    }
}
/* _content/PostFindShip/Components/Pages/RateAI.razor.rz.scp.css */
/* Header styles */
.oxy-header-wrapper[b-twa1dt3mcr] {
    position: relative;
    z-index: 1000;
}

.oxy-sticky-header[b-twa1dt3mcr] {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.oxy-header-row[b-twa1dt3mcr] {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.oxy-header-container[b-twa1dt3mcr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.atomic-logo img[b-twa1dt3mcr] {
    height: 40px;
}

.oxy-nav-menu-list[b-twa1dt3mcr] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.oxy-nav-menu-list li[b-twa1dt3mcr] {
    margin: 0 15px;
}

.oxy-nav-menu-list a[b-twa1dt3mcr] {
    text-decoration: none;
    color: #003366;
    font-weight: 600;
}

/* Main content */
.ct-section[b-twa1dt3mcr] {
    padding: 60px 20px;
}

.ct-section-inner-wrap[b-twa1dt3mcr] {
    max-width: 1200px;
    margin: 0 auto;
}

.ct-headline[b-twa1dt3mcr] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #003366;
    text-align: left;
    margin-bottom: 20px;
}

#section-22-2665 .ct-headline[b-twa1dt3mcr] {
    text-align: center;
}

.ct-text-block[b-twa1dt3mcr] {
    font-size: 1.15rem;
    color: #222;
    line-height: 1.6;
}

/* Logo section */
#section-2-2665 .ct-div-block[b-twa1dt3mcr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#image-5-2665[b-twa1dt3mcr] {
    height: 100px;
}

#div_block-4-2665[b-twa1dt3mcr] {
    display: flex;
    gap: 20px;
    align-items: center;
}

#div_block-4-2665 .ct-div-block[b-twa1dt3mcr] {
    padding: 10px 15px;
    background: #f0f0f0;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

#link_button-21-2665[b-twa1dt3mcr] {
    background: #38C805;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
}

/* Icon list */
oxel_iconlist[b-twa1dt3mcr] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

oxel_iconlist__row[b-twa1dt3mcr] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}

oxel_iconlist__row--dark[b-twa1dt3mcr] {
    background: #e0e0e0;
}

oxel_iconlist__row__icon[b-twa1dt3mcr] {
    color: #38C805;
    font-size: 1.5rem;
    margin-top: 5px;
}

oxel_iconlist__row__label[b-twa1dt3mcr] {
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.6;
}

oxel_iconlist__row__label b[b-twa1dt3mcr] {
    color: #003366;
}

/* Buttons section */
#section-26-2665 .ct-div-block[b-twa1dt3mcr] {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.ct-link-button[b-twa1dt3mcr] {
    background: #38C805;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.2s;
}

.ct-link-button:hover[b-twa1dt3mcr] {
    background: #2ea104;
}

/* Call to action */
#section-38-2665 .ct-div-block[b-twa1dt3mcr] {
    text-align: center;
    margin-bottom: 30px;
}

#section-38-2665 .ct-headline[b-twa1dt3mcr] {
    margin-bottom: 10px;
}

/* Footer sections */
#section-48-2665 .ct-new-columns[b-twa1dt3mcr] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

#section-48-2665 .ct-div-block[b-twa1dt3mcr] {
    flex: 1;
    min-width: 200px;
}

#section-48-2665 .ct-headline[b-twa1dt3mcr] {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.oxy-social-icons[b-twa1dt3mcr] {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.oxy-social-icons a[b-twa1dt3mcr] {
    color: #003366;
    font-size: 1.5rem;
    text-decoration: none;
}

#section-78-2665 .ct-div-block[b-twa1dt3mcr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

#section-78-2665 .ct-div-block .ct-div-block[b-twa1dt3mcr] {
    display: flex;
    gap: 20px;
}

#section-43-22[b-twa1dt3mcr] {
    background: #003366;
    color: #fff;
    padding: 40px 20px;
}

#section-43-22 .ct-div-block[b-twa1dt3mcr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#section-43-22 .oxy-nav-menu-list a[b-twa1dt3mcr] {
    color: #fff;
}

#section-43-22 .oxy-social-icons a[b-twa1dt3mcr] {
    color: #fff;
}

#section-57-22[b-twa1dt3mcr] {
    background: #f0f0f0;
    padding: 20px;
    text-align: center;
}

.ct-link[b-twa1dt3mcr] {
    text-decoration: none;
    color: inherit;
}

.simplifying-section[b-twa1dt3mcr] {
    padding: 60px 0;
    background: #eaf3fa;
    text-align: center;
}

.simplifying-content[b-twa1dt3mcr] {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.simplifying-heading[b-twa1dt3mcr] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 20px;
}

.simplifying-subheading[b-twa1dt3mcr] {
    font-size: 1.5rem;
    color: #222;
    margin-bottom: 40px;
}

.btn-join[b-twa1dt3mcr] {
    background: #38C805;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(56,200,5,0.08);
    transition: background 0.2s;
}

.btn-join:hover[b-twa1dt3mcr] {
    background: #2ea104;
}

/* Responsive */
@media (max-width: 768px) {
    .ct-headline[b-twa1dt3mcr] {
        font-size: 2rem;
    }
    #section-48-2665 .ct-new-columns[b-twa1dt3mcr] {
        flex-direction: column;
    }
    #section-78-2665 .ct-div-block[b-twa1dt3mcr] {
        flex-direction: column;
        gap: 10px;
    }
    .simplifying-content[b-twa1dt3mcr] {
        padding: 0 10px;
    }
}
/* _content/PostFindShip/Components/Pages/SearchCarriers.razor.rz.scp.css */
.search-carriers-container[b-3qrkfk801p] {
    padding: 20px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.search-layout[b-3qrkfk801p] {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.search-filters[b-3qrkfk801p] {
    flex: 0 0 350px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    height: fit-content;
}

.search-filters h4[b-3qrkfk801p] {
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.search-form[b-3qrkfk801p] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 500px;
}

.form-row[b-3qrkfk801p] {
    display: flex;
    gap: 10px;
}

.form-field[b-3qrkfk801p] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.form-field label[b-3qrkfk801p] {
    font-weight: 600;
    margin-bottom: 5px;
    color: #555;
    font-size: 0.9rem;
}

.search-btn[b-3qrkfk801p] {
    margin-top: 15px;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #38C805 0%, #1E9FF2 100%);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.search-btn:hover[b-3qrkfk801p] {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(56, 200, 5, 0.3);
}

.search-btn[b-3qrkfk801p]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.search-btn:hover[b-3qrkfk801p]::before {
    left: 100%;
}

.search-results[b-3qrkfk801p] {
    flex: 1;
}

.search-results h4[b-3qrkfk801p] {
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.carriers-grid[b-3qrkfk801p] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
}

.carrier-card[b-3qrkfk801p] {
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.carrier-card[b-3qrkfk801p]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #38C805 0%, #1E9FF2 100%);
}

.carrier-card:hover[b-3qrkfk801p] {
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.carrier-header[b-3qrkfk801p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.carrier-name-container[b-3qrkfk801p] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.carrier-rating[b-3qrkfk801p] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.stars[b-3qrkfk801p] {
    display: inline-block;
    line-height: 1;
}

    /* Filled stars (solid) */
    .stars .fas.fa-star[b-3qrkfk801p] {
        color: #FFD166; /* Your gold color */
    }

    /* Half stars */
    .stars .fas.fa-star-half-alt[b-3qrkfk801p] {
        color: #FFD166; /* Your gold color */
    }

    /* Empty stars (outline) */
    .stars .far.fa-star[b-3qrkfk801p] {
        color: #e0e0e0; /* Your gray color */
    }

    /* Optional: Add spacing between stars */
    .stars i[b-3qrkfk801p] {
        margin-right: 2px;
    }

        .stars i:last-child[b-3qrkfk801p] {
            margin-right: 0;
        }

.rating-value[b-3qrkfk801p] {
    color: #555;
    font-size: 0.9rem;
    cursor: help;
    position: relative;
}

.rating-value:hover[b-3qrkfk801p]::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    white-space: pre-line;
    z-index: 1000;
    min-width: 200px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    margin-bottom: 5px;
}

.rating-value:hover[b-3qrkfk801p]::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #333;
    margin-bottom: -5px;
    z-index: 1000;
}

.carrier-name[b-3qrkfk801p] {
    font-weight: 600;
    color: #007bff;
    font-size: 1.2rem;
    cursor: pointer;
    text-decoration: underline;
}

.carrier-name:hover[b-3qrkfk801p] {
    color: #0056b3;
}

.tft-logo[b-3qrkfk801p] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.carrier-rates[b-3qrkfk801p] {
    text-align: right;
    font-size: 0.9rem;
}

.rate-display[b-3qrkfk801p] {
    font-weight: bold;
    color: #28a745;
}

.rate-na[b-3qrkfk801p] {
    color: #dc3545;
    font-weight: bold;
}

.carrier-details[b-3qrkfk801p] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail-row[b-3qrkfk801p] {
    display: flex;
    font-size: 0.9rem;
}

.detail-row strong[b-3qrkfk801p] {
    min-width: 120px;
    color: #555;
    margin-right: 10px;
}

.carrier-actions[b-3qrkfk801p] {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.carrier-actions .btn[b-3qrkfk801p] {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    min-width: 120px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.carrier-actions .btn-warning[b-3qrkfk801p] {
    background: #ffc107;
    border: 1px solid #ffc107;
    color: #212529;
}

.carrier-actions .btn-warning:hover[b-3qrkfk801p] {
    background: #e0a800;
    border-color: #e0a800;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255, 193, 7, 0.3);
}

.carrier-actions .btn-danger[b-3qrkfk801p] {
    background: #dc3545;
    border: 1px solid #dc3545;
    color: white;
}

.carrier-actions .btn-danger:hover[b-3qrkfk801p] {
    background: #c82333;
    border-color: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(220, 53, 69, 0.3);
}

.carrier-actions .btn-primary[b-3qrkfk801p] {
    background: #1E9FF2;
    border: 1px solid #1E9FF2;
    color: white;
}

.carrier-actions .btn-primary:hover[b-3qrkfk801p] {
    background: #0d8ce6;
    border-color: #0d8ce6;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(30, 159, 242, 0.3);
}

.form-group[b-3qrkfk801p] {
    display: flex;
    flex-direction: column;
}

.form-group label[b-3qrkfk801p] {
    font-weight: 600;
    margin-bottom: 5px;
    color: #555;
}

.form-group input[b-3qrkfk801p] {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}
.loading-container[b-3qrkfk801p] {
    margin: 20px 0;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.progress[b-3qrkfk801p] {
    height: 30px;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #e9ecef;
}

.progress-bar[b-3qrkfk801p] {
    background: linear-gradient(90deg, #38C805 0%, #1E9FF2 100%);
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.4s ease;
    position: relative;
    overflow: hidden;
}

.progress-bar[b-3qrkfk801p]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: shimmer-b-3qrkfk801p 1.5s infinite;
}

@keyframes shimmer-b-3qrkfk801p {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.loading-text[b-3qrkfk801p] {
    text-align: center;
    color: #495057;
    font-style: italic;
    font-weight: 500;
}

/* Responsive design improvements */
@media (max-width: 768px) {
    .search-layout[b-3qrkfk801p] {
        flex-direction: column;
        gap: 20px;
    }

    .search-filters[b-3qrkfk801p] {
        flex: none;
        width: 100%;
    }

    .search-form[b-3qrkfk801p] {
        width: 100%;
    }

    .carriers-grid[b-3qrkfk801p] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .carrier-actions[b-3qrkfk801p] {
        flex-direction: column;
        gap: 8px;
    }

    .carrier-actions .btn[b-3qrkfk801p] {
        width: 100%;
        min-width: unset;
    }

    .loading-container[b-3qrkfk801p] {
        margin: 15px 0;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .search-carriers-container[b-3qrkfk801p] {
        padding: 10px;
    }

    .search-filters[b-3qrkfk801p] {
        padding: 15px;
    }

    .form-row[b-3qrkfk801p] {
        flex-direction: column;
        gap: 12px;
    }

    .carrier-card[b-3qrkfk801p] {
        padding: 16px;
    }

    .detail-row[b-3qrkfk801p] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .detail-row strong[b-3qrkfk801p] {
        min-width: unset;
    }
}

/* Floating label styles */
.floating-label-group[b-3qrkfk801p] {
    position: relative;
    margin-bottom: 1.5rem;
}

.floating-input[b-3qrkfk801p] {
    width: 100%;
    padding: 12px 16px 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 1rem;
    background-color: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.floating-input:focus[b-3qrkfk801p] {
    outline: none;
    border-color: #1E9FF2;
    box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.1);
    transform: translateY(-1px);
}

.floating-input:hover[b-3qrkfk801p] {
    border-color: #1E9FF2;
}

.floating-label[b-3qrkfk801p] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1rem;
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: white;
    padding: 0 4px;
}

.floating-input:focus + .floating-label[b-3qrkfk801p],
.floating-input:not(:placeholder-shown) + .floating-label[b-3qrkfk801p] {
    top: -8px;
    left: 12px;
    font-size: 0.85rem;
    color: #1E9FF2;
    font-weight: 500;
}

.floating-input:not(:placeholder-shown) + .floating-label[b-3qrkfk801p] {
    color: #495057;
}

/* Enhanced form controls */
.form-control[b-3qrkfk801p] {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e1e5e9;
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #fff;
}

.form-control:focus[b-3qrkfk801p] {
    outline: none;
    border-color: #1E9FF2;
    box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.1);
    transform: translateY(-1px);
}

.form-control:hover[b-3qrkfk801p] {
    border-color: #1E9FF2;
}
/* _content/PostFindShip/Components/Pages/SearchListings.razor.rz.scp.css */
.search-listings-container[b-pns5kfcrmy] {
    padding: 20px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.search-layout[b-pns5kfcrmy] {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.search-filters[b-pns5kfcrmy] {
    flex: 0 0 350px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    height: fit-content;
}

.search-filters h4[b-pns5kfcrmy] {
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #38C805;
    padding-bottom: 5px;
}

.search-form[b-pns5kfcrmy] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 600px;
}

.form-row[b-pns5kfcrmy] {
    display: flex;
    gap: 10px;
}

.form-field[b-pns5kfcrmy] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.form-field label[b-pns5kfcrmy] {
    font-weight: 600;
    margin-bottom: 5px;
    color: #555;
    font-size: 0.9rem;
}

.search-btn[b-pns5kfcrmy] {
    margin-top: 15px;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #38C805 0%, #1E9FF2 100%);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.search-btn:hover[b-pns5kfcrmy] {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(56, 200, 5, 0.3);
}

.search-btn[b-pns5kfcrmy]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.search-btn:hover[b-pns5kfcrmy]::before {
    left: 100%;
}

.search-results[b-pns5kfcrmy] {
    flex: 1;
}

.search-results h4[b-pns5kfcrmy] {
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #38C805;
    padding-bottom: 5px;
}

.listings-grid[b-pns5kfcrmy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
}

.listing-card[b-pns5kfcrmy] {
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.listing-card[b-pns5kfcrmy]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #38C805 0%, #1E9FF2 100%);
}

.listing-card:hover[b-pns5kfcrmy] {
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.listing-header[b-pns5kfcrmy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.listing-id[b-pns5kfcrmy] {
    font-weight: 600;
    color: #007bff;
}

.listing-rate[b-pns5kfcrmy] {
    font-size: 1.2rem;
    font-weight: bold;
    color: #28a745;
}

.listing-details[b-pns5kfcrmy] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stars[b-pns5kfcrmy] {
    display: inline-block;
    line-height: 1;
}

    /* Filled stars (solid) */
    .stars .fas.fa-star[b-pns5kfcrmy] {
        color: #FFD166; /* Your gold color */
    }

    /* Half stars */
    .stars .fas.fa-star-half-alt[b-pns5kfcrmy] {
        color: #FFD166; /* Your gold color */
    }

    /* Empty stars (outline) */
    .stars .far.fa-star[b-pns5kfcrmy] {
        color: #e0e0e0; /* Your gray color */
    }

    /* Optional: Add spacing between stars */
    .stars i[b-pns5kfcrmy] {
        margin-right: 2px;
    }

        .stars i:last-child[b-pns5kfcrmy] {
            margin-right: 0;
        }


.rating-value[b-pns5kfcrmy] {
    color: #555;
    font-size: 0.9rem;
    cursor: help;
    position: relative;
}

.rating-value:hover[b-pns5kfcrmy]::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    white-space: pre-line;
    z-index: 1000;
    min-width: 200px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    margin-bottom: 5px;
}

.rating-value:hover[b-pns5kfcrmy]::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #333;
    margin-bottom: -5px;
    z-index: 1000;
}

.detail-row[b-pns5kfcrmy] {
    display: flex;
    font-size: 0.9rem;
}

.detail-row strong[b-pns5kfcrmy] {
    min-width: 80px;
    color: #555;
    margin-right: 10px;
}

.listing-actions[b-pns5kfcrmy] {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.listing-actions .btn[b-pns5kfcrmy] {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    min-width: 100px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.listing-actions .btn-success[b-pns5kfcrmy] {
    background: #38C805;
    border: 1px solid #38C805;
    color: white;
}

.listing-actions .btn-success:hover[b-pns5kfcrmy] {
    background: #2ea004;
    border-color: #2ea004;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(56, 200, 5, 0.3);
}

.listing-actions .btn-danger[b-pns5kfcrmy] {
    background: #dc3545;
    border: 1px solid #dc3545;
    color: white;
}

.listing-actions .btn-danger:hover[b-pns5kfcrmy] {
    background: #c82333;
    border-color: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(220, 53, 69, 0.3);
}

.listing-actions .btn-primary[b-pns5kfcrmy] {
    background: #1E9FF2;
    border: 1px solid #1E9FF2;
    color: white;
}

.listing-actions .btn-primary:hover[b-pns5kfcrmy] {
    background: #0d8ce6;
    border-color: #0d8ce6;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(30, 159, 242, 0.3);
}

.modal-overlay[b-pns5kfcrmy] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-pns5kfcrmy] {
    background: white;
    border-radius: 8px;
    padding: 30px;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-content h4[b-pns5kfcrmy] {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.terms-content[b-pns5kfcrmy] {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    background: #f9f9f9;
}

.terms-text[b-pns5kfcrmy] {
    white-space: pre-wrap;
    line-height: 1.5;
}

.terms-agreement[b-pns5kfcrmy] {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 4px;
}

.terms-agreement label[b-pns5kfcrmy] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 600;
    color: #856404;
}

.modal-actions[b-pns5kfcrmy] {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.vehicles-content[b-pns5kfcrmy] {
    max-height: 500px;
    overflow-y: auto;
}

.vehicle-card[b-pns5kfcrmy] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.vehicle-header h5[b-pns5kfcrmy] {
    margin: 0 0 10px 0;
    color: #007bff;
    font-weight: 600;
}

.vehicle-details[b-pns5kfcrmy] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vehicle-row[b-pns5kfcrmy] {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.vehicle-label[b-pns5kfcrmy] {
    font-weight: 600;
    color: #555;
    min-width: 120px;
}

.vehicle-value[b-pns5kfcrmy] {
    color: #333;
    text-align: right;
}

.no-vehicles[b-pns5kfcrmy] {
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 20px;
}

.trailer-selection[b-pns5kfcrmy] {
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.trailer-option[b-pns5kfcrmy] {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.trailer-option:hover[b-pns5kfcrmy] {
    border-color: #007bff;
    background-color: #f8f9fa;
}

.trailer-option.selected[b-pns5kfcrmy] {
    border-color: #007bff;
    background-color: #e3f2fd;
}

.trailer-info h5[b-pns5kfcrmy] {
    margin: 0 0 10px 0;
    color: #007bff;
    font-weight: 600;
}

.trailer-details[b-pns5kfcrmy] {
    display: flex;
    gap: 20px;
    font-size: 0.9rem;
}

.trailer-details span[b-pns5kfcrmy] {
    color: #555;
}

.no-trailers[b-pns5kfcrmy] {
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.counter-content[b-pns5kfcrmy] {
    margin-bottom: 20px;
}

.current-rate[b-pns5kfcrmy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 20px;
}

.current-rate label[b-pns5kfcrmy] {
    font-weight: 600;
    color: #555;
}

.rate-display[b-pns5kfcrmy] {
    font-size: 1.2rem;
    font-weight: bold;
    color: #28a745;
}

.form-group[b-pns5kfcrmy] {
    display: flex;
    flex-direction: column;
}

.form-group label[b-pns5kfcrmy] {
    font-weight: 600;
    margin-bottom: 5px;
    color: #555;
}

.form-group input[b-pns5kfcrmy] {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}
.results-header[b-pns5kfcrmy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    border: 1px solid #dee2e6;
}

.results-header h4[b-pns5kfcrmy] {
    margin: 0;
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
}

.results-header .btn[b-pns5kfcrmy] {
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.results-header .btn-primary[b-pns5kfcrmy] {
    background: #1E9FF2;
    border: 1px solid #1E9FF2;
    color: white;
}

.results-header .btn-primary:hover[b-pns5kfcrmy] {
    background: #0d8ce6;
    border-color: #0d8ce6;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(30, 159, 242, 0.3);
}

.results-header .btn-secondary[b-pns5kfcrmy] {
    background: #6c757d;
    border: 1px solid #6c757d;
    color: white;
}

.results-header .btn-secondary:hover[b-pns5kfcrmy] {
    background: #5a6268;
    border-color: #5a6268;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}

.map-container[b-pns5kfcrmy] {
    height: 600px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.shipper-link[b-pns5kfcrmy] {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

.pending-dispatch[b-pns5kfcrmy] {
    color: #856404;
    font-weight: 600;
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    padding: 4px 12px;
    border-radius: 20px;
    border: 2px solid #ffc107;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(255, 193, 7, 0.2);
    animation: pulse-b-pns5kfcrmy 2s infinite;
}

@keyframes pulse-b-pns5kfcrmy {
    0% {
        box-shadow: 0 2px 4px rgba(255, 193, 7, 0.2);
    }
    50% {
        box-shadow: 0 4px 8px rgba(255, 193, 7, 0.4);
    }
    100% {
        box-shadow: 0 2px 4px rgba(255, 193, 7, 0.2);
    }
}

.shipper-info-container[b-pns5kfcrmy] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tft-logo[b-pns5kfcrmy] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Responsive design improvements */
@media (max-width: 768px) {
    .search-layout[b-pns5kfcrmy] {
        flex-direction: column;
        gap: 20px;
    }

    .search-filters[b-pns5kfcrmy] {
        flex: none;
        width: 100%;
    }

    .search-form[b-pns5kfcrmy] {
        width: 100%;
    }

    .listings-grid[b-pns5kfcrmy] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .results-header[b-pns5kfcrmy] {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .results-header h4[b-pns5kfcrmy] {
        font-size: 1.1rem;
    }

    .listing-actions[b-pns5kfcrmy] {
        flex-direction: column;
        gap: 8px;
    }

    .listing-actions .btn[b-pns5kfcrmy] {
        width: 100%;
        min-width: unset;
    }

    .modal-content[b-pns5kfcrmy] {
        width: 95%;
        margin: 10px;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .search-listings-container[b-pns5kfcrmy] {
        padding: 10px;
    }

    .search-filters[b-pns5kfcrmy] {
        padding: 15px;
    }

    .form-row[b-pns5kfcrmy] {
        flex-direction: column;
        gap: 12px;
    }

    .listing-card[b-pns5kfcrmy] {
        padding: 16px;
    }

    .detail-row[b-pns5kfcrmy] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .detail-row strong[b-pns5kfcrmy] {
        min-width: unset;
    }
}

/* Floating label styles */
.floating-label-group[b-pns5kfcrmy] {
    position: relative;
    margin-bottom: 1.5rem;
}

.floating-input[b-pns5kfcrmy] {
    width: 100%;
    padding: 12px 16px 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 1rem;
    background-color: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.floating-input:focus[b-pns5kfcrmy] {
    outline: none;
    border-color: #1E9FF2;
    box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.1);
    transform: translateY(-1px);
}

.floating-input:hover[b-pns5kfcrmy] {
    border-color: #1E9FF2;
}

.floating-label[b-pns5kfcrmy] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1rem;
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: white;
    padding: 0 4px;
}

.floating-input:focus + .floating-label[b-pns5kfcrmy],
.floating-input:not(:placeholder-shown) + .floating-label[b-pns5kfcrmy] {
    top: -8px;
    left: 12px;
    font-size: 0.85rem;
    color: #1E9FF2;
    font-weight: 500;
}

.floating-input:not(:placeholder-shown) + .floating-label[b-pns5kfcrmy] {
    color: #495057;
}

/* Enhanced form controls */
.form-control[b-pns5kfcrmy] {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e1e5e9;
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #fff;
}

.form-control:focus[b-pns5kfcrmy] {
    outline: none;
    border-color: #1E9FF2;
    box-shadow: 0 0 0 3px rgba(30, 159, 242, 0.1);
    transform: translateY(-1px);
}

.form-control:hover[b-pns5kfcrmy] {
    border-color: #1E9FF2;
}
/* _content/PostFindShip/Components/Pages/Solutions.razor.rz.scp.css */
/* General styles for new layout */
.ct-section[b-1y1myzzanz] {
    padding: 48px 0;
}

.ct-section-inner-wrap[b-1y1myzzanz] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ct-div-block[b-1y1myzzanz] {
    display: block;
}

.ct-headline[b-1y1myzzanz] {
    font-size: 2.4rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 12px;
    letter-spacing: -1px;
    text-align: center;
}

.left-align[b-1y1myzzanz] {
    text-align: left;
}

.ct-text-block[b-1y1myzzanz] {
    font-size: 1.15rem;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.6;
}

.ct-image[b-1y1myzzanz] {
    max-width: 100%;
    height: auto;
}

/* Icon list styles */
oxel_iconlist[b-1y1myzzanz] {
    list-style: none;
    padding: 0;
    margin: 0;
}

oxel_iconlist__row[b-1y1myzzanz] {
    padding: 16px 16px 16px 50px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 8px;
    position: relative;
    line-height: 1.6;
    font-size: 1.08rem;
}

oxel_iconlist__row[b-1y1myzzanz]:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 16px;
    top: 16px;
    color: #38C805;
    font-size: 1.2rem;
}

oxel_iconlist__row--dark[b-1y1myzzanz] {
    background: #e9ecef;
}

oxel_iconlist__row__label b[b-1y1myzzanz] {
    color: #003366;
}

/* Link buttons */
.ct-link-button[b-1y1myzzanz] {
    background: #38C805;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 32px;
    text-decoration: none;
    display: inline-block;
    margin: 8px;
    box-shadow: 0 2px 8px rgba(56,200,5,0.08);
    transition: background 0.2s, box-shadow 0.2s;
    font-size: 1.08rem;
}

.ct-link-button:hover[b-1y1myzzanz] {
    background: #2ea104;
    box-shadow: 0 4px 16px rgba(56,200,5,0.15);
}

/* Join button */
.btn-join[b-1y1myzzanz] {
    background: #38C805;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(56,200,5,0.08);
    transition: background 0.2s;
}

.btn-join:hover[b-1y1myzzanz] {
    background: #2ea104;
}

/* Simplifying section */
.simplifying-section[b-1y1myzzanz] {
    padding: 60px 0;
    background: #eaf3fa;
    text-align: center;
}

.simplifying-content[b-1y1myzzanz] {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.simplifying-heading[b-1y1myzzanz] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 20px;
}

.simplifying-subheading[b-1y1myzzanz] {
    font-size: 1.5rem;
    color: #222;
    margin-bottom: 40px;
}


/* Responsive */
@media (max-width: 900px) {
    .ct-section-inner-wrap[b-1y1myzzanz] {
        padding: 0 16px;
    }
    .ct-headline[b-1y1myzzanz] {
        font-size: 2rem;
    }
    .ct-new-columns[b-1y1myzzanz] {
        flex-direction: column;
        gap: 24px;
    }
}

@media (max-width: 600px) {
    .ct-section[b-1y1myzzanz] {
        padding: 24px 0;
    }
    .ct-headline[b-1y1myzzanz] {
        font-size: 1.8rem;
    }
    .ct-link-button[b-1y1myzzanz] {
        padding: 10px 24px;
        font-size: 1rem;
    }
    .simplifying-content[b-1y1myzzanz] {
        padding: 0 10px;
    }
}
/* _content/PostFindShip/Components/Pages/TermsOfUse.razor.rz.scp.css */
.terms-section[b-1km251ruwc] {
    background: linear-gradient(135deg, #f8fbff 0%, #eaf3fa 100%);
    padding: 48px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms-content[b-1km251ruwc] {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(0, 60, 130, 0.08);
    max-width: 1100px; /* Increased from previous value */
    width: 95%;
    margin: 0 auto;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.terms-heading[b-1km251ruwc] {
    font-size: 2.4rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 12px;
    letter-spacing: -1px;
    text-align: center;
}

.terms-content h3[b-1km251ruwc] {
    font-size: 1.4rem;
    color: #38C805;
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.terms-content h4[b-1km251ruwc] {
    font-size: 1.2rem;
    color: #003366;
    margin-top: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.terms-content ul[b-1km251ruwc] {
    margin: 0 0 16px 0;
    padding-left: 24px;
}

.terms-content li[b-1km251ruwc] {
    font-size: 1.08rem;
    margin-bottom: 10px;
    line-height: 1.6;
}

.terms-content p[b-1km251ruwc] {
    font-size: 1.15rem;
    color: #222;
    margin-bottom: 8px;
}

.terms-content strong[b-1km251ruwc] {
    color: #003366;
}

@media (max-width: 900px) {
    .terms-content[b-1km251ruwc] {
        padding: 24px 8px;
    }
    .terms-heading[b-1km251ruwc] {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .terms-content[b-1km251ruwc] {
        max-width: 98vw;
        padding: 16px 2vw;
    }
    .terms-heading[b-1km251ruwc] {
        font-size: 1.3rem;
    }
}
/* _content/PostFindShip/Components/Shared/CarrierInfoPopup.razor.rz.scp.css */
.modal-overlay[b-57ucxz8ba1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-57ucxz8ba1] {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
}

.carrier-info-modal[b-57ucxz8ba1] {
    padding: 0;
}

.modal-header[b-57ucxz8ba1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.modal-header h4[b-57ucxz8ba1] {
    margin: 0;
    color: #333;
}

.close-button[b-57ucxz8ba1] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #555;
}

.modal-body[b-57ucxz8ba1] {
    padding: 20px;
}

.carrier-info-layout[b-57ucxz8ba1] {
    display: flex;
    gap: 30px;
}

.carrier-details-column[b-57ucxz8ba1] {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.carrier-ratings-column[b-57ucxz8ba1] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item[b-57ucxz8ba1] {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.info-item label[b-57ucxz8ba1] {
    flex: 0 0 180px;
    font-weight: 600;
    color: #555;
}

.info-item span[b-57ucxz8ba1] {
    flex: 1;
    color: #333;
}

.ratings-box[b-57ucxz8ba1] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
}

.ratings-box h5[b-57ucxz8ba1] {
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
    text-align: center;
}

.ratings-details[b-57ucxz8ba1] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rating-item[b-57ucxz8ba1] {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.rating-item label[b-57ucxz8ba1] {
    font-weight: 600;
    color: #555;
}

.rating-item span[b-57ucxz8ba1] {
    color: #666;
}

.sms-profile-link[b-57ucxz8ba1] {
    margin-top: 20px;
    text-align: center;
}
/* _content/PostFindShip/Components/Shared/ModalOverlay.razor.rz.scp.css */
.modal-overlay[b-csd7qkau17] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
} 
/* _content/PostFindShip/Components/Shared/SearchForm.razor.rz.scp.css */
.form-row[b-nfikbu06oc] {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.form-field[b-nfikbu06oc] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.form-field label[b-nfikbu06oc] {
    font-weight: 600;
    margin-bottom: 5px;
    color: #555;
    font-size: 0.9rem;
}

.form-field select[b-nfikbu06oc],
.form-field input[b-nfikbu06oc] {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
}

.form-field select:focus[b-nfikbu06oc],
.form-field input:focus[b-nfikbu06oc] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
} 
/* _content/PostFindShip/Components/Shared/ShipperInfoPopup.razor.rz.scp.css */
/* Modal Overlay and Content Styles for Popups */
.modal-overlay[b-c1qi365usq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-c1qi365usq] {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
}

.carrier-info-modal[b-c1qi365usq] {
    padding: 0;
}

.modal-header[b-c1qi365usq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

    .modal-header h4[b-c1qi365usq] {
        margin: 0;
        color: #333;
    }

.close-button[b-c1qi365usq] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #555;
}

.modal-body[b-c1qi365usq] {
    padding: 20px;
}

.carrier-info-layout[b-c1qi365usq] {
    display: flex;
    gap: 30px;
}

.carrier-details-column[b-c1qi365usq] {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.carrier-ratings-column[b-c1qi365usq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item[b-c1qi365usq] {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

    .info-item label[b-c1qi365usq] {
        flex: 0 0 180px;
        font-weight: 600;
        color: #555;
    }

    .info-item span[b-c1qi365usq] {
        flex: 1;
        color: #333;
    }

.ratings-box[b-c1qi365usq] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
}

    .ratings-box h5[b-c1qi365usq] {
        margin-bottom: 15px;
        color: #333;
        border-bottom: 2px solid #007bff;
        padding-bottom: 5px;
        text-align: center;
    }

.ratings-details[b-c1qi365usq] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rating-item[b-c1qi365usq] {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

    .rating-item label[b-c1qi365usq] {
        font-weight: 600;
        color: #555;
    }

    .rating-item span[b-c1qi365usq] {
        color: #666;
    }

.sms-profile-link[b-c1qi365usq] {
    margin-top: 20px;
    text-align: center;
}
