
.dangerous_goods_container input {
    width: 100%;
}

/* BOOKING CARD START */

.booking_card_currency {
    font-size: 18px;
    font-weight: 400;
    margin-right: 3px;
}

.booking_card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 24px;
}

.booking_card + .booking_card {
    margin-top: 24px;
}

.booking_card_container {
    flex: 1;
    font-size: 14px;
}

.booking_card_spacing {
    padding: 24px 36px 10px;
}

.booking_card_label {
    color: #808495;
}

.booking_card_value {
    font-size: 16px;
}

.vessel_container img {
    width: 42px;
}

.vessel_container .booking_card_value {
    font-size: 14px;
    padding-left: 6px;
}

.booking_card_col {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.booking_card_col > span:first-of-type {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.booking_card_col > span:first-of-type > img {
    margin-right: 4px;
    height: 24px;
}

.booking_card_col .booking_card_value {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.7;
}

.booking_card_price_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    color: #0f0a2e;
    font-size: 32px;
    font-weight: bold;
    border: none;
    flex: 0.4;
}

.discount_container {
    font-size: 20px;
    line-height: 1;
}

.discount_container > div {
    text-decoration: line-through;
}

.discount_container > span {
    font-size: 16px;
    font-weight: 400;
}

.booking_card_price_container img {
    transition: transform 200ms ease;
    width: 14px;
}


.booking_card_discount_link {
    font-weight: 600; 
    font-size: 16px;
    text-align: center;
}

.booking_card_price_inner_col.charges {
    gap: 10px;
    flex: 1.4;
}

.booking_card_price_inner_col.book {
    align-items: center;
    gap: 12px;
    flex: 0.5;
}

.booking_card_activities_container {
    padding-left: 95px;
}

.accordion_expand {
    display: inline-block;
}

.accordion_close {
    display: none;
}

.activity-collapse {
    border: none;
    background-color: transparent;
    width: 100%;
}

.activity-collapse[aria-expanded='true'] .results_card_details .accordion_expand {
    display: none;
}

.activity-collapse[aria-expanded='true'] .results_card_details .accordion_close {
    display: inline-block;
}

.activity-collapse[aria-expanded='false'] .results_card_details .accordion_expand {
    display: inline-block;
}

.activity-collapse[aria-expanded='false'] .results_card_details .accordion_close {
    display: none;
}

.charges_includes {
    gap: 10px;
    font-size: 18px;
    line-height: 21px;
    color: #808495;
    border: none;
    background-color: transparent;
    max-width: fit-content;
}

.booking_card_pro_discount {
    background-color: #E1FFE1;
    border-radius: 20px;
    gap: 8px;
    height: 24px;
    padding: 0 10px;
    max-width: fit-content;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #55AB55;
}

.details_row_inner {
    padding-bottom: 20px;
}

.activities_collapse .panel-group {
    border-top: 1px solid #DCDCDC;
    margin-bottom: 20px;
}

.previous_price .booking_card_price {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.previous_price .booking_card_price::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: red;
    transform: rotate(-30deg);
    transform-origin: center;
}

.previous_price .booking_card_currency {
    font-size: 14px;
}

.activities_collapse {
    padding: 0 70px;
}

.booking_activities {
    border-bottom: 1px solid #DCDCDC;
}

.results_card_details {
    padding: 20px 0;
}

.booking_activities .af_switch input:checked+.slider {
    background-color: #4BBEA0;
}

.booking_activities .results_details_row {
    gap: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #32415A;
}

.details_row_price {
    margin-left: auto;
    font-weight: 500;
}

.details_row_price.unselected {
    text-decoration-line: line-through;
    color: #B3B3B3;
}

.booking_card_system_carrier .all_forward_booking_logo {
    width: 46px;
}

.booking_activities .af_switch {
    width: 37px;
    height: 20px;
}

.booking_activities .af_switch .slider:before {
    height: 14px;
    width: 14px;
}

.booking_activities .af_switch input:checked+.slider:before {
    transform: translateX(14px);
}


.booking_card_price_btn[aria-expanded='true'] img {
    transform: rotate(180deg);
}

.booking_card_price_btn > span:first-of-type {
    margin-right: 5px;
    font-size: 24px;
}

.booking_card_footer {
    padding-top: 16px;
    padding-bottom: 26px;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    padding: 16px 0;
    color: #32415A;
    gap: 10px 50px;
}

.booking_card_footer > div:not(.booking_card_port) {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.booking_activities_nav {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.booking_activities_btn {
    position: relative;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    border: none;
    margin-right: 24px;
    transition: none !important;
}

.booking_activities_btn::after {
    position: absolute;
    bottom: -4px;
    content: '';
    background: transparent;
    width: 36px;
    height: 3px;
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-link.active .booking_activities_btn::after {
    background: #0f0a2e;
}

.nav-link.active .booking_activities_btn {
    font-weight: 800;
}

.booking_card_activities {
    width: 100%;
    font-size: 18px;
}

.booking_card_activities .activities_container {
    margin-bottom: 16px;
}

.booking_card_activities .activities_container .activity_body > div,
.booking_mobile_activities .activities_container .activity_body > div {
    margin-top: 0;
}

.booking_card_activities .activity_body,
.booking_mobile_activities .activity_body {
    padding-left: 0;
}

.booking_card_activities .activity_name:not(.pro_discount),
.booking_mobile_activities .activity_name:not(.pro_discount) {
    color: #808495;
    font-weight: 400;
    line-height: 1.8;
}

.booking_card_activities .activity_container + .activity_container {
    margin-top: 16px !important;
}

.booking_card_activities .activity_eval_name,
.booking_mobile_activities .activity_eval_name {
    color: #0f0a2e;
    font-weight: 600;
    flex: 1;
}

.booking_card_activities .activity_unit_quantity {
    font-weight: 400;
}

.booking_card_activities .activity_unit_price_container {
    display: block;
    padding: 0;
    height: initial;
    background: transparent;
    border-radius: initial;
    width: 90px;
    padding-left: 12px;
}

.booking_card_activities .activity_name {
    flex: 1;
}

.activities_row_details {
    flex: 2;
}

.booking_mobile_activities .activity_unit_price_container {
    background: transparent;
}

.booking_mobile_activities .activity_unit_price {
    font-weight: 800;
}

.tab-content.booking_card_spacing {
    padding-top: 12px;
    padding-bottom: 12px;
}

.booking_card_port {
    flex: 1;
}

.booking_card_rate_index_btn {
    position: absolute;
    top: 10px;
    right: 12px;
} 

.booking_card_remarks {
    color: #8F8F8F;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    padding: 16px 0 0;
    color: #32415A;
}

.booking_card_remarks.outer_remarks {
    margin-left: 33px;
    border-top: 1px solid #DCDCDC;
}

.booking_card_remarks_label {
    font-size: 18px;
    line-height: 21px;
    color: #808495;
    display: block;
    font-weight: 400;
}

.booking_card_system_carrier {
    position: relative;
    width: 70px;
    height: 66px;
    border-radius: 50%;
    justify-content: center;
    margin-left: -66px;
    margin-right: 33px;
    background: white;
    box-shadow: 0px 35.21px 30.8px 0px #00000008;
}

.booking_card_details_content {
    flex:2;
}

.co2 img {
    margin-right: 6px;
    width: 28px;
}

.booking_card_body {
    display: flex;
    flex: 1;
}

.booking_card_header {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}

.booking_carrier_container {
    width: 48px;
    border: none;
    background: transparent;
}

.booking_carrier_container img {
    width: 100%;
}

.booking_card_ribbon {
    background: #dbfbf2;
    border-radius: 19px 0px 0px 19px;
    color: #45ac91;
    font-weight: 600;
    font-size: 18px;
    padding: 6px 18px 6px 32px;
    margin-left: auto;
    margin-right: -36px;
    text-transform: uppercase;
}

.booking_card_ribbon.special_deal {
    background: #0f0a2e;
    color: #fff;
}

.booking_card_charges {
    gap: 8px;
    flex-direction: column;
    display: flex;
    width: 100%;
}

.booking_card_charges .charges_col .control {
    padding: 0 18px 0 0;
}

.charges_container {
    gap: 10px;
    margin-bottom: 10px;
}

.charges_col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    flex-basis: 50%;
}

.charges_col .control {
    width: 100%;
    padding: 16px 24px;
}

.booking_section_price {
    height: 33px;
    padding: 0 14px;
    border-radius: 50px;
    color: #9B9B9B;
    background-color: #EDEDED;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    gap: 10px;
    max-width: fit-content;
}

.booking_section_price.selected {
    color: #7C95C5;
    background-color: #F0F8FF;
}

.booking_section_price.bold span {
    font-weight: 800;
}

.booking_section_price span:last-of-type,
.booking_card_price_btn {
    position: relative;
    flex: 0.5;
}

.booking_card_price {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.booking_total_info {
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
}

.booking_total_info .italic_label {
    color: #a5b5cf;
    margin-bottom: 0;
    line-height: inherit;
    margin-right: 10px;
}

.booking_total_group {
    display: flex;
    align-items: center;
    margin-right: 10px;
    flex: 1;
    white-space: nowrap;
}

.booking_total_divider {
    width: 1px;
    background: #a5b5cf;
    margin-right: 10px;
    height: 40%;
}

.booking_discount_label {
    width: 198px;
    height: 34px;
    padding-left: 48px;
    background-color: #E1FFE1;
    color: #55AB55;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    border-radius: 0px 50px 50px 0;
    gap: 8px;
    margin-right: auto;
    margin-left: -36px;
}

.booking_discount_label img {
    margin-top: 3px;
}

.booking_card_price_col {
    flex-direction: row;
    align-items: flex-end;
    padding-left: 40px;
    border-left: 1px solid #DCDCDC;
    flex: 1;
    padding-bottom: 18px;
}

.booking_activities_nav.nav-pills > li {
    width: initial;
}

/* Activities start */
.activities_container {
    margin-bottom: 24px;
}

.activity_header {
    display: flex;
    align-items: flex-start;
}

.activity_header > img {
    margin-right: 12px;
    margin-top: -3px;
}

.activity_title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

.activity_title > span {
    font-weight: 400;
}

.activity_body {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}

.activities_container .activity_body > div {
    margin-top: 18px;
}

.activity_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activity_col_container {
    display: flex;
    flex-direction: column;
}

.activity_name {
    font-weight: 600;
    margin-bottom: 4px;
}

.activity_eval_name {
    color: #808495;
    text-transform: capitalize;
}

.activity_price_container {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.activity_unit_quantity {
    font-weight: 700;
    margin-right: 6px;
}

.activity_unit_price_container {
    display: flex;
    align-items: center;
    padding: 0px 12px;
    height: 24px;
    background: #edf0f5;
    border-radius: 134px;
}

.activity_unit_price {
    font-weight: 500;
}

.activity_unit_price.summary {
    font-size: 20px;
    flex: 2;
    text-align: right;
    font-weight: 400;
    line-height: initial;
}
.activity_total_price {
    display: flex;
    justify-content: space-between;
    padding-right: 14px;
}

.activity_total_price > span {
    font-weight: 700;
}

.activity_total_price .discount_text {
    color: #fff;
    font-weight: 400;
}


.mobile_activities_header {
    display: flex;
    align-items: center;
    height: 58px;
    border-bottom: 1px solid #eeeeee;
}

.mobile_activities_header button {
    padding: 12px;
}

.booking_mobile_activities .panel {
    margin: 0 20px;
    box-shadow: none;
    border-bottom: 1px solid #eeeeee;
}

span.mobile_activities_title {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.mobile_activity_toggler .booking_activities_btn {
    padding: 20px 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.mobile_activity_toggler .booking_activities_btn span {
    margin-left: 6px;
}

.mobile_activity_toggler .booking_activities_btn img {
    margin-left: auto;
}

.mobile_activity_toggler .booking_activities_btn img:last-of-type {
    display: none;
}

.mobile_activity_toggler .booking_activities_btn[aria-expanded='true'] img:first-of-type {
    display: none;
}

.mobile_activity_toggler .booking_activities_btn[aria-expanded='true'] img:last-of-type {
    display: block;
}

/* Activities end */

/* BOOKING CARD END */

.quote_result_card {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1630px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 11px;
}

.quote_result_card:not(.firstResult) {
    cursor: pointer;
}

.quote_result_card:not(.firstResult)::after,
.quote_result_card:not(.firstResult) .booking_card_system_carrier::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    -webkit-backdrop-filter: blur(4px);
    -webkit-filter: blur(6px);
    filter: blur(6px);
    backdrop-filter: blur(4px);
    pointer-events: none;
}

button.quote_result_card {
    position: relative;
}

.blur-card-title.booking_card_ribbon {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 0;
    margin-right: initial;
}

.quote_result_card .blur {
    filter: blur(8px);
}

.quote_result_card .discount_text {
    position: absolute;
    left: 100%;
}

.has_discount.quote_currency {
    text-decoration: line-through;
}

.quote_result_card + .quote_result_card {
    margin-top: 16px;
}

.up_to_col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.show_sailing {
    background: transparent;
    color: #3c85fe;
    border: none;
    font-weight: 500;
    text-align: left;
    margin-top: 4px;
}

.quote_price_col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quote_currency {
    display: flex;
    align-items: flex-end;
}

.quote_result_card .quote_price {
    line-height: 32px;
    font-size: 28px;
}

.book_now_btn {
    margin-left: auto;
    height: 44px;
    padding: 0 12px;
    border-radius: 24px;
    text-transform: capitalize;
}

.price_btn_arrow_container {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: 0px 4.74px 10.66px 0px #0000001A;
    border: 1px solid #EAEAEA;
    margin-left: 6px;
    justify-content: center;
}

.view_quote_button {
    all: unset;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}

.quote_results_header_inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 24px 0 60px;
}

.center_text {
    text-align: center;
}

.transport_tab > svg, .transport_tab > img {
    width: 20px;
    margin-right: 6px;
}

.select2-chosen img.container_type_icon, .select2-results .select2-result-label img.container_type_icon {
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

.amount_text {
    font-size: 16px;
    font-weight: 500;
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
}
.package_row {
    display: flex;
    align-items: center;
}

.package_row + .package_row {
    margin-top: 24px;
}

.units_input_container {
    max-width: 124px;
    min-width: 124px;
}

.units_buttons_container {
    justify-content: center;
}

.amount_button > img {
    margin-top: 8px;
}

.delete_package_btn {
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete_package_btn:disabled > img {
    display: none;
}

.quote_input_divider {
    min-width: 1px;
    background: #d2d2d2;
    height: 33px;
}

.container_type_text {
    font-size: 16px;
    margin: 0 12px;
    white-space: nowrap;
    font-weight: 500;
}

.quote_select.container_select {
    width: 255px;
}

.add_row_button {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: -26px;
    right: 50%;
    transform: translateX(50%);
    background: #fff;
    padding: 0 16px;
    border: none;
}

.add_row_button > img {
    margin-top: 2px;
}

.degrees_input_container {
    position: relative;
}

.degrees_input_container::after {
    content: '\00b0';
    position: absolute;
    right: 17px;
    top: 5px;
    font-size: 18px;
}

.degrees_input {
    border-radius: 6px;
    background: #fff;
    border: none;
    height: 42px;
    width: 150px;
    padding-left: 12px;
    margin: 0 8px;
}

.degrees_input::placeholder {
    font-style: italic;
    color: #a4a4a4;
}


.blue_ghost_btn {
    display: block;
    /* font-size: 16px; */
    font-weight: 400;
    color: #23a0ff;
    background: transparent;
    border: none;
    user-select: none;
}

.af_switch_btn {
    position: relative;
    width: 60px;
    height: 28px;
    border: none;
    background-color: #ececec;
    border-radius: 34px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.add_row_button {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: -26px;
    right: 50%;
    transform: translateX(50%);
    background: #fff;
    padding: 0 16px;
    border: none;
}

.btn-transparent:hover {
    border-color: transparent;
    background-color: #57b89c;
    color: white;
}

.icon_button {
    all: unset;
    cursor: pointer;
}

.quote_container {
    display: flex;
    flex-direction: column;
    background: #fff;
}

.search_quote_section {
    position: relative;
    display: flex;
    justify-content: center;
    flex-basis: 950px;
}

.search_quote_bg_img {
    position: absolute;
    width: 100%;
    height: 950px;
    max-width: 100%;
    z-index: 1;
}

.air-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); 
    z-index: 2; 
}

.search_quote_container {
    padding-top: 180px;
    position: relative;
    max-width: 1250px;
    flex: 1;
    margin: 0 16px;
    width: calc(100% - 32px);
    font-size: 14px;
    z-index: 3;
}

/* .search_quote_title {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin: 42px 0 72px;
    letter-spacing: -1.2px;
    color: #fff;
} */

.search_quote_title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -0.4px;
    margin: 42px auto 22px;
    text-align: center;
}

.search_quote_title span {
    font-weight: 700;
}

.search_quote_form {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 15px 20px #9191911f;
    border-radius: 10px;
}

.transport_type_tabs {
    position: absolute;
    top: -50px;
    left: 40px;
    display: flex;
    align-items: flex-end;
    height: 50px;
}

.transport_tab {
    position: relative;
    height: 44px;
    background: #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0 24px;
    font-weight: 500;
    margin-right: 8px;
    transition: none !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.transport_tab_selected {
    background: #fff;
    height: 50px;
}

.transport_tab > svg,
.transport_tab > img {
    width: 20px;
    margin-right: 6px;
}

.transport_tab > .dropdown_arrow {
    margin-right: 0;
    margin-left: 10px;
    margin-top: 3px;
}

.transport_tab[aria-expanded='true'] {
    background: #fff;
}

.transport_tab .coming_soon {
    position: absolute;
    top: -32px;
}

.transport_tab .coming_soon::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #0f0a2e transparent transparent transparent;
    bottom: -10px;
}

.pin_btn {
    padding: 5px;
    margin-left: 40px;
}

.weight_select {
    min-width: 88px;
    max-width: 88px;
}

.measurement_select {
    min-width: 106px;
    max-width: 106px;
}

.calculate_shipment_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.calculate_shipment_container::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #e5e5e5;
}

.calculate_shipment_container > div {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 18px;
}

.calculate_shipment_container > div > p {
    font-size: 18px;
    font-weight: 500;
    margin: 0 6px 0;
}

.inputs_container {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 24px 40px;
}

.reduce_padding {
    padding-bottom: 36px;
}

.inputs_row {
    display: flex;
    padding-top: 34px;
    margin-top: 12px;
}

.container_inputs_row {
    justify-content: center;
}

.input_container {
    position: relative;
    display: flex;
    align-items: center;
    height: 52px;
    display: flex;
    background: #f6f6f6;
    border-radius: 6px;
    flex: 1;
}

.input_container + .input_container {
    margin-left: 12px;
}

.no_margin {
    margin: 0 !important;
}

.small_input_container {
    max-width: 140px;
}

.weight_input_container {
    max-width: 170px;
}

.container_select_container {
    flex: none;
}

.package_type_select {
    min-width: 210px;
    max-width: 210px;
}

.remove_select2_styles.package_type_select .select2-choice > .select2-chosen {
    display: flex;
    align-items: center;
    height: 100%;
}

.package_type_select.hide_arrow {
    background: transparent;
}

.container_option {
    display: flex;
    align-items: center;
    white-space: initial !important;
}

.input_container .container_option {
    display: flex;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
}

.select2-highlighted img.container_type_icon {
    filter: brightness(0) invert(1);
}

.form_control2.caldate {
    background: #ececec url(../images/calendar.png) no-repeat;
}

.input_container > label {
    position: absolute;
    top: -22px;
    font-weight: 400;
    font-style: italic;
    color: #808495;
}

.total_shipment_preview {
    display: flex;
    align-items: center;
    font-style: italic;
    color: #808495;
    width: 100%;
    margin-right: auto;
    padding-top: 10px;
}

.total_shipment_divider {
    height: 24px;
    min-width: 1px;
    background: #707070;
    opacity: 0.35;
    margin: 0 22px;
}

.total_shipment_preview_value {
    display: flex;
    color: #0f0a2e;
    font-style: normal;
    font-weight: 500;
    margin: 0 40px 0 10px;
}

.total_volume_select {
    min-width: 105px;
}

.volume_count {
    font-size: 14px;
    align-self: flex-start;
    margin-left: 4px;
}

.special_offers_section {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.special_offers_section .stroke_mini_title {
    margin-bottom: 0px;
}

.special_offers_section .stroke_title {
    text-align: center;
}

.opportunity_title {
    color: #0f0a2e;
}

.special_offers_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 18px;
}

.special_offer {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 7px 15px 2px #ebebeb70;
    border-radius: 10px;
}

.special_offer_header {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f8f9;
    padding: 18px 8px;
    margin: 8px;
    border-radius: 6px;
}

.special_offer_header_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.special_offer_countries {
    display: flex;
    align-items: center;
}

.special_offer_countries_container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 190px;
}

.special_offer_countries_container > img {
    display: none;
}

.special_offer_transport_icon {
    margin-right: 12px;
    width: 24px;
}

.special_offer_city {
    font-size: 14px;
}

.special_offer_country {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.special_offer_countries_arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.special_offer_info_container {
    display: flex;
    align-items: center;
    height: 120px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 0 20px;
}

.special_offer_info_container > div:not(:last-of-type) {
    margin-right: 16px;
}

.special_offer_info_col {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    min-width: 0;
}

.special_offer_info_col > span:first-of-type,
.special_offer_info_col > .mobile_title {
    line-height: 33px;
    color: #b2b2b2;
}

.special_offer_info_col > .mobile_title {
    display: none;
}

.special_offer_info_col > span + span {
    font-weight: 500;
}

.special_offer_info_col > div > span {
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
}

.special_offer_info_col > div {
    display: flex;
    align-items: center;
}

.special_offer_info_col > div > img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.special_offer_footer {
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column;
    padding-bottom: 24px;
}

.special_offer_footer .af_primary_btn {
    text-transform: capitalize;
}

.special_offer_price_container {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 5px;
}

.special_offer_price {
    font-size: 24px;
    font-weight: 500;
    line-height: 53px;
    margin-left: 3px;
}


/* NEW SPECIAL OFFER CARDS */

.flex_center {
    display: flex;
    align-items: center;
}

.special_offers_grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 50px 60px;
    width: 100%;
    margin-top: 20px;
    background-image: url(../../Content/images/MapDots.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    padding-bottom: 140px;
    padding-top: 50px;
    max-width: 1350px;
}

.animation-map-container {
    position: absolute;
    max-width: 100%;
    top: 150px;
}

.special-offer-card {
    box-shadow: 0px 30px 38px #0000000f;
    border-radius: 20px;
    border: 1px solid var(--grey-light);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(to right, rgb(27 45 74 / 80%) 50%, rgb(60 167 139 / 80%) 50%);
    color: white;
    height: 170px;
}

.special_offer_title {
    font-size: 18px;
    font-weight: 600;
}

.special_offer_subtitle {
    font-size: 13px;
    line-height: 23px;
}

.flex_col {
    display: flex;
    flex-direction: column;
}

.special-offer-card .flex_col {
    align-items: center;
    flex: 1;
    justify-content: center;
    width: 100%;
}

.special-offer-card .flex_center {
    width: 100%;
}

.quote_title_header {
    display: flex;
    align-items: center;
    position: relative;
}

.collapse_sidebar_button {
    all: unset;
    display: none;
    cursor: pointer;
    position: absolute;
    padding: 10px;
    left: -34px;
    transform: rotate(90deg);
}

.quote_title {
    font-size: 32px;
    font-weight: 800;
    color: #0f0a2e;
    letter-spacing: -0.8px;
    white-space: nowrap;
    margin: 0;
}

.quote_input {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    font-weight: 500;
    color: #0f0a2e;
    background-color: #f6f6f6;
    border: none;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.quote_input::placeholder {
    font-style: italic;
    color: #808495;
}

.quote_select {
    cursor: pointer;
    width: 160px;
    height: 100%;
    border-radius: 6px;
    background-image: url(../../Content/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 12px 12px;
}


.ng-submitted .zipcode_input.ng-empty {
    box-shadow: 0 0 0 2px red !important;
}

.search_address_container {
    display: flex;
    align-items: center;
    height: 100%;
}

.port_input {
    height: 100%;
    flex: 1;
}

.switch_ports_btn {
    position: absolute;
    width: 48px;
    height: 48px;
    border: none;
    background: #fff;
    box-shadow: 0px 4px 6px #0000001a;
    border-radius: 50%;
    right: -40px;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.switch_ports_button > img:first-of-type {
    transform: rotate(180deg);
}

.quote_input:not(.remove_select2_styles, .center_text) {
    padding-left: 18px;
    padding-right: 12px;
    text-overflow: ellipsis;
}

.caldate.quote_input {
    background-color: #f6f6f6;
    background-position: 22px;
    padding-left: 56px;
}

.customs_section {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 6px 24px;
    border-top: 1px solid #e5e5e5;
}

.customs_title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.6px;
    /* margin: 0 32px 4px 0; */
    margin-right: 12px;
}

.customs_container {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.customs_container .af_switch_btn {
    margin: 0 12px;
}

.mobile_clearance_container {
    display: none;
    justify-content: space-between;
    padding: 0 18px;
    align-items: center;
    font-size: 14px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    height: 60px;
}

.mobile_clearance_container + .mobile_clearance_container {
    border-top: none;
}

.insurance_input_container {
    display: flex;
    flex-direction: column;
}

.insurance_input_container > span {
    font-size: 14px;
    display: flex;
    align-items: baseline;
}

.insurance_input_container > span > .blue_ghost_btn {
    margin-left: 4px;
    text-decoration: underline;
}

.goods_input {
    height: 40px;
    background: #f6f6f6;
    border-radius: 6px;
    border: none;
    padding: 0 12px;
    margin-bottom: 6px;
    margin-top: 20px;
}

.customs_container + .customs_label {
    margin-left: 26px;
}

.customs_and_dangerous {
    margin-left: 20px;
    gap: 12px;
    font-size: 13px;
}

.customs_and_dangerous .control {
    display: flex;
    align-items: center;
    padding-left: 32px;
}

.packages_list {
    max-height: 300px;
    display: flex;
    flex-direction: column;
    padding: 36px 2px 2px 2px;
    margin-top: -42px;
    margin-left: 12px;
    overflow-y: scroll;
}

.packages_list.af_scrollbar::-webkit-scrollbar-thumb {
    border-top: 36px solid transparent;
    background-clip: padding-box;
}

.packages_full_row {
    flex: 1;
}

.containers_container {
    margin-left: 22px;
}

.lcl_select {
    width: 240px;
}

.search_btn {
    height: 46px;
    border-radius: 28px;
    font-size: 16px;
    background: #0f0a2e;
    margin-left: auto;
    padding: 0 32px;
}

.quote_results_header {
    padding: 0 16px;
    height: 90px;
    background: #0f0a2e;
    color: #fff;
}

.quote_results_header.sticky {
    box-shadow: 0px 16px 20px #dcdcdc4d;
}

.port_info_column {
    flex: 1.5;
    white-space: nowrap;
}

.quote_results_count {
    font-size: 22px;
    font-weight: 600;
    width: 140px;
    margin: 0;
    white-space: nowrap;
}

.quote_results_container {
    padding: 40px 16px 50px;
}

.price_graph {
    margin-left: auto;
    margin-right: 100px;
    font-style: italic;
    text-align: right;
    align-items: flex-start;
}

.price_graph img {
    margin-right: 6px;
}

.price_graph button > div {
    position: relative;
}

.price_graph .coming_soon {
    position: absolute;
    top: -29px;
    background: #fff;
}

.price_graph .coming_soon::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    bottom: -10px;
}

.price_graph .coming_soon::after {
    color: #0f0a2e;
}

.quote_results_main {
    min-height: calc(100vh - 74px);
    background: #eeeeee;
    margin-top: -10px;
    z-index: 1;
}

.loading_dots {
    display: block;
    margin: 0 auto;
    width: 100px;
}

.quote_no_results {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 11px;
    padding: 50px 24px;
    max-width: 1500px;
    margin: 0 auto;
}

.quote_no_results > img {
    margin-bottom: 20px;
}

.no_results_title {
    margin: 6px 0;
    text-align: center;
}

.no_results_subtitle {
    margin: 0;
}

.allforward_card {
    flex-direction: column;
    padding: 50px 24px 22px;
    height: initial;
    width: initial;
}

.allforward_card .power_of_many {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}

.allforward_card > span {
    font-size: 16px;
    padding-bottom: 10px;
}

.allforward_card .af_primary_btn {
    margin-top: 20px;
}

.send_btn {
    padding: 0 50px;
}

.send_btn:disabled {
    background: #cecece;
    color: #fefefe;
}

.request_from_card .af_primary_btn,
.special_offer_footer .af_primary_btn {
    height: 50px;
    height: 40px;
    border-radius: 25px;
    font-weight: 500;
    padding: 0 36px;
    font-size: 14px;
}

/* Quote dialog end */

.ui-widget-overlay {
    background: #000;
    opacity: 0.5;
}

.datepicker table tbody {
    font-weight: 400;
}

.heartbeat {
    animation: heartbeat 1s ease-in-out both;
}

.insurance_modal_header > h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
}

.insurance_modal_header > h3 > span {
    text-decoration: underline;
}

.insurance_modal_header > p {
    font-size: 16px;
    color: #808495;
}

.insurance_list_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}

.insurance_list_container > span {
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.animated_loader_card {
    background: url('../images/anim-loader.gif') no-repeat center 35%;
    background-color: #fff;
    width: 564px;
    height: 246px;
    border: 1px solid #707070;
    border-radius: 27px;
    background-size: 170px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 20px;
}

.goods_value {
    font-size: 16px;
    color: #808495;
    font-style: italic;
}

.accept_insurance_container {
    margin: 0 auto;
}

.accept_insurance_container label {
    margin: 16px 0 30px;
}

.accept_insurance_input {
    height: 42px;
    background: #f6f6f6;
    border-radius: 6px;
    border: none;
    width: 100%;
    padding: 0 12px;
}

.accept_insurance_input::placeholder {
    font-style: italic;
    color: #a4a4a4;
}

#insurance-modal .modal-dialog {
    max-width: 500px;
}

#insurance-modal .af_light_green_btn,
#insurance-modal .af_primary_btn {
    margin: 20px auto 0;
    padding: 0 28px;
    height: 42px;
    font-size: initial;
}

.results_count {
    display: none;
}

.total_volume_container {
    max-width: 200px;
}

.mobile_header_expander {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 62%);
}

.mobile_timeline_container {
    margin-left: 24px;
}

.quote_timeline_from::before {
    background: #808495;
    width: 1px;
    top: 22px;
    bottom: 22px;
    left: 24px;
}

.quote_timeline_from {
    position: initial;
}

.mobile_timeline_header_btn {
    right: 12px;
    top: 12px;
}

.mobile_timeline_header_btn > img {
    width: initial !important;
}

.quote_country_details::before {
    background: transparent;
    left: -35px;
    width: 24px;
    height: 24px;
    top: 59%;
}

.timeline_ship_bg.quote_country_details::before {
    background: url(../../Content/images/ship-circle.svg);
}

.no_content {
    content: none;
}

.filter_dropdown {
    color: #0f0a2e;
}

.result_info_column .dropdown-toggle {
    background: transparent !important;
    border: none;
}

.result_info_column .dropdown-toggle > img {
    margin-left: 6px;
}


.af_loader {
    display: block;
    margin: 0px auto;
    width: 250px;
    height: 230px;
}

.loader_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
}

.loader_container span {
    position: absolute;
    bottom: 10px;
}

.loader_container .animated_loader_card {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 60px 0 32px;
    height: 190px;
}

#loader_text img {
    display: initial;
}

