@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #354665;
}
/* Roboto */

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: none !important;
}

.btn:focus {
    box-shadow: none !important;
}

.form-select:focus {
    box-shadow: none !important;
    border-color: none !important;
}

.form-check-input:focus {
    box-shadow: none !important;
    border-color: none !important;
}

/* =========================================
log in styling
========================================= */

.main_cargo .container-fluid {
    padding-left: 0;
}

/* slider  */

.slider_bg {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
}

.user-slider-green {
    height: 100%;
    width: 100%;
}

.user-slider-green-position {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.blender_gif {
    mix-blend-mode: multiply;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-dots {
    text-align: center;
    position: relative;
    margin-top: -40px;
}

.owl-dots button.owl-dot {
    width: 20px;
    height: 10px;
    background: #568A8C;
    border-radius: 5px;
    display: inline-block;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    width: 50px;
    height: 10px;
    background: #568A8C;
    border-radius: 5px;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

.product-slider .owl-stage-outer,
.product-slider .owl-item,
.product-slider .owl-stage,
.product-slider .owl-item {
    height: 100%;
}

/* slider ends  */

.signin_between {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.signin_logo {
    padding-top: 120px;
}

.signin_logo img {
    width: 100%;
}

.signin_content {
    margin: auto 0;
}

.sign_h1 {
    color: rgba(53, 70, 101, 0.5) !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 52px;
}

.input_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.input_box input {
    padding: 16px;
    border: 1px solid rgba(53, 70, 101, 0.5);
    border-radius: 8px;
    gap: 8px;
    outline: none;
    color: rgba(53, 70, 101, 0.5);
    font-size: 16px;
    transition: 0.5s;
}

.input_box .form-control {
    color: rgba(53, 70, 101, 0.5);
}

.input_box .form-control:focus {
    border: 1px solid #70A7A4;
}

.input_box label {
    position: absolute;
    left: 0;
    padding: 16px;
    pointer-events: none;
    color: rgba(53, 70, 101, 0.5);
    font-size: 16px;
    transition: 0.5s;
}

.input_box input:valid~label,
.input_box input:focus~label {
    color: #7CB4B4;
    transform: translateX(8px) translateY(-28px);
    font-size: 12px;
    padding: 0 5px;
    background: #fff;
    padding: 10px;
}

.input_box textarea~label {
    /* color: rgba(53, 70, 101, 0.5); */
    color: #7CB4B4;
    font-size: 14px;
    padding: 0 5px;
    background: #fff;
}

.form-floating>label {
    height: auto;
}

.form-floating>.form-control:not(:placeholder-shown)~label {
    opacity: 1;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(6.5rem + 2px);
}

.forgot_color {
    color: #7CB4B4;
    margin-top: 5px;
}

.forgot_color:hover {
    color: #7CB4B4;
}

.input_box_contact {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.input_box_contact input {
    padding: 16px;
    border: 1px solid #70A7A4;
    border-radius: 8px;
    gap: 8px;
    outline: none;
    color: rgba(53, 70, 101, 0.5);
    font-size: 16px;
    transition: 0.5s;
    background: #F6F6F6;
}

.input_box_contact input:focus {
    background: #F6F6F6;
}

.input_box_contact .form-control {
    color: rgba(53, 70, 101, 0.5);
}

.input_box_contact .form-control:focus {
    border: 1px solid #70A7A4;
}

.input_box_contact label {
    position: absolute;
    left: 8px;
    top: -9px;
    padding: 0 16px;
    pointer-events: none;
    color: rgba(53, 70, 101, 0.5);
    font-size: 12px;
    transition: 0.5s;
    background: #F6F6F6;
}

.input_box_contact textarea~label {
    color: rgba(53, 70, 101, 0.5);
    font-size: 12px;
    padding: 0 5px;
    background: #f6f6f6;
}

.form-floating-1 .form-control {
    background: #f6f6f6;
    height: calc(12.5rem + 2px);
    border: 1px solid rgba(53, 70, 101, 0.5);
}

.input_box_margin {
    margin-bottom: 30px;
}

.input_box_margin_1 {
    margin-bottom: 20px;
}

.btn_signin {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    border-radius: 10px;
    padding: 21px 0;
    margin-top: 45px;
}

.signin_forgot {
    /* margin-bottom: 20px; */
    /* margin-top: 250px; */
    /* position: absolute; */
    bottom: 0;
    text-align: center;
    margin-left: 3%;
    margin-top: 50%;
}

.signin_forgot a {
    font-size: 22px;
    color: rgba(53, 70, 101, 0.5);
}

.signin_forgot a span {
    color: #7CB4B4;
    font-weight: 700;
}

.agree_privacy {
    color: #354665 !important;
}

.agree_privacy span {
    color: #7CB4B4;
    font-size: 15px;
}

.signin_button_next {
    margin: 0px 0 20px 0;
}

.agree_privacy_policy .form-check-input {
    height: 20px;
    width: 20px;
    border: 1px solid #A6BCDA;
    border-radius: 3px;
}

.agree_privacy_policy .form-check-label {
    padding: 3px 0 0 10px;
}

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

.lock_image p {
    font-size: 16px;
    color: #354665;
    margin-top: 35px;
    margin-bottom: 60px;
}

.lock_image p>span {
    color: #7CB4B4;
}

.radio_input label {
    color: #354665;
    font-size: 16px;
    margin-bottom: 25px;
    padding: 2px 15px;
}

.form-check-input[type=radio] {
    height: 24px;
    width: 24px;
}

.signin_content_otp .signin_button>a {
    margin-top: 25px !important;
}

.resend_code p {
    font-size: 16px;
    color: #354665;
    margin-top: 24px;
}

.resend_code p>a {
    color: #7CB4B4;
    font-weight: 500;
}

.resend_code>a {
    font-size: 16px;
    color: #7CB4B4;
    font-weight: 500;
    margin-top: 24px;
}

/* Modal  */

.modal-content {
    background: #fff;
    border-radius: 30px;
    padding: 50px 0 31px 0;
}

.modal_p {
    font-size: 16px;
    color: rgba(53, 70, 101, 0.5);
    margin-top: 15px;
}

.input_box_margin_2 {
    margin-top: 76px;
}

.modal_signin_button a {
    margin-top: 35px !important;
}

.modal_signin_button_2 a {
    margin-top: 28px !important;
}

.modal_p_1 {
    color: #354665;
    font-size: 16px;
    margin-top: 32px;
}

/* =========================================
Dashboard styling
========================================= */
.dash_b {
    background: #F6F6F6;
}

.dash_b .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

/* header styling  */

.main_header {
    background: #fff;
    padding: 9px 0;
}

.main_language {
    display: flex;
}

.main_language .form-select {
    border: none;
    color: #354665;
}

.header_search .input-group>.form-control {
    background: #FFFFFF;
    border-radius: 20px;
    border-right: none;
    border-left: none;
    color: #B3B3B3;
    font-size: 16px !important;
    border-color: rgba(53, 70, 101, 0.5);
}

.header_search .input-group>.form-control:focus {
    border-color: rgba(53, 70, 101, 0.5);
}

.header_search .input-group>.input-group-text {
    background: #FFFFFF;
    border-radius: 20px;
    border-color: rgba(53, 70, 101, 0.5);
}

.header_search .input-group>.form-control::-webkit-input-placeholder {
    color: #B3B3B3;
    font-size: 16px;
}

.header_search .input-group>.form-control::-moz-placeholder {
    color: #B3B3B3;
    font-size: 16px;
}

.header_search .input-group>.form-control:-ms-input-placeholder {
    color: #B3B3B3;
    font-size: 16px;
}

.header_search .input-group>.form-control input:-moz-placeholder {
    color: #B3B3B3;
    font-size: 16px;
}

.notification {
    margin-left: 24px;
}

.notification_icon {
    margin-right: 30px;
}

.user_image {
    overflow: hidden;
}

.user_image img {
    border-radius: 50%;
    height: 42px;
    width: 42px;
    object-fit: cover;
}

.user_image p {
    font-weight: 500;
    font-size: 16px;
    color: #161E54;
    margin-left: 12px;
}

/* Side bar design  */

.main_side_navbar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 280px;
    height: 100%;
    padding-top: 20px;
    overflow-y: auto;
}

.main_side_navbar ul {
    padding: 40px;
}

.nav_logo {
    width: 227px;
    height: 62px;
    overflow: hidden;
    margin: 20px 25px 0 25px;
}

.nav_logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.nav_cross_image img {
    height: 20px;
    width: 20px;
}

.nav-item {
    margin-bottom: 10px;
}

.nav-item .nav-link {
    color: rgba(53, 70, 101, 0.5);
}

.sidebar_links .active {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    border-radius: 4px;
    padding-left: 10px;
}

.sidebar_content .active {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    border-radius: 4px;
    padding-left: 10px;
}

.active span {
    color: #FFFFFF;
}

.dash_icon_size {
    height: 20px;
    width: 20px;
    margin-right: 15px;
    margin-left: 10px;
}

.active .dash_icon_size {
    margin-left: 0;
}

.accordion-button {
    font-size: 14px;
    color: rgba(53, 70, 101, 0.5);
    padding: inherit 0;
    padding: 0.5rem 1rem;
}

.accordion-button:focus {
    border-color: none;
    color: #fff;
    padding: 8px 10px;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    box-shadow: 0px 10px 30px rgba(17, 38, 146, 0.05);
    border-radius: 4px !important;
    padding: 0.5rem 1rem;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    color: #fff;
    border-radius: 4px !important;
}

.accordion-body {
    padding: 1rem 1.2rem;
}

.accordion-body ul {
    padding: 0;
    list-style: none;
}

/* Side bar design ends  */

.dashboard_area {
    padding: 0 20px;
}

.dashboard_area_p {
    margin: 0px 0 0 0;
}

.h1_40 {
    font-size: 40px !important;
    text-transform: lowercase;
}

.we_grey {
    margin-bottom: 20px;
    color: rgba(53, 70, 101, 0.5);
}

.dashboard_area_p .btn_signin {
    margin-top: 0;
}

.digi_clock {
    display: flex;
    align-items: center;
    margin-top: 23px;
    justify-content: center;
}

#clock {
    font-size: 16px;
    text-align: center;
    color: #161E54;
    font-weight: 500;
}

.bg_blue {
    background: #002654;
    height: 18px;
    width: 8px;
    margin: 0 10px 0 8px;
}

.bg_red {
    background: #CE1126;
    height: 18px;
    width: 8px;
}

.wall_clock {
    margin-right: 8px;
}

.shipment_white {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    border-radius: 4px !important;
    color: white;
}

.carousel-caption {
    right: 0%;
    left: 0%;
}

.carousel_heading {
    font-size: 32px !important;
}

.carousel_text {
    font-size: 20px !important;
}

.quote_dropdown .dropdown-menu {
    min-width: 360px;
}

.quote_button .dropdown-menu {
    min-width: 10rem;
}

.quote_button .btn_signin {
    margin-top: 0px !important;
    padding: 8px !important;
}

.quote_dropdown input,
.quote_dropdown .form-select {
    border: 1px solid rgba(53, 70, 101, 0.5);
    border-radius: 8px;
    outline: none;
    color: rgba(53, 70, 101, 0.5);
}

.date_input {
    padding: 3px 8px;
}

.quote_table {
    margin-top: 10px;
    overflow-y: hidden;
    padding: 0 10px;
    background: #fff;
    border: 1px solid rgba(53, 70, 101, 0.5);
}

.table {
    text-align: start;
}

.quote_table .table th,
.quote_table .table td {
    padding: 24px 0.4rem;
}

.quote_table .table td a,
.quote_table .table td span {
    display: block;
}

.quote_table tr td:first-child {
    padding-left: 0 !important;
}

.quote_table tr td:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.quote_table tr th:first-child {
    padding-left: 0 !important;
}

.quote_table tr th:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.quote_table tr td:last-child a,
.quote_table tr td:last-child span,
.quote_table tr td:last-child p {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.quote_table th td:last-child a,
.quote_table th td:last-child span,
.quote_table th td:last-child p {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.veiw_inherit {
    display: inherit !important;
}

thead {
    border-bottom: 1px solid #6d9996;
}

tbody tr td a:hover {
    color: white;
}

.table_respond {
    background: #EBF9F1;
    border-radius: 22px;
    padding: 8px 12px;
    color: #1F9254 !important;
    text-align: center;
}

.table_pending {
    background: #FBF4E5;
    border-radius: 22px;
    padding: 8px 12px;
    color: #FFB200 !important;
    text-align: center;
}

.table_expire {
    background: #F3DFDF;
    border-radius: 22px;
    padding: 8px 12px;
    color: #E01410 !important;
    text-align: center;
}

.table_arrived {
    background: #3827a429;
    border-radius: 22px;
    padding: 8px 12px;
    color: #3827a4;
    text-align: center;
}

.btn_view {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    border-radius: 22px;
    color: white;
    padding: 8px 12px;
}

.btn_view:hover {
    color: #fff;
}

.table_header_bg {
    background: #FFFFFF;
}

.table-hover>tbody>tr:nth-of-type(odd) {
    background: #FFF;
    color: var(--bs-table-hover-color);
}

.table-hover>tbody>tr:nth-of-type(odd):hover {
    background: #9ddcde3d;
    border-left: none;
    border-right: none;
}

.table-hover>tbody>tr:nth-of-type(even) {
    background: #FFF;
    color: var(--bs-table-hover-color);
}

.table-hover>tbody>tr:nth-of-type(even):hover {
    background: #9ddcde3d;
    border-left: none;
    border-right: none;
}

.quote_pagination {
    background: #FFFFFF;
    padding: 16px 0;
}

.quote_pagination nav ul {
    margin-bottom: 0;
}

.quote_pre {
    border: none !important;
    color: #9E9E9E !important;
    background: #fff !important;
    font-size: 12px;
    font-weight: 500;
}

.quote_pagination nav ul li .page-link {
    background: #E0E0E0;
    border-radius: 8px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    margin-right: 12px;
}

.quote_pagination nav ul li .page-link:focus {
    box-shadow: none !important;
}

.quote_pagination nav ul li .active {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    color: #FFFFFF;
}

.contact_get {
    margin: 50px 0;
}

.contact_get h1 {
    font-weight: 900;
    color: #354665;
}

.contact_get_content {
    padding-bottom: 50px;
}

.location_image {
    height: 34px;
    width: 34px;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.contact_location {
    margin-bottom: 16px;
}

.contact_location span {
    font-size: 18px;
    color: #354665;
    font-weight: 600;
    margin-left: 10px;
}

.contact_fulladdress p:first-child {
    font-weight: 600;
}

.contact_fulladdress p {
    color: #354665;
    font-size: 18px;
}

.contact_map {
    margin: 30px 0;
}

.contact_number {
    background: #FFFFFF;
    border-radius: 14px;
    width: 100%;
    padding: 20px 0 10px 0;
    background: #fff;
    border: 1px solid #9DDCDE;
}

.contact_number span {
    color: #354665;
    font-weight: 500;
    font-size: 18px;
}

.phone_image {
    margin-bottom: 12px;
}

.main_invoice {
    margin-top: 30px;
}

.invoice_card {
    background: #FFFFFF;
    border-radius: 14px;
    width: 100%;
    padding: 20px 0px 20px 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.invoice_card p {
    font-size: 14px;
    color: #354665;
    font-weight: 400;
    margin: 0;
}

.invoice_card span {
    color: #354665;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
}

.invoice_checkbox {
    margin-top: -20px;
}

.invoice_checkbox span {
    font-weight: 500;
}

.invoice_blue {
    font-size: 16px;
    color: #354665;
    font-weight: 500;
}

.btn_signin_invoice {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    border-radius: 10px;
    padding: 10px 0;
}

.main_quote_request {
    padding: 100px 0 50px 0;
}

.request_select select {
    background: #F6F6F6;
    border: 1px solid #70A7A4;
    color: rgba(53, 70, 101, 0.73);
    border-radius: 8px;
    padding: 10px 16px;
}

.request_textarea .form-floating-1 .form-control {
    height: calc(5.8rem + 2px);
    border-radius: 8px;
}

.quote_input_box .input_box_contact input {
    padding: 10px 16px;
}

.main_quote_request h5 {
    color: #354665;
}

.request_input input {
    background: #F6F6F6;
    border: 1px solid #70A7A4;
    color: rgba(53, 70, 101, 0.73);
    border-radius: 8px;
    padding: 10px 16px;
}

.request_hr {
    border-bottom: 1px solid rgba(53, 70, 101, 0.73);
    margin-bottom: 30px;
}

.request_label .input_box input {
    padding: 10px 16px;
    background: #f6f6f6;
    color: rgba(53, 70, 101, 0.73);
}

.request_label .input_box label {
    color: rgba(53, 70, 101, 0.73);
}

.request_label .input_box input:valid~label,
.request_label .input_box input:focus~label {
    color: #7CB4B4;
    transform: translateX(8px) translateY(-24px);
    font-size: 12px;
    padding: 0 5px;
    background: #f6f6f6;
}

.request_files input {
    border: 1px solid #70A7A4;
    color: rgba(53, 70, 101, 0.73);
    border-radius: 8px;
    padding: 10px 16px;
    background: #f6f6f6;
}

.request_files .form-control:focus {
    background: #f6f6f6;
    color: rgba(53, 70, 101, 0.73);
    border-color: #70A7A4;
}

.form-switch .form-check-label {
    font-size: 16px;
    color: #354665;
    margin-left: 5px;
}

.form-switch .form-check-input {
    font-size: 18px;
    height: 20px;
    width: 40px;
}

.request_switch_margin {
    margin-left: 9px;
}

/* Drop box  */

.drop-zone {
    width: 100%;
    height: 5.8rem;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color: rgba(53, 70, 101, 0.73);
    border: 1px solid rgba(53, 70, 101, 0.5);
    border-radius: 8px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #F6F6F6;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.list_contactinput {
    padding: 5px 15px;
}

.list_contactinput .input_box input {
    padding: 10px 16px;
    color: rgba(53, 70, 101, 0.73);
}

.list_contactinput_ul li a {
    color: #354665;
}

.contact_dropdown .btn-outline-secondary {
    border-color: #70A7A4;
    border-radius: 8px;
}

.contact_dropdown .btn-outline-secondary:hover,
.contact_dropdown .btn-outline-secondary:active,
.contact_dropdown .btn-outline-secondary:focus,
.contact_dropdown .btn-outline-secondary:focus-visible {
    background: #f6f6f6;
    color: rgba(53, 70, 101, 0.73);
    border-color: #70A7A4;
}

.contact_dropdown .btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    background: #f6f6f6;
    color: rgba(53, 70, 101, 0.73);
    border-color: #70A7A4;
}

.dropdown-toggle::after {
    display: none;
}

.quote_filter {
    margin-top: 45px;
}

.quote_origin .input_box input {
    padding: 7px;
}

.quote_apply {
    padding: 0.25rem 1rem;
}

.btn_quote_apply {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    border-radius: 10px;
    padding: 10px 50px;
    text-align: center;
}

.btn_quote_apply:hover {
    color: #ffffff;
}

.quote_filter .dropdown-menu li a:active {
    background: #f6f6f6;
    color: #000;
}

.text_35 {
    color: #354665;
}

.q_drop_in .input_box input {
    padding: 7px 16px;
}

.q_drop_in .input_box input:valid~label,
.q_drop_in .input_box input:focus~label {
    transform: translateX(8px) translateY(-22px);
}

.quote_button .dropdown-toggle::before {
    display: none;
}

.quote_filter_1 {
    margin-top: 20px !important;
}

.quote_filter_2 {
    margin-top: 0px !important;
}

th,
td {
    white-space: nowrap;
    color: #5b626b;
}

/*============================
 sidebar
 ==========================  */

a {
    transition: background 0.2s, color 0.2s;
}

a:hover,
a:focus {
    text-decoration: none;
}

#wrapper {
    position: relative;
    height: 100%;
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 280px;
}

#wrapper.toggled #sidebar-toggle {
    margin-left: 1.5rem !important;
}

.sidebar-brand {
    position: absolute;
    top: 0;
    width: 280px;
    text-align: center;
    padding: 20px 0;
}

.sidebar-brand h2 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
}

.sidebar-nav {
    position: absolute;
    top: 13px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav>li {
    text-indent: 10px;
}

.sidebar-nav>li a {
    display: block;
    text-decoration: none;
}

.sidebar-nav>li>a:hover,
.sidebar-nav>li.active>a {
    text-decoration: none;
}

.sidebar-nav>li>a i.fa {
    font-size: 24px;
    width: 60px;
}

#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}

#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}

#navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
}

#content-wrapper {
    width: 100%;
    position: absolute;
    top: 100px;
    overflow-x: hidden;
}

#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
}

#wrapper.toggled .accordion-body .nav-link {
    padding-left: 10px;
}

