/**
* Template Name: Arsha - v3.0.2
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: "Roboto";
    src: url("../../fonts/Roboto/Roboto-Medium.ttf");
    font-weight: 50 950;
    font-stretch: 75% 125%;
    font-style: oblique 0deg 12deg;
}

@font-face {
    font-family: "Mulish";
    src: url("../../fonts/Mulish-VariableFont_wght.ttf");
    font-weight: 50 950;
    font-stretch: 75% 125%;
    font-style: oblique 0deg 12deg;
}

@font-face {
    font-family: "Mulish";
    src: url("../../fonts/Mulish-Italic-VariableFont_wght.ttf");
    font-weight: 50 950;
    font-stretch: 75% 125%;
    font-style: italic;
}

body {
    font-family: "Mulish";
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    /* line-height: 18px; */
    /* or 154% */

    color: #3d3d3d;
}

a {
    color: #47b2e4;
    text-decoration: none;
}

a:hover {
    color: #73c5eb;
    text-decoration: none;
}

h1 {
    font-size: 20px;
    font-weight: 800;
}

/* h2{
    font-size: 14px;
} */

h3 {
    font-size: 14px;
    font-weight: 800;
}

/* h4 {
    font-size: 14px;
} */

/* h5{
    font-size: 14px;
} */

/* h6 {
    font-size: 14px;
} */

.text-hide {
    color: transparent;
}

.btn.btn-border {
    border: 2px solid #09497b;
    /* border: 2px solid red; */
    border-radius: 50%;
    width: 100%;
    height: 99%;
    /* padding: 25%; */
}

.hr-home {
    width: 5%;
    height: 2px;
    color: black;
    background-color: black;
}

/*--------------------------------------------------------------
# Swal Inject Custom
--------------------------------------------------------------*/
.swal2-container.swal2-center {
    z-index: 2400 !important;
}

/*--------------------------------------------------------------
# Bootstrap Inject Custom
--------------------------------------------------------------*/
.bg-primary {
    background: #09497b !important;
}

.bg-primary-opacity {
    background-color: rgba(13, 88, 153, 0.7) !important;
}

.bg-warning {
    background-color: #ff5f20 !important;
}

.btn.btn-warning {
    background-color: #ff5f20 !important;
}

.btn.btn-warning:hover {
    background-color: #e45219 !important;
}

.bg-success {
    background-color: #00b050 !important;
}

.text-success {
    color: #00b050 !important;
}

.btn.btn-success {
    /* background-color: linear-gradient(180deg, #03E86B 0%, #00B653 100%) !important; */
    background-color: #03e86b;
    background-image: linear-gradient(180deg, #03e86b 0%, #00b653 100%);
}

.btn.btn-primary {
    /* background-color: linear-gradient(180deg, #03E86B 0%, #00B653 100%) !important; */
    background-color: #24a4ff;
    background-image: linear-gradient(180deg, #24a4ff 0%, #0070c0 100%);
}

.select2-container {
    z-index: 2000;
    width: 100%;
}

.dropdown-menu.show {
    z-index: 2100;
}

.nav.nav-tabs.nav-tabs-line .nav-item {
    margin: auto;
}

span.is-invalid {
    border-color: #f64e60;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

span.is-valid {
    border-color: #1bc5bd;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231BC5BD' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

/*--------------------------------------------------------------
# Top Menu
--------------------------------------------------------------*/
#right-nav a.menu-link .menu-text {
    color: #0c5999;
}

span.menu-text {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 23px !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.masthead {
    height: 70vh;
    min-height: 500px;
    min-width: 100vw;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: url("../../media/image/hero-logiloka-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.masthead h1 {
    font-family: "Mulish" !important;
    font-size: 31px !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

.masthead p {
    font-family: "Mulish" !important;
    text-align: justify !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    mix-blend-mode: normal !important;
}

.masthead a {
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: bold !important;
    mix-blend-mode: normal !important;
}

@media (max-width: 991.98px) {
    .masthead #masthead-canvas {
        padding: 0 0 0 0 !important;
    }

    .masthead #masthead-canvas #masthead-content {
        padding: 0 0 5px 0 !important;
    }
}

/*--------------------------------------------------------------
# Partner info
--------------------------------------------------------------*/
#partner a.nav-link h1 {
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: bold !important;
    line-height: 33px !important;
    color: #0c5999 !important;
}

#partner a.nav-link.active h1 {
    color: #007adf;
}

#partner .tab-pane img {
    width: 246.16px;
}

#partner .nav-tabs {
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1024px) {
    #partner a.nav-link h1 {
        font-size: 16px !important;
    }

    #partner .tab-pane img {
        width: 146.16px;
    }
}