.input_container.commodity_container {
    max-width: 600px;
    width: 100%;
    margin-top: 60px;
    background: transparent;
    margin-bottom: 0;
}

.commodity_input {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.commodity_container > label {
    left: 20px;
}

.request_input_container {
    max-width: 400px;
    margin: 20px auto;
    width: 100%;
}

.branch_request_input {
    background: #fff;
    height: 42px;
    border-radius: 6px;
    padding: 0;
}

.request_input_container label {
    font-weight: 400;
    font-size: 16px;
}

.customer_registration_link {
    color:#57B89C; 
    text-decoration: underline
}

.total_inputs_container {
    margin-left: 12px;
    flex: 3;
}

#rate-feedback-modal .modal-header {
    padding: 15px 36px;
}

#rate-feedback-modal .modal_title {
    margin: 12px 0px;
}


.green_ghost_btn {
    display: block;
    /* font-size: 16px; */
    font-weight: 400;
    color: #6ed1b7;
    background: transparent;
    border: none;
    user-select: none;
}

.green_ghost_btn:hover,
.green_ghost_btn:focus,
.green_ghost_btn:active {
    color: #25ab88;
}

.result_info_column {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    margin-right: 42px;
    flex: 1;
}

.result_info_column > div > img {
    margin-left: 6px;
}

