/***
====================================================================
	Global CSS
====================================================================
 ***/

.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}

body {
    position: relative;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-size: 0.8rem;
    padding: 0 !important;
}

.home.modal-open {
    overflow: visible !important;
}

.secondary-font {
    font-family: 'Oswald', sans-serif;
}

.form-control::placeholder {
    color: #999999;
    font-size: 0.8rem;
}

a:hover {
    text-decoration: underline;
}

.login-form .form-group {
    position: relative !important;
    margin-bottom: 1.5rem;
}

.form-group {
    position: relative !important;
    margin-bottom: 0.9rem;
}

/*.toggle-eye {*/
/*    position: absolute;*/
/*    right: 0.651rem;*/
/*    top: 1.2rem;*/
/*    color: #666666;*/
/*    width: 2.7897rem;*/
/*    text-align: center;*/
/*    line-height: 3rem !important;*/
/*}*/
.registration .toggle-eye-r {
    right: 0.3rem;
    top: 2.4rem;
}

.toggle-eye-r {
    position: absolute;
    right: 0.4rem;
    top: 1rem;
    color: #666666;
    width: 2.7897rem;
    text-align: center;
}

.toggle-eye:hover {
    color: #bb2044;
}

.table td, .table th {
    font-size: 14px;
}

select,
option {
    color: #454545;
}

.form-control.form-control-sm, .el-input__inner {
    border-color: #dbdeea !important;
    border-radius: 4px;
    padding: 0 0.4rem !important;
    margin: 0 !important;
    height: calc(1em + .6rem + 2px) !important;
}

.form-group label, label {
    font-size: 0.8rem;
    color: #000000 !important;
    font-weight: 500;
    margin-bottom: 0.2rem;
    vertical-align: middle;
    line-height: 1rem !important;
}

#frm_client_login label {
    color: #ffffff !important;
}

.btn {
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem;
}

.sent-notification.form-group label span {
    font-size: 13px !important;
}


.form-group .error-msg {
    position: absolute !important;
    left: 0.34rem;
    bottom: -1.01rem !important;
    font-size: 0.75rem !important;
    color: #e01227;
}

.login-form .error-msg {
    color: #fff;
    background-color: #bb192a;
    bottom: -18px !important;
    border-radius: 2px;
    padding: 0 10px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
}

ul {
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

p {
    font-size: 0.9rem;
    color: #707070;
    word-break: break-word;
    line-height: 1.5rem;
}

img {
    max-width: 100%;
}

textarea {
    overflow: hidden;
    appearance: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


/* .btn-sm {
    font-size: .75rem;
} */

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #283891;
}

::selection {
    color: #fff;
    background: #283891;
}

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

textarea {
    resize: none;
}

.form-control {
    color: #000000;
    font-size: 0.8rem;
    padding: .6rem;
    height: auto;
}

/*.login-form .form-control::placeholder {*/
/*    color: #000000;*/
/*}*/

.form-row > .col,
.form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid #dbdeea;
}

form {
    margin: 0;
}


/* .btn-group-sm>.btn,
.btn-sm {
    padding: .15rem .3rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem;
} */

.btn-primary {
    background-color: #283891 !important;
    border-color: #283891 !important;
    color: #ffffff !important;
}

.btn-primary-outline {
    background-color: transparent !important;
    border-color: #283891 !important;
    color: #283891 !important;
}

.btn-secondary {
    background-color: #BF1E2E !important;
    border-color: #BF1E2E !important;
    color: #ffffff !important;
}

.btn-secondary:hover {
    background-color: #AB1023 !important;
    border-color: #AB1023 !important;
    color: #ffffff !important;
}

.btn-dark2 {
    background-color: #666666 !important;
    border-color: #666666 !important;
    color: #ffffff !important;
}

.btn-dark2:hover {
    background: #222222 !important;
}

.btn-info {
    color: #FFF;
    background-color: #626262 !important;
    border-color: #626262 !important;
}

.btn-info:hover {
    color: #FFF;
    background-color: #4E4A4A !important;
    border-color: #4E4A4A !important;
}

.btn-warning {
    color: #FFF;
    background-color: #ff9900 !important;
    border-color: #ff9900 !important;
}

.btn-warning:hover {
    color: #FFF;
    background-color: #E58800 !important;
    border-color: #E58800 !important;
}

.btn-dark {
    background-color: #454545 !important;
    border-color: #454545 !important;
    color: #ffffff !important;
}

.btn-dark:hover {
    background: #222222 !important;
}

.bg-primary {
    background: #283891 !important;
}

.bg-secondary {
    background: #BF1E2E !important;
}


.bg-gray {
    background: #f1f1f1 !important;
}

.text-primary {
    color: #283891 !important;
}

.text-secondary {
    color: #BF1E2E !important;
}

.text-black {
    color: #000000 !important;
}

.btn-register {
    padding: 0.5rem 2.5rem !important;
}

.main-content {
    min-height: calc(100vh - 328px);
}

.sec-padding {
    padding: 3rem 0;
}

.bg-light {
    background: #F8F9FF !important;
}


/* .form-row .input-group-addon {
    top: 6px !important;
    position: absolute !important;
    right: 11px !important;
    color: #000;
    z-index: 9 !important;
} */

.input-group .fa {
    position: absolute !important;
    right: 0.5rem;
    top: 0.5rem !important;
    color: #707070 !important;
    z-index: 3 !important;
}

.find-tag {
    color: #2C3A8D;
    font-size: 0.8rem;
}

.find-tag:hover {
    color: #2C3A8D;
}

