:root{
    --app-font-family: "ReadexPro";
}
@font-face {
    font-family: "ReadexPro";
    src: url("../fonts/ReadexPro-Regular.ttf");;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ReadexPro";
    src: url("../fonts/ReadexPro-Medium.ttf");
    font-weight: bold;
    font-style: normal;
}
.transition {
    transition: all ease-in-out 0.2s;
}
.d-flex {
    display: flex;
}
.pl-0 {
    padding-left: 0;
}
.m-0 {
    margin: 0;
}
.justify-center {
    justify-content: center;
}
.ma-0 {
    margin: 0 !important;
}
.justify-content-between {
    justify-content: space-between;
}
.pr-0 {
    padding-right: 0;
}
body {
    font-family: var(--app-font-family);
    background-image: url("../img/BackGround.jpg") !important;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--app-font-family);
}
a {
    cursor: pointer;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
body .form-control {
    height: 30px;
}
body,
input,
textarea,
select,
button,
body .btn,
body .el-input,
body .el-select .el-input .el-select__caret {
    font-size: 14px;
}
.panel-title {
    font-size: 16px;
}
body .btn {
    padding: 3px 18px;
    margin-right: 5px;
}
body .btn.pull-right {
    margin-right: 0;
    margin-left: 5px;
}
body .btn.login {
    padding: 10px 16px;
    font-size: 18px;
}
body .el-input__icon {
    line-height: 15px;
    font-size: 14px;
}
body .panel-group {
    margin-bottom: 10px;
}
.panel-group .panel {
    margin-bottom: 5px;
}
body label {
    font-weight: normal;
}
body .h4,
body .h5,
body .h6,
body h4,
body h5,
body h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}
body .el-input__inner {
    height: 30px;
}
body .form-control {
    height: 30px;
    border-radius: 5px;
    border-color: #ccc;
}
body textarea.form-control {
    height: auto;
}
.checkbox label,
.radio label {
    padding-left: 0;
}
body .el-input__inner,
.el-input__inner,
body .el-select,
body .el-select .el-input,
body .el-select .el-input .el-input__inner {
    height: 30px !important;
    border-radius: 5px;
    border-color: #ccc;
}
.el-select .el-input .el-select__caret {
    color: #cccccc;
}
body .table {
    margin-bottom: 10px;
}
.text-muted {
    color: #999999;
}
.text-muted2 {
    color: #666;
}
.text-muted3 {
    color: #0c4e87;
}
.text-success {
    color: #39b54a;
}
.text-warning {
    color: #ffe900;
}
.text-danger {
    color: #ff0000;
}
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
    font-size: 10px;
    border-radius: 2px;
    padding: 1px 2px;
}
.bg-primary {
    color: #2d2d2d;
    background-color: #b3b3b3;
}
.bg-success {
    color: #fff;
    background-color: #39b54a;
}
.bg-warning {
    color: #2d2d2d;
    background-color: #ffe900;
}
.bg-danger {
    color: #fff;
    background-color: #ff0000;
}
.panel {
    border-radius: 6px;
}
.panel-success {
    border-color: #39b54a;
}
.panel-warning {
    border-color: #ffe900;
}
.dot {
    height: 12px;
    width: 12px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
}
.dot-success {
    background-color: #39b54a;
}
.dot-warning {
    background-color: #ffe900;
}
.dot-danger {
    background-color: #ff0000;
}
.dot-primary {
    background-color: #b3b3b3;
}
.dot-success,
.dot-warning,
.dot-danger,
.dot-primary {
    position: absolute;
    top: -3px;
    left: -3px;
}
body {
    background-color: #ecf0f5;
}
.form-horizontal .control-label {
    font-weight: normal;
    white-space: normal;
    text-align: left;
}
.box {
    border-top: 3px solid #ffce00;
}
.main-header .sidebar-toggle:before {
    content: "\f039";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
table .action-column {
    text-align: center;
}
.btn-primary {
    background-color: #0c4e87;
    color: #ffce00;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background-color: #ffce00;
    color: #fff;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #ffce00;
    color: #fff;
}
.btn-default {
    background-color: #b6b6b6;
    color: #454545;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #333;
    color: #fff;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    background-color: #333;
    color: #fff;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #333;
    color: #fff;
}
body .btn-group-lg > .btn,
body .btn-lg {
    font-size: 18px;
    padding: 15px 25px;
}
.open > .dropdown-menu {
    display: block;
    max-height: 250px;
    overflow: auto;
}
.p-2 {
    padding: 20px;
}
.btn-c-primary {
    background-color: #003e6b;
    color: #eeeff0;
}
.btn-c-primary:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #0e4d7b;
    color: #eeeff0;
}
a.underline-link {
    text-decoration: underline;
}
a.text-primary {
    cursor: pointer;
    color: #0c4e87;
}
a.text-primary:hover {
    color: #ffce00;
}
a.text-danger {
    color: #ff0000;
    cursor: pointer;
}
a.text-danger:hover {
    color: #ff0000;
}
body .el-upload__input {
    display: none;
}
body .el-date-editor.el-input,
body .el-date-editor.el-input__inner,
body .el-select {
    width: 100%;
}
body .el-autocomplete,
body .el-input-number {
    width: 100%;
}
body .el-input-number {
    line-height: inherit;
}
body .el-input-number.is-controls-right .el-input-number__decrease,
body .el-input-number.is-controls-right .el-input-number__increase {
    line-height: 14px;
}
body .has-error .form-control,
.input-group.has-error .input-group-addon {
    border-color: #dd4b39;
}
.checkbox-inline.no_indent,
.checkbox-inline.no_indent + .checkbox-inline.no_indent {
    margin-left: 0;
    margin-right: 10px;
}
.checkbox-inline.no_indent:last-child {
    margin-right: 0;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 5px !important;
}
.mt-2 {
    margin-top: 10px !important;
}
.mt-3 {
    margin-top: 15px !important;
}
.mt-4 {
    margin-top: 20px !important;
}
.mt-5 {
    margin-top: 25px !important;
}
.mt-6 {
    margin-top: 30px !important;
}