#wrapper.toggled .digi_clock {
    display: none;
}

@media (min-width: 991.5px) {
    #wrapper {
        padding-left: 280px;
    }

    #sidebar-wrapper {
        width: 280px;
        background: white;
        overflow-y: hidden;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 62px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 60px;
    }

    #wrapper.toggled .main_side_navbar ul {
        padding: 0;
    }

    #wrapper.toggled .main_side_navbar .nav_logo {
        margin: 20px 25px 0 5px;
    }

    #wrapper.toggled .links_name span {
        display: none;
    }
}

@media (max-width: 1200.5px) {
    .request_switch_margin_lg {
        margin-bottom: 30px;
    }
}

@media (min-width: 767.5px) and (max-width: 991.5px) {

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}

@media (max-width: 991.5px) {
    .sidebar-nav {
        top: 0;
    }

    .notification_icon {
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    .nav_cross_image {
        display: none;
    }
}

@media (max-width: 767.5px) {
    .nav_logo {
        width: auto;
    }

    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 100%;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }

    .notification {
        margin-left: 0;
    }

    .notification_icon {
        margin-right: 10px;
    }

    #wrapper.toggled #sidebar-toggle {
        margin-left: 0rem !important;
    }

    .header_search_hide {
        display: none;
    }

    .request_switch_margin_md {
        margin-left: 9px;
    }

    .main_quote_request h5 {
        margin-bottom: 25px;
    }

    .contact_number {
        margin-bottom: 50px;
    }
}