.col2 {
    min-width: 2.8rem;
    max-width: 2.8rem;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.col3 {
    min-width: 3.4rem;
    max-width: 3.4rem;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.col4 {
    min-width: 4rem;
    max-width: 4rem;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.col5 {
    min-width: 5rem;
    max-width: 5rem;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.col6 {
    min-width: 6rem;
    max-width: 6rem;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.col7 {
    min-width: 7rem;
    max-width: 7rem;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.col8 {
    min-width: 8rem;
    max-width: 8rem;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.col9 {
    min-width: 9rem;
    max-width: 9rem;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.col12 {
    min-width: 12rem;
    max-width: 12rem;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.date .form-control {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.text-underlline {
    text-decoration: underline;
}

.btn-sm-edit {
    padding: 0.2rem 0.7rem;
}

.preferences-info .form-row,
.tab-inner {
    padding-left: 0.5rem;
}

.bdr-right {
    border-right: 1px solid #dddddd;
}

/***
==============================================================
element ui
==============================================================
***/
.el-select .el-icon-circle-close {
    position: absolute !important;
    right: 1rem !important;
    top: 0;
}

.el-select .el-icon-arrow-up {
    display: block !important;
}

.el-dialog__title {
    font-size: 15px !important;
}

.el-dialog__footer {
    border-top: 1px solid #ddd !important;
    padding: 0.6rem 0.8rem !important;
    background: #f1f1f1;
}

.el-dialog__header {
    padding: 0.4rem 0.8rem !important;
    background: #283891 !important;
    color: #fff !important;
    border-color: #283891;
    font-size: 0.78rem !important;
    font-weight: 500;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.el-dialog__headerbtn {
    top: 7px !important;
    right: 10px !important;
}

.el-dialog__title {
    color: #ffffff !important;
}

.el-dialog__headerbtn .el-dialog__close {
    color: #ffffff !important;
}

.el-button--mini.is-circle {
    padding: 7px !important;
}

.el-form-item__content {
    line-height: 25px !important;
}

.el-upload__tip {
    display: none !important;
}

.el-dialog__body {
    padding: 18px !important;
    word-break: break-word !important;
    max-height: 75vh;overflow: auto
}

.el-table .cell {
    word-break: break-word !important;
}

.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label:before, .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
    content: '' !important;
    display: none !important;
}

.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:after {
    content: '*' !important;
    color: #F56C6C;
    margin-right: 4px;
}

.login-form .el-form-item__error {
    color: #f56c6c;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 0 !important;
}

.el-form-item__error {
    padding-top: 3px !important;
    left: 2px !important;
    color: #d60015 !important;
    font-size: 10px !important;
}

.upgrade-option .el-form-item__error {
    display: none;
}

.el-form-item__label {
    line-height: 1rem !important;
}

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

.el-select {
    width: 100%;
}

.el-form--label-top .el-form-item__label {
    padding: 0 !important;
}

.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
    /* background-color: #2A398F !important;*/
    /*color: #fff !important;*/
}

.el-select-dropdown__item.selected {
    /*background-color: #1C2C86 !important;*/
    color: #2A398F !important;
}

.el-input__prefix {
    left: 0px !important;
    top: -2px !important;
}

.el-input {
    font-size: 13px !important;
}

.el-input__icon {
    line-height: 25px !important;
}

.el-input--prefix .el-input__inner {
    padding-left: 28px !important;
}

.el-select-dropdown__item {
    font-size: 13px !important;
    padding: 0 10px !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #283891 !important;
    color: #FFF !important;
}

.el-upload-dragger:hover {
    border-color: #283891 !important;
}

.el-upload-dragger .el-upload__text em {
    color: #283891 !important;
    font-weight: bold;
}

.el-button--mini, .el-button--small {
    font-size: 12px !important;
    padding: 6px 8px !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-radio__input.is-checked .el-radio__inner {
    border-color: #283891 !important;
    background: #283891 !important;
}

.el-radio__input.is-checked + .el-radio__label, .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #000 !important;
    /*font-weight: 400;*/
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
    background-color: #F2F6FC !important;
    border-color: #DCDFE6 !important;
}

.el-input__suffix {
    right: -2px !important;
    transition: all .3s !important;
}

.el-step__title.is-finish {
    color: #283891 !important;
    font-weight: bold !important;
}

.el-step__head.is-finish {
    color: #283891 !important;

}

/***
====================================================================
Checkbox & Radio Button
==================================================================
***/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #000;
    font-weight: 400;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #454545;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:before {
    border: 1px solid #283891;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #283891;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* Check Box */

input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label:before {
    content: "\2714";
    border-radius: 0.2em;
    border: 0.1em solid #dbdeeb;
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.42em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    padding: 1px;
    line-height: 13px;
    position: relative;
    top: -2px;
    background: #fff;
}

input[type=checkbox] + label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked + label:before {
    background-color: #BF1E2E !important;
    border-color: #BF1E2E !important;
    color: #fff;
}

input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}


/***
====================================================================
Header
==================================================================
***/

.navbar {
    background-color: #ffffff;
    border-bottom: 0.1rem solid #283891;
    padding: 0 3rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /*z-index: 2001;*/
    z-index: 1050;
}

.nav-item {
    position: relative;
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    padding: 1.4rem 1rem !important;
}

.nav-link.active {
    background-color: #283891;
    color: #ffffff;
}

nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    margin: 0;
    min-width: 31rem !important;
}

.nav-item:hover .dropdown-menu {
    display: block !important;
}

.dropdown::after {
    margin-left: 6px;
}

nav .nav-item a {
    padding: 0.8rem;
    width: 100%;
    display: inline-block;
}

nav .dropdown-menu .nav-item {
    padding: 0;
    border-bottom: 1px solid #eff1fb;
}

nav .dropdown-menu .nav-item:hover a {
    color: #ffffff;
    text-decoration: none;
    background-color: #283891;
}

nav .dropdown-menu a {
    color: #000000;
}

.navbar-brand {
    padding: 0;
}

.navbar-nav .nav-link:hover {
    background-color: #283891;
    color: #ffffff;
}

.navbar-toggler {
    background-color: #be1d31;
    border: 1px solid #be1d31;
    border-radius: 0;
    color: #fff;
    font-size: 1rem;
}

.navbar-toggler .fa-close {
    display: none;
}

.navbar-toggler .fa-bars {
    display: block;
}

.navbar-toggler.in .fa-close {
    display: block;
}

.navbar-toggler.in .fa-bars {
    display: none;
}


/*
.navbar-collapse.show {
    position: absolute;
    background: #283891;
    width: 100%;
    left: 0;
    top: 4.87rem;
    z-index: 9;
    padding-bottom: 14px;
}

.navbar-collapse.show .nav-link {
    color: #ffffff;
} */


/***
====================================================================
slider
==================================================================
***/

.slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem 0;
    margin-top: 4.3rem;
    display: inline-block;
    width: 100%;
}

.login-form {
    border-radius: 0.5rem;
    color: #fff;
    display: inline-block;
    padding: 1rem;
    width: 100%;
}

.login-form .btn-login {
    padding: 0.6rem 2rem;
    text-transform: uppercase;
}

.login-form .register-link {
    font-weight: 500;
    text-decoration: underline;
    margin-left: 0.8rem;
}

.login-form a {
    color: #ffffff;
}

.login-form input[type=checkbox] + label:before {
    border: 0.1em solid #ffffff;
    background: #fff;
}

.login-form .form-control {
    border: 1px solid transparent;
    /* padding: 0.6rem 2.5rem; */
}

.login-form p {
    margin: 0.6rem 0 0 0;
}

.login-form h5 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.remember-me-control .error-msg {
    bottom: -0.51rem !important;
}

.slider-content h1 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.slider-content .list {
    margin-top: 2rem;
}

.slider-content .list li {
    color: #ffffff;
    font-size: 1.1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24);
}

.list li {
    font-size: 0.9rem;
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem !important;
}

.list-white li::before {
    color: #ffffff;
}

.list-primary li::before {
    color: #283891;
}

.list-secondary li::before {
    color: #bf1e2e;
}

.list-black li::before {
    color: #000000;
}

.list-gray li::before {
    color: #707070;
}

.list li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 1px;
}

.list li .fa {
    margin-right: 0.5rem;
}

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


/***
====================================================================
Best Country
==================================================================
***/

.best-country {
    background-color: #bf1e2e;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.best-country::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(191, 30, 46, 0.75);
    width: 70%;
    height: 100%;
    z-index: 0;
}

.best-country::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #EFF1FB;
    width: 30%;
    height: 100%;
    z-index: 1;
}

.best-country-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    padding: 2rem 0 0 0;
}

.best-country-content h2 {
    font-size: 2.3rem;
    font-family: 'Oswald', sans-serif;
}

.best-country-content h2 strong {
    margin-top: 0.5rem;
}

.best-country-content strong {
    width: 100%;
    display: block;
}

.best-country-list li {
    margin-bottom: 1rem;
}


/***
====================================================================
Track Shipment
==================================================================
***/

.track-shipment {
    z-index: 2;
    position: relative;
}

.track-shipment-content {
    background: #EFF1FB;
    padding: 2rem;
}

.track-shipment-content .input-group > .custom-select:not(:last-child),
.track-shipment-content .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}

.track-shipment-content h2 {
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.track-shipment p {
    color: #1A1A1A;
}

.track-shipment-content .input-group .form-control {
    border-color: #ffffff;
}

.track-shipment-content .input-group-text .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
}

.track-shipment-content .input-group-text {
    padding: 0;
    background-color: #BF1E2E !important;
    border-color: #BF1E2E !important;
}


/***
====================================================================
About Us
==================================================================
***/

.about-us {
    display: inline-block;
    width: 100%;
    padding: 1.5rem 0;
}

.about-us h2 {
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.start-us h2,
.save-on h2,
.quick-access h2 {
    margin-bottom: 1.2rem;
}

.quick-access-list li {
    margin-bottom: 1rem;
}

.quick-access-list li a {
    color: #000000;
    font-size: 1.05rem;
    width: 100%;
    display: inline-block;
}

.quick-access-list li a svg {
    margin-right: 0.2rem;
}

.save-on-list li {
    color: #283891;
    font-size: 1rem;
}

.save-on-list li a {
    color: #283891;
}


/***
====================================================================
Pickup Dropoff Box
==================================================================
***/

.pickup-dropoff-box {
    border: 1px solid #E6E6E6;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
}

.pickup-dropoff-box:hover .icon-img {
    background-color: #fff;
}

.pickup-dropoff-box:hover {
    background-color: #EFF1FB;
}

.pickup-dropof-icon {
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
}

.icon-img img {
    position: relative;
    top: 0.5rem;
}

.pickup-dropoff-box li p {
    margin-bottom: 0;
}

.pickup-dropoff-box li:last-child {
    margin-bottom: 0;
}

.pickup-dropoff-box .icon-img {
    background: #f1f1f1;
    height: 4.2rem;
    width: 4.2rem;
    display: inline-block;
    border-radius: 4.2rem;
    text-align: center;
    float: left;
}

.pickup-dropoff-title {
    padding-top: 10px;
    display: inline-block;
    margin-left: 1rem;
}

.pickup-dropoff-box ul {
    margin-top: 0.5rem;
}

.box-content {
    margin-bottom: 2rem;
}

.pickup-info .el-form-item__error, .shipping-date .el-form-item__error {
    position: relative !important;
}

/***
====================================================================
International Shipment
==================================================================
***/

.international-shipment {
    padding: 2rem 0;
    width: 100%;
    display: inline-block;
}

.inter-content-bg {
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2.3rem 1.4rem;
    color: #fff;
}

.inter-content {
    background-color: rgba(40, 56, 145, 0.7);
    padding: 1.5rem;
}

.inter-content .list li {
    font-size: 1.1rem;
}

.inter-content h4 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.box-content .pickup-dropoff-title {
    margin: 0;
    padding: 0;
}


/***
====================================================================
Footer
==================================================================
***/

footer {
    background: #262626;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.top-footer {
    padding: 2rem 0 1rem 0;
    width: 100%;
    display: inline-block;
}

footer h5 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 2rem;
}

footer h5::after {
    content: '';
    position: absolute;
    bottom: -0.95rem;
    height: 1px;
    left: 0;
    width: 30%;
    background: #f1f1f13d;
}

footer a {
    color: #ffffff;
}

footer p {
    margin: 0;
    color: #ffffff;
    font-size: 0.85rem;
}

.footer-link li {
    margin-bottom: 0.4rem;
}

.footer-link li a {
    color: #fff;
    font-size: 0.95rem;
    line-height: 28px;
    display: inline-block;
    font-weight: 300;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}

.footer-link li a::after {
    content: "ï„…";
    font-family: FontAwesome;
    position: absolute;
    left: -10px;
    color: rgb(255, 255, 255);
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}

.footer-link li:hover a::after {
    opacity: 1;
}

.btn-facebook:hover {
    background: #283891;
    color: #fff;
}

.btn-facebook {
    background: #204CAF;
    color: #fff;
    text-transform: capitalize;
    font-size: 1.1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-weight: 400;
    display: inline-block;
}

.btn-linked-in:hover {
    background: #09659A;
    color: #fff;
}

.btn-linked-in {
    background: #0E77B3;
    color: #fff;
    text-transform: capitalize;
    font-size: 1.1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-weight: 400;
    display: inline-block;
}

.btn-twitter:hover {
    background: #088DE1;
    color: #fff;
}

.btn-twitter {
    background: #27A2EF;
    color: #fff;
    text-transform: capitalize;
    font-size: 1.1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-weight: 400;
    display: inline-block;
}

.top-footer a.btn {
    min-width: 130px;
    max-width: 100%;
    text-align: left;
}

.btn-facebook i, .btn-twitter i, .btn-linked-in i {
    width: 26px;
}

.bottom-footer-link li {
    display: inline;
    padding: 0 0.5rem;
}

.bottom-footer {
    border-top: 1px solid #545454;
    padding: 0.81rem 0;
}

.bottom-footer-link a:hover {
    color: #ffffff;
}

/***
====================================================================
Breadcrumb Section
==================================================================
***/

.breadcrumb-section {
    padding: 4rem 0;
    margin-top: 4.3rem;
    display: inline-block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #fff;
}

.breadcrumb-section .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0.5rem 0;
}

