.kt-subheader .kt-subheader__main .kt-subheader__title, .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
  font-weight: 600;
}

.kt-aside__brand {
  border-bottom: 1px solid #0027bf;
}

.kt-aside__brand-logo img {
  width: 80px;
  max-width: 80px;
}

.kt-login__wrapper .kt-login__logo {
  text-align: left !important;
}
.kt-login__wrapper .kt-login__logo img {
  width: 110px;
  max-width: 110px;
}

.kt-header-mobile__logo a img {
  max-height: 3rem;
}

@media screen and (max-width: 1024px) {
  .c-login-bg {
    display: none !important;
  }
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form .form-control.form-control-last {
  border: 1px solid #002BD2;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__extra a {
  color: #002BD2;
  text-decoration: underline;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__head, .kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__actions, .kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__title {
  text-align: left;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form .form-control {
  border: 1px solid #002BD2;
  padding-left: 15px;
  border-radius: 5px;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__title {
  color: black;
  font-size: 1.75rem;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__form .form-group {
  margin-bottom: 10px;
}

.kt-login.kt-login--v6 .btn {
  border-radius: 5px;
}

.btn--table {
  height: initial !important;
}

.c-modal .fade {
  opacity: 0;
}
.c-modal .show {
  opacity: 1 !important;
}
.c-modal .modal-body p:last-of-type {
  margin-bottom: 0;
}
.c-modal .modal-body .form-group:last-of-type {
  margin-bottom: 0;
}
.c-modal .modal-body .form-group label {
  padding-left: 0;
}
.c-modal--supply .modal-dialog {
  max-width: 500px;
}
.c-modal--supply .modal-body .supplyRow {
  display: flex;
  align-items: center;
  margin: 0.25rem 0;
}
.c-modal--supply .modal-body .supplyRow span {
  font-size: 1.2rem;
  text-decoration: none !important;
  font-weight: 500;
}
.c-modal--supply .modal-body .supplyRow span:nth-of-type(1) {
  width: 4rem;
  min-width: 4rem;
  max-width: 4rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
}
.c-modal--supply .modal-body .supplyRow span a {
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: underline !important;
}
.c-modal--supply .modal-body .supplyRow--danger span:nth-of-type(1) {
  color: red;
}
.c-modal--supply .modal-body .supplyRow--warning span:nth-of-type(1) {
  color: orange;
}

.form-group label {
  font-weight: 500;
}
.form-group .kt-radio-list label {
  font-weight: 400;
}

table {
  color: #48465b !important;
}
table > thead > tr > th {
  border-bottom: 1px solid #ddd !important;
}
table .kt-badge--md {
  padding: 0.6rem !important;
}

.c-table-badge {
  margin-bottom: 4px;
}
.c-table-badge strong {
  margin-right: 4px;
}

.c-multiple-collapse__header--top {
  background: #ededf2;
}
.c-multiple-collapse .card--outer {
  margin-bottom: 10px;
  border-bottom: 1px solid #ebedf2 !important;
}
.c-multiple-collapse .card--outer:last-of-type {
  margin-bottom: 0;
}
.c-multiple-collapse .card--highlighted .card-header {
  background: #bbecd2;
}
.c-multiple-collapse .card--highlighted .card-header .card-title .dropdown .btn {
  border: 1px solid #8fd5b0;
}
.c-multiple-collapse .card-header .card-title {
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding-right: 6rem;
}
.c-multiple-collapse .card-header .card-title .dropdown {
  position: absolute;
  right: 40px;
  top: calc(50% - 16px);
}
.c-multiple-collapse .card-header .card-title .dropdown .btn {
  border: 1px solid #ebedf2;
}
.c-multiple-collapse .card-header .card-title:after {
  top: calc(50% - 11px);
}
.c-multiple-collapse .card-header .card-title .c-multiple-collapse__single {
  display: flex;
}
@media (max-width: 750px) {
  .c-multiple-collapse .card-header .card-title .c-multiple-collapse__single {
    flex-direction: column;
  }
}
.c-multiple-collapse .card-header .card-title .c-multiple-collapse__single__group {
  margin-right: 2rem;
}
@media (max-width: 750px) {
  .c-multiple-collapse .card-header .card-title .c-multiple-collapse__single__group {
    margin: 0 0 5px;
  }
}
.c-multiple-collapse .card-header .card-title .c-multiple-collapse__single__group label {
  margin: 0 5px 0 0;
  font-weight: 400;
  font-size: 1rem;
}
.c-multiple-collapse .card-header .card-title .c-multiple-collapse__single__group span {
  font-size: 1rem;
}
.c-multiple-collapse .card-header .card-title--last {
  cursor: default;
}
.c-multiple-collapse .card-header .card-title--last .dropdown {
  right: 20px;
}
.c-multiple-collapse .card-header .card-title--last:after {
  display: none;
}
.c-multiple-collapse .card-header .collapsed {
  color: #042f6a !important;
}
.c-multiple-collapse--padding {
  padding-top: 1.25rem !important;
}

.c-create-remove__button-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .c-create-remove__button-wrap .c-create-remove__button-group {
    justify-content: flex-start;
  }
  .c-create-remove__button-wrap .c-create-remove__button-group:first-of-type {
    margin-bottom: 10px;
  }
  .c-create-remove__button-wrap .c-create-remove__button-group button {
    width: 50%;
  }
}
@media (max-width: 475px) {
  .c-create-remove__button-wrap .c-create-remove__button-group {
    flex-direction: column;
  }
  .c-create-remove__button-wrap .c-create-remove__button-group button {
    width: 100%;
  }
  .c-create-remove__button-wrap .c-create-remove__button-group button:first-of-type {
    margin-bottom: 10px;
  }
}
.c-create-remove__button-wrap--down {
  display: flex;
  align-items: flex-end;
}
.c-create-remove__button-group {
  display: flex;
}
.c-create-remove__button-group button {
  margin-right: 10px;
}
.c-create-remove__button-group button:last-of-type {
  margin-right: 0;
}
.c-create-remove__button-group--right {
  justify-content: flex-end;
}
.c-create-remove__button-group--no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .c-create-remove__button-group--no-padding button {
    width: 100% !important;
  }
}
.c-create-remove__single {
  width: calc(100% - 10px);
  margin: 10px auto;
  padding: 15px 25px;
  border-radius: 5px;
  background: #f2f3f8;
  position: relative;
}
.c-create-remove__single svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: -10px;
  display: none;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.15);
  border-radius: 50%;
}
.c-create-remove__single__button {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.c-create-remove__single__button button {
  margin-left: 10px;
}
.c-create-remove__single__button button:first-of-type {
  margin-left: 0;
}
.c-create-remove__single--added {
  background: #bbecd2;
}
.c-create-remove__single--added svg {
  display: block;
}

.c-create-edit-form .custom-file-label {
  text-align: left !important;
}
.c-create-edit-form .col-form-label {
  text-align: right;
}
.c-create-edit-form--radio {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-create-edit-form--radio {
    display: block;
    margin-bottom: 1rem;
  }
  .c-create-edit-form--radio .kt-radio-list {
    flex-direction: column;
  }
}
.c-create-edit-form--radio .kt-radio-list {
  display: flex;
  margin-top: 7px !important;
}
.c-create-edit-form--radio .kt-radio-list label {
  margin-right: 2rem;
}
.c-create-edit-form--radio .kt-radio-list label:last-of-type {
  margin-right: 0;
}
.c-create-edit-form--half .col-form-label {
  text-align: left !important;
  padding-left: 0;
}
.c-create-edit-form--half .form-group {
  margin-bottom: 1rem;
}
.c-create-edit-form--half .kt-portlet__body {
  padding: 15px 25px;
}
@media (max-width: 1024px) {
  .c-create-edit-form--half .kt-portlet__body {
    padding: 10px 15px;
  }
}

.c-info .form-group {
  margin-bottom: 1rem;
}

.c-info__single {
  align-items: flex-start;
}
.c-info__single--column {
  flex-direction: column;
}
.c-info__single--left .c-info__single__title {
  text-align: left;
}
.c-info__single img {
  max-width: 250px;
  max-height: 250px;
  width: 100%;
}
.c-info__single__color {
  border: 2px solid #0b2f69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-info__single__color div {
  width: 50px;
  height: 30px;
  border: 2px solid white;
}

.c-breadcrumbs {
  display: flex;
  align-items: center;
}
.c-breadcrumbs ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
}
.c-breadcrumbs ul li {
  display: flex;
  align-items: center;
}
.c-breadcrumbs ul li i {
  margin: 0 5px;
  font-size: 9px;
  color: #042f6a;
}
.c-breadcrumbs ul li a {
  line-height: 1;
  color: #042f6a;
}
.c-breadcrumbs ul li:last-of-type {
  pointer-events: none;
}
.c-breadcrumbs ul li:last-of-type i {
  display: none;
}

.c-address__single {
  width: 100%;
  padding: 15px;
  background: #f2f3f8;
  border-radius: 4px;
  position: relative;
  margin-bottom: 10px;
  padding-right: 80px;
}
.c-address__single:last-of-type {
  margin: 0;
}
.c-address__single span {
  font-size: 14px;
}
.c-address__single h4 {
  font-size: 14px;
  font-weight: 600;
}
.c-address__single .c-address__action {
  position: absolute;
  right: 30px;
  top: calc(50% - 16px);
}
.c-address__single .c-address__action button {
  border: 1px solid #dbdde1;
}

.c-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-actions button, .c-actions a {
  width: calc(50% - .5rem);
  margin-bottom: 1rem;
  white-space: inherit;
}
@media screen and (max-width: 1024px) {
  .c-actions button, .c-actions a {
    width: 100%;
  }
}

.c-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.c-list li a {
  font-size: 1.1rem;
  text-decoration: underline;
  color: #042f6a;
}

.c-scan {
  position: relative !important;
  padding-left: 7rem !important;
  overflow: hidden;
}
.c-scan__header-icon {
  position: absolute;
  top: 0;
  left: 0;
  background: #042f6a;
  height: 100%;
  width: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-scan__header-icon path {
  fill: white;
}
@media screen and (max-width: 500px) {
  .c-scan--buttons {
    flex-direction: column;
    padding: 15px 15px 15px 6.5rem !important;
  }
  .c-scan--buttons .kt-portlet__head-label {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 400px) {
  .c-scan--buttons .kt-portlet__head-toolbar .kt-subheader__wrapper {
    display: flex;
    flex-direction: column;
  }
  .c-scan--buttons .kt-portlet__head-toolbar .kt-subheader__wrapper button:first-of-type {
    margin-bottom: 5px;
  }
}

.c-events {
  position: relative;
  max-height: 35rem;
  overflow-x: auto;
}
.c-events .kt-portlet__body {
  position: relative;
}
.c-events .kt-portlet__body:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #f2f3f8;
  top: 0;
  left: 25px;
}
.c-events__wrap {
  display: flex;
  flex-direction: column;
}
.c-events__single {
  display: flex;
  padding-left: 25px;
  margin-bottom: 25px;
  position: relative;
}
.c-events__single:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #646c9a;
  top: 2px;
  left: -5px;
}
.c-events__single__stamp {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  display: flex;
  flex-direction: column;
}
.c-events__single__stamp h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.c-events__single__stamp span {
  font-size: 14px;
}
.c-events__single__stamp small {
  font-size: 14px;
}
.c-events__single__action {
  width: 100%;
  padding: 15px;
  background: #f2f3f8;
  border-radius: 4px;
  position: relative;
}
.c-events__single__action__button {
  margin-bottom: 10px;
}
.c-events__single__action__button:last-child {
  margin: 0;
}
.c-events__single__action:before {
  position: absolute;
  content: "";
  top: 15px;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f2f3f8 transparent transparent;
}
.c-events__single__action h6 {
  font-size: 14px;
  font-weight: 600;
}
.c-events__single__action h6 a {
  text-decoration: underline;
}
.c-events__single__action div {
  display: flex;
  flex-direction: column;
}
.c-events__single__action div p {
  margin: 0 5px 0 0;
}
.c-events__single__action div a {
  text-decoration: underline;
}
.c-events__single__action ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dfe2e7;
  padding-bottom: 10px;
}
.c-events__single__action ul li {
  width: 25%;
  padding-right: 15px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  word-break: break-word;
}
@media screen and (max-width: 750px) {
  .c-events__single__action ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .c-events__single__action ul li {
    width: 100%;
    padding-right: 0;
  }
}
.c-events__single__action ul li span {
  font-weight: 300 !important;
}
.c-events__single__row {
  display: flex;
  align-items: center !important;
  flex-direction: row !important;
  margin-bottom: 5px;
}
.c-events__single__row:last-of-type {
  margin-bottom: 0;
}
.c-events__single__row div {
  width: 1.25rem;
  height: 1.25rem;
  max-width: 1.25rem;
  max-height: 1.25rem;
  margin-right: 0.75rem;
}
.c-events__single__row div i {
  font-size: 0.9rem !important;
  font-weight: 700;
}