@media (max-width: 575.5px) {
    .user_image p {
        display: none;
    }

    .request_input_mt {
        margin-bottom: 30px;
    }

    .quote_pagination {
        display: block !important;
    }

    .quote_pagination nav {
        margin-top: 20px;
    }
}

.quote_filter .header_search .input-group>.form-control {
    border-right: 1px solid rgba(53, 70, 101, 0.5) !important;
}

.folder_grey {
    color: #DADADA;
    font-size: 20px;
    margin-top: 30px;
}

.root_body {
    position: relative;
    display: block;
    padding: 50px 0 0px 0;
}

.root {
    padding: 3rem 1.5rem;
    border-radius: 8px;
    background: white;
}

.back_shipment_3 {
    margin-bottom: 30px;
}

.back_shipment {
    display: flex;
    align-items: center !important;
}

.back_shipment i {
    font-size: 1.5rem;
    color: #354665;
}

.back_shipment h4 {
    color: #354665;
    margin: 0 0 3px 15px;
}

.order-track {
    margin-top: 2rem;
    padding: 0 1rem;
    border-top: 1px dashed #354665;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
}

.order-track-step {
    display: flex;
    height: 7rem;
}

.order-track-step:last-child {
    overflow: hidden;
    height: 4rem;
}

.order-track-step:last-child .order-track-status span:last-of-type {
    display: none;
}