.breadcrumb-section .breadcrumb li a {
    color: #ffffff;
}

.breadcrumb-section .breadcrumb li {
    padding: 0 0.25rem;
    color: #ffffff;
}


/***
====================================================================
Track Trace Shipment
==================================================================
***/

.track-trace-shipment {
    width: 100%;
    display: inline-block;
}


/***
====================================================================
How to Ship
==================================================================
***/

.how-ship-list.list li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.comment-list {
    margin-left: 5.5rem;
    margin-bottom: 1rem;
}

.comment-list li {
    position: relative;
    padding-bottom: 1rem;
}

span.step {
    position: absolute;
    top: 0.2rem;
    background: #283891;
    color: #fff;
    padding: 0.2rem 1.6rem 0.2rem 0.5rem;
    font-size: 0.85rem;
    left: -5.43rem;
    border-top-left-radius: 2.2rem;
    border-bottom-left-radius: 2.2rem;
}

.comment-list li::before {
    content: '';
    position: absolute;
    left: -2.395rem;
    top: 0;
    width: 2rem;
    background: #BE1D31;
    height: 2rem;
    border-radius: 2rem;
    border: 0.35rem solid #EFF1FB;
    z-index: 1;
}

.comment-list li:after {
    content: '';
    position: absolute;
    left: -1.5rem;
    top: 0;
    background: #BE1D31;
    height: 100%;
    width: 0.05rem;
    border-radius: 1rem;
}