@media (max-width: 768px) {
    #partner a.nav-link h1 {
        font-size: 15px;
    }

    #partner .tab-pane img {
        width: 146.16px;
    }
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
#about h1 {
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 56px !important;
    color: #0d5899 !important;
    mix-blend-mode: normal;
}

#about p {
    font-family: "Roboto" !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 42px !important;
    color: #3a3a3a;
}

/*--------------------------------------------------------------
# mitra
--------------------------------------------------------------*/
#partner h1 {
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 56px !important;
    color: #0d5899 !important;
    mix-blend-mode: normal;
}

#partner p {
    font-family: "Roboto" !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 42px !important;
    color: #3a3a3a;
}

/*--------------------------------------------------------------
# service-ecosystem
--------------------------------------------------------------*/
#service-ecosystem {
    height: 65vh;
    min-height: 620px;
    min-width: 100vw;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: url("../../media/image/bg-services.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;

    /* mask-image: linear-gradient(to bottom, transparent 10%, black); */
    position: relative;
}

#service-ecosystem img {
    width: 10vh;
    height: 10vh;
}

#service-ecosystem #service button.btn {
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 56px !important;
    text-align: center !important;
    color: #ffffff !important;
    mix-blend-mode: normal !important;
}

#service-ecosystem #service h1,
#service-ecosystem #service h2,
#service-ecosystem #ecosystem h3 {
    font-style: normal !important;
    font-size: 30px !important;
    line-height: 45px !important;
    text-align: center !important;
    color: #ffffff !important;
}

#service-ecosystem #service h2,
#service-ecosystem #ecosystem h3 {
    font-weight: 800 !important;
}

#service-ecosystem #service h1 {
    font-weight: 900 !important;
}

#service-ecosystem #ecosystem {
    position: absolute;
    bottom: 0;
    left: 0;
}

#service-ecosystem #ecosystem h1.title {
    font-style: normal !important;
    font-weight: 900 !important;
    font-size: 31px !important;
    line-height: 56px !important;
    text-align: center !important;
    color: #ffffff !important;
    mix-blend-mode: normal !important;
}

#service-ecosystem #ecosystem h1 {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 64px !important;
    line-height: 80px !important;
    text-align: center !important;
    color: #ffffff !important;
}

.header-armada {
    font-size: 26px !important;
    color: #0c5999 !important;
    font-weight: bold !important;
}

.header-table-armada {
    background-color: #cde9ff !important;
    border: 1px solid white;
}

.header-table-armada > th {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border: 1px solid white;
}

.data-table-armada {
    background-color: #ebebeb !important;
    border: 1px solid white;
}

.data-table-armada > td {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.truck-img {
    width: 100% !important;
    height: auto !important;
    /* height: 75px !important; */
    /* width: 200px !important; */
}

/*--------------------------------------------------------------
# logistics-ecosystem
--------------------------------------------------------------*/
#logistics-ecosystem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#logistics-ecosystem h1.title {
    font-style: normal !important;
    font-weight: 900 !important;
    font-size: 30px !important;
    line-height: 56px !important;
    text-align: center !important;
    color: #0d5899 !important;
    mix-blend-mode: normal !important;
}

#logistics-ecosystem h1.title-partner {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 56px !important;
    color: #0070c0 !important;
}

#logistics-ecosystem h1.title-customers {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 56px !important;
    color: #00b050 !important;
}

#logistics-ecosystem button {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer h4 {
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 28px !important;
    color: #ffffff !important;
    mix-blend-mode: normal !important;
}

#footer p,
#footer a {
    font-style: normal !important;
    font-weight: 200 !important;
    font-size: 12px !important;
    line-height: 28px !important;
    color: #ffffff !important;
    mix-blend-mode: normal !important;
}

/*---------------------------p-----------------------------------
# Price List Home
--------------------------------------------------------------*/

#form-search input {
    height: 40px !important;
    font-size: 15px !important;
}

#form-search select {
    height: 40px !important;
    font-size: 15px !important;
    /* line-height: 1em !important; */
    margin: 0 !important;
    padding: 5px !important;
}

#form-search .input-group-append {
    height: 40px !important;
    font-size: 15px !important;
}

#form-search .input-group-append button {
    font-size: 15px !important;
}