.mt-8 {
    margin-top: 40px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 5px !important;
}
.mb-2 {
    margin-bottom: 10px !important;
}
.mb-3 {
    margin-bottom: 15px !important;
}
.mb-4 {
    margin: 0;
    margin-bottom: 20px !important;
}
.mb-5 {
    margin-bottom: 25px !important;
}
.mb-6 {
    margin-bottom: 30px !important;
}
.mb-7 {
    margin-bottom: 40px !important;
}
.mb-8 {
    margin-bottom: 50px !important;
}
.ml-1 {
    margin-left: 5px !important;
}
.ml-2 {
    margin-left: 10px !important;
}
.ml-3 {
    margin-left: 15px !important;
}
.ml-4 {
    margin-left: 20px !important;
}
.ml-5 {
    margin-left: 25px !important;
}
.mr-1 {
    margin-right: 5px !important;
}
.mr-2 {
    margin-right: 10px !important;
}
.mr-3 {
    margin-right: 15px !important;
}
.mr-4 {
    margin-right: 20px !important;
}
.mr-5 {
    margin-right: 25px !important;
}
.pr-13 {
    padding-right: 3px !important;
}
.pr-1 {
    padding-right: 5px !important;
}
.pr-2 {
    padding-right: 10px !important;
}
.pr-3 {
    padding-right: 15px !important;
}
.pr-4 {
    padding-right: 20px !important;
}
.pr-5 {
    padding-right: 25px !important;
}
.p-0 {
    padding: 0 !important;
}
.pl-13 {
    padding-left: 3px !important;
}
.pl-1 {
    padding-left: 5px !important;
}
.pl-2 {
    padding-left: 10px !important;
}
.pl-3 {
    padding-left: 15px !important;
}
.pl-4 {
    padding-left: 20px !important;
}
.pl-5 {
    padding-left: 25px !important;
}
.font-size-huge {
    font-size: 40px;
}
.font-size-big {
    font-size: 32px;
}
.font-size-bigger {
    font-size: 24px;
}
.font-size-medium {
    font-size: 19px;
}
.font-size-default {
    font-size: 14px;
}
.font-size-smaller {
    font-size: 12px;
}
.font-size-small {
    font-size: 12px;
}
.text-size1 {
    font-size: 36px;
}
.text-size2 {
    font-size: 30px;
}
.text-size3 {
    font-size: 24px;
}
.text-size4 {
    font-size: 18px;
}
.text-size5 {
    font-size: 14px;
}
.text-size6 {
    font-size: 12px;
}
.d-block {
    display: block !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
table.bordered {
    border-collapse: separate !important;
    border-spacing: 0 10px;
    width: 100%;
}
.bordered td,
.bordered th {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    text-align: left;
}
.bordered td {
    background-color: #eaeaea;
    box-shadow: 0px 6px #ccc !important;
    padding: 0 4px 6px 4px;
    vertical-align: top;
}
.bordered td.action-column {
    vertical-align: middle;
}
.bordered th {
    font-size: 18px;
    font-weight: normal;
    background-color: #fffdff;
    color: #0c4e87;
}
.bordered tfoot td {
    background-color: #fff;
    font-size: 18px;
    color: #0c4e87;
    padding: 10px 10px 10px 10px;
}
.bordered td:first-child,
.bordered th:first-child {
    border-left: 1px solid #eaeaea;
}
.bordered td:last-child,
.bordered th:last-child {
    border-right: 1px solid #eaeaea;
}
.bordered th:first-child,
.bordered tr td:first-child {
    -moz-border-top-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.bordered th:last-child,
.bordered tr td:last-child {
    -moz-border-top-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.bordered th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bordered .panel {
    margin-bottom: 0;
    border-radius: 6px;
    border-collapse: collapse;
}

@media (min-width: 992px) {
    .bordered td > div,
    .bordered .panel {
        height: 100%;
    }

    .bordered td {
        height: 1px;
    }
    @-moz-document url-prefix() {
        .bordered td {
            height: 100%;
        }

        .bordered td > div,
        .bordered .panel {
            display: inline-table;
            width: 100%;
        }
    }
}
.bordered .h1,
.bordered .h2,
.bordered .h3,
.bordered h1,
.bordered h2,
.bordered h3 {
    margin-top: 2px;
    margin-bottom: 2px;
}
.bordered .h4,
.bordered .h5,
.bordered .h6,
.bordered h4,
.bordered h5,
.bordered h6 {
    margin-top: 2px;
    margin-bottom: 2px;
}
.bordered .h2,
.bordered h2 {
    font-size: 16px;
    font-weight: bold;
    color: #0c4e87;
}
.bordered .h3,
.bordered h3 {
    font-size: 14px;
}
.bordered .h4,
.bordered h4 {
    font-size: 12px;
}
.bordered .h5,
.bordered h5 {
    font-size: 10px;
}
.bordered .status-row {
    display: flex;
    align-items: center;
}
.bordered .status-grid {
    border-right: solid 3px #000;
    width: 80%;
    padding: 0 5px;
}
.bordered .total-status {
    width: 20%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
}
.bordered .status-grid p {
    margin-bottom: 4px;
}
.bordered .status-grid > row > div:last-child p {
    margin-bottom: 0px;
}
.bordered .status-grid .row {
    margin-right: -5px;
    margin-left: -5px;
}
.bordered .status-grid .col-lg-1,
.bordered .status-grid .col-lg-10,
.bordered .status-grid .col-lg-11,
.bordered .status-grid .col-lg-12,
.bordered .status-grid .col-lg-2,
.bordered .status-grid .col-lg-3,
.bordered .status-grid .col-lg-4,
.bordered .status-grid .col-lg-5,
.bordered .status-grid .col-lg-6,
.bordered .status-grid .col-lg-7,
.bordered .status-grid .col-lg-8,
.bordered .status-grid .col-lg-9,
.bordered .status-grid .col-md-1,
.bordered .status-grid .col-md-10,
.bordered .status-grid .col-md-11,
.bordered .status-grid .col-md-12,
.bordered .status-grid .col-md-2,
.bordered .status-grid .col-md-3,
.bordered .status-grid .col-md-4,
.bordered .status-grid .col-md-5,
.bordered .status-grid .col-md-6,
.bordered .status-grid .col-md-7,
.bordered .status-grid .col-md-8,
.bordered .status-grid .col-md-9,
.bordered .status-grid .col-sm-1,
.bordered .status-grid .col-sm-10,
.bordered .status-grid .col-sm-11,
.bordered .status-grid .col-sm-12,
.bordered .status-grid .col-sm-2,
.bordered .status-grid .col-sm-3,
.bordered .status-grid .col-sm-4,
.bordered .status-grid .col-sm-5,
.bordered .status-grid .col-sm-6,
.bordered .status-grid .col-sm-7,
.bordered .status-grid .col-sm-8,
.bordered .status-grid .col-sm-9,
.bordered .status-grid .col-xs-1,
.bordered .status-grid .col-xs-10,
.bordered .status-grid .col-xs-11,
.bordered .status-grid .col-xs-12,
.bordered .status-grid .col-xs-2,
.bordered .status-grid .col-xs-3,
.bordered .status-grid .col-xs-4,
.bordered .status-grid .col-xs-5,
.bordered .status-grid .col-xs-6,
.bordered .status-grid .col-xs-7,
.bordered .status-grid .col-xs-8,
.bordered .status-grid .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}
.bordered .action-column {
    text-align: end;
}
.vertical-dots:after {
    content: "\2807";
    font-size: 35px;
    cursor: pointer;
    color: #ccc;
}
.vertical-dots:hover::after {
    color: #6e6e6e;
}
.vertical-dots.text-muted:after {
    color: #999;
}
.vertical-dots.small-dots:after {
    font-size: 21px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
@media (max-width: 767px) {
    body .table-responsive {
        border: none;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        overflow-x: auto;
        overflow-y: visible;
    }
    .scroll-x {
        overflow-x: scroll !important;
    }
}
.w-100 {
    width: 100% !important;
}
.table-responsive {
    overflow-y: visible;
}
.bordered .foot-nested {
    width: 100%;
}
.bordered .foot-nested td,
.bordered .foot-nested th {
    border-width: 0 0 0 0;
}
.bordered .foot-nested td {
    box-shadow: none !important;
    padding: 2px 6px 2px 6px;
}
.bordered .panel-body {
    padding: 5px 10px;
}
.pagination-wrapper {
    padding: 10px 0px 10px 3px;
    text-align: right;
}
body .el-pagination {
    padding: 2px 0;
}
body .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #0c4e87;
    color: #fff;
}
body .el-pagination.is-background .el-pager li:not(.disabled):hover {
    background-color: #0c4e87;
    color: #fff;
}
body .el-pagination.is-background .btn-next,
body .el-pagination.is-background .btn-prev,
body .el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #fff;
    color: #0c4e87;
    min-width: 30px;
    border-radius: 6px;
}
body .el-pagination.is-background .btn-next {
    margin: 0 0 0 5px;
}
.wizard-container {
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px#ddd;
}
.wizard-header {
    background-color: #0c4e87;
    color: #fff;
    padding: 15px 15px 5px 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.wizard-body {
    padding: 15px;
}
.p-1px {
    padding: 1px;
}
@media (max-width: 415px) {
    .f1 {
        padding-bottom: 20px;
    }
    .f1-buttons button {
        margin-bottom: 5px;
    }
}
.d-flex-center {
    display: flex;
    justify-content: center;
}
.cursor-pointer {
    cursor: pointer;
}
.el-dialog.dialog-lg {
    width: 70%;
}
#login {
    padding: 100px 0;
    font-size: 14px;
}
body #login input[type="text"].form-control,
body #login input[type="password"].form-control {
    height: 45px;
    color: #fff !important;
    background-color: rgba(21, 2, 4, 0.9) !important;
    border: none;
    border-radius: 0;
}
body #login .form-group.has-error .form-control {
    border: solid 1px #dd4b39;
}
#login input:-webkit-autofill,
#login input:-webkit-autofill:hover,
#login input:-webkit-autofill:focus,
#login input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgba(21, 2, 4, 0.9) inset !important;
    box-shadow: 0 0 0 30px rgba(21, 2, 4, 0.9) inset !important;
    background-color: rgba(21, 2, 4, 0.9) !important;
}
#login input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}
body #login .control-label {
    color: #fff;
    margin-bottom: 9px;
}
body #login .h3,
body #login h3 {
    font-size: 16px;
}
body #login .form-group {
    margin-bottom: 25px;
}
#login .upper-container {
    background-color: rgba(21, 2, 4, 0.5);
    padding: 45px 75px;
}
.vertical-5p {
    padding-top: 5%;
}
#login .logo {
    width: 15em;
    padding: 1em 3em 0em 3em;
}
#login h3.title {
    margin-bottom: 45px;
    color: #fff;
}
#login .input-group span.input-group-addon {
    width: 2em;
}
#login .btn-login {
    background-color: #ffce00;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0;
}
#login .input-group-addon i {
    height: 15px;
    width: 15px;
}
body #login .btn-group-lg > .btn,
.btn-lg {
    padding: 6px 12px;
}
.label-c-warning {
    color: black;
    background-image: linear-gradient(to right, #facc04, #facc04, #fed953, #fed953, #fed953);
}
.panel-danger {
    border-color: #ff0000 !important;
}
.el-tree-node__expand-icon.el-icon-caret-right.is-leaf {
    display: none !important;
}
.radio-custom .cr {
    border-radius: 50%;
}
.el-custom-ddl {
    padding: 0 5px;
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
}
.el-custom-ddl li {
    margin-top: 0 !important;
}
.el-custom-ddl li a {
    display: block;
}
.el-custom-ddl li::before {
    display: none !important;
}
.d-none {
    display: none !important;
}
.border-0 {
    border-width: 0;
}
.notFound {
    padding: 10em;
    color: white;
}
.panel {
    padding: 1rem;
}
.help-block {
    height: 10px;
    margin: 0 !important;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin: 10px 0 1.5rem 0;
}
.d-flex {
    display: flex;
}
.align-center {
    align-items: center;
    display: flex;
}
.justify-end {
    justify-content: flex-end;
    display: flex;
}
.justify-between {
    display: flex;
    justify-content: space-between;
}




.selection-aria h4 {
    position: sticky;
    top: 0;
    background-color: #fff;
    padding: 1rem 0;
}
.selection-aria {
    max-height: 35rem;
    overflow-y: scroll;
    display: flex;
}
.selection-aria section {
    display: flex;
    flex-direction: column;
}
.selection-aria section .el-button {
    position: relative;
    margin: 1rem 0;
    text-align: start;
    color: unset;
    min-height: 7rem;
}
.selection-aria section .el-button:hover,
.selection-aria section .el-button:focus,
.selection-aria section .el-button:active {
    background-color: #f3f3f3;
    color: #000
}

.selection-aria section .el-button .el-tag {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
.selection-aria .el-col-8:nth-of-type(2) {
    border-right: 2px #f3f3f3 solid;
    border-left: 2px #f3f3f3 solid;
}
.address {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.draftAdd {
    height: 28rem;
}
.address p {
    margin: 0;
}
.address .details {
    padding: 1rem;
    background-color: #f3f3f3;
    border-radius: 1rem;
    flex-grow: 1;
    min-height: 10rem;
    margin: 0 2rem;
    position: relative;
}
.address .details .el-tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.address .details p {
    min-height: 2.5rem;
}
.address .actions {
    display: flex;
    flex-direction: column;
}
.address .actions button {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin: 0.3rem 0;
    padding: 0;
}
.address .actions button.selected {
    background-color: #409eff;
    color: #fff
}
.commodity {
    padding: 1.5rem;
    background-color: #f3f3f3;
    display: flex;
    border-radius: 2rem;
}
.commodity .block {
    padding: 0.5rem 2rem;
    background: #fff;
    border-radius: 1rem;
    text-align: center;
    position: relative;
    margin-right: 2rem;
}
.commodity .block p {
    margin-bottom: 0;
}
.commodity .block button.el-button--mini.is-circle {
    position: absolute;
    top: -5px;
    right: -10px;
    padding: 3px;
}
.shipment .from .content {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 1rem;
    background-color: #f3f3f3;
    position: relative;
    margin: 0;
    min-height: 10rem;
    overflow: auto;
}
.newDetails {
    padding: 1rem;
    background-color: #f3f3f3;
    border-radius: 1rem;
    flex-grow: 1;
    min-height: 10rem;
    margin: 0 2rem;
    display: flex !important;
    justify-content: center !important;

}
input::placeholder{
    font-size: 10px !important;
}
.newContent {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 1rem;
    background-color: #f3f3f3;
    margin: 0;
    min-height: 10rem;
    overflow: auto;
}
.shipment .from .content button {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.shipment .from .content p {
    margin: 0;
    min-height: 2rem;
}
.el-form-item__label {
    line-height: unset !important;
    margin-bottom: 0 !important;
}
.el-form-item__error {
    padding: 0 !important;
}
.eui-select .el-select__tags {
    top: 66%;
}
.font-weight-bold {
    font-weight: bold;
}
.table-actions button {
    font-size: 3rem;
    transform: rotate(90deg);
}
.nav.navbar-nav .linked {
    color: #ffce00;
}
.search-form input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.search-form .el-input-group__append {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.font-wight-bold {
    font-weight: bold;
}
.resetBy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-bottom: 2rem;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.fw-bold {
    font-weight: bold;
}
.black-color {
    color: #000;
}
.handle-height li {
    height: unset;
    line-height: unset;
    padding: 10px;
}
.handle-height li h5 {
    margin: 0;
}
.sort-button {
    border: unset !important;
    background-color: transparent !important;
    color: #fff !important;
}
.me-3 {
    margin-right: 1rem !important;
    margin-left: unset !important;
}
.el-steps--simple {
    border-radius: 0;
}
.el-menu--horizontal .inner-selection {
    max-height: 20rem !important;
    overflow: auto;
}
.el-steps.el-steps--simple {
    padding: 3rem;
}
.upload-demo .el-upload, .upload-demo .el-upload-dragger {
    width: 100%;
}
.radius-0 {
    border-radius: 0 !important;
}
