.form .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.form .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.form .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.form .btn.btn-primary:active:focus {
  box-shadow: none;
}

.main-wrapper .main-content .dashboard-box .mini-box .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
}

.main-wrapper .main-content .dashboard-box .mini-box .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .dashboard-box .mini-box .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .dashboard-box .mini-box .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .dashboard-box .mini-box .btn.btn-primary:active:focus {
  box-shadow: none;
}

@media (max-width: 767px) {
  .main-wrapper .main-content .dashboard-box .mini-box .btn.btn-primary {
    margin-left: auto;
    margin-right: 1rem;
  }
}

.main-wrapper .main-content .main-content-inner .form .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-wrapper .main-content .main-content-inner .form .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .main-content-inner .form .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .form .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .form .btn.btn-primary:active:focus {
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .form .btn.update-btn {
  width: 15%;
}

@media (max-width: 767px) {
  .main-wrapper .main-content .main-content-inner .form .btn.update-btn {
    width: 100%;
  }
}

.main-wrapper .main-content .main-content-inner .form .product-detail-submit .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.main-wrapper .main-content .main-content-inner .form .product-detail-submit .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .main-content-inner .form .product-detail-submit .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .form .product-detail-submit .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .form .product-detail-submit .btn.btn-primary:active:focus {
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .right-form .add-package .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 36px;
}

.main-wrapper .main-content .main-content-inner .right-form .add-package .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .main-content-inner .right-form .add-package .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .right-form .add-package .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .right-form .add-package .btn.btn-primary:active:focus {
  box-shadow: none;
}

@media (min-width: 1200px) {
  .main-wrapper .main-content .main-content-inner .right-form .add-package .btn.btn-primary {
    margin-left: auto;
  }
}

.main-wrapper .main-content .main-content-inner .btn {
  padding: 0;
}

.main-wrapper .main-content .main-content-inner .btn:focus {
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .btn:active {
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .btn:active:focus {
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  height: 32px;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .btn.btn-primary:active:focus {
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-quantity .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  height: 32px;
  margin-left: auto;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-quantity .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-quantity .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-quantity .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-quantity .btn.btn-primary:active:focus {
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .product-detail-submit .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .product-detail-submit .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .product-detail-submit .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .product-detail-submit .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .product-detail-submit .btn.btn-primary:active:focus {
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .sort .search-field .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
}

.main-wrapper .main-content .main-content-inner .sort .search-field .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .main-content-inner .sort .search-field .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .sort .search-field .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .sort .search-field .btn.btn-primary:active:focus {
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .save-product .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
}

.main-wrapper .main-content .main-content-inner .save-product .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .main-content-inner .save-product .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .save-product .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .save-product .btn.btn-primary:active:focus {
  box-shadow: none;
}

@media (max-width: 991px) {
  .main-wrapper .main-content .main-content-inner .save-product .btn.btn-primary {
    width: 100%;
  }
}

.main-wrapper .main-content .main-content-inner .stop-map .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.main-wrapper .main-content .main-content-inner .stop-map .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .main-content-inner .stop-map .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .stop-map .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .stop-map .btn.btn-primary:active:focus {
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .route-list-box .route-details .route-list .route-view .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.main-wrapper .main-content .main-content-inner .route-list-box .route-details .route-list .route-view .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .main-content-inner .route-list-box .route-details .route-list .route-view .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .route-list-box .route-details .route-list .route-view .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .route-list-box .route-details .route-list .route-view .btn.btn-primary:active:focus {
  box-shadow: none;
}

.main-wrapper .main-content .updated .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
}

.main-wrapper .main-content .updated .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .updated .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .updated .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .updated .btn.btn-primary:active:focus {
  box-shadow: none;
}

.main-wrapper .main-content .table tbody tr td {
  vertical-align: middle;
}

.main-wrapper .main-content .table tbody tr td .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
}

.main-wrapper .main-content .table tbody tr td .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .table tbody tr td .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .table tbody tr td .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .table tbody tr td .btn.btn-primary:active:focus {
  box-shadow: none;
}

@media (max-width: 767px) {
  .main-wrapper .main-content .table tbody tr td .btn.btn-primary {
    margin-left: auto;
    height: 40px;
  }
}

@media (max-width: 575px) {
  .main-wrapper .main-content .table tbody tr td .btn.btn-primary {
    width: 100%;
  }
}

.main-body .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}

.main-body .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-body .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-body .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-body .btn.btn-primary:active:focus {
  box-shadow: none;
}

.form .label-inside input[type=password]::-ms-reveal,
.form .label-inside input[type=password]::-ms-clear {
  display: none;
}

.form .label-inside input:-webkit-autofill {
  background-color: #FFFFFF !important;
}

.form .label-inside input:-internal-autofill-selected {
  background-color: #FFFFFF !important;
}

.form .label-inside .show-hide-password {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  z-index: 2;
  background-color: #ffffff;
  height: 44px;
}

.form .label-inside .show-hide-password img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.label-inside {
  background: transparent;
  position: relative;
  cursor: pointer;
}

.label-inside .label-control {
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;

  transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  font-size: 1rem;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: nowrap;
}

.label-inside .label-control.on {
  top: 4px;
  left: 10px;
  font-size: 80%;
  color: #354552;
  z-index: 5;
}

.form-control input {
  width: 222px;
}

.label-inside input[type="text"],
.label-inside input[type="password"],
.label-inside input[type="number"],
.label-inside input,
.label-inside .form-control,
.label-inside select.form-control,
.label-inside select.form-control:not([size]):not([multiple]) {
  border: none;
  width: 222px;
  padding: 1rem 0.75rem 0.25rem;
  line-height: 1.5;
  height: auto;
  cursor: pointer;
  box-shadow: none;
  position: relative;
  background-color: transparent;
  z-index: 2;
  font-size: 1rem;
  border: 1px solid #DEDEDE;
  border-radius: 0;
}

.textarea {
  border: 1px solid #929292 !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #354552 !important;
}

.textarea:hover,
.textarea:focus {
  border-color: #354552 !important;
  outline: none;
  border-radius: 0;
}

.select-icon,
select {
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-image: url(../../images/down-arrow.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: right;
  background-size: 35px 18px;
  font-size: 0.875rem;
}

.select-icon::-ms-expand,
select::-ms-expand {
  display: none;
}

.lj-radio {
  min-height: 1rem;
  padding-left: 0;
}

.lj-radio .custom-control-label {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 1.5rem;
  min-width: 1rem;
  min-height: 1rem;
}

.lj-radio .custom-control-label:before {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-color: transparent;
  border-color: #20324e;
  border-style: double;
  border-width: 3px;
}

.lj-radio .custom-control-label:after {
  display: none;
}

.lj-radio .custom-control-input:checked~.custom-control-label:before {
  background: #20324e;
  border-color: #73653d;
  border-style: solid;
  border-width: 2px;
}

.lj-Checkbox {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.lj-Checkbox .custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.lj-Checkbox .custom-control-input:checked~.custom-control-label:before {
  background-color: transparent;
  border-color: #73653d;
  border-style: double;
  border-width: 3px;
  box-shadow: none;
}

.lj-Checkbox .custom-control-label {
  margin-bottom: 0;
  position: relative;
  font-family: "Franklin Gothic Book", arial;
  font-weight: 600;
  cursor: pointer;
}

.lj-Checkbox .custom-control-label:before {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background-color: transparent;
  border-color: #354552;
  border-radius: 0;
  border-style: double;
  border-width: 3px;
  content: "";
  display: block;
  height: 1rem;
  left: -1.5rem;
  pointer-events: none;
  position: absolute;
  top: 0.25rem;
  user-select: none;
  width: 1rem;
}

.lj-Checkbox .custom-control-label:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  content: "";
  display: block;
  height: 2rem;
  left: -1.9rem;
  position: absolute;
  top: -0.5rem !important;
  width: 2rem;
}

.lj-Checkbox.disabled {
  background: 0 0;
  pointer-events: none;
}

.lj-Checkbox.disabled .custom-control-label:before {
  border-color: #d4d4d4;
}

.lj-Checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url(../images/checkitem.svg) !important;
}

.login-form .lj-Checkbox .custom-control-label:before {
  border-radius: 0;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  border-color: #354552 !important;
  background: none !important;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  box-shadow: none;
  border-color: #354552 !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}

.alert.alert-danger {
  background-color: transparent;
  border: none;
  font-size: 0.8125rem;
  white-space: nowrap;
  color: #dc3545;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'Franklin Gothic Medium';
  src: url("../fonts/franklin-gothic-medium.eot");
  src: url("../fonts/franklin-gothic-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/franklin-gothic-medium.woff2") format("woff2"), url("../fonts/franklin-gothic-medium.woff") format("woff"), url("../fonts/franklin-gothic-medium.ttf") format("truetype"), url("../fonts/franklin-gothic-medium.svg#franklin-gothic-medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: 'Franklin Gothic Medium' !important;
}

.header {
  padding: 0 2rem;
}

@media (max-width: 1199px) {
  .header {
    padding: 1rem;
  }
}

.header .navbar-toggler {
  border: 2px #DEDEDE solid;
  border-radius: 0;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
}

.header .user {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .user .welcomeUser {
  margin: 0;
  display: flex;
  flex-direction: column;
  text-align: right;
  font-weight: 700;
  line-height: 18px;
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .header .user .welcomeUser {
    display: none;
  }
}

.header .user .welcomeUser span {
  color: #B1B1B0;
}

.header .user .icon {
  margin: 0 .5rem;
  border: 2px #DEDEDE solid;
  padding: 5px;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .header .user .icon {
    margin: 0;
  }
}

.header .user .icon a {
  position: relative;
}

.header .user .icon a[data-title]:hover::after {
  content: attr(data-title);
  position: absolute;
  top: 48px;
  right: 0;
  color: #354552;
  background: white;
  padding: 0 .4rem;
  border: 1px solid #B1B1B0;
  white-space: nowrap;
}

.header .user .icon a img {
  height: 40px;
  width: 40px;
}

.header .user .icon .dropdown-toggle {
  background: transparent;
  border: 0;
}

.header .user .icon .dropdown-toggle.dropdown-toggle::after {
  display: none;
}

.header .user .icon .dropdown-menu.show {
  height: calc(100vh - 80px);
}

.header .user .icon .bell {
  position: absolute;
  top: 6px;
  right: 8px;
  height: 15px;
  width: 15px;
  background-color: #008200;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 100%;
}

.loader img {
  max-width: 70px;
}

.authorize {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  padding: 0 1rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 0;
  text-align: center;
}

.authorize a {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  padding: 0 3rem;
}

.authorize a:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.authorize a:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.authorize a:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.authorize a:active:focus {
  box-shadow: none;
}

.authorize a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.modal .modal-dialog {
  margin: 0;
  height: 100%;
  max-width: 100%;
}

.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  height: 100%;
}

.modal .modal-dialog .modal-content .modal-body {
  height: 100%;
}

.modal .modal-dialog .modal-content .modal-body .head {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal .modal-dialog .modal-content .modal-body .inner-body {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
}

.modal .modal-dialog .modal-content .modal-body .inner-body a {
  color: #354552;
  text-decoration: underline;
  font-weight: 600;
}

.modal .modal-dialog .modal-content .modal-body .inner-body .custom-btn {
  color: #B1B1B0;
}

.modal.showmodel {
  display: block;
}

.login-form {
  height: 100%;
}

@media (max-width: 1199px) {
  .login-form {
    height: auto;
  }
}

.login-form.login-page {
  height: 100vh;
}

.login-form .title {
  font-size: 32px;
  color: #2F2D30;
}

@media (max-width: 767px) {
  .login-form .title {
    font-size: 24px;
  }
}

.login-form .secondary-title {
  font-size: 20px;
  color: #666467;
}

.login-form form .field {
  margin-bottom: 1.3rem;
}

.login-inner.web-view {
  position: absolute;
  top: 30%;
}

.login-form .secondary-title {
  color: #9e9e9e;
}

/* @media (max-width: 767px) {
      .login-form .login-inner {
        max-width: 100%; } } */

.main-wrapper .main-content .main-content-inner .left-arrow {
  border: 2px #DEDEDE solid;
  border-radius: 0;
  height: 46px;
  width: 46px;
  padding: .6rem;
}

.main-wrapper .main-content .main-content-inner .order-title {
  font-size: 24px;
}

.main-wrapper .main-content .main-content-inner .order-box {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 575px) {
  .main-wrapper .main-content .main-content-inner .order-box {
    display: block;
    width: auto;
  }
}

.main-wrapper .main-content .main-content-inner .order-box .order-details {
  width: 450px;
}

@media (max-width: 575px) {
  .main-wrapper .main-content .main-content-inner .order-box .order-details {
    width: auto;
  }
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item {
  padding: .5rem;
  list-style-type: none;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item.quantity-box {
  border: 1px solid #B1B1B0;
  margin-bottom: 1rem;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-items {
  color: #2F2D30;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-items.right-only {
  text-align: right;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-items .order {
  color: #2F2D30;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-items .order-img {
  border: 1px solid #DEDEDE;
  display: flex;
  padding: .3rem;
  margin-top: .3rem;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-items .order-img p {
  margin: 0;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-items .order-img p img {
  max-width: 30px;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-quantity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-quantity .quantity-box {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-quantity .quantity-box a {
  color: #354552;
  margin-left: .5rem;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-quantity .quantity-box a:hover {
  text-decoration: none;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-quantity .quantity-box input {
  width: 60px;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-list-item .order-quantity p {
  margin: 0;
  font-size: 16px;
  margin-left: .5rem;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-status {
  background-color: #CDE3FB;
  padding: .5rem;
  margin: 1rem 0 0;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .order-status h4 {
  margin: 0;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .product-detail-submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .product-detail-submit .reset-btn {
  text-decoration: underline;
  color: #354552;
  margin-right: 1rem;
  font-weight: 600;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list p {
  color: #2F2D30;
  font-size: 14px;
}

.main-wrapper .main-content .main-content-inner .order-box .order-details .order-list .form-label-group select {
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: right;
  background-size: 45px 10px;
  width: 100%;
  padding: 24px 12px 4px;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.main-wrapper .main-content .main-content-inner .product-box {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 575px) {
  .main-wrapper .main-content .main-content-inner .product-box {
    display: block;
    width: auto;
  }
}

.main-wrapper .main-content .main-content-inner .product-box .product-details {
  width: 100%;
}

@media (max-width: 575px) {
  .main-wrapper .main-content .main-content-inner .product-box .product-details {
    width: auto;
  }
}

.main-wrapper .main-content .main-content-inner .product-box .product-details .product-list {
  padding: 0;
}

.main-wrapper .main-content .main-content-inner .product-box .product-details .product-list .product-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .main-wrapper .main-content .main-content-inner .product-box .product-details .product-list .product-list-item {
    display: block;
  }
}

.main-wrapper .main-content .main-content-inner .product-box .product-details .product-list .product-list-item .product-items {
  color: #2F2D30;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  position: relative;
  line-height: 1;
}

.main-wrapper .main-content .main-content-inner .product-box .product-details .product-list .product-list-item .product-items.right-only {
  text-align: right;
}

@media (max-width: 767px) {
  .main-wrapper .main-content .main-content-inner .product-box .product-details .product-list .product-list-item .product-items {
    margin-bottom: .5rem;
  }
}

.main-wrapper .main-content .main-content-inner .product-box .product-details .product-list .product-list-item .product-items span .product {
  color: #2F2D30;
  font-size: 16px;
  margin-top: .5rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .main-wrapper .main-content .main-content-inner .product-box .product-details .product-list .product-list-item .product-items span .product {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.main-wrapper .main-content .main-content-inner .notFound {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: #DEDEDE;
  padding: .75rem;
  color: #2F2D30;
}

.main-wrapper .main-content .main-content-inner .save-product {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .main-wrapper .main-content .main-content-inner .save-product {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 4;
    background: #FFFFFF;
    padding: .5rem;
    width: 100%;
    z-index: 9;
  }
}

.main-wrapper .main-content .main-content-inner .sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

@media (max-width: 575px) {
  .main-wrapper .main-content .main-content-inner .sort {
    display: block;
  }
}

.main-wrapper .main-content .main-content-inner .sort .search-field {
  display: flex;
  align-items: center;
}

.main-wrapper .main-content .main-content-inner .sort .search-field input[type="text"] {
  height: 45px;
  border-radius: 0;
}

.main-wrapper .main-content .main-content-inner .sort .search-field img {
  max-width: 18px;
}

.main-wrapper .main-content .main-content-inner .sort .toolbar-sorter,
.main-wrapper .main-content .main-content-inner .sort .recordsPerPage,
.main-wrapper .main-content .main-content-inner .sort .country-sorter {
  width: 210px;
  border: 1px solid #DEDEDE;
  position: relative;
}

@media (max-width: 575px) {

  .main-wrapper .main-content .main-content-inner .sort .toolbar-sorter,
  .main-wrapper .main-content .main-content-inner .sort .recordsPerPage,
  .main-wrapper .main-content .main-content-inner .sort .country-sorter {
    width: 100%;
  }
}

.main-wrapper .main-content .main-content-inner .sort .toolbar-sorter .sorter-label,
.main-wrapper .main-content .main-content-inner .sort .toolbar-sorter .record-label,
.main-wrapper .main-content .main-content-inner .sort .toolbar-sorter .country-label,
.main-wrapper .main-content .main-content-inner .sort .recordsPerPage .sorter-label,
.main-wrapper .main-content .main-content-inner .sort .recordsPerPage .record-label,
.main-wrapper .main-content .main-content-inner .sort .recordsPerPage .country-label,
.main-wrapper .main-content .main-content-inner .sort .country-sorter .sorter-label,
.main-wrapper .main-content .main-content-inner .sort .country-sorter .record-label,
.main-wrapper .main-content .main-content-inner .sort .country-sorter .country-label {
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 14px;
}

.main-wrapper .main-content .main-content-inner .sort .toolbar-sorter select,
.main-wrapper .main-content .main-content-inner .sort .recordsPerPage select,
.main-wrapper .main-content .main-content-inner .sort .country-sorter select {

  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: right;
  background-size: 45px 10px;
  border: none;
  width: 100%;
  padding: 24px 12px 4px;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.main-wrapper .main-content .main-content-inner .sort .recordsPerPage {
  width: 200px;
  margin-right: 1rem;
}

.main-wrapper .main-content .main-content-inner .sort .recordsPerPage.recordsPage {
  margin-left: 1rem;
}

@media (max-width: 575px) {
  .main-wrapper .main-content .main-content-inner .sort .recordsPerPage.recordsPage {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .main-wrapper .main-content .main-content-inner .sort .recordsPerPage {
    width: 100%;
  }
}

.main-wrapper .main-content .main-content-inner .sort.sort-country {
  justify-content: flex-end;
}

.main-wrapper .main-content .main-content-inner .sort.sort-country .country-sorter {
  margin: 0 1rem;
}

@media (max-width: 575px) {
  .main-wrapper .main-content .main-content-inner .sort.sort-country .country-sorter {
    margin: 1rem 0 0;
  }
}

.main-wrapper .main-content .main-content-inner .form .success-msg {
  background-color: #CCE6CC;
  border-color: #CCE6CC;
  color: #008200;
  border-radius: 0;
}

.main-wrapper .main-content .main-content-inner .form label::after {
  content: '*';
  color: #e02b27;
  margin: 1px;
  font-size: 1.3rem;
  position: absolute;
  right: -14px;
  top: -2px;
}

.main-wrapper .main-content .main-content-inner .form .field {
  margin-bottom: 1.3rem;
}

.main-wrapper .main-content .main-content-inner .form .product-detail-submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-wrapper .main-content .main-content-inner .form .product-detail-submit .reset-btn {
  text-decoration: underline;
  color: #354552;
  margin-right: 1rem;
  font-weight: 600;
}

.main-wrapper .main-content .main-content-inner .form .form-group {
  width: 100%;
  position: relative;
}

.main-wrapper .main-content .main-content-inner .form .form-group .form-input-label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 14px;
}

.main-wrapper .main-content .main-content-inner .form .form-group .form-input-label.on {
  position: absolute;
  top: 2px;
  transform: none;
}

.main-wrapper .main-content .main-content-inner .form .form-group select {

  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: right;
  background-size: 45px 10px;
  width: 100%;
  padding: 24px 12px 4px;
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #DEDEDE;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.main-wrapper .main-content .main-content-inner .form .form-group textarea {
  border: 1px solid #DEDEDE;
  width: 100%;
  padding: 1rem 0.75rem 0.25rem;
}

.main-wrapper .main-content .main-content-inner .form .file-upload {
  position: relative;
  margin-bottom: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #EAECED;
  height: 200px;
  width: 100%;
}

.main-wrapper .main-content .main-content-inner .form .file-upload .inputfile {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
}

.main-wrapper .main-content .main-content-inner .form .file-upload .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.main-wrapper .main-content .main-content-inner .form .file-upload .label::after {
  content: "";
}

.main-wrapper .main-content .main-content-inner .form .file-upload .label .place-image-here {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.main-wrapper .main-content .main-content-inner .form .file-upload .label .place-image-here img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-wrapper .main-content .main-content-inner .form .file-upload .label span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-wrapper .main-content .main-content-inner .form .file-upload .label .edit-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-wrapper .main-content .main-content-inner .form .file-upload .label .edit-block strong {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .3rem;
}

.main-wrapper .main-content .main-content-inner .form .file-upload .label .edit-block .edit-img {
  border: 2px solid #000000;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-wrapper .main-content .main-content-inner .form .retry-sign {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: .5rem;
}

.main-wrapper .main-content .main-content-inner .form .retry-sign p {
  margin: auto;
  color: #354552;
}

.main-wrapper .main-content .main-content-inner .form .retry-sign a {
  text-decoration: underline;
  color: #354552;
  font-weight: 700;
}

.main-wrapper .main-content .main-content-inner .form .signature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.main-wrapper .main-content .main-content-inner .form .signature p {
  margin: 0;
}

.main-wrapper .main-content .main-content-inner .form .signature .field {
  margin: 0;
}

.main-wrapper .main-content .main-content-inner .form .signature canvas {
  height: 100%;
  width: 100%;
}

.main-wrapper .main-content .main-content-inner .form .signature a {
  color: #354552;
  text-decoration: underline;
  font-weight: 500;
}

.main-wrapper .main-content .main-content-inner .form .signature .custom-control .label::after {
  content: "";
}

.main-wrapper .main-content .main-content-inner .sign-upload {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #B1B1B0;
  margin-bottom: 1rem;
}

.main-wrapper .main-content .main-content-inner .sign-upload img {
  max-width: 100px;
}

.main-wrapper .main-content .main-content-inner .image-upload {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.main-wrapper .main-content .main-content-inner .image-upload .success-msg {
  background-color: #CCE6CC;
  border-color: #CCE6CC;
  color: #008200;
  border-radius: 0;
}

@media (max-width: 991px) {
  .main-wrapper .main-content .main-content-inner.bottom-fixed {
    padding-bottom: 60px;
  }
}

.main-wrapper .main-content .main-content-inner .stop-map {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-wrapper .main-content .main-content-inner .route-list-box {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 450px;
}

@media (max-width: 575px) {
  .main-wrapper .main-content .main-content-inner .route-list-box {
    display: block;
    width: auto;
  }
}

.main-wrapper .main-content .main-content-inner .route-list-box .success-msg {
  background-color: #CCE6CC;
  border-color: #CCE6CC;
  color: #008200;
  border-radius: 0;
  width: 100%;
}

.main-wrapper .main-content .main-content-inner .route-list-box .route-details {
  width: 450px;
  border: 1px solid #666467;
}

@media (max-width: 575px) {
  .main-wrapper .main-content .main-content-inner .route-list-box .route-details {
    width: auto;
  }
}

.main-wrapper .main-content .main-content-inner .route-list-box .route-details .route-list {
  margin: 0;
  padding: .5rem;
}

.main-wrapper .main-content .main-content-inner .route-list-box .route-details .route-list .route-list-item {
  padding: .2rem .5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main-wrapper .main-content .main-content-inner .route-list-box .route-details .route-list .route-list-item .route-items {
  color: #2F2D30;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  width: 100px;
  text-align: right;
  margin-right: 1rem;
  white-space: nowrap;
}

.main-wrapper .main-content .main-content-inner .route-list-box .route-details .route-list .route-list-item span {
  color: #354552;
  width: calc(100% - 100px);
}

.main-wrapper .main-content .main-content-inner .route-list-box .route-details .route-list .route-view {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-wrapper .main-content .main-content-inner .route-list-box .route-details .route-list .route-view a {
  color: #354552;
}

.main-wrapper .main-content .main-content-inner .route-list-box .route-details .route-list .route-view a:hover {
  text-decoration: none;
}

.main-wrapper .main-content .main-content-inner .route-list-box .route-details .route-list .route-view button svg {
  max-width: 15px;
  max-height: 15px;
  margin: 4px 0 0 10px;
}

.main-wrapper .main-content .main-content-inner .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .main-wrapper .main-content .main-content-inner .footer {
    display: block;
  }
}

.main-wrapper .main-content .main-content-inner .footer .total-records {
  text-align: center;
}

.main-wrapper .main-content .main-content-inner .footer nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

@media (max-width: 575px) {
  .main-wrapper .main-content .main-content-inner .footer nav {
    margin: 0;
  }
}

.main-wrapper .main-content .main-content-inner .footer nav .pagination .page-item .page-link {
  color: #000000;
}

.main-wrapper .main-content .main-content-inner .footer nav .pagination .page-item .page-link:hover {
  background-color: #FFFFFF;
}

.main-wrapper .main-content .main-content-inner .footer nav .pagination .page-item:first-child .page-link,
.main-wrapper .main-content .main-content-inner .footer nav .pagination .page-item:last-child .page-link {
  background-color: #666467;
  border: 1px solid #666467;
  color: white;
  border-radius: 0;
}

.main-wrapper .main-content .main-content-inner .footer nav .pagination .page-item:first-child .page-link:hover,
.main-wrapper .main-content .main-content-inner .footer nav .pagination .page-item:last-child .page-link:hover {
  background-color: #2F2D30;
}

.main-wrapper .main-content .main-content-inner .footer nav .pagination .page-item.active .page-link {
  background-color: #73653d;
  border: 1px solid #73653d;
  color: #FFFFFF;
}

.main-wrapper .main-content .main-content-inner .footer nav .pagination .page-item:focus .page-link {
  background-color: #666467;
  border: 1px solid #666467;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .footer nav .pagination .page-item.disabled {
  background-color: #666467;
  cursor: pointer;
}

.main-wrapper .main-content .main-content-inner .order-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 1rem auto 0;
  width: 435px;
}

@media (max-width: 991px) {
  .main-wrapper .main-content .main-content-inner .order-status {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.main-wrapper .main-content .main-content-inner .order-status h4 {
  margin: 0;
}

@media (max-width: 991px) {
  .main-wrapper .main-content .main-content-inner .order-status h4 {
    font-size: 18px;
  }
}

.main-wrapper .main-content .main-content-inner .order-status .current-status {
  background-color: rgba(205, 227, 251, 0.47);
  color: #0873EC;
  font-size: 16px;
  padding: 5px 10px;
}

@media (max-width: 991px) {
  .main-wrapper .main-content .main-content-inner .order-status .current-status {
    padding: 5px 2px;
    margin-top: .3rem;
  }
}

.main-wrapper .main-content .main-content-inner .order-status p {
  word-break: break-all;
}

.main-wrapper .main-content .main-content-inner .package-area {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

@media (max-width: 767px) {
  .main-wrapper .main-content .main-content-inner .package-area {
    display: block;
  }
}

.main-wrapper .main-content .main-content-inner .package-area .form {
  width: 50%;
  padding: 2rem;
}

@media (max-width: 767px) {
  .main-wrapper .main-content .main-content-inner .package-area .form {
    width: 100%;
    padding: 0;
  }
}

.main-wrapper .main-content .main-content-inner .package-area .form.right-form {
  border-left: 1px solid #B1B1B0;
}

@media (max-width: 767px) {
  .main-wrapper .main-content .main-content-inner .package-area .form.right-form {
    border: none;
    margin-bottom: 1rem;
  }
}

.main-wrapper .main-content .main-content-inner .package-area .form .package-quantity {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.main-wrapper .main-content .main-content-inner .package-area .form .add-package {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-wrapper .main-content .main-content-inner .package-area .form .add-package h5 {
  margin: 0;
}

.main-wrapper .main-content .main-content-inner .package-area .form .package-details {
  border: 1px solid #B1B1B0;
}

@media (max-width: 575px) {
  .main-wrapper .main-content .main-content-inner .package-area .form .package-details {
    width: auto;
  }
}

.main-wrapper .main-content .main-content-inner .package-area .form .package-details .package-list {
  margin: 0;
}

.main-wrapper .main-content .main-content-inner .package-area .form .package-details .package-list .package-list-item {
  padding: .5rem;
  list-style-type: none;
  border-bottom: 1px solid #B1B1B0;
}

.main-wrapper .main-content .main-content-inner .package-area .form .package-details .package-list .package-list-item:last-child {
  border: none;
}

.main-wrapper .main-content .main-content-inner .package-area .form .package-details .package-list .package-list-item .package-items {
  color: #2F2D30;
  font-size: 16px;
  margin: 0;
}

.main-wrapper .main-content .main-content-inner .package-area .form .package-details .package-list .package-list-item .input-box {
  position: relative;
}

@media (max-width: 991px) {
  .main-wrapper .main-content .main-content-inner .package-area .form .package-details .package-list .package-list-item .input-box {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .main-wrapper .main-content .main-content-inner .package-area .form .package-details .package-list .package-list-item .input-box input {
    width: 100%;
  }
}

.main-wrapper .main-content .main-content-inner .package-area .form .package-details .package-list .package-list-item .input-box .cross-img {
  position: absolute;
  right: 10px;
}

.main-wrapper .main-content .main-content-inner .package-area .form .package-details .package-list .package-list-item .input-box .cross-img img {
  height: 15px;
  width: 15px;
}

.main-wrapper .main-content .main-content-inner .package-area .form .package-details .package-list .package-list-item p {
  margin: 0 0 0 10px;
}

.main-wrapper .main-content .main-content-inner .package-area .form .package-details .package-list .package-list-item .scanner-icon {
  margin-left: 10px;
}

.main-wrapper .main-content .main-content-inner .package-area .form .package-details .package-list .package-list-item .bin-icon {
  margin-left: 10px;
}

.main-wrapper {
  min-height: calc(100vh - 80px);
}

.main-wrapper app-list,
.main-wrapper app-productlist,
.main-wrapper app-scanner,
.main-wrapper app-order-details,
.main-wrapper app-order-status,
.main-wrapper app-product-quality,
.main-wrapper app-orderitemlist,
.main-wrapper app-createcase,
.main-wrapper app-orderdelivery,
.main-wrapper app-itemList,
.main-wrapper app-map,
.main-wrapper app-stopList,
.main-wrapper app-routes,
.main-wrapper app-itemdetails {
  width: 100%;
  padding: 0 .5rem;
}

@media (max-width: 1199px) {

  .main-wrapper app-list,
  .main-wrapper app-productlist,
  .main-wrapper app-scanner,
  .main-wrapper app-order-details,
  .main-wrapper app-order-status,
  .main-wrapper app-product-quality,
  .main-wrapper app-orderitemlist,
  .main-wrapper app-createcase,
  .main-wrapper app-orderdelivery,
  .main-wrapper app-itemList,
  .main-wrapper app-map,
  .main-wrapper app-stopList,
  .main-wrapper app-routes,
  .main-wrapper app-itemdetails {
    padding: 0;
  }
}

.main-wrapper app-home {
  width: 100%;
  display: flex;
}

.main-wrapper app-left-nav {
  display: flex;
  align-items: flex-start;
}

.main-wrapper .sidebar {
  width: 300px;
}

.main-wrapper .sidebar.sidebar-sticky {
  position: sticky;
  top: 0;
}

@media (max-width: 1199px) {
  .main-wrapper .sidebar.sidebar-sticky {
    margin: 0;
    width: 100%;
    position: fixed;
    background-color: #FFFFFF;
    top: 0;
    left: -100%;
    height: 100vh;
    transition: 0.3s;
    overflow-y: auto;
    z-index: 999;
  }
}

.main-wrapper .sidebar.sidebar-sticky .nav .icon {
  margin: .5rem;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-wrapper .sidebar.sidebar-sticky .nav .icon img {
  border: 2px #DEDEDE solid;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.main-wrapper .sidebar.sidebar-sticky .nav .user-name {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-wrapper .sidebar.sidebar-sticky .nav .user-name h5 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main-wrapper .sidebar.sidebar-sticky .nav .nav-item .brand-link {
  padding: 0 1rem;
}

.main-wrapper .sidebar.sidebar-sticky .nav .nav-item.mobile-icon {
  display: flex;
  justify-content: center;
}

.main-wrapper .sidebar.sidebar-sticky .nav .nav-item.mobile-icon .nav-link .user-img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.main-wrapper .sidebar.sidebar-sticky .nav .nav-item .nav-link {
  height: 76px;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  color: #2F2D30;
  transition: 0.5s;
}

.main-wrapper .sidebar.sidebar-sticky .nav .nav-item .nav-link svg {
  margin-right: 1rem;
}

.main-wrapper .sidebar.sidebar-sticky .nav .nav-item.active {
  background-color: #354552;
  transition: 0.5s;
}

.main-wrapper .sidebar.sidebar-sticky .nav .nav-item.active .nav-link {
  color: #FFFFFF;
}

.main-wrapper .sidebar.sidebar-sticky .nav .nav-item.active path {
  fill: #FFFFFF;
}

@media (max-width: 1199px) {
  .main-wrapper .sidebar.show {
    display: block;
    left: 0;
    transition: 0.3s;
  }
}

.main-wrapper .main-content {
  background-color: #EAECED;
  flex: 1;
  padding: 1rem;
  width: 70%;
}

@media (max-width: 1199px) {
  .main-wrapper .main-content {
    padding: 0;
    background-color: #FFFFFF;
  }
}

.main-wrapper .main-content .main-content-inner {
  padding: 1rem 1.5rem 1rem;
  min-height: calc(100vh - 80px);
}

@media (max-width: 1199px) {
  .main-wrapper .main-content .main-content-inner {
    padding: .5rem;
    height: 100%;
    box-shadow: none;
    width: 100%;
  }
}

.main-wrapper .main-content .main-content-inner .title {
  font-size: 32px;
  color: #2F2D30;
}

@media (max-width: 767px) {
  .main-wrapper .main-content .main-content-inner .title {
    font-size: 24px;
  }
}

.main-wrapper .main-content .main-content-inner .secondary-text {
  font-size: 20px;
  color: #2F2D30;
  margin-bottom: 0;
}

.main-wrapper .main-content .main-content-inner .secondary-text.updated-text {
  color: #008200;
}

.main-wrapper .main-content .main-content-inner .tagline-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #354552;
  padding: 1rem;
}

@media (max-width: 991px) {
  .main-wrapper .main-content .main-content-inner .tagline-box {
    padding: 2rem 20px;
  }
}

.main-wrapper .main-content .main-content-inner .tagline-box .content-block {
  width: 50%;
}

.main-wrapper .main-content .main-content-inner .tagline-box .content-block .tagline-content {
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.main-wrapper .main-content .main-content-inner .dashboard-box {
  margin-top: 2rem;
  gap: 50px;
}
.dashboard-box {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .main-wrapper .main-content .main-content-inner .dashboard-box {
    flex-direction: column;
    margin: 0;
  }
}

.main-wrapper .main-content .main-content-inner .dashboard-box .mini-box {
  width: 49%;
  height: 350px;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .main-wrapper .main-content .main-content-inner .dashboard-box .mini-box {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .main-wrapper .main-content .main-content-inner .dashboard-box .mini-box {
    width: 230px;
  }
}

@media (max-width: 767px) {
  .main-wrapper .main-content .main-content-inner .dashboard-box .mini-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    height: auto;
    width: 100%;
    padding: 0;
    border: 1px solid #B1B1B0;
    margin-top: 1.5rem;
  }
}

.main-wrapper .main-content .main-content-inner .dashboard-box .mini-box .secondary-text {
  font-size: 20px;
  color: #2F2D30;
}

.main-wrapper .main-content .main-content-inner .dashboard-box .mini-box img {
  width: 100%;
  max-width: 80px;
}

@media (max-width: 767px) {
  .main-wrapper .main-content .main-content-inner .dashboard-box .mini-box img {
    height: 40px;
    width: 40px;
    margin: 0 3rem 0 1rem;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .main-wrapper .main-content .main-content-inner .dashboard-box .mini-box img.right-arrow {
    height: 30px;
    width: 30px;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .main-wrapper .main-content .main-content-inner .dashboard-box .mini-box img {
    margin: 0 1rem;
  }
}

.main-wrapper .main-content .main-content-inner.updated-box {
  height: auto;
}

.main-wrapper .main-content .main-content-inner .scanner .scanner-style {
  background-color: #B1B1B0;
  padding: 1rem;
  border-radius: 50%;
  margin: 2rem 0;
}

.main-wrapper .main-content .main-content-inner .scanner button {
  background: transparent;
  border: none;
  border-radius: 0;
}

.main-wrapper .main-content .main-content-notifications {
  width: 350px;
  display: flex;
  flex-direction: column;
}

.main-wrapper .main-content .main-content-notifications .autoScrollNotif {
  max-height: calc(100vh - 230px);
  overflow-x: hidden;
}

/* .main-wrapper .main-content .main-content-notifications .autoScrollNotif::-webkit-scrollbar {
  display: none;
} */

.main-wrapper .main-content .main-content-notifications .notification-title {
  border-bottom: 1px solid #D8D8D7;
  font-size: 24px;
}

.main-wrapper .main-content .main-content-notifications .notifications {
  width: 320px;
  margin: 1.5rem 0 0;
  padding: 1rem;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.07);
}

.main-wrapper .main-content .main-content-notifications .notifications .secondary-text {
  font-size: 20px;
  color: #2F2D30;
}

.main-wrapper .main-content .main-content-notifications .notifications .secondary-text .span-text {
  color: #B1B1B0;
}

.main-wrapper .main-content .main-content-notifications .notifications .secondary-text span .span-hour {
  color: #B1B1B0;
}

.qr-scanner {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}

.qr-scanner .scan-area {
  height: 200px;
  width: 98%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border: 2px solid #80ddff;
}

.qr-scanner .scan-area .scan-animation {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #363942;
  background: linear-gradient(0deg, rgba(54, 57, 66, 0.0004376751) 0%, rgba(0, 185, 255, 0.7007177871) 100%);
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.qr-scanner .scan-area .scan-animation:before {
  background: #008200;
  top: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
}

.qr-scanner a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
}

.qr-scanner .no-device-found {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  justify-content: center;
  flex-direction: column;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 0;
  text-align: center;
}

.qr-scanner .deviceoptions {
  width: 100%;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.qr-scanner .deviceoptions a {
  padding: 1rem;
}

.qr-scanner .deviceoptions img {
  width: 20px;
}

.qr-scanner .deviceoptions button:focus {
  outline: none;
  box-shadow: none;
}

.qr-scanner .deviceoptions button.active {
  background-color: #73653d;
  border-color: #73653d;
  margin-left: 5px;
}

.qr-scanner .deviceoptions select:focus {
  outline: none;
  box-shadow: none;
}

.qr-scanner zxing-scanner {
  width: 100%;
  height: 100%;
}

.qr-scanner zxing-scanner video {
  height: 100%;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-5px);
  }
}

.notie-container {
  z-index: 4000;
  font-size: 16px;
}

.notie-container.notie-background-success {
  color: #155724;
  background-color: #D4EDDA;
  border: 1px solid #C3E6CB;
  font-family: 'Franklin Gothic Book', arial;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  padding: 0.6rem 6rem 0.6rem 1rem;
  margin-top: 0;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: none;
  z-index: 999;
}

@media (max-width: 991px) {
  .notie-container.notie-background-success {
    width: 100%;
    left: 0;
    transform: none;
    padding: 0.6rem 1rem;
  }
}

@media (max-width: 991px) {
  .notie-container.notie-background-success .notie-textbox-inner {
    text-align: left;
  }
}

.notie-container.notie-background-error {
  color: #E02B27;
  background-color: #F4B7B5;
  border: 1px solid #F4B7B5;
  font-family: 'Franklin Gothic Book', arial;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  padding: 0.6rem 6rem 0.6rem 1rem;
  margin-top: 0;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: none;
  z-index: 999;
}

@media (max-width: 991px) {
  .notie-container.notie-background-error {
    width: 100%;
    left: 0;
    transform: none;
    padding: 0.6rem 1rem;
  }
}

@media (max-width: 991px) {
  .notie-container.notie-background-error .notie-textbox-inner {
    text-align: left;
  }
}

.form-signin {
  width: 100%;
  max-width: 950px;
  padding: 15px;
  margin: auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }

  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }

  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

.table-responsive {
  max-height: 700px;
  border-bottom: 1px solid #DEDEDE;
}

@media (max-width: 767px) {
  .table-responsive {
    max-height: 100%;
    border: none;
  }
}

/* .table-responsive::-webkit-scrollbar {
  display: none;
} */

.table {
  margin: 0;
}

.table thead {
  position: sticky;
  top: -1px;
  z-index: 10;
  background-color: #354552;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .table thead {
    display: none;
  }
}

.table thead th {
  line-height: 1;
  padding: 1rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  .table tbody tr {
    position: relative;
    border: 1px solid #B1B1B0;
    margin-bottom: 1rem;
    display: block;
  }
}

.table tbody tr .quantity-data {
  padding: 0;
}

.table tbody tr .quantity-data .table {
  margin: 0;
}

.table tbody tr .quantity-data .table tr {
  margin: 0;
  border-left: none;
  border-right: none;
}

.table tbody tr .quantity-data .table tr td {
  width: 50%;
  border: none;
}

@media (max-width: 767px) {
  .table tbody tr .quantity-data .table tr td {
    width: 100%;
  }
}

.table tbody tr .quantity-data .table tr td:last-child {
  width: 45%;
}

@media (max-width: 767px) {
  .table tbody tr .quantity-data .table tr td:last-child {
    width: 100%;
  }
}

.table tbody tr td img {
  max-width: 30px;
}

.table tbody tr td input {
  width: 60px;
}

@media (max-width: 767px) {
  .table tbody tr td {
    display: block;
    position: relative;
    padding: 0.2rem .75rem;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .table tbody tr td[data-title]::before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 13px;
    font-weight: 600;
  }
}

.table tbody tr td.float-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table tbody tr td.float-btn .btn svg {
  max-width: 15px;
  max-height: 15px;
  margin: 4px 0 0 10px;
}

.table tbody tr td.float-btn .btn svg path {
  stroke: #354552;
  stroke-width: 1px;
}

@media (max-width: 767px) {
  .table tbody .no-data td {
    border: none;
  }
}

@media (max-width: 767px) {
  .table tbody tr:nth-of-type(odd) {
    background: none;
  }
}

.table .quantity-text.is-invalid {
  border: 1px solid #dc3545;
}

@media (max-width: 991px) {
  .table .desktop-only {
    display: none;
  }
}

.main-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
}

.main-body .head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.main-body .inner-body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
}

.main-body .inner-body a {
  color: #354552;
  text-decoration: underline;
  font-weight: 600;
}

.main-body .inner-body .custom-btn {
  color: #B1B1B0;
}

.invoice {
  width: 870px;
  margin: auto;
  padding: 1rem;
}

.invoice .secondary-text {
  font-size: 16px;
  color: #2F2D30;
  font-weight: 500;
}

.invoice .secondary-text.heading {
  font-size: 18px;
}

.invoice div {
  margin-bottom: 1rem;
}

.invoice .invoice-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.invoice .invoice-header .header-text .secondary-text {
  text-align: right;
  margin: 0;
}

.invoice .invoice-body .secondary-text {
  margin-right: auto;
}

.invoice .invoice-body .customer-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #EAECED;
  padding: 1rem;
}

.invoice .invoice-body .customer-detail .customer-account {
  line-height: 1;
  margin: 0;
}

.invoice .invoice-body .customer-detail .customer-account .customer-sign {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #FFFFFF;
}

.invoice .invoice-body .customer-detail .customer-account .customer-sign img {
  max-width: 100%;
}

.invoice .invoice-body .customer-detail .delivered-product-img {
  background-color: #FFFFFF;
  margin: 0;
}

.invoice .invoice-address .customer-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.invoice .invoice-address .customer-address .table {
  width: 48%;
  border-bottom: 1px solid #DEDEDE;
}

.invoice .invoice-address .customer-address .table thead {
  background-color: #354552;
  color: #FFFFFF;
}

.invoice .invoice-address .customer-address .table thead th {
  line-height: 1;
  padding: 1rem;
}

.invoice .invoice-address .customer-address .table tbody tr td:first-child {
  font-weight: 500;
  white-space: nowrap;
}

.invoice .invoice-items .table {
  border-bottom: 1px solid #DEDEDE;
}

.invoice .invoice-items .table .product-img {
  margin: 0;
  border: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  overflow: hidden;
  padding: .3rem;
}

.invoice .invoice-items .table .product-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.invoice .invoice-footer {
  text-align: center;
}

.invoice .invoice-footer span {
  color: #dc3545;
}

.main-content-inner.order-details.bg-white {
  width: 1570px;
}

h4.secondary-text.order-text.d-none.d-sm-flex {
  margin-bottom: 0.75rem;
}

img.detail-image.my-4 {
  width: 25px;
  padding: 0;
  margin: 0;
  margin-right: 0.75rem;
}

.search-field {
  width: 320px;
  display: flex;
  margin-bottom: 1rem;
}

.sort.sort-country {
  margin-left: auto;
}

button.btn.btn-primary.order {
  color: #fff;
  background-color: #354552;
  border-color: #354552;
  background-color: #354552;
  border-color: #354552;
  height: 47px;
  font-size: 1rem;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
}

.record-detail h4 {
  font-size: 1.5rem;
  background-color: #f3f3f3;
  padding: 3rem;
  justify-content: center;
  align-items: center;
}

.record-detail {
  align-self: center;
  margin: 5rem 0rem;
  text-align: center;
}

.page-item {
  text-align: right;
  display: block;
}



table tbody tr td select {
  border: 1px solid #DEDEDE;
  padding: 8px 12px;
  width: 70%;
}

.select-icon,
select {
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: right;
  background-size: 35px 10px;
  font-size: 0.875rem;
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: #354552 !important;
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #354552 !important;
}

.mat-calendar-body-selected {
  background-color: #354552 !important;
}

.main-wrapper .main-content .main-content-inner .sort.sort-country.sortPage .sort {
  align-items: flex-start;
}

.mat-datepicker-toggle-active {
  color: #354552 !important;
}

.main-wrapper .main-content .main-content-inner .sort.sort-country.sortPage .sort p {
  margin: 0;
}

.pkg-btn {
  display: flex;
}

.pkg-btn select {
  word-wrap: normal;
  width: 150px;
  height: 47px;
  margin-right: 1rem;
  padding: 8px 12px;
}

.mat-form-field {
  margin: 0 1rem;
}

.form-control:focus {
  box-shadow: none;
}

label.label.label-control:after {
  margin: 0;
  font-size: 0.93rem;
  content: '*';
  color: #e02b27;
}

.main-wrapper .main-content .main-content-inner .dashboard-box .mini-box {
  width: 250px;
  height: 300px;
}

.main-wrapper .main-content .main-content-inner .dashboard-box .mini-box img {
  width: 100%;
  max-width: 80px;
  min-height: 5.5rem;
}

.table tbody tr td input {
  width: 60px;
  display: table-cell;
  text-align: center;
}

.main-wrapper .main-content .main-content-inner .sort .search-field input[type="text"] {
  height: 45px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

button.btn.btn-primary.order {
  width: 140px;
}

button.btn.btn-primary.order:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .table tbody tr td {
  padding: 1rem;
}

.pkg p {
  width: 95%;
}


.header .country-sorter.recordsPerPage {
  position: relative;
  z-index: 1;
  margin-right: 1rem;
}

.header label.record-label {
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 14px;
}

.header select#records {
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: right;
  background-size: 45px 10px;
  border: 1px solid #ced4da;
  width: 200px;
  padding: 24px 12px 4px;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.main-wrapper .main-content .main-content-inner .sort.sort-country .user-btn .btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
}

.main-wrapper .main-content .main-content-inner .sort.sort-country .user-btn .btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .main-content-inner .sort.sort-country .user-btn .btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .sort.sort-country .user-btn .btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .sort.sort-country .user-btn .btn-primary:active:focus {
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .entry-page .card .cost-btn .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.main-wrapper .main-content .main-content-inner .entry-page .card .cost-btn .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-wrapper .main-content .main-content-inner .entry-page .card .cost-btn .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .entry-page .card .cost-btn .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-wrapper .main-content .main-content-inner .entry-page .card .cost-btn .btn.btn-primary:active:focus {
  box-shadow: none;
}

td.type {
  z-index: 1;
  position: relative;
}

.type label.record-label {
  position: absolute;
  top: 17px;
  left: 25px;
  font-size: 14px;
}

.type select#records {
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: right;
  background-size: 45px 10px;
  border: 1px solid #DEDEDE;
  width: 100%;
  padding: 24px 12px 4px;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.popup.shadow-sm {
  padding: 1rem;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.updated.text-center.shadow-lg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  padding: 3.625rem;
  width: 25rem;
  height: 17.625rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.updated h2 {
  color: #354552;
  margin: 1rem 0;
}

.button {
  display: flex;
}

.updated .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
}

.page-listing select {
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: right;
  background-size: 45px 10px;
  border: 1px solid #ced4da;
  width: 200px;
  HEIGHT: 38px;
  padding: 5px 12px 4px;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.page-listing select#type {
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: right;
  background-size: 45px 10px;
  border: 1px solid #ced4da;
  width: 215px;
  HEIGHT: 38px;
  padding: 5px 12px 4px;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.user-field select#brh {
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: right;
  background-size: 45px 10px;
  border: 1px solid #ced4da;
  width: 222px;
  HEIGHT: 38px;
  padding: 5px 12px 4px;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.user-field {
  position: relative;
  z-index: 1;
  width: 222px;
}

.header h1 {
  text-align: center;
  margin: 2rem 0;
}

.user-field .alert.alert-danger {
  left: 0;
  position: absolute;
}

.main-content-inner .entry-page {
  display: flex;
  justify-content: center;
}

.user-field input#auth {
  width: 210px;
}

.field label {
  text-align: left;
}
.page-title {
  position: relative;
  z-index: 1;
}
.date {
  display: flex;
}
.search-btn {
  margin-top: 32px;
}
.page-title .btn-primary:hover {
  background-color: #73653D;
  border-color: #73653D;
}
.page-title .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
}
.page-title .btn-primary:hover {
  background-color: #73653D;
  border-color: #73653D;
}
.page-title .btn-primary:focus {
  background-color: #73653D;
  border-color: #73653D;
  box-shadow: none;
}
.page-title .btn-primary:active {
  background-color: #73653D;
  border-color: #73653D;
  box-shadow: none;
}
.page-title .btn-primary:active:focus {
  box-shadow: none;
}
.page-title {
  position: relative;
  z-index: 1;
}
.date {
  display: flex;
}
.search-btn {
  margin-top: 32px;
}
.page-title .btn-primary:hover {
  background-color: #73653D;
  border-color: #73653D;
}
.page-title .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
}
.page-title .btn-primary:hover {
  background-color: #73653D;
  border-color: #73653D;
}
.page-title .btn-primary:focus {
  background-color: #73653D;
  border-color: #73653D;
  box-shadow: none;
}
.page-title .btn-primary:active {
  background-color: #73653D;
  border-color: #73653D;
  box-shadow: none;
}
.page-title .btn-primary:active:focus {
  box-shadow: none;
}
.order-history .updated.text-center.shadow-lg {
  height: 20rem;
  padding: 3.5rem 0;
}
.order-table .table-responsive {
  display: block;
  width: 100%;
  height: 400px;
  overflow-y: scroll;
}
.btn-detail {
  float: right;
}
.custom-border {
  border: 3px solid #000; 
}
.track-table tbody tr:nth-child(2) {
  border-top: 2px solid #AFAFAF;
}
.track-table tr:not(:first-child) {
  border-left: 2px solid #AFAFAF;
  border-right: 2px solid #AFAFAF;
}
.track-table tbody tr:last-child {
  border-bottom: 2px solid #AFAFAF;
}
.track-title h1 {
  font-size: 22px;
  width: 300px;
  margin-top: 1rem;
}
.page-title .search-field button.btn.btn-primary.order {
  width: 64px;
}

.search-date.or.mr-4 {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
}
.search-date.or.mr-4 {
  display: flex;
}
.search-date span {
  padding: 5px 10px;
  font-size: 16px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  border: 0;
  border-top: 2px dashed !important;
}
.main-wrapper .main-content .hours-track ul.tabs {
  border-bottom: 1px solid #929292;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1.5rem !important;
  margin: 0px;
  padding: 0px;
  list-style: none
}

.main-wrapper .main-content .hours-track ul.tabs li {
  background: none;
  color: #2f2d30;
  display: inline-block;
  padding: .625rem .9375rem;
  cursor: pointer
}

.main-wrapper .main-content .hours-track ul.tabs li.current {
  background: #e5e5e5;
  color: #2f2d30
}

.main-wrapper .main-content .hours-track ul.tabs li.tab-link {
  margin: 0 0 -1px 0;
  padding: .625rem 2rem;
  min-width: 200px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(0,0,0,0)
}

.main-wrapper .main-content .hours-track ul.tabs li.tab-link:not(:last-child) {
  border-right: 1px solid #929292
}

.main-wrapper .main-content .hours-track ul.tabs li.tab-link:before {
  content: '';
  position: absolute;
  height: 0px;
  width: 100%;
  top: -1px;
  left: 0;
  background: #73653d
}
.main-wrapper .main-content .hours-track .table {
  margin-bottom: 0;
}
.main-wrapper .main-content .hours-track .sort .recordsPerPage select {
  height: 46px;
  padding: 5px 10px 5px;
}
.main-wrapper .main-content .hours-track ul.tabs li.tab-link.current {
  border-color: rgba(0,0,0,0) #929292 #fff #929292;
  background: rgba(0,0,0,0);
  border-width: 1px;
  border-style: solid
}

.main-wrapper .main-content .hours-track ul.tabs li.tab-link.current:before {
  height: 4px
}
.main-wrapper .main-content .hours-track ul.tabs li.tab-link:not(:first-child) {
  margin-left: -1px
}

.main-wrapper .main-content .hours-track ul.tabs li.tab-link span {
  color: #73653d;
  margin-left: 0.2rem
}
.main-wrapper .main-content .hours-track .table thead th {
  text-align: center;
}
.main-wrapper .main-content .hours-track .table tbody tr td {
  padding: 1rem;
  text-align: -webkit-center;
}
.main-wrapper .main-content .hours-track .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hour-entry .card {
  background: #ebebeb;
  box-shadow: 1px 7px 15px 8px #35455233;
  width: 700px;
  padding: 1rem;
}
.hour-entry .header h4 {
  background: #354552;
  padding: 15px;
  color: #ffffff;
}
.hour-entry .header {
  padding: 0;
  margin: 1rem 0;
}
.hour-entry .entry-page .user-field select#brh {
  width: 285px;
  HEIGHT: 38px;
  background-color: white;
}
.hour-entry .entry-page .page-listing select {
  width: 400px;
  background-color: white;
}
.hour-entry .entry-page.time select#type {
  width: 85px;
  margin: 4px;
}
.hour-entry .entry-page .page-listing select#type {
  background-color: white;
  width: 60%;
}
.hour-entry .entry-page .page-listing .user-field {
  width: 60%;
  gap: 5px;
  display: flex;
}

.hour-entry .entry-page .page-listing .field {
  justify-content: space-between;
}

.hour-entry .entry-page .page-listing input.form-control.mb-2 {
  outline: none;
  box-shadow: none;
}

.hour-entry .entry-page .page-listing .field {
  display: flex;
}
.hour-entry .entry-page .page-listing .user-field .alert.alert-danger {
  left: 0;
  position: absolute;
  bottom: -20px;
}
.main-wrapper .main-content .pay-entry .card {
  box-shadow: 1px 7px 15px 8px #35455233;
  width: 500px;
  padding: 1rem;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(0, 50%);
}
  .main-wrapper .main-content .entry-page {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: -webkit-center;
  }
  .main-wrapper .main-content .pay-entry .header h4 {
  background: #354552;
  padding: 15px;
  color: #ffffff;
  }
  
  .main-wrapper .main-content .pay-entry .header {
  padding: 0;
  margin: 1rem 0;
  }
  .main-wrapper .main-content .pay-entry .page-listing .user-field {
  width: 60%;
  gap: 5px;
  display: flex;
  }
  .main-wrapper .main-content .pay-entry .page-listing .field {
  justify-content: space-between;
  }
  
  .main-wrapper .main-content .pay-entry .page-listing input.form-control.mb-2 {
  outline: none;
  box-shadow: none;
  }
  .main-wrapper .main-content .pay-entry .page-listing .field {
  display: flex;
  }
  .main-wrapper .main-content .pay-entry .entry-page .card .cost-btn .btn.btn-primary {
  width: 140px;
  }
  .main-wrapper .main-content .pay-entry .entry-page .card .cost-btn.mb-4 {
  text-align: -webkit-right;
  }
  .main-wrapper .main-content .entry-page .popup .cost-btn {
    align-self: center;
}
.main-wrapper .main-content .entry-page .popup .text-popup p {
    font-size: 40px;
    margin-bottom: 1rem;
}
.hours-track .button-wrapper {
  display: flex;
  justify-content: center;
}
.hours-track .user-btn {
  margin-top: 2rem;
}
.hours-track input#lname {
  width: 200px;
  height: 40px;
  outline: none;
  border: 1px solid #dedede;
}
.hours-track-popup .alert.alert-danger {
  background-color: transparent;
  border: none;
  font-size: 16px;
  white-space: nowrap;
  color: #dc3545;
  padding: 10px 15px;
  margin-bottom: 1rem;
  border-radius: 0;
  background: #f8d7da;
  border-color: #f5c6cb;
}
.hours-track-popup .page-alert p {
  font-size: 16px;
  margin: 0;
}
.overlay {
  position: fixed;
  top: 18%;
  left: 28%;
  z-index: 99999;
  width: 60%;
}
.main-wrapper .main-content .overlay .main-content-inner {
  min-height: 0;
}
.main-content-inner .cost-btn .btn.btn-primary {
  background-color: #354552;
  border-color: #354552;
  height: 45px;
  font-size: 16px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}

.main-content-inner .cost-btn .btn.btn-primary:hover {
  background-color: #73653d;
  border-color: #73653d;
}

.main-content-inner .cost-btn .btn.btn-primary:focus {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-content-inner .cost-btn .btn.btn-primary:active {
  background-color: #73653d;
  border-color: #73653d;
  box-shadow: none;
}

.main-content-inner .cost-btn .btn.btn-primary:active:focus {
  box-shadow: none;
}

.main-content-inner .cost-btn {
    margin-top: 1rem;
}
.main-content-inner.hour-entry.hour-popup.w-100 {
  background-color: rgb(0 0 0);
  opacity: 0.1;
}
.pay-entry .entry-page span.text-danger {
  position: absolute;
  bottom: -60px;
  left: 0;
}
.alert.alert-danger.alert-msg {
  color: #dc3545;
  left: 5%;
  top: -4%;
}
.entry-note p {
  text-align: left;
  padding: 12px;
  border: 1px solid #F5C6CB;
  color: #721C24;
  background-color: #F8D7DA;
}
.alert.alert-danger.alert-msg-time {
  left: 5%;
  top: -23px;
}
input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.alert.alert-danger.alert-msg-time p {
  margin: 0;
}

.header h1  {
  margin-block: 0.5rem;
  padding-inline: 10px;
}
.main-wrapper {
  min-height: auto;
}
.main-wrapper .main-content .main-content-inner .footer nav .pagination .page-item .page-link:focus {
  box-shadow: none;
}