.navbar>.container {
  width: 100%;
}

.navbar-header {
  position: relative;
}

.navbar-title {
  color: white;
  margin-left: 32px;
}

.navbar-brand-custom {
  position: absolute;
  top: 10px;
  left: 57px;
  height: 100%;
  transform: translateX(-10px);
  overflow: visible;
  align-items: normal;
}

@media (min-width: 1200px) {
  .navbar-brand-custom {
    left: 32px;
  }
}

.home-pageHeader-container {
  height: 100%;
}

.home-pageHeader-container img {
  width: auto;
  height: 100%;
  max-width: 100%;
}

.home-header-text {
  position: absolute;
  height: 50px;
  bottom: 0;
  padding-top: 20px;
  margin-left: 15px;
}

/* .svg-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.svg-overlay svg {
  width: 100%;
  height: 100%;
} */


.page-header {
  margin: 0px;
}

.page-text-topLeft {
  background-color: #90908F;
}

.page-text-topLeft>.container {
  margin: 0px;
}

.page-text-topLeft>.container>.columnBlockLayout>h1 {
  padding-top: 20px;
}


footer .footer-top {
  min-height: 28px;
  bottom: 0;
  position: fixed;
}

.wrapper-body {
  min-height: calc(100% - 28px);
  margin-bottom: 0px;
}

.search-box {
  background-color: transparent;
  display: flex;
  /* align-items: center; */
  width: 100%;
  /* max-width: 400px; */
  border: 1px solid #90908F;
  border-radius: 5px;
  padding-left: 1rem;
  box-sizing: border-box;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  /* padding-left: 1rem; */
  /* to prevent text in the search box to expand past the magnifying glass icon */
  padding-right: 30px;
}

.search-button {
  border: none;
  /* background-color: transparent; */
  background-color: #D15C05;
  border-top-right-radius: 5px !important; 
  border-bottom-right-radius: 5px !important; 
  color: #fff;
  cursor: pointer;
  /* margin-left: 0.5rem; */
  /* width: 100%;
    height: 100%; */
}

.button-filter {
  /* display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px; */
  border: 1px solid #90908F;
  border-radius: 5px;
  box-sizing: border-box;
  margin-left: 10px;
  /* margin-top: 5px; */
  padding-left: 1rem;
  width: calc(100% - 10px);
}

.button-filter-apply {
  border: none;
  /* background-color: transparent; */
  background-color: #D15C05;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  /* margin-left: 0.5rem; */
  /* width: 100%;
    height: 100%; */
}

/* .search-button svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: #fff;
  }
  
  .search-button:hover svg {
    fill: #000;
  } */

.card {
  /* border-radius: 10px; */
  /* border: none; */
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: pointer;
  /* padding: 20px; */
  margin-bottom: 10px;
  padding: 20px;
}

.card:hover {
  background-color: #ebae80e3;
}

.card-header {
  background-color: #fff;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-status-field-colored {
  background-color: #FAE5BA;
  border-radius: 10px;
  /* padding: 5px; */
  color: #3F3F3C;
  text-align: center;
}

.card-status-field-default {
  text-align: center;
}

.card-title {
  font-weight: bold;
  color: #B85105;
  margin-bottom: 5px;
}

.card-text {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .display-mobile {
    display: none !important;
  }

  .display-desktop {
    display: flex;
  }

  .card {
    border-radius: 0px;
  }

  .navbar-brand-logo {
    height: auto;
    width: 67px;
  }

  .navbar-title {
    font-size: 22px;
  }

  .order-cards-container {
    margin: auto 30px;
  }

  .order-cards-container .row {
    display: flex;
  }

  .order-cards-container .row>div {
    width: 10%;
  }

  .order-search-filters-container {
    margin: 15px;
    /* width: 100%; */
  }

  .order-cards-container-header {
    background-color: #3F3F3C;
    color: #fff;
    /* font-weight: bold; */
    /* padding: 10px 15px; */
  }

  .order-cards-container .row {
    padding: 10px 15px;
  }

  .search-box-container {
    padding-left: 15px;
  }

  .home-orders-list {
    margin-top: 400px;
  }
}

@media (max-width: 767px) {
  body[data-page-id="page-orders"] {
    background-color: #90908F;
  }

  .display-mobile {
    display: flex;
  }

  .display-desktop {
    display: none !important;
  }

  .button-filter {
    margin-top: 5px;
  }

  .card {
    border-radius: 10px;
  }

  .card-body .row {
    display: flex;
    flex-wrap: wrap;
  }

  .card-body .row>div {
    width: 50%;
  }

  .navbar-brand-logo {
    height: auto;
    width: 30px;
  }

  .navbar-title {
    font-size: 22px;
  }

  .order-cards-container {
    margin: auto 10px;
    /* width: 100%; */
  }

  .order-search-filters-container {
    /* margin: auto 15px; */
    margin-right: 0px;
    margin-bottom: 10px;
    /* width: 100%; */
  }

  .order-cards-container-header {
    display: none;
    /* flex-wrap: wrap; */
  }

  .search-box-container {
    padding-left: 25px;
  }

  .button-filter-apply {
    width: 100%;
  }

  .filters-apply-btn {
    margin-left: 1rem;
  }

  .filters-active {
    margin-left: 10px;
    width: 100%;
  }

  .home-orders-list {
    margin: 10px;
  }
}

.filters-active {
  display: flex;
  height: 30px;
  width: 290px;
}

.filters-active label {
  font-weight: normal;
  margin-right: 10px;
}

.filters-active .toggle {
  height: 20px;
}

.toggle {
  position: relative;
  display: inline-block;
  height: 34px;
  width: 50px;
  vertical-align: middle;
}

.toggle span {
  display: inline-flex;
  height: 100%;
}

.toggle input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