#form-search .bootstrap-select > .dropdown-toggle.bs-placeholder.btn,
#form-search .bootstrap-select > .dropdown-toggle.btn {
    height: 40px !important;
    font-size: 15px !important;
    /* line-height: 1em !important; */
    margin: 0 !important;
    padding: 5px !important;
}

#form-search .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    height: 40px !important;
    font-size: 15px !important;
    /* line-height: 1em !important; */
    margin: 0 !important;
    padding: 5px !important;
}

/*---------------------------p-----------------------------------
# Price List List
--------------------------------------------------------------*/
.masthead-price-list {
    height: 100%;
    min-height: 100%;
    min-width: 100vw;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: url("../../media/image/hero-logiloka-2.png");
    background-size: cover;
    background-repeat: no-repeat;
}

#price-list-list-body #custom-table {
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    max-height: calc(100vh - 400px);
}

#price-list-list-body #custom-table #header {
    box-shadow: none !important;
}

#price-list-list-body #custom-table #header button {
    box-shadow: none !important;
    border-left: thin outset #d5d5d5;
    border-top: none;
    border-right: none;
    border-bottom: none;
    width: 34%;
    background-color: transparent;
    background-repeat: no-repeat !important;
    overflow: hidden;
    outline: none;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    font-style: normal;
}

#price-list-list-body #custom-table #body .rows {
    height: auto;
    border-top: 1px solid #e6e6e6;
}

#price-list-list-body #custom-table #body .rows .cell {
    width: 34%;
    font-size: 22px;
    line-height: 28px;
}

@media (max-width: 991.98px) {
    #price-list-list-body #custom-table #header button {
        width: 190px;
    }

    #price-list-list-body #custom-table #body .rows .cell {
        width: 190px;
    }
}

/*--------------------------------------------------------------
# Send Now Header
--------------------------------------------------------------*/
#send-now-header h1 {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 36px !important;
    line-height: 50px !important;
    text-align: center !important;
    color: #ffffff !important;
}

#send-now-header p {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 30px !important;
    text-align: center !important;
    color: #ffffff !important;
}

/*--------------------------------------------------------------
# Send Now Stepper
--------------------------------------------------------------*/

#send-now-stepper button.open-form h2 {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    color: #000000 !important;
}

#send-now-stepper button.open-form p {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #525252 !important;
}

#send-now-information h1 {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 30px !important;
    color: #ffffff !important;
}

#send-now-information p {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 20px !important;
    text-align: justify !important;

    color: #ffffff !important;
}

#send-now-information button {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    color: #ffffff !important;
}

#send-now-stepper .card-custom {
    background: #ffffff;
    /* border: 0.6px solid #CBCBCB; */
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 1em !important;
}

.form-select-mobile > button {
    background: #09497b !important;
    height: 45px !important;
    color: white !important;
    font-size: 15px !important;
    border: 2px solid white !important;
    border-radius: 5px !important;
}

#send-now-stepper .card-custom-mobile {
    background: #09497b;
    /* border: 0.6px solid #CBCBCB; */
    box-sizing: border-box;
    /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12); */
    border-radius: 10px;
    /* padding: 1em !important; */
}

#send-now-stepper .card-custom .card-body {
    padding: 0 !important;
    margin: 0 !important;
}

#send-now-stepper .card-custom .card-footer {
    padding: 0 !important;
    margin: 0;
}

#send-now-stepper button.open-form {
    width: 20vw;
    height: 102px;
}

#send-now-stepper button.submit-form {
    height: 102px;
}

#send-now-stepper.send-now-custom-stepper button.submit-form {
    display: none !important;
}

#confirm-form-origin,
#confirm-form-destination,
#confirm-form-load,
#confirm-form-goods {
    /* height:26px !important; */
    font-size: 12px !important;
    /* line-height: 0 !important; */
    margin: 0 !important;
    /* padding: 15px !important; */
}

#open-form-origin .card-custom,
#open-form-destination .card-custom,
#open-form-load .card-custom,
#open-form-goods .card-custom {
    background: #ffffff;
    /* border: 0.6px solid #CBCBCB; */
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 1em !important;
}

#open-form-origin .card-custom .card-header,
#open-form-destination .card-custom .card-header,
#open-form-load .card-custom .card-header,
#open-form-goods .card-custom .card-header {
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: none !important;
}

#open-form-origin .card-custom .card-body,
#open-form-destination .card-custom .card-body,
#open-form-load .card-custom .card-body,
#open-form-goods .card-custom .card-body {
    padding: 0 !important;
    margin: 0 !important;
}

