.sugg_profile img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    object-fit: cover;
    border: 1px solid gainsboro;
  }

  .Users-suggestion-box {
    width: 100%;
    position: absolute !important;
    top: 2.2rem;
    z-index: 5;
  }

  .Users-name-suggestion-list {
    padding: 1rem 2rem;
    max-height: 200px;
    overflow-x: clip;
    overflow-y: scroll;
    cursor: pointer;
  }

  .users-sugg-select {
    border-radius: 5px;

  }

  .users-sugg-select,
  .users-sugg-select label {
    cursor: pointer;
  }

  .items-gap {
    gap: 10px;
  }

  .search-form {
    /*position: absolute;*/
    /*background: #14274E;*/
    width: 100%;
    border-radius: 1%;
    /*   padding: 23px 0 21px;
        /*margin-top: 220px;*/
  }

  .search-form select,
  .search-form input {
    background-color: #f7f7f7;
    color: black;
    border: 4px solid #14274e;
    width: 100%;
    height: 46px;
    margin: 0;
    font: 10pt "Open Sans", sans-serif;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
  }

  .search-results tbody .term {
    white-space: normal;
  }

  /* label {
        display: block !important;
        font-size: 12px;
        font-weight: 600;
    } */

  .create_term_modal:hover {
    color: #fff;
  }

  .select-btn {
    width: auto;
    border: 1px solid #198754;
    color: #198754;
    margin-top: 0.5rem;
    border-radius: 0.2rem;
    transition: 0.51s ease-in-out !important;
  }

  .select-btn:hover {
    transform: scale(1.05);
    z-index: 5;
    cursor: pointer;
  }

  .modal-xl {
    max-width: 80%;
  }

  .additional-modal label.custom-label {
    font-size: 10px !important;
    font-weight: 400 !important;
  }

  .search-form button {
    /* background: #f7f7f7; */
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
    margin-top: 0.8rem;
  }

  input:focus {
    outline: none;
  }

  #modal-term-new .modal-body {
    padding: 1rem 2rem 1rem !important;
  }

  .term-search-input .suggestion-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
    border: 1px solid #14274e;
    height: 15rem;
  }

  .term-search-input.active .suggestion-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
  }

  .suggestion-box button {
    list-style: none;
    padding: 8px 12px;

    width: 50%;
    cursor: pointer;
    border-radius: 3px;
  }

  .term-search-input.active .suggestion-box li {
    display: block;
  }

  .sugg-row:hover {
    background: #efefef;
  }

  .term-search-input .icon {
    position: absolute;
    right: 15px;
    top: 20px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #14274e;
    cursor: pointer;
  }

  .occup_img {
    width: 60px;
    height: 50px;
  }

  .sugg-row {
    cursor: pointer;
    padding: 5px;
    z-index: 5;
    width: 100%;
  }

  .select-type-results {
    width: auto;
    height: auto;
    border: 1px solid grey;
    border-radius: 5px;
  }

  .occup_img {
    width: 60px;
    height: 50px;
  }

  h1,
  h1,
  h3,
  h4,
  h5 {
    color: #14274e;
  }

  .noHover {
    pointer-events: none;
  }

  #prepared {
    width: 20px;
    height: 20px;
    border: 1px solid #f5db31;
    box-shadow: outset 0px 0px 12px #f5db31;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5db31;
    color: #14274e;
  }

  .modal-header {
    /* display: flex; */
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }

  .divider {
    border-left: 2px solid #e0e0e0;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 92px; */
  }

  .badge-secondary {
    font-size: 0.5rem;
    border-radius: 0.25rem !important;
    margin-bottom: 2px;
    padding: 4px 7px;
    font-weight: normal;
    text-align: left;
    white-space: normal !important;
  }

  .modal-content {
    border: 1px solid #dee2e6;
  }

  .term_badge_warpper {
    position: relative;
    display: inline-block;
    background-color: red;
  }

  #create_term_modal {
    width: 100%;
  }

  .remove_span {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tableFixHead {
    overflow: auto;
    max-height: 300px;
  }

  .tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .pill-click {
    cursor: pointer;
  }

  .badge {
    cursor: pointer;
  }

  .btn-primary:disabled {
    color: #fff;
    background-color: gray;
    border-color: gray;
  }

  /* loading btn */
  .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }

  .ball {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    animation: 1500ms bounce ease infinite;
  }

  .yellow {
    background-color: #ffbe00;
    animation-delay: 0.25s;
  }

  .red {
    background-color: #c7381e;
    animation-delay: 0.5s;
  }

  .green {
    background-color: #00990d;
    animation-delay: 0.75s;
  }

  /* address dropdown styles start*/
  .address-dropdown {
    position: relative;
    cursor: pointer
  }

  .address-dropdown>a {
    display: flex;
    align-items: center;
    gap: 2px;
    height: 35px;
    text-decoration: none;
  }

  .address-dropdown>a>img {
    width: 20px !important;
  }

  /* .dropdown-menu{
    opacity: 1;
    visibility: visible;

  } */
  .address-dropdown-menu>a {
    font-size: 14px;
    padding: 12px 20px;
  }

  .address-dropdown-menu>a:hover {
    background: #f5f5f5;
  }

  .address-dropdown-menu {
    position: absolute;
    /* top:60px; */
    /* right:-20px; */
    left: 60px;
    display: grid;
    width: 80%;
    padding: 8px 0;
    background: #ffffff;
    /* height:200px; */
    /* overflow-y: scroll; */
    /* overflow: hidden; */

    border-radius: 10px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 40px 40px rgb(0 0 0 / 6%);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
    z-index: 1070;
  }

  .address-dropdown-menu::before {
    content: "";
    background: inherit;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    position: absolute;
    top: -7px;
    left: 22px;
    width: 12px;
    height: 12px;
    rotate: -45deg;
    z-index: 1070;
  }

  .address-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
  }

  /* address dropdown styles end*/

  @keyframes bounce {
    50% {
      transform: translateY(12px);
    }
  }

  /* skeleton animation  */
  .skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
  }

  @keyframes skeleton-loading {
    0% {
      background-color: hsl(200, 20%, 80%);
    }

    100% {
      background-color: hsl(200, 20%, 95%);
    }
  }

  .skeleton-text {
    width: 90%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
  }

  .skeleton-org-name {
    width: 90%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
  }

  .skeleton-term-desc {
    width: 75%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
  }

  .skeleton-state,
  .skeleton-city {
    width: 70%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
  }

  .skeleton-term {
    width: 30%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
  }

  