/* :root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
} */

body {
    font-size: 14px;
    background-color: #fef9f4;
    font-family: Work Sans, sans-serif;
}

h2, h4{
    font-size: 16px;
    font-weight:bold;
}

.rat-card {
    border-radius: 20px;
    margin-top: 20px;
    align-items: center;
    min-width: 200px;
    box-shadow: 0 20px 40px -8px #ef7f1a1a;
    width: calc(100% - 16px);
    padding: 8px;
    background-color: rgb(253, 236, 221);
}

.rat-card label {
    margin: 0;
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
    padding-left: 2px;
    font-style: normal;
    text-transform: uppercase;
    font-family: Work Sans, sans-serif;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

h2 {
    display: block;
    font-size: 1.5rem;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.btn-orange {
    background-color: #ef7f1a;
    color: #FFF;
    border-radius: 10px;
}

.btn-orange:hover {
    color: #ffffff;
    background-color: #f2963f;
    border-color: #e98d3c;
}

.rate-btn {
    background-color: #fef9f4;
}

.navbar-brand img {
    height: 50px;
    width: auto;
    max-width: 100%;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #ffffff;
}

.filter-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fcl-box {
    background-color: #fdeee0;
    border-radius : 10px;
    padding: 10px;
    margin: 2px;
}

.fcl-box span {
    color : #ef811a;
}

.color-red {
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun,sans-serif;
}

ul.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

li.nav-item {
    padding-right: 40px;
}

.nav-link {
    text-align: center;
    font-family: Work Sans,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: var(--Neutral-700, #404040);
    cursor: pointer;
    margin: 0 8px;
}

.pagination {
    --bs-pagination-color: #000; /* Default text color */
    --bs-pagination-hover-color: #f29537;
    --bs-pagination-focus-color: #f29537;
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-active-color: #f29537;
    --bs-pagination-active-bg: #fff;
    --bs-pagination-active-border-color: #f29537;
    --bs-pagination-disabled-color: #ccc;
    --bs-pagination-disabled-bg: transparent;
    gap: 8px; /* Space between buttons */
}

.page-item .page-link {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 6px 12px;
    color: #000;
    font-weight: 500;
    background-color: transparent;
    transition: all 0.3s ease;
}

.page-item.active .page-link {
    border: 1px solid #f29537;
    color: #f29537;
    background-color: #fff;
    font-weight: 600;
}

.page-item .page-link:hover {
    background-color: #fdf2e7;
    border-color: #f29537;
}

.page-item.disabled .page-link {
    color: #ccc;
    background-color: transparent;
    border: none;
}

.card {
    border: none;
    box-shadow: 0 4px 6px rgb(255 255 255 / 10%);
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.rat-data h4 {
    color: #1f2937;
    font-family: Work Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

.filter-data p {
    color: #262626;
    font-family: Work Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin: 4px 0 8px;
}

.form-check-input {
    box-sizing: border-box;
    margin: 8px;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 17px;
    line-height: 1;
    list-style: none;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    align-self: center;
    border: 1px solid #f18f37;
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid #fff;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-check-input:checked {
    background-color: #f18f37;
    border-color: #f18f37;
}

.form-check-label {
    color: #171717;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 4px 0;
}

.container-box {
    padding: 16px;
    background-color: #fff;
    margin: 16px 0;
    border-radius: 6px;
}

.fcl-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.fcl-list li {
    background: #ef7f1a22;
    color: #ef7f1a;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
}

.view-button {
    display: flex;
    border-radius: 24px;
    background: #ef7f1a;
    align-items: center;
    justify-content: center;
    width: 80% !important;
    height: 32px;
    gap: 4px;
}

.view-rate {
    width: 50%;
    float: right;
}

.rate-from img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px auto;
    text-align: center;
}

.rate-from h2 {
    color: #111827;
    font-family: Work Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 8px;
    text-align: left !important;
}

.rate-from p {
    color: #ef7f1a;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 10px 0 8px;
    text-align: left !important;
}

.carrier-box {
    display: flex;
    gap: 4px;
    color: #262626;
    text-align: center;
    font-family: Work Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding: 6px 6px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #f5f5f5;
    width: 85%;
}

.text-right {
    text-align: -webkit-right;
}

.bg-white44 {
    background-color: #ffffff;
}

.view-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--Neutral-100, #f5f5f5);
}

.view-header h2 {
    color: #262626;
    cursor: default;
}

.view-header span {
    text-align: right;
    font-size: 16px;
}

.view-rate-from img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px auto;
    text-align: center;
}

.view-rate-from p:nth-child(2) {
    color: var(--Secondary-Gray-900, #111827);
    margin: 8px 0;
    text-align: start;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.view-rate-from p:nth-child(1) {
    color: #ef7f1a;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 10px 0 8px;
    text-align: left !important;
}

span.saling-border {
    margin-right: 8px;
    padding: 6px 12px;
    border-radius: 24px;
    background: var(--Neutral-100, #f5f5f5);
    color: var(--Neutral-800, #262626);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.rate-listing {
    display: flex;
    width: 100%;
    margin: 0 0 10px;
}

.rate-listing p:nth-child(1) {
    width: 50%;
}

.rate-listing span{
    margin-right: 10px;
}

.rate-listing p {
    color: var(--Secondary-Gray-900, #111827);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}

.city-box {
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 2px solid var(--Neutral-100, #f5f5f5);
    padding-bottom: 24px;
    padding-right: 16px;
}

.content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px 20px;
    width: 32%;
}

.border-right {
    border-right: 2px solid var(--Neutral-100, #f5f5f5);
}

label.currency-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    height: 32px;
    font-family: Work Sans,sans-serif;
    color: #171717!important;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 500;
}

.form-select {
    border: 2px solid var(--Neutral-100, #f7f5f5);
}

.form-select:focus {
    border-color: #e5a56b !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #f9cca4 !important;
}

.djdj {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    background: #ffffff;
    border-radius: 8px 8px 0 0;
}

.container-table {
    table-layout: auto;
    width: 98%;
    text-align: start;
    border-radius: 8px 8px 0 0;
    border-collapse: separate;
    border-spacing: 0;
    margin: 10px;
}

.container-table thead>tr>th {
    background-color: #ef7f1a;
    color: #fff;
    font-family: Work Sans,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 11px;
    border-radius: 10px 10px  0px 0;
}

.container-table thead>tr>td {
    position: relative;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    text-align: start;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
}

.td-data {
    color: #404040;
    padding: 12px!important;
    font-family: Work Sans,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

#countrySelect {
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 6px;
    background-color: #fafafa !important;
}

.floatingPhoneNumber .form-control {
    border-radius: 0 10px 10px 0;
}

.submit-button {
    width: 200px;
    border-radius: 6px;
    background-color: #ef7f1a;
    padding: 8px 12px;
    height: unset;
    box-shadow: none!important;
    outline: none!important;
    font-family: Work Sans,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.container {
    max-width: 1220px;
}

#wordCount {
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    float: right;
    font-size: 14px;
    color: #b9b6b3;
    padding: 3px 10px 15px 0px;
}

.cargo-details p{
    font-size: 16px;
}

.header-user {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    gap: 8px;
    flex-direction: column;
    cursor: pointer;
}