.order-track-status {
    margin-right: 1.5rem;
    position: relative;
    margin-top: 8px;
}

.order-track-status-dot {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.order-track-status-dot-green {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
}

.order-track-status-dot-2 {
    width: 2rem;
    height: 2rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.order-track-status-dot-3 {
    background: #EEBD47;
}

.order-track-status-dot-4 {
    background: #fff;
}

.order-track-status-dot-30 {
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 7rem;
    background: #E01410;
}

.order-track-status-line-2 {
    background: #EEBD47;
}

.order-track-text-stat {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 3px;
    color: #354665;
}

.order-track-text-stat-2 {
    font-size: 14px;
}

.order-track-text-sub-2 {
    font-size: 12px !important;
}

.order-track-text-sub {
    font-size: 1rem;
    font-weight: 300;
    color: #354665;
}

.order-track-text-sub-a4 {
    color: #A4A4A4 !important;
}

.order-track {
    transition: all 0.3s height 0.3s;
    transform-origin: top center;
}

.main_my_account {
    margin: 50px 0 100px 0;
    background: #fff;
    border-radius: 8px;
}

.main_my_account .nav-pills .nav-link {
    color: #354665;
    text-align: left;
    font-weight: 500;
}

.main_my_account .nav-pills .active {
    color: #fff;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    border-radius: 4px;
    padding-left: 16px;
}

.main_my_account .nav {
    border-right: 1px solid #f1f1f1;
    height: 100%;
    padding: 20px;
}

.acoount_image {
    text-align: center;
    margin: 50px 0;
}

.acoount_image img {
    height: 128px;
    width: 130px;
    border-radius: 50%;
    overflow: hidden;
}

.account_sign_in {
    margin-bottom: 45px;
}

.account_sign_in .btn_signin {
    padding: 15px 0 !important;
}

.account_input input,
.account_input input:focus {
    border-right: none !important;
}

.account_input .input-group-text {
    background: white;
    border-color: rgba(53, 70, 101, 0.5);
}

.account_input .form-control::-webkit-input-placeholder {
    color: rgba(53, 70, 101, 0.5);
}

.account_input .form-control::-moz-placeholder {
    color: rgba(53, 70, 101, 0.5);
}

.account_input .form-control:-ms-input-placeholder {
    color: rgba(53, 70, 101, 0.5);
}

.account_input .form-control input:-moz-placeholder {
    color: rgba(53, 70, 101, 0.5);
}

.about_text {
    padding-right: 25px;
}

.about_text_2 {
    padding-right: 25px;
    margin-top: 50px;
}

.about_text_2 .request_select select {
    background: #FFF;
    border: 1px solid rgba(53, 70, 101, 0.5);
}

.about_text_2 h4 {
    margin-bottom: 20px;
}

.about_text_3 {
    padding-right: 25px;
    margin-top: 50px;
}

.about_text_3 h4 {
    margin-bottom: 20px;
}

.about_text_4 {
    padding-right: 25px;
}

.about_text_5 {
    padding-right: 25px;
    margin-top: 50px;
}

.about_text_5 h4 {
    margin-bottom: 20px;
}

.about_text_6 {
    padding-right: 25px;
    margin-top: 50px;
}

.about_text_6 h4 {
    margin-bottom: 20px;
}

.about_text_7 {
    padding-right: 25px;
    margin-top: 50px;
}

.about_text_7 h4 {
    margin-bottom: 30px;
}

.about_text_7_textarea .form-control {
    border: none;
    border-bottom: 1px solid rgba(53, 70, 101, 0.5);
    border-radius: 0;
    padding-left: 0;
    font-size: 14px;
    color: rgba(53, 70, 101, 0.73);
}

.about_text_7 .form-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.about_text_7 .btn_signin {
    margin-top: 10px;
    padding: 5px 0 !important;
}

.about_text_7_help p span {
    font-weight: 600 !important;
    color: #354665;
}

.about_text_7_help_p {
    margin-bottom: 5px;
}

.about_text_8 {
    padding-right: 25px;
    margin: 50px 0 30px 0;
}

@media(max-width:991px) {
    .about_text {
        padding: 0 20px;
    }

    .about_text_2 {
        padding: 0 20px;
    }

    .about_text_3 {
        padding: 0 20px;
    }

    .about_text_4 {
        padding: 0 20px;
    }

    .about_text_5 {
        padding: 0 20px;
    }

    .about_text_6 {
        padding: 0 20px;
    }

    .about_text_7 {
        padding: 0 20px;
    }

    .about_text_8 {
        padding: 0 20px;
    }
}

@media(max-width:767px) {
    .owl-slider {
        display: none;
    }

    .acoount_image img {
        height: 99px;
        width: 100px;
    }

    .fadtab_header {
        display: block !important;
    }
}

@media(max-width:575px) {
    .acoount_image img {
        height: 79px;
        width: 80px;
    }

    .about_text {
        padding: 0 10px;
    }

    .about_text_2 {
        padding: 0 10px;
    }

    .about_text_3 {
        padding: 0 10px;
    }

    .about_text_4 {
        padding: 0 10px;
    }

    .about_text_5 {
        padding: 0 10px;
    }

    .about_text_6 {
        padding: 0 10px;
    }

    .about_text_7 {
        padding: 0 10px;
    }

    .about_text_8 {
        padding: 0 10px;
    }

    .h1_40 {
        font-size: 30px !important;
    }

    .btn_signin {
        padding: 12px 0;
        font-size: 14px;
    }

    .font_16 {
        font-size: 14px;
    }

    .btn_incoterm {
        font-size: 14px;
        padding: 8px 0 !important;
    }

    .trans_button .btn_signin {
        padding: 12px 0 !important;
    }

    .request_switch {
        margin-left: 8px;
    }
}

.air_button .btn_signin {
    margin-top: 0;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 400;
}

.mobile_input {
    border: 1px solid rgba(53, 70, 101, 0.5);
    border-radius: 8px;
}

.mobile_input .form-control {
    border: none;
    border-radius: 8px;
    padding: 16px 0;
    color: rgba(53, 70, 101, 0.5);
}


.mobile_input .form-control::-webkit-input-placeholder {
    color: rgba(53, 70, 101, 0.5);
}

.mobile_input .form-control::-moz-placeholder {
    color: rgba(53, 70, 101, 0.5);
}

.mobile_input .form-control:-ms-input-placeholder {
    color: rgba(53, 70, 101, 0.5);
}

.mobile_input .form-controlinput:-moz-placeholder {
    color: rgba(53, 70, 101, 0.5);
}

.mobile_input .btn {
    color: rgba(53, 70, 101, 0.5);
}

.mobile_input .dropdown-item {
    color: rgba(53, 70, 101, 0.5);
}

.trans_button .btn_signin {
    margin: 0 0 20px 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quotes_drop_1 .dropdown-item:focus,
.quotes_drop_1 .dropdown-item:hover {
    color: #fff;
}

.quotes_drop_1 a img {
    margin-right: 5px;
}

.quotes_drop_1 .btn_quotes {
    padding: 20px 0;
}

.font_16 {
    font-size: 16px;
}

.main_incoterm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.btn_incoterm {
    border-radius: 8px;
    border: 1px solid rgba(53, 70, 101, 0.5);
    color: #354665;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin-right: 10px;
    padding: 20px 0;
}

.btn_incoterm:hover,
.btn_incoterm:active,
.btn_incoterm:focus {
    border: 1px solid #6d9996;
    color: #fff;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
}

.btn_incoterm:last-child {
    margin-right: 0;
}

.quotes_drop {
    padding: 10px 10px 0 10px;
}

.quotes_drop li a img {
    margin-right: 5px;
}

.btn_quotes {
    border-radius: 8px;
    border: 1px solid rgba(53, 70, 101, 0.5);
    color: #354665;
    font-weight: 500;
    padding: 5px 5px;
    text-align: center;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 10px;
    min-width: 110px;
    font-size: 12px;
    background: #ffffff;
}

.btn_quote_new {
    padding: 10px 20px;
}

@media(max-width:767px) {
    .show_block {
        display: block !important;
    }
}

.btn_quotes img {
    height: 15px;
    width: 15px;
}

.paid_quote .btn_quotes {
    min-width: 160px;
}

.btn_quotes:hover,
.btn_quotes:active,
.btn_quotes:focus {
    border: 1px solid #6d9996;
    color: #fff;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
}

.btn_quotes_active {
    border-radius: 8px;
    border: 1px solid #6d9996;
    color: #fff;
    font-weight: 500;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 10px;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    align-items: center;
    justify-content: center;
    display: flex;
}

.btn_quotes_incoterm_active {
    border-radius: 8px;
    border: 1px solid #6d9996;
    color: #fff;
    font-weight: 500;
    padding: 20px 0;
    text-align: center;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    align-items: center;
    justify-content: center;
    display: flex;
}

.btn_quotes i {
    color: white;
    margin-left: 5px;
}

.cargo_margin {
    margin-bottom: 50px;
}

.radio_same .form-check-input[type=radio] {
    height: 1em;
    width: 1em;
}

.request_modal .modal-content {
    border-radius: 8px;
    padding: 20px 0;
}

.request_modal .modal-content .modal-header {
    border-bottom: none;
}

.incoterm_icon {
    color: #354665;
}

.quotes_tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 8px;
    border: 1px solid rgba(53, 70, 101, 0.5);
}

.nav-tabs {
    border-bottom: none;
}

.quotes_total_blue {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
}

.main_piece_bg {
    border-radius: 8px;
    padding: 17px 20px 10px 20px;
}

.piece_li {
    list-style-type: decimal;
}

.piece_li li {
    background: #F6F6F6;
    border-radius: 8px;
    padding: 6px;
    margin-bottom: 15px;
}

.piece_li li:last-child {
    margin-bottom: 0;
}

.piece_li li p {
    color: #354665;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}

.piece_heading {
    text-align: center;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    padding: 4px 0px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.piece_heading span {
    color: #fff;
}

.piece_dimensions {
    display: flex;
    background: #F6F6F6;
    border-radius: 8px;
    padding: 6px;
    margin-bottom: 15px;
}

.piece_dimensions p {
    margin: 0 0 0 10px;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}

.piece_dimensions p:first-child {
    margin-left: 0;
}

.font_12 {
    font-size: 12px;
}

.dimen_fle {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.dimen_fle .dropdown {
    padding: 0;
    margin: 0;
}

.dimen_fle .dropdown .btn {
    padding: 0 0 0 0.75rem;
    color: #fff;
    font-size: 12px;
}

.check_box_1 {
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
}

.check_box_1:first-child {
    margin-top: 53px;
}

.piece_30 p {
    width: 30%;
    margin-right: 10px;
}

.req_first_tab {
    border-radius: 8px;
    padding: 17px 20px 10px 20px;
}

.fadtab_header .input-group .input-group-text:last-of-type {
    padding-left: 0 !important;
}

.req_icon_size {
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px;
}

.fadtab_header {
    display: flex;
    justify-content: space-around;
}

.fadtab_header .input-group {
    margin-right: 10px;
}

.fadtab_header .input-group:last-child {
    margin-right: 0px;
}

.fadtab_header input {
    background: #f6f6f6;
    border-left: none;
    border-right: none;
    border: none;
    padding-left: 0;
    margin-left: -10px !important;
    color: rgba(53, 70, 101, 0.7) !important;
}

.fadtab_header input:focus {
    background: #f6f6f6;
    z-index: 1;
}

.fadtab_header span {
    color: #354665;
}

.fadtab_header .input-group-text {
    background: #f6f6f6;
    border: none;
}

.fadtab_header label {
    position: absolute;
    left: 8px;
    top: -9px;
    padding: 0 16px;
    pointer-events: none;
    color: rgba(53, 70, 101, 0.5);
    font-size: 12px;
    transition: 0.5s;
    z-index: 111;
}

.form-control:disabled {
    background: #f6f6f6;
}

.switch {
    position: relative;
    width: 130px;
    height: 23px;
    border-radius: 25px;
}

.switch input {
    appearance: none;
    width: 130px;
    height: 23px;
    border-radius: 25px;
    background: #1e1e1e;
    outline: none;
}

.switch input::before,
.switch input::after {
    z-index: 2;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    font-weight: bolder;
}

.switch input::before {
    content: "per piece";
    left: 10px;
    font-size: 10px;
}

.switch input::after {
    content: "total";
    right: 10px;
    font-size: 10px;
}

.switch input:checked {
    background: #fff;
}

.switch label {
    z-index: 1;
    position: absolute;
    top: 4px;
    bottom: 4px;
    border-radius: 20px;
}

.switch input {
    transition: 0.25s;
}

.switch input:checked::before,
.switch input:checked::after {
    color: #354665;
    transition: color 0.5s;
}

.switch input:checked+label {
    left: 5px;
    right: 73px;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    transition: left 0.5s, right 0.4s 0.2s;
}

.switch input:not(:checked) {
    background: #fff;
    transition: background 0.4s;
}

.switch input:not(:checked)::before {
    color: #354665;
    transition: color 0.5s;
}

.switch input:not(:checked)::after {
    color: #354665;
    transition: color 0.5s 0.2s;
}

.switch input:not(:checked)+label {
    left: 93px;
    right: 5px;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    transition: left 0.4s 0.2s, right 0.5s, background 0.35s;
}

.request_switch_1 {
    margin-left: 8px;
}

.req_fad_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.btn_req_add {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    padding: 6px 40px;
}

.req_sea_add {
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
}

.ftgeneral_icon {
    font-size: 20px;
    color: #354665;
}

.con_lab {
    margin-left: 34px;
}

.grey_span_5 {
    color: rgba(53, 70, 101, 0.5) !important;
    padding-left: 0;
    padding-right: 0;
}

.change_drop_zone .drop-zone {
    padding: 16px;
    height: auto;
    display: block;
}

.change_drop_zone .drop-zone__prompt p {
    color: rgba(53, 70, 101, 0.5);
    margin-bottom: 0;
    font-weight: 400;
}

.change_drop_zone .drop-zone__prompt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quo_area .signin_button .btn_signin {
    margin-top: 0;
}

.quo_area {
    margin: 15px 0;
}

.statement_date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_statement_green {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #354665;
    width: 100%;
    margin-right: 10px;
    padding: 5px 0;
    font-size: 14px;
}

.btn_statement_green:last-child {
    margin-right: 0;
}

.btn_statement_green:focus,
.btn_statement_green:active {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    color: white;
    border: none;
}

.ship_all_details {
    margin: 50px 0;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.ship_all_details_4 {
    margin: 30px 0;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.ship_all_details_tab {
    margin-top: 50px;
}

.ship_all_details_tab .nav {
    background: #f6f6f6;
    border-radius: 8px;
    padding-top: 10px;
}

#invoice {
    background: #f6f6f6;
    border-radius: 8px;
    padding: 20px 0;
    margin-top: 40px;
}

.main_invoice {
    justify-content: space-between;
}

.main_invoice span,
.main_invoice p {
    color: #354665;
}

.invoice_owner {
    display: flex;
    flex-direction: column;
}

.invoice_owner span {
    font-size: 18px;
}

.invoice_owner_logo {
    margin-bottom: 20px;
}

.invoice_owner_logo span {
    font-weight: 600;
}

.invoice_gst p:first-child {
    font-size: 20px;
    font-weight: 600;
}

.invoice_gst p {
    font-size: 18px;
}

.invoice_owner_logo img {
    height: 30px;
    width: 30px;
}

.main_invoice_2 {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

.main_invoice_2_1 p {
    font-size: 16px;
}

.main_invoice_2_2 td {
    font-size: 16px;
}

.sub_invoice {
    border-radius: 8px;
    border: 1px solid #354665;
    padding: 15px;
    margin-top: 30px;
}

.sub_invoice .btn_quotes {
    margin-right: 0;
    padding: 6px 0;
}

.order_shipped {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.hh-grayBox {
    background-color: #F8F8F8;
    margin-bottom: 20px;
    padding: 35px;
    margin-top: 20px;
}

.pt45 {
    padding-top: 45px;
}

.order-tracking {
    text-align: center;
    width: 33.33%;
    position: relative;
    display: block;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.order-tracking.completed .is-complete {
    border-width: 0px;
}

.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}

.order-tracking p span {
    color: #354665;
}

.order-span {
    color: #A4A4A4 !important;
}

.order-tracking p {
    color: #A4A4A4;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

.order-tracking p span {
    font-size: 14px;
}

.order-tracking.completed p {
    color: #000;
}

.order-tracking::before {
    content: '';
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #EEBD47;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: #27aa80;
}

.dash_1 {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: start;
    margin-top: 35px;
}

.dash_1 span {
    font-size: 26px;
    font-weight: 400;
}

.dash_1 span:last-child {
    font-size: 14px;
    color: #354665;
}

.orange_3 {
    color: #ff8800;
    font-weight: 600 !important;
}

.red_1 {
    color: #E01410;
    font-weight: 600 !important;
}

.green_5 {
    color: #4bc727 !important;
    font-weight: 600 !important;
}

.widget_5 {
    margin-top: 50px;
}

.widget_goods {
    margin-top: 50px;
}

.dash_shipments {
    margin-top: 50px;
}

.quote_detail_white {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
}

.dashboard_area .widget_5 {
    margin-top: 0px;
}

.dashboard_area .widget_goods {
    margin-top: 0px;
}

.quote_details_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

.quote_details_button a {
    text-align: center;
    width: 25%;
}

.quote_modal_p {
    font-size: 18px;
}

.xx_blue {
    color: #354665 !important;
}

.quote_detail_white_3 {
    margin-top: 30px;
}

.b_none {
    border-bottom: none;
}

.table-row {
    cursor: pointer;
}

.total_cost_box {
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: start;
    justify-content: center;
    padding: 0 0 0 15px;
    margin: 20px 15px 15px 0;
    min-height: 145px;
    flex: 1;
}

.total_cost_box:last-child {
    margin-right: 0;
}

.total_cost_box p {
    color: #354665;
}

.total_cost_box span {
    font-weight: 600;
    font-size: 26px;
}

.switch_dimension {
    position: relative;
    width: 130px;
    height: 23px;
    border-radius: 25px;
}

.switch_dimension input {
    appearance: none;
    width: 130px;
    height: 23px;
    border-radius: 25px;
    background: #1e1e1e;
    outline: none;
}

.switch_dimension input::before,
.switch_dimension input::after {
    z-index: 2;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    font-weight: bolder;
}

.switch_dimension input::before {
    content: "cms";
    left: 10px;
    font-size: 10px;
}

.switch_dimension input::after {
    content: "inch";
    right: 10px;
    font-size: 10px;
}

.switch_dimension input:checked {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
}

.switch_dimension label {
    z-index: 1;
    position: absolute;
    top: 4px;
    bottom: 4px;
    border-radius: 20px;
}

.switch_dimension input {
    transition: 0.25s;
}

.switch_dimension input:checked::before,
.switch_dimension input:checked::after {
    color: #fff;
    transition: color 0.5s;
}

.switch_dimension input:checked+label {
    left: 5px;
    right: 90px;
    background: #465a7e;
    transition: left 0.5s, right 0.4s 0.2s;
}

.switch_dimension input:not(:checked) {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    transition: background 0.4s;
}

.switch_dimension input:not(:checked)::before {
    color: #fff;
    transition: color 0.5s;
}

.switch_dimension input:not(:checked)::after {
    color: #fff;
    transition: color 0.5s 0.2s;
}

.switch_dimension input:not(:checked)+label {
    left: 93px;
    right: 5px;
    background: #465a7e;
    transition: left 0.4s 0.2s, right 0.5s, background 0.35s;
}

.switch_detail {
    position: relative;
    width: 130px !important;
    height: 23px;
    border-radius: 25px;
}

.switch_detail input {
    appearance: none;
    width: 130px;
    height: 25px;
    border-radius: 25px;
    background: #1e1e1e;
    outline: none;
}

.switch_detail input::before,
.switch_detail input::after {
    z-index: 2;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    font-weight: bolder;
}

.switch_detail input::before {
    content: "kgs";
    left: 10px;
    font-size: 10px;
}

.switch_detail input::after {
    content: "lbs";
    right: 10px;
    font-size: 10px;
}

.switch_detail input:checked {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
}

.switch_detail label {
    z-index: 1;
    position: absolute;
    top: 4px;
    bottom: 2px;
    border-radius: 20px;
}

.switch_detail input {
    transition: 0.25s;
}

.switch_detail input:checked::before,
.switch_detail input:checked::after {
    color: #fff;
    transition: color 0.5s;
}

.switch_detail input:checked+label {
    left: 5px;
    right: 90px;
    background: #465a7e;
    transition: left 0.5s, right 0.4s 0.2s;
}

.switch_detail input:not(:checked) {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    transition: background 0.4s;
}

.switch_detail input:not(:checked)::before {
    color: #fff;
    transition: color 0.5s;
}

.switch_detail input:not(:checked)::after {
    color: #fff;
    transition: color 0.5s 0.2s;
}

.switch_detail input:not(:checked)+label {
    left: 93px;
    right: 5px;
    background: #465a7e;
    transition: left 0.4s 0.2s, right 0.5s, background 0.35s;
}

.switch_detail_quotes {
    position: relative;
    width: 130px !important;
    height: 23px;
    border-radius: 25px;
}

.switch_detail_quotes input {
    appearance: none;
    width: 80px;
    height: 25px;
    border-radius: 25px;
    background: #1e1e1e;
    outline: none;
}

.switch_detail_quotes input::before,
.switch_detail_quotes input::after {
    z-index: 2;
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    font-weight: bolder;
}

.switch_detail_quotes input::before {
    content: "kgs";
    left: 10px;
    font-size: 10px;
}

.switch_detail_quotes input::after {
    content: "lbs";
    right: 10px;
    font-size: 10px;
}

.switch_detail_quotes input:checked {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
}

.switch_detail_quotes label {
    z-index: 1;
    position: absolute;
    top: 4px;
    bottom: 9px;
    border-radius: 20px;
}

.switch_detail_quotes input {
    transition: 0.25s;
}

.switch_detail_quotes input:checked::before,
.switch_detail_quotes input:checked::after {
    color: #fff;
    transition: color 0.5s;
}

.switch_detail_quotes input:checked+label {
    left: 5px;
    right: 48px;
    background: #465a7e;
    transition: left 0.5s, right 0.4s 0.2s;
}

.switch_detail_quotes input:not(:checked) {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    transition: background 0.4s;
}

.switch_detail_quotes input:not(:checked)::before {
    color: #fff;
    transition: color 0.5s;
}

.switch_detail_quotes input:not(:checked)::after {
    color: #fff;
    transition: color 0.5s 0.2s;
}

.switch_detail_quotes input:not(:checked)+label {
    left: 93px;
    right: 5px;
    background: #465a7e;
    transition: left 0.4s 0.2s, right 0.5s, background 0.35s;
}

.quotes_drop_f6 .btn_quotes i {
    color: #fff;
}

.ship_all_details_tab .nav-item .nav-link {
    background: #fff;
    color: #354665;
    border: 1px solid rgba(53, 70, 101, 0.5);
    border-radius: 8px;
}

.ship_all_details_tab .nav-item .active {
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    color: #fff;
    border: none;
}

.is-complete-none {
    background: none !important;
}

.animated-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.animated-wrapper svg {
    width: 100px;
    display: block;
    margin: 40px auto 0;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.path.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
}

.path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
}

.path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.check_modal .modal-content {
    padding-top: 0;
}

.s_o_padding {
    white-space: nowrap;
    margin-right: 10px;
}

.hide_details {
    border: 1px solid #354665;
    border-radius: 22px;
    margin-top: 35px;
}

.hide_details:hover,
.hide_details:focus,
.hide_details:active {
    color: #fff;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    border: none;
}

.tracking-detail {
    padding: 3rem 0;
}

#tracking {
    margin-bottom: 1rem;
}

[class*="tracking-status-"] p {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

[class*="tracking-status-"] {
    padding: 1.6rem 0;
}

.tracking-list {
    border: 1px solid #e5e5e5;
}

.tracking-item {
    border-left: 4px solid #00ba0d;
    position: relative;
    padding: 2rem 1.5rem 0.5rem 2.5rem;
    font-size: 0.9rem;
    margin-left: 3rem;
    min-height: 5rem;
}

.tracking-item:last-child {
    padding-bottom: 4rem;
}

.tracking-item .tracking-date {
    margin-bottom: 0.5rem;
}

.tracking-item .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: 0.4rem;
}

.tracking-item .tracking-content {
    padding: 0.5rem 0.8rem;
    background-color: #f4f4f4;
    border-radius: 0.5rem;
}

.tracking-item .tracking-content span {
    display: block;
    color: #767676;
    font-size: 13px;
}

.tracking-item .tracking-icon {
    position: absolute;
    left: -0.7rem;
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background-color: #fff;
    color: #fff;
}

.tracking-item-pending {
    border-left: 4px solid #d6d6d6;
    position: relative;
    padding: 2rem 1.5rem 0.5rem 2.5rem;
    font-size: 0.9rem;
    margin-left: 3rem;
    min-height: 5rem;
}

.tracking-item-pending:last-child {
    padding-bottom: 4rem;
}

.tracking-item-pending .tracking-date {
    margin-bottom: 0.5rem;
}

.tracking-item-pending .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: 0.4rem;
}

.tracking-item-pending .tracking-content {
    padding: 0.5rem 0.8rem;
    background-color: #f4f4f4;
    border-radius: 0.5rem;
}

.tracking-item-pending .tracking-content span {
    display: block;
    color: #767676;
    font-size: 13px;
}

.tracking-item-pending .tracking-icon {
    line-height: 2.6rem;
    position: absolute;
    left: -0.7rem;
    width: 1.1rem;
    height: 1.1rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    color: #d6d6d6;
}

.tracking-item-pending .tracking-content {
    font-weight: 600;
    font-size: 17px;
}

.tracking-item .tracking-icon.status-current {
    width: 1.9rem;
    height: 1.9rem;
    left: -1.1rem;
}

.tracking-item .tracking-icon.status-intransit {
    color: #00ba0d;
    font-size: 20px;
}

.tracking-item .tracking-icon.status-current {
    color: #00ba0d;
    font-size: 20px;
}

@media (min-width: 992px) {
    .tracking-item {
        margin-left: 10rem;
    }

    .tracking-item .tracking-date {
        position: absolute;
        left: -10rem;
        width: 7.5rem;
        text-align: right;
    }

    .tracking-item .tracking-date span {
        display: block;
    }

    .tracking-item .tracking-content {
        padding: 0;
        background-color: transparent;
    }

    .tracking-item-pending {
        margin-left: 10rem;
    }

    .tracking-item-pending .tracking-date {
        position: absolute;
        left: -10rem;
        width: 7.5rem;
        text-align: right;
    }

    .tracking-item-pending .tracking-date span {
        display: block;
    }

    .tracking-item-pending .tracking-content {
        padding: 0;
        background-color: transparent;
    }
}

.tracking-item .tracking-content {
    font-weight: 600;
    font-size: 17px;
}

.blinker {
    border: 7px solid #e9f8ea;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    50% {
        border-color: #fff;
    }
}

.weight_bnone td {
    border-bottom: none !important;
    padding: 24px 0.4rem 0 0.4rem !important;
}

.gross_position img {
    height: 24px;
    width: 24px;
}

.ship_grey .order-tracking.completed:before {
    background-color: #354665;
}

.kind_grey {
    color: rgba(53, 70, 101, 0.5) !important;
}

.not_12 {
    font-size: 12px !important;
}

.not_space .form-switch .form-check-input {
    margin-left: 0;
}

.not_space .form-switch {
    padding-left: 0;
}

.not_space .form-check {
    padding-left: 0;
}

.dash_maps {
    margin-top: 30px;
}

.all_tasks {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

.task_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid #A4A4A4;
}

.task_heading h6 {
    display: flex;
    align-items: center;
    color: #354665;
}

.task_heading a {
    color: #A4A4A4;
}

.task_4 {
    color: #fff !important;
    border-radius: 50%;
    background: #354665;
    font-size: 10px;
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 18px;
    text-align: center;
    font-weight: 600;
}

.task_text {
    display: flex;
    border-bottom: 1px solid #dadada;
    padding-bottom: 25px;
    margin-top: 10px;
}

.task_text_1 {
    display: flex;
    margin-top: 10px;
}

.t_t_1 {
    border-bottom: 1px solid #dadada;
    padding-bottom: 25px;
}

.t_t_1:last-child {
    border-bottom: none;
}

.task_text_logo {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 8px;
}

.task_text_logo i {
    color: #354665;
    font-weight: 400;
}

.invoice_text_2 {
    margin: 7px 0;
}

.task_text_text p {
    margin-bottom: 0;
    font-weight: 500;
}

.task_text_text span {
    color: #767676;
    font-size: 12px;
    font-weight: 400;
}

.task_text_text p span {
    color: #767676;
    font-size: 14px;
    font-weight: 500;
}

.task_text_1 a i {
    color: #354665;
}

.sep_6 {
    font-weight: 600;
}

.ready_12 {
    font-size: 12px;
    color: #767676;
    font-weight: 500;
    margin-left: 38px;
}

.invoice_text_2 span {
    border-radius: 8px;
    border: 1px solid #767676;
    padding: 3px 7px;
    color: #A4A4A4;
}

.shan_1 {
    font-size: 10px;
}

.shipper_12 {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 15px !important;
}

.shipper_12 .shipper_8 {
    font-size: 8px !important;
}

.btn_q_new {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(78.02deg, #70A7A4 0%, #9DDCDE 100%);
    border-radius: 10px;
    padding: 3px 15px;
    margin-left: 8px;
}

.push_b_top {
    border-bottom: 1px solid #767676;
    padding-bottom: 15px;
}

.qu_air_green {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin-right: 20px;
    margin-top: 20px;
}

.map_margin {
    margin-bottom: 30px;
}

.world_map {
    height: 100%;
    width: 100%;
}

.world_map iframe {
    border-radius: 8px;
}

.tracking_map {
    height: 100%;
}

.tracking_map iframe {
    border-radius: 8px;
}

.back_alert {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
}

.inhe_table {
    display: inherit !important;
}

.icon_pointer {
    cursor: pointer;
}

.mandate a {
    color: #354665 !important;
    margin-bottom: 10px;
    font-size: 16px;
}

.co_deta {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
}

.co_deta .input_box input {
    padding: 10px 16px;
}

.ajel_padding {
    padding: 8px 40px;
}

.action_w_0 {
    width: 0%;
}

.btn_quote_save {
    padding: 15px 50px;
}

.profile_notification_number {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #DB1515;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -6%;
    top: -16%;
}

.profile_notification_number span {
    font-size: 10px;
}

.qu_air_green_bigger img {
    height: 40px;
    width: 40px;
}

.box_shd {
    box-shadow:
    0.1px 0.3px 0.8px rgba(0, 0, 0, 0.1),
    5px 5px 6px rgba(0, 0, 0, 0.2);
}

.ex_change {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.m_green_control .form-control {
    background: #f6f6f6;
    height: calc(12.5rem + 2px);
    border: 1px solid #70A7A4;
}

.shipment_modal_preview .modal-content{
    padding: 30px;
}

.shipment_modal_preview .modal-header{
    border-bottom: none;
    display: flex;
    justify-content: end;
}

.c_line{
    border-bottom: 2px solid #A4A4A4;   
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.euro_red{
    color: #E01410 !important;
}

.of_white{
    background: white;
    border-radius: 14px;
    box-shadow: 0.1px 0.3px 0.8px rgb(0 0 0 / 10%), 5px 5px 6px rgb(0 0 0 / 20%);
    padding: 20px;
    margin-bottom: 20px;
}

.billing_icon{
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #D6E5FF;
}

.billing_icon i{
    font-size: 9px;
}

@media only screen and (max-width: 1470px){
    .btn_signin_invoice {
        margin-top: 5px;
        margin-bottom: -15px;
    }
}