.comment-list li:last-child::after {
    opacity: 0;
}

.comment-content {
    background: #EFF1FB;
    padding: 1rem;
    border-radius: 1.4rem;
    color: #000;
}

.comment-content p {
    margin: 0;
}


/***
====================================================================
Dangerous Goods
==================================================================
***/

.dangerous-goods p,
.importance-of-commercial p,
.shipping-insurance-claims p {
    color: #000000;
}


/***
====================================================================
Registration
==================================================================
***/

.regilogo {
    position: absolute;
    top: 3rem;
    left: 3rem;
}

.regi-left,
.regi-right {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.regi-left {
    width: 60%;
    float: left;
}

.regi-right {
    width: 40%;
    padding: 5rem;

    position: relative;
}

.regi-right::after {
    content: '';
    background: rgba(171, 16, 35, 0.7);
    z-index: 0;
    width: 300%;
    height: 200%;
    left: -3rem;
    position: absolute;
    transform: rotate(10deg);
}

.registration {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.registration-form h4 {
    text-transform: uppercase;
}

.registration-form-content {
    background: #fff;
    padding: 1.9rem;
    border-radius: 0.5rem;
}

.registration-form-content p {
    margin: 0;
    color: #000000;
}

.registration-form-content p a {
    color: #000000;
    font-weight: 600;
    text-decoration: underline;
}

.registration-form .back-to-home {
    text-align: center;
    display: block;
    color: #fff;
    padding: 1rem 0 0 0;
    font-size: 1rem;
}

.registration-form {
    position: relative;
    z-index: 9;
}

.registration-form h3 {
    color: #ffffff;
    text-transform: uppercase;
}

/***
====================================================================
Create Shipment page
==================================================================
***/


/* Mobile Tab*/

.mobile-tab {
    margin-top: -1rem;
}

.mobile-tab .btn-sidemenu {
    position: absolute;
    left: 0;
    z-index: 1;
    border-radius: 0;
    width: 100%;
    top: 4.4rem;
    right: 0;
}

.m-wizard-tab {
    margin: 0.5rem 0;
}

.mtab {
    display: none;
}

.mtab.m-active {
    display: block;
}

.m-active {
    background-color: #BE1D31;
    color: #ffffff;
    padding: 0.2rem;
    border-radius: 5rem;
    line-height: 1.4rem;
}

.m-step-no {
    background: #fff;
    color: #BE1D31;
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    display: inline-block;
    border-radius: 1.6rem;
    line-height: 1.5rem;
    padding-top: 0.04rem;
}


/* Mobile Tab*/

.shipping-date {
    /*padding-bottom: 9px;*/
}

.static-error .el-form-item__error {
    position: static !important;
}

.shipping-date-title {
    margin-top: 0.2rem;
    margin-bottom: 0;
}

.pickup-details-name {
    font-size: 0.9rem;
    margin-right: 1rem;
}

.pickup-details-email {
    font-size: 0.9rem;
    color: #707070;
    margin-right: 0.25rem;
}

.shipping-date .input-group .form-control {
    padding-left: 0.5rem !important;
}

.shipment-details .form-row label {
    font-weight: bold;
}

.step-btn {
    margin: 0 -3rem;
    padding: 0 2rem;
}

.step-btn .btn {
    padding: 0.5rem 2rem;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

.drop-off-schedule {
    float: left;
    margin-right: 1rem;
}

.send-confirmation-y-radio,
.send-confirmation-n-radio,
.schedule-pickup-radio label,
.drop-off-schedule label {
    font-size: 0.9rem;
    font-weight: normal !important;
}

.postalcode-find .fa,
.address-find .fa {
    margin-right: 0.5rem;
}

.btn-side-close {
    position: absolute;
    right: -2rem;
    text-shadow: none;
    opacity: 1;
    color: #fff;
    background: #be1d31;
    top: 0;
    width: 2rem;
    height: 2rem;
}

.sidebar {
    min-width: 12rem;
    max-width: 12rem;
    background: #283891;
    color: #fff;
    transition: all 0.3s;
    /*    position: fixed;*/
    /*    left: 0;*/
    height: 100vh;
    transition: all 0.5s ease-in-out 0s;
    margin-top: 4.43rem;
    padding-top: 1rem;
    z-index: 9;
}

.sidebar.in {
    left: 0;
    z-index: 9;
}

.overlay {
    position: relative;
    overflow: hidden;
}

.overlay::after {
    content: "";
    position: absolute;
    left: 0;
    top: -43px;
    height: 100%;
    width: 101%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.simplebar-content-wrapper {
    /* overflow: hidden scroll; */
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    background: #283891;
    padding: 0 !important;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 0;
    text-align: center !important;
    color: #fff;
    z-index: 985;
}

.btn-close:hover, .btn-close:focus {
    outline: none;
    color: #ffffff;
}

.btn-close .fa {
    padding: 0;
    margin: 0;
}

.sidebar a {
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.sidebar .fa {
    margin-right: 0.5rem;
}

.sidebar .dropdown-toggle:hover {
    text-decoration: none;
    cursor: pointer;
}

.sidebar .dropdown-toggle {
    position: relative;
}

.sidebar .dropdown-toggle::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 2rem;
    color: #ffffff;
    font-size: 0.8rem;
    border: none;
    /* opacity: 0; */
}

.sidebar .dropdown-toggle.collapsed::after {
    content: "";
    font-size: 0.8rem;
    font-family: FontAwesome;
}

.sidebar .list-unstyled ul {
    padding-left: 1rem;
}

.sidebar .list-unstyled ul a {
    font-size: 14px;
    padding: 0.5rem 1rem;
}

.content {
    width: 100%;
    padding: 1rem 1rem 0 1rem;
    min-height: calc(100vh - 361px);
    transition: all 0.3s;
    margin-top: 4.3rem;
    overflow: hidden;
}

.tracking-reference-add {
    text-transform: capitalize;
    margin-top: 0.2rem;
    display: block;
}


/*Shipment Tab*/

.upgrade-option p {
    font-size: 0.8rem;
}

.shipment-tab .form-control {
    color: #707070;
    font-size: 0.8rem;
}

.shipment-tab .nav-pills .nav-link {
    border-radius: 5rem;
    color: #fff;
    margin: 0 0.65rem;
    padding: 2px;
    background: #707070;
}

.step-complete {
    background: #283891 !important;
}

.shipment-tab .nav-pills .nav-link.active,
.shipment-tab .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #BE1D31 !important;
}

.shipment-tab .nav-pills .nav-link .step-count {
    color: #707070;
    background: #ffffff;
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    display: inline-block;
    border-radius: 1.4rem;
    font-size: 0.8rem;
    line-height: 1.6rem;
}

.shipment-tab .nav-pills .step-title {
    padding: 0.2rem 0.8rem 0.2rem 0.5rem;
    text-align: left;
    font-size: 0.75rem;
}

.shipment-tab .nav-pills .nav-link.active .step-count {
    color: #BE1D31;
}

.shipment-tab .nav-pills .nav-link.step-complete .step-count {
    color: #2C3A8D;
}

.tab-content {
    padding: 1rem 0 0 0;
}

.tab-title {
    background: #fff;
    padding: 0.5rem;
    margin-bottom: 0.4rem;
    border: 1px solid #2838912b;
}

.tab-title h5 {
    margin: 0;
    font-weight: 600;
    padding-top: 0.2rem;
}

/*.postalcode-find,*/
.address-find {
    /*padding-top: 1.7rem;*/
    display: inline-block;
}

.add-find,
.add-find:hover {
    display: block;
    color: #2C3A8D !important;
    font-size: 0.8rem;
    font-weight: 400 !important;
}


/* ship-from-content */

.ship-from-content h5 {
    font-weight: bold;
    font-size: 1.1rem;
}

.ship-from-content h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0;
}

.ship-from-content .notifications h5 span {
    color: #000000;
}

.ship-from-content .notifications span {
    color: #707070;
    font-weight: normal;
}

.notifications-email {
    position: relative;
    top: -0.5rem;
}

/* shipment-details */

.shipment-details h5 {
    font-weight: bold;
    margin: 0;
    font-size: 1.1rem;
}

.table-shipping th {
    font-size: 0.8rem;
    font-weight: 500;
}

.table-shipping th,
.table-shipping td {
    padding: 0.2rem;
}

.table-shipping td {
    border-bottom: 1px solid #DBDEEA;
}

.tab-content #select-quote .input-number-field .el-form-item__error {
    margin-top: -8px;
}


/* select-quote */

.select-quote span {
    /*color: #707070;*/
}

.available-rates table td.text-primary {
    font-size: 1.1rem;
}


.select-quote-address li {
    padding: 0.05rem 0;
}

.available-rates .table td .popover {
    position: absolute;
    top: 0;
    left: 0;
}

.available-rates .table th {
    font-size: 0.9rem;
    padding: 0.4rem;
    vertical-align: middle;
    word-break: break-word;
}

.available-rates .table td {
    font-size: 0.9rem;
    padding: 0.2rem;
    vertical-align: middle;
}

/*.available-rates .table td:nth-child(1) {
    padding-top: 0.8rem;
}*/

.table td,
.table th {
    padding: 0.5rem;
}

.available-rates [type="radio"]:checked + label:before,
.available-rates [type="radio"]:not(:checked) + label:before {
    top: -10px;
}

.available-rates [type="radio"]:checked + label:after,
.available-rates [type="radio"]:not(:checked) + label:after {
    top: -7px;
}

.payment-table {
    margin-top: 1rem;
    margin-bottom: 0.2rem;
}

.payment-table tr td {
    border: none;
    padding: 0.35rem;
}

.payment-table tr:last-child {
    border-top: 2px solid #DBDEEA;
    border-bottom: 1px solid #DBDEEA;
}

.payment-table tr td {
    font-size: 0.95rem;
}

.payment-table tr:last-child td {
    font-size: 1.2rem;
    font-weight: 600;
}


/* shipment-invoice */
/*Site Map*/

.site-map li {
    font-size: 1rem;
    line-height: 2;
}

.site-map a {
    color: #000000;
}

.table-address .btn-sm {
    margin-left: 1rem;
}

/*print-label*/

.shipment-invoice {
    background: #fff;
    border: 1px solid #DBDEEA;
    border-radius: 0.5rem;
    display: inline-block;
    width: 100%;
}

.print-label .btn-sm {
    padding: .35rem .5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.shipment-invoice span {
    color: #707070;
}

.invoice-header,
.invoice-footer,
.invoice-body {
    padding: 0.8rem 1rem;
}

.invoice-header {
    border-bottom: 1px dashed #DBDEEA;
}

.invoice-header h5 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.3rem;
}

.invoice-body p {
    font-size: 0.9rem;
    color: #000;
    line-height: 1rem;
    margin: 0.5rem 0;
}

.invoice-body h5 {
    font-size: 1.1rem;
}

.invoice-body h5 span,
.invoice-body li span {
    color: #000000;
}

.invoice-table {
    margin-top: 0.8rem;
    margin-bottom: 0;
}

.invoice-table th {
    background-color: #DBDEEA;
}

.invoice-table tr:last-child td:last-child span:first-child {
    color: #000000 !important;
}

.invoice-table tr:last-child td:last-child {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: right;
}

.invoice-table tr:last-child td:first-child {
    font-size: 0.8rem;
    font-weight: 500;
}

.invoice-footer {
    border-top: 1px solid #DBDEEA;
}

.invoice-footer h6 {
    font-weight: 400;
}

.invoice-footer p {
    font-size: 0.9rem;
    color: #707070;
    line-height: 1.3rem;
    margin-bottom: 0.3rem;
}

.contact-us {
    margin-bottom: 0.9rem;
}

.invoice-slip {
    border: 0.15rem dashed #dbdeeb;
    background: #fff;
    border-radius: 0.5rem;
    width: 100%;
    max-width: 29rem;
}

.invoice-slip img {
    filter: grayscale(0.9);
}

.packet-contact {
    font-weight: normal !important;
}

.packet-details {
    font-weight: normal !important;
    font-size: 0.9rem !important;
}

.invoice-slip span {
    font-size: 0.8rem;
    color: #707070;
    margin-bottom: 0.1rem;
}

.invoice-slip .form-row:nth-child(1) {
    border-bottom: 0.12rem solid #dbdeeb !important;
}

.invoice-slip .form-row:last-child {
    border: 0 !important;
}

.invoice-slip .form-row {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.invoice-slip label {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1rem;
    color: #000000;
}

.invoice-slip-body {
    padding: 0.3rem 0.8rem 0 0.8rem;
}

.invoice-slip-footer {
    background-color: #DBDEEA;
    padding: 0.4rem;
    color: #000000;
}

.invoice-slip-footer span {
    color: #000000;
}


/***
====================================================================
Thank you page
==================================================================
***/

.thankyou-content {
    padding: 8rem 0;
}

.thankyou-content .jumbotron {
    background: transparent;
}

.thankyou-content h1 {
    font-weight: 500;
}


/***
====================================================================
Address page
==================================================================
***/
.address-searchbar .input-group > .custom-select:not(:last-child),
.address-searchbar .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}

.address-searchbar .fa {
    left: 0.4rem !important;
    top: 0.7rem !important;
}

.address-searchbar .input-group .form-control {
    padding-left: 1.3rem !important;
}

.table-address.table-responsive {
    overflow-y: hidden;
}

.table-address td {
    vertical-align: top !important;
}

.table-address td,
.table-address th {
    font-size: 0.9rem;
}

.table-address .btn-sm {
    padding: .2rem 0.9rem !important;
    font-size: 0.7rem !important;
}

.table-address .el-table thead {
    color: #000000;
}

.table-address .el-table th,
.table-address .el-table tr,
.table-address .el-table__body-wrapper {
    overflow: hidden;
    position: relative;
    background: #f8f9ff;
}

.table-address .el-table td, .table-address .el-table th {
    padding: 0.4rem 0;
}


.address-note p {
    line-height: 1.2rem;
    color: #454545;
}

.address-upload {
    width: 100%;
    max-width: 100%;
}

.address-upload .address-upload-inner {
    border: 0.2rem dashed #ddd;
    text-align: center;
    color: #454545;
    border-radius: 0.5rem;
    position: relative;
    padding: 1.8rem;
    font-weight: 400;
    font-size: 1rem;
}

.address-upload .address-upload-inner input[type="file"] {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.add-address .modal-header {
    padding: 0.8rem;
}

.add-address textarea {
    height: 90px;
}

.add-address .modal-content {
    border: 0;
}

.modal-dialog {
    max-width: 690px;
}

.table-shipments small {
    text-transform: uppercase;
    font-weight: 500;
}

.address-upload .el-upload-dragger .el-icon-upload {
    font-size: 40px !important;
    line-height: 1.5rem !important;
    margin: 0 !important;
}

.address-upload .el-upload-dragger {
    width: 100%;
    height: auto;
    padding: 1.4rem;
}

.el-upload,
.el-upload-dragger * {
    width: 100%;

}

.import-address section h5 {
    color: #393939 !important;
    font-size: medium;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.51rem;
    margin-bottom: 0.8rem;
    font-weight: bold;
}

.import-address .el-dialog {
    margin-top: 6vh !important;
}

.import-address section {
    border-top: 1px solid #dddddd;
    /* padding-top: 0.5rem; */
}

.import-address .el-dialog__body {
    padding: 0 !important;
}

.el-upload-list {
    margin: 0 0 0.8rem 0 !important;
}

.dialog-footer {
    background: #f1f1f1;
    padding: 0.8rem;
}

.address-body {
    padding: 1rem;
    max-height: 72vh !important;
    overflow: auto;
}

.import-step-3 .el-form-item__label {
    position: relative !important;
    top: 7px !important;
}

.import-step-3 .card-header {
    padding: .4rem .5rem !important;
}

.import-step-3 .card-header span.mb-2 {
    position: relative !important;
    top: 4px !important;
}

.user {
    background: #283891;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2rem;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    line-height: 3.5rem;
}

/***
====================================================================
privacy-statement
==================================================================
***/

.list-disc {
    list-style: disc;
}

.privacy-statement h5 {
    margin-bottom: 0.5rem;
}

.privacy-statement p {
    color: #000000;
}

.privacy-statement p,
.privacy-statement ul {
    margin-bottom: 0.8rem !important;
}

.number-li {
    list-style-type: decimal;
}

.number-li li {
    margin-left: 1.2rem !important;
}

.privacy-statement li a {
    color: #000000;
}

.mtmin-1 {
    margin-top: -0.5rem;
}

.btn-custome-info {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #000 !important;
    font-size: 1rem !important;
    margin-top: 0 !important;
}

.btn-product-info {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    margin-top: 0 !important;
}

.btn-product-info.dark {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #283891 !important;
    margin-top: 0 !important;
}

/*=====================
    tracking shipment step
======================*/
.tracking-shipment .step {
    list-style: none;
    margin: .2rem 0;
    width: 100%;
}

.tracking-shipment .step .step-item {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    position: relative;
    text-align: center;
}

.tracking-shipment .step .step-item:not(:first-child)::before {
    background: #283891;
    content: "";
    height: 6px;
    left: -50%;
    position: absolute;
    top: 15px;
    width: 100%;
}

.tracking-shipment .step .step-item a {
    color: #020202;
    display: inline-block;
    padding: 41px 10px 0;
    text-decoration: none;
    font-size: 1rem;
}

.tracking-shipment .step .step-item a::before {
    background: #283891;
    border: .15rem solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.7rem;
    left: 50%;
    position: absolute;
    top: .2rem;
    transform: translateX(-50%);
    width: 1.7rem;
    z-index: 1;
}

.tracking-shipment .step .step-item.active a::before {
    background: #fff;
    border: .2rem solid #283891;
}

.tracking-shipment .step .step-item.active ~ .step-item::before {
    background: #e7e9ed;
}

.tracking-shipment .step .step-item.active ~ .step-item a::before {
    background: #e7e9ed;
}

.shipment-detail-whitebox ul.timeline {
    list-style-type: none;
    position: relative;
}

.shipment-detail-whitebox ul.timeline:before {
    content: ' ';
    background: #bfbfbf;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

.shipment-detail-whitebox ul.timeline > li {
    margin: 20px 0;
    padding-left: 44px;
}

.shipment-detail-whitebox ul.timeline > li:before {
    content: ' ';
    background: #283891;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 23px;
    width: 14px;
    height: 14px;
    z-index: 400;
}

.nickname-find {
    right: 0;
    top: -5px;
    position: absolute;
    z-index: 22;
}

/*=====================================
        user dashboard css
======================================*/
.info-box {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: .25rem;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .5rem;
    position: relative;
    width: 100%;
}

.info-box .fa {
    color: #ffffff;
}

.info-box .info-box-icon {
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}

.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 120%;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}

.info-box .info-box-text, .info-box .progress-description {
    display: block;

}

.info-box .info-box-text {
    font-size: 1.2rem;
    font-weight: bold;
}

.info-box .info-box-number {
    display: block;
    margin-top: 0.71rem;
    font-weight: 500;
    opacity: 0.5;
    font-size: 1rem;
}

.card-header .card-tools {
    float: right;
    margin-right: .625rem;
}

.card-title {
    float: left;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.card-header .btn-tool {
    background: 0 0;
    color: #ffffff;
    font-size: 1.5rem !important;
    padding: 0 .5rem !important;
}

.card-title32 {
    padding-top: 0.3rem !important;
    padding-left: 0.2rem !important;
}

.card-header2 {
    padding: 0.21rem !important;
}

.card-header2 .btn {
    color: #283891 !important;
    padding: 0.1rem 0.5rem !important;
    background: #fff;
    font-size: 0.8rem !important;
    position: relative;
    left: 8px;
}

.text-nowrap {
    white-space: nowrap !important;
}

.table.table-head-fixed thead tr:nth-child(1) th {
    background-color: #fff;
    border-bottom: 0;
    box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 2;
}

/**/
/*
 *  STYLE 3
 */

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #c1c1c1;
}

.style-3::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.matched-address p {
    color: #000000 !important;
}

.user {
    text-transform: uppercase !important;
}

.user-title {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
}

.user-title span {
    opacity: 0.8;
}

.user-title h5 {
    margin-bottom: 0 !important;
}

.carrier-info label.el-checkbox.d-block {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    font-size: 1rem;
    box-shadow: 0 2px 15px rgba(40, 78, 102, 0.1);
}

.carrier-info .el-checkbox__label {
    font-size: 16px;
}

.checkbox-to-toggle .el-checkbox__input {
    float: right;
    color: #000000;
}

.checkbox-to-toggle .el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    background-color: #DEE1E6;
    z-index: 1;
    transition: 0.2s all;
    margin: 0 !important;
    border-radius: 11rem;

}

.checkbox-to-toggle .el-checkbox__inner::after {
    box-sizing: content-box !important;
    content: "" !important;
    border: none !important;
    background: #fff !important;
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2));
    left: 2px;
    position: absolute !important;
    top: 1px !important;
    transform: rotate(0);
    transition: 0.2s all !important;
    transform-origin: center !important;
    border-radius: 1.72rem !important;
}