.custom-notify {
  padding: 0;
  border: none !important;
  overflow: hidden;
  background-color: #053a83 !important;
  min-width: 350px !important;
  max-width: 450px !important;
}
@media (max-width: 600px) {
  .custom-notify {
    max-width: calc(100% - 30px) !important;
    left: 0;
    right: 0 !important;
    margin: auto !important;
  }
}
.custom-notify__container {
  position: relative;
  padding: 1.5rem 4rem 1.7rem 2rem;
}
.custom-notify__wrap {
  display: flex;
  align-items: center;
}
.custom-notify__text {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
.custom-notify__text span {
  line-height: 1;
  margin: 0 !important;
}
.custom-notify__text span:nth-of-type(2) {
  margin-top: 4px !important;
}
.custom-notify__icon {
  font-size: 2rem !important;
  margin-top: 0px !important;
  height: 100%;
}
.custom-notify .close {
  top: calc(50% - 14px) !important;
  right: 15px !important;
  font-size: 3rem !important;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin-right: 9px;
  margin-top: 1px;
}
.custom-notify .close:before {
  font-size: 1.7rem !important;
}
.custom-notify .progress {
  position: absolute;
  margin: 0 !important;
  height: 4px !important;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.custom-notify .progress .progress-bar {
  background-color: #131343 !important;
}

.c-scan-trigger {
  position: fixed;
  top: calc(50% - 32.5px);
  right: 10px;
  z-index: 111;
  transition: 0.3s all;
}
.c-scan-trigger__min {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: gray;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: -12px;
  box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.35);
  cursor: pointer;
  transition: 0.6s all;
}
.c-scan-trigger__min:hover {
  transform: scale(1.1);
}
.c-scan-trigger__min div {
  width: 10px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 9px;
  left: 5px;
}
.c-scan-trigger__min div:nth-of-type(2) {
  transform: rotate(90deg);
  opacity: 0;
}
.c-scan-trigger__icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  background-color: #002BD2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.35);
  cursor: pointer;
  transition: 0.4s all;
}
.c-scan-trigger__icon:hover {
  transform: scale(1.1);
}
.c-scan-trigger__icon svg path {
  fill: white;
}