#open-form-origin .card-custom .card-footer,
#open-form-destination .card-custom .card-footer,
#open-form-load .card-custom .card-footer,
#open-form-goods .card-custom .card-footer {
    padding: 0 !important;
    margin: 0 !important;
    border-top: none !important;
}

#open-form-origin,
#open-form-destination,
#open-form-load,
#open-form-goods {
    max-width: 534px !important;
}

#open-form-origin h3,
#open-form-destination h3,
#open-form-load h3,
#open-form-goods h3 {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #000000 !important;
}

.form-control-label,
.form-control-label,
.form-control-label,
.form-control-label {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #313131 !important;
}

#open-form-origin .form-control,
#open-form-destination .form-control,
#open-form-load .form-control,
#open-form-goods .form-control {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 15px;
    color: #313131 !important;
}

.select2-selection__placeholder {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 15px !important;
    color: #313131 !important;
}

#open-form-origin .btn.btn-warning,
#open-form-destination .btn.btn-warning,
#open-form-load .btn.btn-warning,
#open-form-goods .btn.btn-warning {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #ffffff !important;
}

#open-form-origin input,
#open-form-destination input,
#open-form-load input,
#open-form-goods input {
    height: 26px !important;
}

#open-form-origin textarea,
#open-form-destination textarea,
#open-form-load textarea,
#open-form-goods textarea {
    height: 26px !important;
}

#open-form-origin select,
#open-form-destination select,
#open-form-load select,
#open-form-goods select {
    height: 26px !important;
    font-size: 12px !important;
    /* line-height: 1em !important; */
    margin: 0 !important;
    padding: 5px !important;
}

#open-form-origin .input-group-append,
#open-form-destination .input-group-append,
#open-form-load .input-group-append,
#open-form-goods .input-group-append {
    height: 26px !important;
    font-size: 10px !important;
}

#open-form-origin .input-group-append button,
#open-form-destination .input-group-append button,
#open-form-load .input-group-append button,
#open-form-goods .input-group-append button {
    font-size: 10px !important;
}

#open-form-origin .bootstrap-select > .dropdown-toggle.bs-placeholder.btn,
#open-form-destination .bootstrap-select > .dropdown-toggle.bs-placeholder.btn,
#open-form-load .bootstrap-select > .dropdown-toggle.bs-placeholder.btn,
#open-form-goods .bootstrap-select > .dropdown-toggle.bs-placeholder.btn,
#open-form-origin .bootstrap-select > .dropdown-toggle.btn,
#open-form-destination .bootstrap-select > .dropdown-toggle.btn,
#open-form-load .bootstrap-select > .dropdown-toggle.btn,
#open-form-goods .bootstrap-select > .dropdown-toggle.btn {
    height: 26px !important;
    font-size: 12px !important;
    /* line-height: 1em !important; */
    margin: 0 !important;
    padding: 5px !important;
}

#open-form-origin .select2-container--default .select2-selection--single,
#open-form-destination .select2-container--default .select2-selection--single,
#open-form-load .select2-container--default .select2-selection--single,
#open-form-goods .select2-container--default .select2-selection--single,
#open-form-origin .select2-container--default .select2-selection--multiple,
#open-form-destination .select2-container--default .select2-selection--multiple,
#open-form-load .select2-container--default .select2-selection--multiple,
#open-form-goods .select2-container--default .select2-selection--multiple {
    height: 26px !important;
    font-size: 12px !important;
    /* line-height: 1em !important; */
    margin: 0 !important;
    padding: 5px !important;
}

/* #open-form-origin
{
   left: 0 !important;
} */

#open-form-load a.nav-link {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 23px !important;
    color: #0c5999 !important;
}

#open-form-load .btn.btn-outline-warning {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #ff5f20 !important;
}

#open-form-load .nav.nav-tabs.nav-tabs-line .nav-item {
    margin: 0;
}

#open-form-load #tab-content-form-load label.radio {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #000000 !important;
}

#open-form-load #tab-content-form-load label.btn {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 18px !important;
    text-align: center !important;
    color: #313131 !important;
}

#open-form-load #tab-content-form-load label.btn.active,
#open-form-load #tab-content-form-load .dropdown-menu .dropdown-item {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 18px !important;
    text-align: center !important;
    color: #0c5999 !important;
}

#open-form-load #tab-content-form-load p {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 13px !important;
    line-height: 36px !important;
    color: #313131 !important;
}

#open-form-load #tab-content-form-load .alert.alert-custom.alert-light-primary {
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    border-radius: 5px 0px 0px 5px;
}

.card-field-loose-cargo {
    background: #fcfcfc;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

.card-field-container {
    background: #fcfcfc;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

#open-form-load #tab-content-form-load .form-group p {
    font-size: 12px !important;
    line-height: 20px !important;
    /* text-align: center !important; */
}

.alert.alert-custom.alert-light-primary.alert-notice {
    border-left: 4px solid #0c5999;
}

.alert.alert-custom .alert-icon {
    display: block;
}

#open-form-goods label.checkbox,
#form-load-container label.checkbox {
    font-family: "Mulish" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #000000 !important;
}

/* information */
#send-now-information img,
#shipping-description img,
#land-transport-description img,
#air-cargo-description img,
#multimoda-description img {
    width: 15vh;
    height: 15vh;
}

#shipping-description .modal-dialog,
#land-transport-description .modal-dialog,
#air-cargo-description .modal-dialog,
#multimoda-description .modal-dialog {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#shipping-description .modal-header,
#land-transport-description .modal-header,
#air-cargo-description .modal-header,
#multimoda-description .modal-header {
    align-items: flex-start;
}

#shipping-description .modal-content,
#land-transport-description .modal-content,
#air-cargo-description .modal-content,
#multimoda-description .modal-content {
    min-height: 100vh;
    min-width: 50%;
}

#shipping-description .modal-header h1,
#land-transport-description .modal-header h1,
#air-cargo-description .modal-header h1,
#multimoda-description .modal-header h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 31px;
    line-height: 53px;
    color: #3c3c3c;
}

#shipping-description .modal-content p,
#land-transport-description .modal-content p,
#air-cargo-description .modal-content p,
#multimoda-description .modal-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 20px;
    color: #3d3d3d;
    margin: 0.2em !important;
}

#shipping-description .modal-content li,
#land-transport-description .modal-content li,
#air-cargo-description .modal-content li,
#multimoda-description .modal-content li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 20px;
    color: #3d3d3d;
}

@media (max-width: 1024px) {
    #send-now-information img {
        width: 15vh;
        height: 15vh;
    }
}

@media (max-width: 768px) {
    #send-now-stepper button.open-form,
    #send-now-stepper button.submit-form {
        width: 100%;
    }

    #send-now-information img {
        width: 15vh;
        height: 15vh;
    }
}

/*--------------------------------------------------------------
# Recomend service quote
--------------------------------------------------------------*/
#recomend-service-quote-stepper .progress-parent {
    position: relative;
}

#recomend-service-quote-stepper .progress-child {
    position: absolute;
    top: -15px;
    left: 0;
}

#recomend-service-quote-stepper li p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

#recomend-service-home-body h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
}

#recomend-service-home-body h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #505050;
}

#recomend-service-home-body p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

#recomend-service-home-body label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #505050;
}

#recomend-service-home-body .switch input:checked ~ span:before {
    background-color: #ff5f20 !important;
}

#recomend-service-home-body .switch input:checked ~ span:after {
    background-color: #fff;
}

#recomend-service-home-body .switch input:empty ~ span:before {
    background-color: #7c7c7c;
}

#recomend-service-home-body .switch input:empty ~ span:after {
    opacity: 1 !important;
}

.recomend-service-custom-stepper li p {
    color: #3a3a3a !important;
}

#recomend-service-home-body #custom-table .header {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

#recomend-service-quote-custom-quote #filter label {
    min-width: 100px;
}

#recomend-service-quote-custom-quote #card-panel > div {
    width: 24%;
}

#recomend-service-quote-custom-quote #custom-table .header > button.btn {
    width: 20% !important;
    height: 37px !important;
    background-color: #eeeeee !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-style: normal !important;
}

#recomend-service-quote-custom-quote #custom-table .body .rows > .cell {
    width: 20%;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 991.98px) {
    #recomend-service-quote-custom-quote #card-panel > div {
        width: 100%;
    }

    #recomend-service-quote-custom-quote #custom-table .header > button.btn {
        width: 170px !important;
    }

    #recomend-service-quote-custom-quote #custom-table .body .rows > .cell {
        width: 170px !important;
    }
}

.add-separator {
    border: 1px solid #ebedf3;
    border-radius: 0.4em;
    padding: 1em;
}

/*--------------------------------------------------------------
# Result
--------------------------------------------------------------*/
#result-body #result-quotation {
    font-size: 14px !important;
}

#result-body .checkbox > input:checked ~ span {
    background-color: #ff5f20 !important;
}

