a {
  cursor: pointer;
}
.loader_outer_view {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999 !important;
  background: #ffffff85;
  display: flex;
  justify-content: center;
  top: 0;
}
.loader_outer_view .loader_inner {
  height: 100vh;
  position: absolute;
  top: 0;
  padding-top: 20%;
  text-align: center;
}
.loader_outer_view .spinner-border {
  height: 80px;
  width: 80px;
}
.loader_outer_view .spinnerText {
  font-size: 40px;
  text-align: center;
  margin-top: 10px;
  color: #4B49AC;
}
.form-label {
  text-align: left;
  padding-left: 10px;
  margin-bottom: 5px;
}
form {
  text-align: left;
}
.form-elements-wrapper {
  margin-bottom: 20px;
}
.item-flex {
  display: flex;
}
.item-flex > div {
  flex: 1;
  margin-right: -10px;
}
.item-flex > div.flex2 {
  flex: 2;
}
.item-flex > div.flex_none {
  flex: 0;
  margin-right: -20px;
}
.item-flex .addBtn {
  border: 1px solid #f1f1f1;
  color: black;
  text-decoration: none;
  padding: 12px;
  position: relative;
  top: 13px;
}
.card {
  cursor: pointer;
  border: 1px solid #f1f1f1 !important;
}
.card .card-header {
  /*  border: 1px solid #ddd !important;
      padding: 0.8rem 1rem;
  */
  border: 1px solid #f1f1f1 !important;
  padding: 0.75rem 0.7rem;
  background: white;
  font-size: 15px;
  text-transform: uppercase;
}
.card .card-body.small {
  padding: 20px 10px;
}
.rowFlex {
  display: flex;
}
.rowFlex > div {
  width: 100%;
}
.rowFlex button {
  margin-left: 10px;
}
.rowFlex .d1 {
  width: 100%;
}
.rowFlex .d1.mr10 {
  margin-right: 10px;
}
.rowFlex .d2 {
  width: 100%;
  margin-left: 10px;
}
a.plus_btn {
  border: 1px solid #e5e5e5;
  height: 45px;
  width: 45px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: #555;
}
.custom_card .custom_header {
  padding: 14px;
  margin-top: 10px;
  border: 1px solid #f1f1f1;
  border-top-right-radius: 5px;
  border-left: 5px solid;
  color: #555;
  margin-bottom: 0;
}
.custom_card .custom_header:before {
  font-size: 15px;
  margin-right: 10px;
}
.custom_card .custom_body {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 20px;
  border-radius: 2px;
}
.navbar-brand-wrapper {
  border-bottom: 1px solid #ffffff14;
  border-right: 1px solid #f1f1f1;
}
.arrow_cls {
  transition-duration: 0.5s;
  transition-property: transform;
  margin-right: 5px;
}
.nav-link:not(.collapsed) .arrow_cls {
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
}
.mb50 {
  margin-bottom: 30px;
}
.empty_btn {
  height: 36px;
  width: 36px;
  background-color: #CDDBFC !important;
  font-weight: 300 !important;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  border-radius: 50px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #2A70FE !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  margin-right: 5px;
}
.empty_btn .fa {
  font-size: 16px;
  opacity: 0.8;
}
.add_item_box > .row {
  --bs-gutter-x: 20px !important;
}
.add_item_box .form-label {
  font-size: 12px !important;
}
.add_item_box .form-control {
  padding: 0.74rem 0.75rem !important;
}
.flexRow {
  display: flex;
  flex-direction: row;
}
.alignCenter {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search-filters {
  border-radius: 40px;
}

.search-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .search-wrap {
  width: 9%;
} */

.sort-wrap {
  width: 18%;
}