.checkbox-to-toggle .el-checkbox__input.is-checked .el-checkbox__inner::after {
    left: 26px;
}

.checkbox-to-toggle .el-checkbox__label {
    font-size: 16px;
    padding: 0;
    color: #000;
}

.checkbox-to-toggle .el-checkbox__inner:hover {
    border-color: #dee1e6;
}

.complete-add-find,
.complete-add-find:hover {
    margin-top: 1.6rem;
    display: block;
    color: #283891;
}

.pick-info .el-button--info, .pick-info .el-button--info:hover, .pick-info .el-button--info:focus, .pick-info .el-button--info.isActive {
    background: transparent !important;
    color: #4a4a4a;
    padding: 0 !important;
    border: none !important;
    position: absolute !important;
    top: -15px !important;
    right: 0 !important;
    font-size: 0.7rem !important;
}

.el-tooltip__popper.is-light {
    background: #f1f1f1 !important;
    border: 1px solid #dddddd !important;
}

.vdmt {
    margin-top: 1.2rem !important;
}

.el-radio__label,
.el-checkbox__label, .el-form-item__label,
.vw-noti .el-form-item__label {
    font-size: 13px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

/*.ship-freight .el-form-item__error {
    position: absolute !important;
    border-radius: 4px;
    background: green;
    display: flex;
    justify-content: center;
    padding-left: 0.5rem;
    font-size: 0.8rem !important;
    line-height: 1.5rem;
    padding-right: 0.5rem;
    top: -32px;
    left: 0 !important;
}*/
.freight-profile-input li {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}


ul.shipment-details-radio.freight-profile-input {
    width: 27rem;
}

/*.ship-freight  .el-form-item {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}
*/
.ship-freight .el-form-item__label {
    text-align: left !important;
    padding-top: 0.2rem !important;
}

.freight-profile-input li {
    padding: 1px;
    display: inline-block;
    width: 100%;
    margin: 0.25rem 0;
}

.freight-profile-input .el-form-item__error {
    top: 85%;
}

.ship-freight .el-input-number__decrease,
.ship-freight .el-input-number__increase {
    background: #ffffff;
}

.ship-freight .el-input-number--small .el-input-number__decrease,
.ship-freight .el-input-number--small .el-input-number__increase {
    width: 32px;
    font-size: 13px;
    height: 23px;
}

.ship-freight .el-input-number--small {
    width: 130px;
    line-height: 26px;
}

.freight-profile-input2 .el-input-number--small .el-input-number__decrease,
.freight-profile-input2 .el-input-number--small .el-input-number__increase {

    /*border-top: 1px solid #DCDFE6;*/
}

.freight-table .el-input-number__decrease,
.freight-table .el-input-number__increase {
    border-top: 1px solid #DCDFE6;
}

.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
    background-color: #283891 !important;
    color: #fff !important;
}