.result_info_column > span:first-of-type {
    font-style: italic;
    color: #a5b5cf;
    font-weight: 400;
    margin-bottom: 6px;
    text-transform: none;
}

.quote_results_mobile_header_info {
    font-size: 14px;
}

.quote_results_mobile_header_info .address_type_img {
    width: 18px;
    margin-right: 8px;
}

.quote_results_mobile_header_info .addresses_devider {
    margin: 0 6px;
}

.quote_results_mobile_header {
    position: relative;
    padding: 16px 24px;
    background: #0f0a2e;
    display: none;
    color: #fff;
}

.mobile_results_info {
    padding: 0 8px 12px;
    color: #808495;
    display: flex;
    justify-content: space-around;
}

.mobile_timeline_header_container {
    display: none;
    padding: 24px 16px 0;
}

.mobile_timeline_header_container.sticky {
    top: 70px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0;
    z-index: 4;
}

.mobile_timeline_header {
    position: relative;
    padding: 12px 20px 12px 50px;
}

.mobile_timeline_header_btn {
    all: unset;
    cursor: pointer;
    box-shadow: 0px 3px 16px #0000001c;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    background: inherit;
}


.quote_timeline_from {
    position: relative;
}

.quote_country_details {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.quote_country_details::before {
    content: '';
    position: absolute;
    background: #a3e4c9;
    left: -18px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.quote_country_details > img {
    margin: 6px 0 6px 20px;
}

.quote_timeline_city {
    color: #808495;
    line-height: 16px;
}

.quote_timeline_country {
    font-weight: 600;
}

.quote_country_details::before {
    background: transparent;
    left: -35px;
    width: 24px;
    height: 24px;
    top: 59%;
}

.timeline_ship_bg.quote_country_details::before {
    background: url(../../Content/images/ship-circle.svg);
}

.all_forward_booking_logo {
    width: 205px;
}

.target-corridors-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.target-corridors-form .primary-btn {
    margin: 0 auto 16px;
}

#target-corridors-modal .modal_title {
    font-size: 16px;
    line-height: 23px;
}

.target-corridors-form .control {
    padding-left: 36px;
}

.target-corridors-form .flex_col {
    gap: 4px;
}

#target-corridors-modal .modal-header img {
    margin: 10px auto 20px;
}