#result-body #result-filter {
    width: 23%;
}

#result-body #result-quotation {
    width: 75%;
}

#info {
    width: 75%;
    border-right: thin outset #d2d2d2 !important;
}

#action {
    width: 23%;
}

@media (max-width: 991.98px) {
    #result-body #result-filter {
        width: 100%;
        margin-right: 0 !important;
    }

    #result-body #result-quotation {
        width: 100%;
    }

    #info {
        width: 100%;
        margin-right: 0 !important;
        border-bottom: thin outset #d2d2d2 !important;
        border-right: none !important;
        padding: 0 10px 10px 0;
    }

    #action {
        width: 100%;
        margin-top: 10px;
    }
}

/*--------------------------------------------------------------
# Booking
--------------------------------------------------------------*/
#booking-body .checkbox > input:checked ~ span {
    background-color: #ff5f20 !important;
}

#booking-body #booking-summary {
    width: 75%;
    margin-right: 1em !important;
    font-size: 14px !important;
}

#booking-body #booking-summary #estimation-info {
    font-size: 16px !important;
}

#booking-body #booking-summary .font-weight-bold {
    font-weight: 600 !important;
}

#booking-body #booking-detail {
    width: 23%;
    font-size: 14px !important;
}

@media (max-width: 991.98px) {
    #booking-body #booking-field {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #booking-body #booking-field #booking-summary {
        width: 100% !important;
        margin-left: 0 !important;
    }

    #booking-body #booking-field #booking-detail {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

/*---------------------------p-----------------------------------
# Payment info
--------------------------------------------------------------*/
#payment-body #kt_card_1 div:nth-child(1) div.card-toolbar div label span {
    border-radius: 50% !important;
}

#payment-body #kt_card_1 .checkbox > input:checked ~ span {
    background-color: #ff5f20 !important;
}

#payment-body #payment-field #payment-method {
    width: 75%;
    margin-right: 1em !important;
    font-size: 14px !important;
}

#payment-body #payment-field #payment-detail {
    width: 23%;
    font-size: 14px !important;
}

@media (max-width: 991.98px) {
    #payment-body #payment-field {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #payment-body #payment-field #payment-method {
        width: 100% !important;
        margin-left: 0 !important;
    }

    #payment-body #payment-field #payment-detail {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

/*---------------------------p-----------------------------------
# Virtual-account before
--------------------------------------------------------------*/
#virtual-account-before-body
    #virtual-account-before-field
    #virtual-account-before-method {
    width: 75%;
    margin-right: 1em !important;
    font-size: 14px !important;
}

#virtual-account-before-body
    #virtual-account-before-field
    #virtual-account-before-method
    h1 {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;

    color: #ffffff;
}

#virtual-account-before-body
    #virtual-account-before-field
    #virtual-account-before-detail {
    width: 23%;
    font-size: 14px !important;
}

@media (max-width: 991.98px) {
    #virtual-account-before-body #virtual-account-before-field {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #virtual-account-before-body
        #virtual-account-before-field
        #virtual-account-before-method {
        width: 100% !important;
        margin-left: 0 !important;
    }

    #virtual-account-before-body
        #virtual-account-before-field
        #virtual-account-before-detail {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

/*---------------------------p-----------------------------------
# Virtual-account after
--------------------------------------------------------------*/
#virtual-account-after-body
    #virtual-account-after-field
    #virtual-account-after-method {
    width: 100%;
    margin-right: 1em !important;
    font-size: 14px !important;
}

#virtual-account-after-body
    #virtual-account-after-field
    #virtual-account-after-method
    h1 {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-align: center;

    color: #272727;
}

#virtual-account-after-body
    #virtual-account-after-field
    #virtual-account-after-method
    h3 {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    color: #272727;
}

#virtual-account-after-body
    #virtual-account-after-field
    #virtual-account-after-method
    button {
    font-family: Mulish !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 26px !important;
    line-height: 33px !important;
    color: #ffffff !important;
    width: 199px !important;
    padding: 5px !important;
}

#virtual-account-after-body
    #virtual-account-after-field
    #virtual-account-after-method
    #detail-transaction
    > div {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 33px;
    color: #272727;
    width: 50%;
}

@media (max-width: 991.98px) {
    #virtual-account-after-body #virtual-account-after-field {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #virtual-account-after-body
        #virtual-account-after-field
        #virtual-account-after-method {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

/*---------------------------p-----------------------------------
# Order Home
--------------------------------------------------------------*/
#order-home-body .status-class {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    padding: 5px;

    color: white;
}

#order-home-body .checkbox > input:checked ~ span {
    background-color: #ff5f20 !important;
}

#order-home-body .confirm-tracking {
    width: 100px !important;
}

#order-home-body #order-filter {
    width: 23%;
}

#order-home-body #order-booking {
    width: 75%;
}

#booking-template #info {
    border-right: none !important;
}

@media (max-width: 991.98px) {
    #order-home-body {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #order-home-body #order-filter {
        width: 100%;
        margin-right: 0 !important;
    }

    #order-home-body #order-booking {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Tracking
--------------------------------------------------------------*/
/* tracking route */
#tracking-custom-tracking #field-route {
    width: 30%;
    background: #0c5999;
    border-radius: 10px 0px 0px 10px;
}

#tracking-custom-tracking #route #route-road-delivered {
    position: relative;
    color: white;
}

#tracking-custom-tracking #route #route-road-delivered:after {
    content: "";
    border-left: 1px dashed #ff5c1d;
    position: absolute;
    top: 25%;
    left: 0;
    height: 100%;
}

#tracking-custom-tracking #route #route-road-delivered > div {
    position: absolute;
    top: 22%;
    left: -2%;
    z-index: 1;
}

#tracking-custom-tracking #route #route-road-delivered > div > span > i {
    color: #ff5c1d !important;
}

#tracking-custom-tracking #route #route-road-waiting {
    position: relative;
    color: white;
}

#tracking-custom-tracking #route #route-road-waiting:after {
    content: "";
    border-left: 1px dashed #ffffff;
    position: absolute;
    top: 25%;
    left: 0;
    height: 100%;
}

#tracking-custom-tracking #route #route-road-waiting > div {
    position: absolute;
    top: 22%;
    left: -2%;
    z-index: 1;
}

#tracking-custom-tracking #route #route-road-delivered-last {
    position: relative;
    color: white;
}

#tracking-custom-tracking #route #route-road-delivered-last > div > span > i {
    color: #ff5c1d !important;
}

#tracking-custom-tracking #route #route-road-delivered-last > div {
    position: absolute;
    top: 22%;
    left: -2%;
    z-index: 1;
}

#tracking-custom-tracking #route #route-road-waiting-last {
    position: relative;
    color: white;
}

#tracking-custom-tracking #route #route-road-waiting-last > div {
    position: absolute;
    top: 22%;
    left: -2%;
    z-index: 1;
}

/* tracking map */

#tracking-custom-tracking #field-map {
    width: 70%;
    border-radius: 0px 10px 10px 0px;
}

/* tracking table */
#tracking-custom-tracking #custom-table #header {
    box-shadow: none !important;
}

#tracking-custom-tracking #custom-table #header button {
    box-shadow: none !important;
    border-left: thin outset #d5d5d5;
    border-top: none;
    border-right: none;
    border-bottom: none;
    width: 25%;
    background-color: transparent;
    background-repeat: no-repeat !important;
    overflow: hidden;
    outline: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
}

#tracking-custom-tracking #custom-table #body .rows {
    height: 48px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.08));
    border-radius: 5px;
}

#tracking-custom-tracking #custom-table #body .rows div {
    width: 25%;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
}

#tracking-detail .modal-dialog {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#tracking-detail .modal-header {
    align-items: flex-start;
}

#tracking-detail .modal-content {
    min-height: 100vh;
    min-width: 50%;
}

#tracking-detail .modal-header h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 31px;
    line-height: 53px;
    color: #3c3c3c;
}

#tracking-detail .modal-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 20px;
    color: #3d3d3d;
    margin: 0.2em !important;
}

#tracking-detail .modal-content li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 20px;
    color: #3d3d3d;
}

@media (max-width: 991.98px) {
    /* route */
    #tracking-custom-tracking #field-route {
        width: 300px;
    }

    #tracking-custom-tracking #route #route-road-delivered > div {
        left: -3%;
    }

    #tracking-custom-tracking #route #route-road-waiting > div {
        left: -3%;
    }

    #tracking-custom-tracking #route #route-road-delivered-last > div {
        left: -2%;
    }

    #tracking-custom-tracking #route #route-road-waiting-last > div {
        left: -2%;
    }

    /* map */
    #tracking-custom-tracking #field-map {
        width: 400px;
    }

    /* table */
    #tracking-custom-tracking #custom-table #header button {
        width: 190px;
    }

    #tracking-custom-tracking #custom-table #body .rows > div {
        width: 190px;
    }
}

/*---------------------------p-----------------------------------
# Vendor info
--------------------------------------------------------------*/
#vendor-info #header-nav div {
    color: #37517e !important;
    cursor: pointer;
}

#vendor-info #header-nav div.active {
    border-bottom: #37517e;
    border-width: 100%;
}

#vendor-info #header-nav div.non-active {
    border-bottom: #ddd;
}

#vendor-info #header-nav div:hover,
#vendor-info #header-nav div:active,
#vendor-info #header-nav div:visited {
    color: #6587c4 !important;
}

#vendor-info .list-photo-line img {
    width: 100%;
    height: 5vh;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#kt_content {
    padding: 0 !important;
    overflow-x: hidden;
}

.content-container {
    width: 100%;
}

.btn .svg-icon {
    margin: 0 !important;
}

.btn.badge:hover,
.btn.badge:active,
.btn.badge:focus {
    background-color: #dbd5d5 !important;
}

.svg-icon svg g [fill] {
    fill: none;
}

/*--------------------------------------------------------------
# Welcome Guest
--------------------------------------------------------------*/
.content-container.welcome {
    overflow: hidden;
}

#welcome {
    background-color: white;
}

/*--------------------------------------------------------------
# Result Search
--------------------------------------------------------------*/
#header-filter {
    padding: 2em 0 0em 0 !important;
    background-color: #105696;
    color: white;
}

#header-filter hr {
    border-color: white;
    padding: 0px;
    width: 100%;
}

#body-filter .card {
    padding: 0 !important;
}

#body-filter .logo-icon {
    background-color: #105696;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}

#body-filter .logo-icon .svg-icon.svg-icon-3x.logo-icon-plane svg {
    background-color: rgb(226, 243, 77) !important;
    border-radius: 50px !important;
}

#body-filter .logo-icon .svg-icon.svg-icon-3x.logo-icon-boat svg {
    background-color: rgb(93, 171, 235) !important;
    border-radius: 50px !important;
}

#body-filter .logo-icon .svg-icon.svg-icon-3x.logo-icon-truck svg {
    background-color: rgb(160, 170, 80) !important;
    border-radius: 50px !important;
}

#body-filter .logo-vendor img {
    width: 100%;
    height: 30px;
    margin-bottom: 1em;
}

#body-filter .star-rating .svg-icon.svg-icon-md svg {
    color: rgb(226, 243, 77) !important;
    border: rgb(24, 24, 24);
}

#body-filter .count-rating {
    padding: 0.5em;
    background-color: #105696;
}

#body-filter .border-right {
    border-right: #b3afaf;
    border-width: 80%;
    box-shadow: #0f0d0d;
}

#body-filter .btn.badge {
    width: 6rem !important;
    font-size: 0.8em;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-body {
    margin: 0 0 10px 0;
    margin-top: 20px;
}

.form-body form {
    width: 100%;
}

form .input-group-text {
    border-radius: 0 !important;
}

.form-group {
    margin-bottom: 0 !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    width: 15px;
    padding: 0px;
    margin: 0px;
}

.btn.btn-primary .svg-icon svg g [fill],
.btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text)
    .svg-icon
    svg:hover
    g
    [fill],
.btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text)
    .svg-icon
    svg
    g
    [fill],
.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled)
    .svg-icon
    svg
    g
    [fill],
.btn.btn-primary:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-primary.focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-primary:hover .svg-icon svg g [fill],
.btn.btn-primary:active .svg-icon svg g [fill],
.btn.btn-primary:visited .svg-icon svg g [fill],
.btn.btn-primary:focus .svg-icon svg g [fill] {
    fill: none;
}

.btn.btn-light .svg-icon svg g [fill],
.btn.btn-light:not(:disabled):not(.disabled):active:not(.btn-text)
    .svg-icon
    svg:hover
    g
    [fill],
.btn.btn-light:not(:disabled):not(.disabled):active:not(.btn-text)
    .svg-icon
    svg
    g
    [fill],
.btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled)
    .svg-icon
    svg
    g
    [fill],
.btn.btn-light:focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light.focus:not(.btn-text) .svg-icon svg g [fill],
.btn.btn-light:hover .svg-icon svg g [fill],
.btn.btn-light:active .svg-icon svg g [fill],
.btn.btn-light:visited .svg-icon svg g [fill],
.btn.btn-light:focus .svg-icon svg g [fill] {
    fill: none;
}

.active-form {
    display: "";
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

.custom-input-width {
    width: 35% !important;
}

.nonactive-form {
    display: none;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