.hideTrigger {
  transform: translateX(57px);
}
.hideTrigger .c-scan-trigger__min {
  background-color: green;
  top: 23px;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
}
.hideTrigger .c-scan-trigger__min div {
  top: 11px !important;
  left: 7px !important;
}
.hideTrigger .c-scan-trigger__min__min {
  opacity: 1 !important;
}
.hideTrigger .c-scan-trigger__icon {
  pointer-events: none;
}

.c-scan-results__intro {
  padding: 5rem 0;
}
.c-scan-results__intro h5 {
  font-weight: 300;
  text-align: center;
}
.c-scan-results__content--not-found {
  padding: 15px 25px !important;
  margin-right: 0;
  width: 100%;
}
.c-scan-results__content--not-found .content {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}
.c-scan-results__content--not-found .content div {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .c-scan-results__content--not-found .content {
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .c-scan-results__content--not-found .content i {
    margin-right: 0 !important;
    margin-bottom: 1rem !important;
  }
}
.c-scan-results__content--not-found hr {
  width: 100%;
  height: 1px;
  background-color: #e2e5ec;
}
.c-scan-results__content--not-found .btn-wrap a {
  margin: 3px 0;
}
.c-scan-results__content--not-found i {
  margin-right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #042f6a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
.c-scan-results__content--not-found p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
}
.c-scan-results__content .c-create-remove__single {
  padding-right: 9rem;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-scan-results__content .c-create-remove__single {
    margin: 0 0 0.5rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-scan-results__content .c-create-remove__single {
    padding-right: 5.5rem;
  }
}
.c-scan-results__content .c-create-remove__single .dropdown {
  position: absolute;
  top: 15px;
  right: 65px;
  border: 1px solid #222529;
  width: 3rem;
  height: 3rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 600px) {
  .c-scan-results__content .c-create-remove__single .dropdown {
    right: 15px;
    top: 60px;
  }
}
.c-scan-results__content .c-create-remove__single .dropdown button {
  width: 3rem;
  height: 3rem;
}
.c-scan-results__content .row {
  display: flex;
  flex-wrap: wrap;
}
.c-scan-results__content__action {
  position: absolute;
  top: 15px;
  right: 15px;
}
.c-scan-results__content__action button {
  border: 1px solid red;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  border-radius: 0.2rem;
  transition: 0.15s all;
}
.c-scan-results__content__action button:hover {
  background-color: red;
}
.c-scan-results__content__action button:hover span {
  color: white !important;
}
.c-scan-results__content__action button span {
  color: red;
  transition: 0.15s all;
}
.c-scan-results__content__single {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-scan-results__content__single {
    margin: 0 0 0.5rem;
  }
}
.c-scan-results__content__single small {
  font-size: 1rem;
  font-weight: 600;
}
.c-scan-results__content__single span {
  font-size: 1.2rem;
}

.c-totals {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #48465b;
  padding-top: 10px;
  margin-top: 10px;
}
.c-totals__context {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-left: 25px;
}
.c-totals__context span {
  color: #48465b;
  font-size: 14px;
  margin: 2px 0;
}
.c-totals__context span strong {
  font-weight: 600;
}
.c-totals__sum {
  display: flex;
}
@media screen and (max-width: 800px) {
  .c-totals__sum {
    justify-content: flex-end;
  }
}
.c-totals__discount {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #48465b;
  margin-right: 5px;
  padding-right: 15px;
}
@media screen and (max-width: 800px) {
  .c-totals__discount {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #48465b;
  }
}
.c-totals__discount__single {
  display: flex;
  margin: 2px;
}
@media screen and (max-width: 800px) {
  .c-totals--discount {
    flex-direction: column;
  }
}

.c-transport__single {
  background-color: #f2f3f8;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.c-transport__single:last-of-type {
  margin-bottom: 0;
}
.c-transport__single__title {
  margin-bottom: 10px;
}
.c-transport__single__title h4 {
  border-bottom: 1px solid #d1d4e6;
  padding-bottom: 5px;
  font-weight: 600;
}
.c-transport__single__subtitle {
  margin-bottom: 10px;
}
.c-transport__single__subtitle span {
  padding-bottom: 5px;
  display: block;
  border-bottom: 1px solid #d1d4e6;
  font-size: 16px;
  font-weight: 600;
}
.c-contact-person {
  background-color: #f2f3f8;
  padding: 20px;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 0 !important;
}
.c-contact-person h5 {
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #d1d4e6;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.c-transport-add__single {
  background-color: #f2f3f8;
}
.c-transport-add__single__header h5 {
  font-weight: 600;
  font-size: 18px;
}
.c-transport-add__single__context {
  border: 1px solid #d1d4e6;
  padding: 15px 10px;
  border-radius: 4px;
}
.c-transport-add__single__context span {
  font-size: 16px;
  font-weight: 500;
}

.c-product-selector {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-product-selector__single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 10px);
  border: 1px solid #ebedf2;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 10px;
}
@media screen and (max-width: 1400px) {
  .c-product-selector__single {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-product-selector__single {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-product-selector__single__name {
  padding: 0 15px 0 0;
}
.c-product-selector__single__name span {
  font-size: 14px;
  font-weight: 500;
}
.c-product-selector__single__info {
  display: flex;
  align-items: center;
}
.c-product-selector__single__info__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-product-selector__single__supply {
  font-size: 15px;
  margin: 0 15px;
  background-color: lightgray;
  color: black;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  border-radius: 5px;
  padding: 3px 5px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-product-selector__single__supply {
    position: relative;
    font-size: 13px;
  }
}
.c-product-selector__single__price {
  color: black;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.c-product-selector__single__count {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  /* Firefox */
}
.c-product-selector__single__count:last-of-type {
  margin: 0;
}
.c-product-selector__single__count button {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 5px;
  background-color: #002BD2;
  color: white;
  border: none;
  box-shadow: none;
}
.c-product-selector__single__count button i {
  font-weight: 700;
  font-size: 15px;
}
.c-product-selector__single__count input::-webkit-outer-spin-button,
.c-product-selector__single__count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-product-selector__single__count input[type=number] {
  -moz-appearance: textfield;
}
.c-product-selector__single__count input {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  margin: 0 3px;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ebedf2;
}
.c-product-selector__single__count--large {
  position: relative;
}
.c-product-selector__single__count--large small {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  font-size: 12px;
  margin: auto;
  font-weight: 600;
}
.c-product-selector__single__count--large input {
  width: 50px;
  height: 35px;
  min-width: 50px;
  min-height: 35px;
}

.c-table-totals tbody > tr > td {
  vertical-align: middle;
  font-size: 14px;
}

.c-dashboard-head-toolbar {
  display: flex;
  align-items: center;
  text-align: right;
}
.c-dashboard-head-toolbar small {
  margin-right: 5px;
}

.c-dashboard__header {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .c-dashboard__header {
    flex-direction: column;
    justify-content: center;
  }
}
.c-dashboard__filter {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .c-dashboard__filter {
    margin-bottom: 1rem;
    order: 1;
  }
}
.c-dashboard__filter .form-group {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.c-dashboard__filter .form-group div:nth-of-type(1) {
  margin-right: 0.5rem;
}
.c-dashboard__filter .form-group div:last-of-type {
  margin-right: 0;
}
.c-dashboard__filter .form-group div label {
  padding: 0;
}
.c-dashboard__filter .form-group--checkbox {
  margin-top: 5px;
}
.c-dashboard__switch {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
@media screen and (max-width: 750px) {
  .c-dashboard__switch {
    order: 2;
  }
}
.c-dashboard__switch button {
  border: none;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  border-radius: 0.25rem;
}
.c-dashboard__switch button i {
  font-size: 1.3rem;
}
.c-dashboard__switch div {
  margin: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-dashboard__switch div span {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
}
.c-dashboard__switch div small {
  font-size: 1rem;
}
.c-dashboard__body {
  overflow-x: scroll;
  padding-bottom: 1rem;
}
.c-dashboard__single {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.c-dashboard__single:last-of-type {
  border-bottom: none;
}
.c-dashboard__single__header {
  display: flex;
}
.c-dashboard__single__header h3 {
  margin: 0;
  font-size: 1.2rem;
  width: 12rem;
  max-width: 12rem;
  min-width: 12rem;
  height: 3rem;
  font-weight: 700;
  min-height: 3rem;
  max-height: 3rem;
  padding-left: 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-top: 1px solid #e3e5ea;
  border-left: 1px solid #e3e5ea;
  overflow: hidden;
}
.c-dashboard__single__header__categories {
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  display: flex;
  align-items: center;
}
.c-dashboard__single__header__categories span {
  border-top: 1px solid #e3e5ea;
  border-left: 1px solid #e3e5ea;
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  width: 7.5rem;
  font-weight: 600;
  min-width: 7.5rem;
  max-width: 7.5rem;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.c-dashboard__single__header__categories span:last-of-type {
  border-right: 1px solid #e3e5ea;
}
.c-dashboard__single__header .today {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.c-dashboard__single__header .today:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #002bd22e;
  pointer-events: none;
  z-index: 0;
  height: calc(100% * 7 + 6px);
  width: 100%;
}
.c-dashboard__single__body {
  display: flex;
}
.c-dashboard__single__body:nth-of-type(even) h4, .c-dashboard__single__body:nth-of-type(even) .c-dashboard__single__body__count__single {
  background-color: #ebedf2;
}
.c-dashboard__single__body h4 {
  overflow: hidden;
  font-size: 1.2rem;
  width: 12rem;
  max-width: 12rem;
  min-width: 12rem;
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-left: 10px;
  margin: 0;
  border-left: 1px solid #e3e5ea;
  border-bottom: 1px solid #ebedf2;
}
.c-dashboard__single__body__count {
  display: flex;
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
}
.c-dashboard__single__body__count__single {
  border-left: 1px solid #e3e5ea;
  border-bottom: 1px solid #ebedf2;
  width: 7.5rem;
  min-width: 7.5rem;
  max-width: 7.5rem;
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  display: flex;
  align-items: center;
  position: relative;
}
.c-dashboard__single__body__count__single:last-of-type {
  border-right: 1px solid #e3e5ea;
}
.c-dashboard__single__body__count__single span {
  padding-left: 10px;
  font-size: 1.7rem;
  font-weight: 700;
}
.c-dashboard__single__body__count__single small {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 5px;
}
.c-dashboard__single__body__count .warning {
  background-color: orange !important;
  border-bottom: 1px solid orange;
  cursor: pointer;
}
.c-dashboard__single__body__count .warning span {
  text-decoration: underline;
}
.c-dashboard__single__body__count .danger {
  background-color: red;
  border-bottom: 1px solid red;
  animation: blink-red 1.5s infinite;
  cursor: pointer;
}
.c-dashboard__single__body__count .danger span {
  text-decoration: underline;
}
.c-dashboard__single--large .c-dashboard__single__body__count, .c-dashboard__single--large .c-dashboard__single__header__categories {
  width: 100%;
}
.c-dashboard__single--large .c-dashboard__single__header h3, .c-dashboard__single--large .c-dashboard__single__body h4 {
  width: 14rem;
  max-width: 14rem;
  min-width: 14rem;
}
.c-dashboard__single--large .c-dashboard__single__body__count__single, .c-dashboard__single--large .c-dashboard__single__header__categories span {
  width: calc(100% / 7);
  min-width: 7.5rem;
  max-width: 150px;
}

.c-table-actions {
  margin-top: 1rem;
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 1rem;
}

.selectedRow {
  background-color: #ebedf2;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #e2e5ec;
  margin: 10px 0;
}

.c-actions-portlet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
@media screen and (max-width: 850px) {
  .c-actions-portlet {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.c-actions-portlet__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.c-actions-portlet__buttons a, .c-actions-portlet__buttons button {
  margin: 2.5px;
}

@-webkit-keyframes blink-red {
  0%, 49% {
    background-color: red;
  }
  50%, 100% {
    border-bottom: 1px solid #e3e5ea;
    background-color: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .c-user-header .dropdown {
    display: flex !important;
    align-items: center;
    margin-left: 0 !important;
  }
  .c-user-header .dropdown .show {
    width: 100vh;
    left: 0 !important;
    top: 50px !important;
    transform: none !important;
    position: fixed !important;
    border-radius: 0;
  }

  .c-user-header {
    margin-right: 0 !important;
  }

  .kt-header__topbar-item--search svg path {
    fill: white !important;
    opacity: 1;
  }

  .kt-header__topbar-wrapper .kt-header__topbar-user {
    display: flex;
    margin-left: 15px;
  }
  .kt-header__topbar-wrapper .kt-header__topbar-user .dropdown-inline {
    margin-left: 0 !important;
  }
  .kt-header__topbar-wrapper .kt-header__topbar-user .kt-badge--username {
    color: white;
  }
  .kt-header__topbar-wrapper .kt-header__topbar-user .flaticon-more:before {
    color: white;
  }
}
@media screen and (max-width: 767px) {
  .c-info__single__title {
    text-align: left;
  }

  .c-create-edit-form .form-group {
    margin-bottom: 1rem;
  }
  .c-create-edit-form .col-form-label {
    text-align: left;
  }

  .c-info__single {
    margin-bottom: 1rem;
  }
}

/*# sourceMappingURL=overwrite.css.map */