.el-scrollbar__bar.is-vertical {
    background-color: #DDE2E8 !important;
    right: 0;
}

.el-scrollbar__bar {
    opacity: 1 !important;;
}

.el-scrollbar__thumb {
    background-color: #283891 !important;
}

.el-select .el-input__inner::placeholder {
    color: #222222 !important;
}

.el-scrollbar__bar.is-vertical {
    width: 8px !important;;
}

.el-scrollbar__thumb:hover {
    background-color: #BF1E2E !important;;
}

.el-autocomplete-suggestion li.highlighted {
    background-color: #283891 !important;
    color: #fff !important;
}

.el-input__inner, .el-checkbox__inner {
    border: 1px solid #9AA1B1 !important;
}

.el-input.is-disabled .el-input__inner {
    background-color: #E0E0E0 !important;
    border-color: #C3C3C3 !important;
    color: #666 !important;
}

.tab-content .el-input-number {
    width: auto !important;
}

.el-input-number {
    line-height: initial !important;
}

.el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #283891 !important;
    box-shadow: 0 0 0 0.15rem rgb(40 56 145 / 30%);
}

.is-error input.el-input__inner {
    border: 1px solid #bf1e2e85 !important;
    box-shadow: 0 0 0 0.15rem rgb(191 30 46 / 10%);
}