.required_star_before::before {
    content: ' *';
    color: red;
    font-weight: 100;
    font-size: 22px;
    z-index: 1;
    margin-right: 2px;
}

.activities_row_details_mobile {
    gap: 10px;
    line-height: 0;
}

.booking_card_details_container {
    padding-bottom: 10px;
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .booking_card_activities .activity_name {
        flex: 2;
    }

    .activity_unit_price.summary {
        flex: 1;
    }

    .activity_unit_price {
        text-align: center;
        flex: 1;
    }

    .booking_card_price_col {
        align-items: initial;
        padding-left: 20px;
    }

    .booking_section_price {
        font-size: 14px;
    }

    .booking_card_price_inner_col.book {
        flex: 1;
    }

    .booking_card_spacing {
        padding: 46px 36px 0 12px;
    }

    .booking_card_system_carrier {
        margin-left: -44px;
        margin-right: 10px;
    }

    .booking_discount_label {
        margin-left: -12px;
    }

    .booking_card_details_content {
        flex: 1.7;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.99);
        transform: scale(0.99);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@media (min-width: 800px) and (max-width: 1280px) {
    .special_offers_section .stroke_title {
        font-size: 84px;
    }

    .inputs_container {
        padding: 0px 10px 40px;
    }

    .measurements_container > .quote_input {
        flex: 1 0 60px;
    }

    .measurements_container .measurement_select {
        min-width: 80px;
        max-width: 80px;
    }

    .units_input_container {
        min-width: 100px;
        max-width: 100px;
    }

    .weight_input_container {
        max-width: 128px;
    }

    .weight_select {
        min-width: 70px;
        max-width: 70px;
    }

    .package_type_select {
        min-width: 200px;
        max-width: 200px;
    }

    .delete_package_btn {
        height: 64px;
        width: 32px;
    }

    .quote_input:not(.remove_select2_styles, .center_text, .caldate) {
        padding-left: 6px;
    }

    .amount_text {
        width: 28px;
    }

    .port_input {
        max-width: 243px;
    }

    .special_offers_grid {
        grid-template-columns: repeat(2, 45%);
    }
}

@media screen and (min-width: 800px) {
    .hide_desktop {
        display: none !important;
    }
}

@media screen and (max-width: 800px) {
    .activities_row_details {
        flex: initial;
        gap: 10px;
        align-items: baseline;
    }

    .booking_discount_label {
        margin-left: -20px;
    }

    .quote_result_card span {
        font-size: 14px;
    }

    .activities_collapse .panel-group {
        margin-bottom: initial;
    }

    .booking_card_details_content {
        align-items: initial;
        flex-wrap: wrap;
    }

    .booking_card_col.booking_card_port {
        flex-basis: 40%;
    }

    .booking_card_details_container {
        flex: 2;
        align-items: initial;
        flex-direction: column;
        gap: 10px;
    }

    .booking_card_system_carrier {
        border-radius: initial;
        justify-content: initial;
        margin-left: initial;
        box-shadow: initial;
        margin-right: 14px;
        flex-basis: 100%;
    }

    .booking_card_activities .activity_name {
        margin-right: 12px;
    }

    .booking_card_activities_container {
        padding-left: initial;
        padding-top: 20px;
    }

    .activity_unit_price {
        flex: initial;
    }

    .activity_unit_price.summary {
        font-size: 16px;
        flex-basis: 25%;
        flex: initial;
    }

    .details_row_price {
        font-weight: 600;
    }

    .activities_collapse {
        padding: 0 16px;
    }

    .booking_card_remarks p {
        line-height: 28px;
        margin-top: 10px;
        font-size: 16px;
    }

    .booking_activities .results_details_row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .target-corridors-form .control {
        margin: 10px 0;
        text-align: center;
    }

    .quote_results_main {
        z-index: initial;
    }

    .quote_results_mobile_header {
        display: block;
    }

    .booking_card_col>span:first-of-type>img {
        display: none;
    }
    
    .charges_container {
        flex-direction: column;
    }

    .charges_col {
        width: 100%;
    }

    .booking_total_info {
        flex-wrap: wrap;
    }

    .booking_total_info > .italic_label {
        flex-basis: 100%;
    }

    .booking_total_info > .italic_label + .booking_total_divider {
        display: none;
    }

    .booking_card_body {
        flex-wrap: wrap;
    }

    .booking_card_col > span:first-of-type > img {
        display: none;
    }

    .booking_card_col .booking_card_value {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
    }

    .booking_card_col {
        flex-basis: 30%;
        margin-bottom: 20px;
    }

    .booking_card_spacing {
        padding: 22px 16px;
        overflow: hidden;
    }

    .booking_card_ribbon {
        font-size: 16px;
        padding: 6px 18px 6px 24px;
        margin-right: -16px;
    }

    .blur-card-title.booking_card_ribbon {
        font-weight: 600;
        font-size: 16px;
    }

    .all_forward_booking_logo {
        width: 140px;
    }

    .co2 {
        display: none;
    }

    .booking_card_price_col {
        padding-left: initial;
        border-left: initial;
        margin-bottom: initial;
        flex-direction: column;
        gap: 20px;
        align-items: initial;
    }

    .booking_carrier_container {
        width: 36px;
    }

    .booking_activities_container {
        display: none;
        background: #fff;
    }

    .vessel_container,
    .vessel_container + div,
    .vessel_container + div + div {
        flex-basis: 100% !important;
        margin-bottom: 10px;
    }

    .booking_mobile_activities.selected {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 1111;
    }

    .booking_mobile_activities:not(.selected) {
        display: none;
    }

    .booking_activities_container .booking_activities_nav {
        display: none;
    }

    .booking_activities_container .tab-content.booking_card_spacing {
        display: none;
    }

    .booking_card_price_btn {
        flex-basis: 50%;
    }

    .discount_container div span {
        font-size: 18px;
        font-weight: 800;
    }

    .quote_result_card .booking_card_price_container span {
        font-size: 16px;
        font-weight: 800;
    }

    .book_now_container {
        margin-top: 6px;
        flex-basis: 50% !important;
    }

    .quote_result_card + .quote_result_card {
        margin-top: 20px;
    }

    .quote_result_card {
        flex-wrap: wrap;
        height: initial;
        align-items: flex-start;
        padding: 0;
        border-radius: 30px;
    }

    .quote_result_card > div:not(:last-of-type) {
        height: initial;
        padding: 24px 0 24px 14px;
    }

    .quote_result_card h4 {
        color: #808495;
        font-weight: 400;
        padding-bottom: 4px;
    }

    .quote_result_card .quote_price_col {
        flex-basis: 100%;
    }

    .quote_result_card .af_primary_btn {
        flex-shrink: 0;
        margin-top: 24px;
    }

    .view_quote_button {
        padding-bottom: 24px;
        padding-top: 16px;
    }

    .quote_result_card .quote_price {
        line-height: 38px;
        font-weight: 700;
    }

    .quote_result_card span {
        font-size: 14px;
    }

    .show_sailing {
        text-align: left;
    }

    .modal-body .quote_results_header_inner {
        flex-direction: column;
        align-items: initial;
    }

    .modal-body .quote_results_header_inner > div {
        flex-basis: 50%;
        margin: 0 0 12px 0;
    }

    .quote_result_card .discount_text {
        font-size: 14px !important;
    }

    .mobile_full_screen_loader {
        display: initial;
    }

    .mobile_timeline_header_container {
        display: block;
    }

    .quote_results_mobile_header {
        display: block;
    }

    .search_quote_container  {
        padding-top: 86px;
    }

    .booking_card_footer {
        /* flex-wrap: wrap; */
        flex-direction: column;
        align-items: flex-start;
    }

    .dangerous_goods_container {
        flex-direction: column;
        align-items: initial;
    }

    .total_inputs_container {
        margin-left: initial;
        flex-wrap: wrap;
        gap: 30px;
    }

    .special_offers_section .stroke_title {
        font-size: 34px;
        line-height: 58px;
    }

    .special_offers_grid {
        grid-template-columns: repeat(1, 90%);
    }

    .history_dropdown {
        display: none;
    }

    .af_header {
        background: #0f0a2e !important;
    }

    .af_sidebar_opener > svg rect {
        fill: #fff;
    }

    .header_logo {
        display: none !important;
    }

    .header_logo.white {
        display: initial !important;
    }

    .message svg path,
    .notification svg path {
        fill: #fff;
    }

    .coming_soon {
        display: none;
    }

    .search_quote_bg_img {
        display: none;
    }

    .bg_filler {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 300px;
        background: #0f0a2e !important;
        border-radius: 0 !important;
    }

    .search_quote_title {
        line-height: 80px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        padding-bottom: 40px;
    }

    .transport_type_tabs {
        transform: translateX(-50%);
        left: 50%;
    }

    .transport_tab {
        font-size: 0;
        margin: 0;
        background: transparent !important;
    }

    .transport_tab > svg {
        margin-right: 0;
    }

    .transport_tab > svg path {
        fill: #fff;
    }

    .transport_tab_selected::after {
        content: '';
        width: 38px;
        height: 4px;
        background: #67ffd7;
        position: absolute;
        bottom: 0;
    }

    .transport_tab_selected svg path {
        fill: #67ffd7;
    }

    .search_quote_section {
        flex-basis: initial;
    }

    .search_quote_form {
        padding-top: 46px;
        box-shadow: 0px 3px 16px #0000001f;
        margin-bottom: 20px;
    }

    .inputs_container {
        padding: 0;
    }

    .inputs_row {
        flex-wrap: wrap;
        padding: 16px;
        border-bottom: 1px solid #d2d2d2;
        margin: 0;
    }

    .input_container {
        flex-shrink: 0;
        flex-wrap: wrap;
        height: initial;
        flex-basis: 100%;
        margin-bottom: 64px;
        max-width: 100%;
    }

    .input_container + .input_container {
        margin-left: 0;
    }

    .port_input {
        width: 100%;
        flex: initial;
        height: 64px;
        border-top: 1px solid #d2d2d2;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .quote_input:not(.remove_select2_styles, .center_text) {
        height: 64px;
    }

    .quote_select {
        flex-basis: 100%;
        height: 64px;
        max-width: initial;
    }

    .quote_input_divider {
        display: none;
    }

    .caldate.quote_input {
        height: 64px;
    }

    .calculate_shipment_container {
        margin-top: 0;
    }

    .calculate_shipment_container::before {
        content: initial;
    }

    .calculate_shipment_container > div {
        padding: 16px;
    }

    .calculate_shipment_container > div > p {
        font-size: 18px;
    }

    .packages_inputs_container .quote_input,
    .total_inputs_container .quote_input,
    .total_inputs_container .input_container {
        background-color: #fff;
    }

    .total_inputs_container .input_container {
        flex-wrap: nowrap;
        background-color: #fff;
    }

    .total_inputs_container .input_container > .quote_input {
        flex: 1;
    }

    .total_inputs_container .input_container > .quote_select {
        flex: 0.6;
    }

    .packages_full_row .units_input_container > label {
        position: initial;
    }

    .packages_full_row .weight_input_container > .quote_input:not(.quote_select) {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .packages_full_row .weight_input_container > .quote_select {
        flex: 0.54;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .packages_full_row .weight_input_container > label {
        position: initial;
        flex-basis: 100%;
    }

    .packages_full_row .package_row {
        padding-top: 32px;
    }

    .packages_full_row .units_input_container {
        margin-bottom: 0 !important;
    }

    .total_shipment_preview {
        margin-right: 0;
        padding-top: 0;
        background: #eeeeee;
        flex-wrap: wrap;
        font-size: 16px;
        padding-bottom: 84px;
    }

    .total_shipment_title {
        text-align: center;
        letter-spacing: -0.45px;
        text-transform: uppercase;
        font-size: 18px;
        flex-basis: 100%;
        font-weight: 600;
        color: initial;
        font-style: normal;
        padding-bottom: 16px;
    }

    .total_shipment_divider {
        display: none;
    }

    .total_shipment_preview_value {
        margin: 0 20px 0 10px;
    }

    .packages_inputs_container,
    .total_inputs_container {
        background: #eee;
        padding-top: 72px;
        border-bottom: none;
    }

    .packages_inputs_container .input_container {
        background: transparent;
        margin-bottom: 32px;
    }

    .measurements_container,
    .weight_input_container {
        border-radius: 10px;
        margin-top: 12px;
    }

    .measurements_container > .quote_input,
    .weight_input_container > .quote_input {
        flex: 1;
        height: 64px;
    }

    .LCL .measurements_container > label {
        display: none;
    }

    .packages_inputs_container .units_buttons_container {
        background: #fff;
        height: 64px;
        justify-content: space-between;
        padding: 0 40px;
    }

    .packages_list {
        flex-basis: 100%;
        max-height: initial;
        padding: 0;
        margin: 0;
        overflow: initial;
    }

    .container_type_text {
        font-weight: 400;
        font-style: italic;
        color: #808495;
        margin: 0;
        padding-bottom: 4px;
    }

    .package_row {
        position: relative;
        display: block;
    }

    .delete_package_btn {
        position: absolute;
        top: -44px;
        right: -16px;
    }

    .degrees_input_container {
        position: relative;
        width: 100%;
        margin-top: 12px;
    }

    .degrees_input {
        width: 100%;
        height: 64px;
        margin: 0 !important;
    }

    .add_row_button {
        bottom: 10px;
        padding: 0 50px 0 0;
        background: transparent;
        white-space: nowrap;
    }

    .customs_container {
        position: relative;
        justify-content: space-between;
        padding: 18px;
    }

    .customs_container .blue_ghost_btn {
        margin: 0 10px 0 auto;
    }

    .search_btn {
        margin: 40px auto;
        display: block;
    }

    .customs_section {
        display: block;
        height: initial;
        padding: 0;
        background-color: #fff;
        border: none;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .customs_title {
        text-align: center;
        letter-spacing: -0.45px;
        text-transform: uppercase;
        margin: 0;
        font-size: 18px;
        line-height: 78px;
    }

    .special_offer {
        height: initial;
        padding-bottom: 32px;
        box-shadow: 0px 16px 36px #00000017;
    }

    .special_offer_info_container {
        padding: 6px 22px;
        height: initial;
        border: none;
    }

    .special_offers_title {
        text-align: center;
        margin: 52px 0 22px;
    }

    .special_offers_list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .special_offer_info_col > span:first-of-type {
        display: none;
    }

    .special_offer_info_col > .mobile_title {
        display: initial;
        font-size: 16px;
        font-weight: 400;
    }

    .special_offer_info_container > div:not(:last-of-type) {
        margin-right: 0px;
    }

    .special_offer_info_container {
        justify-content: space-around;
    }

    .date_input_container {
        margin-bottom: 32px;
    }

    .special_offer_info_col > div > span {
        font-size: 16px;
    }

    .special_offer_price_container {
        font-size: 22px;
    }

    .special_offer_price {
        font-size: 26;
        font-weight: 800;
    }

    .special_offer_footer .af_primary_btn {
        height: 45px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 26px;
        width: initial;
    }

    .special_offer_header {
        height: initial;
        border-radius: 10px;
        margin: 16px;
        padding: 12px 16px 12px 40px;
    }

    .special_offer_header_inner {
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .special_offer_countries {
        position: relative;
    }

    .special_offer_countries > img {
        display: none;
    }

    .special_offer_info_col > span + span {
        font-size: 16px;
    }

    .special_offer_city {
        color: #808495;
        font-size: 16px;
        line-height: 16px;
    }

    .special_offer_country {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    /* .special_offer_countries_arrow {
        display: none;
    } */

    .special_offer_countries_container {
        position: relative;
        align-items: flex-start;
    }

    .special_offer_countries_container::before {
        content: '';
        position: absolute;
        background: #a3e4c9;
        top: 3px;
        left: -18px;
        border-radius: 50%;
        width: 10px;
        height: 10px;
    }

    .special_offer_countries_container > img {
        display: initial;
        margin: 0px auto 8px;
    }

    .special_offer_countries::before {
        content: '';
        position: absolute;
        background: #a3e4c9;
        width: 2px;
        top: 8px;
        bottom: -10px;
        left: -14px;
    }

    .insurance_modal_header > h3 {
        font-weight: 400;
    }

    .insurance_list_container {
        padding: 20px 0px;
    }

    .accept_insurance_container {
        padding-left: 0;
        margin: 20px 0;
    }

    .accept_insurance_input {
        width: 100%;
        padding: 0 20px;
        font-size: 16px;
    }

    #insurance-modal .af_light_green_btn,
    #insurance-modal .af_primary_btn {
        padding: 0 20px;
        margin: 0 auto;
    }

    .customs_container .af_switch_btn {
        order: 1;
        flex-shrink: 0;
        margin: 0;
    }

    .goods_input {
        width: 100%;
        height: 40px;
        font-weight: 500;
        font-size: 16px;
        margin: 0;
    }

    .insurance_input_container {
        flex: 1;
        padding: 0 12px;
    }

    .insurance_input_container > span {
        position: absolute;
        left: 18px;
        right: 0;
        bottom: 24px;
    }

    .customs_section > .customs_label {
        display: none;
    }

    .mobile_clearance_container {
        display: flex;
    }
    
    .mobile_clearance_container img {
        display: initial;
    }

    .customs_section .base-btn.primary-btn {
        margin: 40px auto !important;
        display: block;
    }

    .no_results_title {
        font-size: 20px;
        text-align: center;
    }

    .quote_results_header .quote_results_header_inner {
        display: none;
    }

    .quote_results_header {
        padding: 0;
        height: initial;
    }

    .mobile_header_expander {
        display: flex;
    }

    .mobile_pricing_graph_btn {
        display: flex;
        margin-right: auto;
    }

    /* .quote_results_header.sticky {
        box-shadow: none;
        border-bottom: 1px solid #dcdcdc;
        padding: 0px;
    } */

    .results_count {
        display: block;
        margin: 0;
    }

    #booking-received-modal .modal_text {
        line-height: 1.4;
        text-align: left;
        margin: 40px 0;
    }

    #booking-received-modal .modal-dialog {
        padding: 0;
    }

    #booking-received-modal .modal-content {
        height: 100%;
        width: 100%;
        margin: 0;
    }

    #booking-received-modal .af_primary_btn {
        margin: 0 auto auto;
    }

    #schedules-modal .modal-body {
        padding: 0 0 24px;
    }

    .schedules_container {
        padding: 50px 12px 12px;
    }

    .no_results_subtitle {
        text-align: center;
        margin: 0;
    }

    .quote_no_results .af_primary_btn {
        margin: 0;
        padding: 0 24px;
        font-size: 14px;
        height: 40px;
    }

    .booking_card_price_btn {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}

.edit_request_of_btn {
    display: flex !important;
}

.request_ports_container {
    display: block !important;
}

.onbehalf_customer_selection {
    display: flex !important;
}

.onbehalf_customer_selection_container {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.onbehalf_customer_selection:not(.selected) {
    background: grey;
}

.target_price_container {
    margin-top: 20px;
}

.target_price_container label {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
}

.target_price_container input {
    margin-top: 4px;
}
