.login_wrapper {
  right: 0;
  margin: 5% auto 0;
  max-width: 350px;
  position: relative;
}
.login_wrapper .login_form {
  position: absolute;
  top: 0;
  width: 100%;
}
.login_wrapper .login_content {
  margin: 0 auto;
  padding: 25px 0 0;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  min-width: 280px;
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 0.5px solid #ccc;
  cursor: pointer;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.dashHomeLogo{
  pointer-events: none;
}

.filter_dashboard{
  background: #edf1f9;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #bdc4d1;
}
.filter_dashboard form{}
.filter_dashboard .dflex{
  display: flex;
  justify-content: space-between;
}
.filter_dashboard form .item{
  width: 100%;
}
.filter_dashboard form .item label{
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}
.filter_dashboard form .item select{
  padding: 6px;
  border-radius: 6px;
  border-color: #c9c9c9;
  font-size: 14px;
  width: 95%;
}
.filter_dashboard .input-date{
  padding: 3px;
}
.input-description{
  font-size: 13px;
  background: #ced4da;
  padding: 7px 11px;
  border-radius: 0px 0px 6px 6px;
  margin: 0px 10px 0px;
}

.filter_tag{
  background: #dce0e9;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #b8b9bb;
  font-size: 14px;
}

.filter_tag_title{
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #bdbdbd;
  padding-top: 7px;
}

.filter_tag_list{
  list-style:none;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom: 0px;
}

.remove_tag{
  margin-left:5px;
  text-decoration:none;
  font-weight:bold;
  color:red;
  cursor: pointer;
}
.remove_tag:hover{
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}

.apply-filter{
  width: 100%;
  margin: 10px 0 0;
  background: #0d6efd !important;
  color: white !important;
}
.apply-filter:hover{
  background-color: #0752c1 !important;
  cursor: pointer !important;
}

.payment_storage{
  padding: 20px;
  background: #ffebeb !important;
  border-color: red !important;
  color: #6f0000 !important;
  font-size: 14px;
}
.payment_storage b{
  color: red;
}
.free_storage{
  padding: 20px;
  background: #e8ffec !important;
  border-color: #61a875 !important;
  color: #0f8b10 !important;
  font-size: 14px;
}