.bg-address-block {
    background-color: rgb(39 55 144 / 8%);
    padding: 10px 20px !important;
    margin: 10px 0;
    border-radius: 5px;
}

.bg-address-inline-block {
    background-color: rgb(39 55 144 / 8%);
    padding: 10px 20px !important;
    display: inline-block;
    margin: 10px 0;
    border-radius: 5px;
}

.min-w-100px {
    min-width: 100px;
}
.upgrade-option1 .add-find{
    padding-top: 15px;
}
.trade-assistant .el-form-item--feedback{
    padding: 0 0 10px;
}
.trade-assistant .el-form-item--feedback .el-form-item__error{
    top: 75% !important;
}
.el-popover-block p:last-child{
    margin: 0;
}
.el-popover.el-popper{
    padding: 0px !important;
}
.el-popover__title {
    color: #409EFF !important;
    padding: 10px;
    margin: 0 !important;
    background: #ecf5ff;
    border: 1px solid #b3d8ff;
}
.el-popover-block{
    padding: 10px;
}

.external-link-icon:after {
    content: "\f08e";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    padding-left: 3px;
}

.badge {
    font-weight: 400;
}
.badge-primary {
    background-color: #283891;
}

.el-loading-mask {
    background: rgba(40, 56, 145, .1) !important;
}
.el-loading-spinner {
    position: fixed !important;
    width: 88% !important;
}
.loader-blue .el-loading-spinner {
    width: auto !important;
    left: 45%;
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
}
.loader-blue .el-loading-spinner .path {
    stroke: #bf1e2e;
}

.loader-blue .el-loading-spinner .el-loading-text{
    color: #bf1e2e;
}

.el-autocomplete {width: 100%}
.ac-popper-class {width: 250px !important;}
