.status-filter-wrap {
    border: 1px solid rgb(149, 151, 153);
    border-radius: 5px;
    padding: 3px;
    margin: 0;
  }
  .status-filter-wrap .statistics-btn-grp {
    gap: 0;
  }
  .statistics-btn-grp {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .status-filter-wrap .statistics-btn-grp span {
    background: transparent;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 14px;
    color: #939598;
  }
  .statistics-btn-grp label span {
    font-size: 12px;
    color: var(--title-clr);
    text-transform: capitalize;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 15px;
    display: block;
    background: #f2f2f2;
  }
  .statistics-btn-grp label input:checked ~ span {
    background: #939598;
    color: #fff;
    font-weight: 700;
  }

  span.twitter-typeahead{
    width:100% !important;
  }
    
  span.twitter-typeahead input{
    width:100%;
  }

  .image-container img
  {
    cursor:pointer;
  }

  .selected-img{
    border: 1px solid #89868d;
    box-shadow: 1px 0 1px 4px;  
  }
.iti{width:100%}
.iti--show-flags
{
  z-index: 5;
  background-color: #FFF;
}
.image-container {
  display: none;
}

.fw-5{
    font-weight: 500;
}

.fw-4{
    font-weight: 400;
}

.custom-form-label{
    font-size: 13px !important;
    font-weight: 500 !important;
}
.image-container img {
    
  width: 150px;
  height: 120px;
  border-radius: 5px;
  object-fit: cover;
  margin-bottom: 10px; /* Add some margin between images */
  margin-right: 1rem;
}

    .form-group label{
     font-size:18px;
     font-weight: 600;
    }
    .form-group input{
        width: 100%;
        /* padding: .375rem .75rem; */

        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;
    }
    .form-group input:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }    