.SearchList {
  margin-left: 90px;
  background: white;
  height: 100%;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  &__bar {
    background: white;
    height: 64px;
    display: flex;
    align-items: center;
    padding: 12px 23px;

    &__imgcontainer {
      width: 40px;
      height: 40px;
      position: relative;

      img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
      }

      &__status_circle {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #00e676;
        border: 3px solid white;
        bottom: 0;
        right: 0;
        position: absolute;
      }
    }

    &__name {
      font-family: Inter;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
      color: #000000;
      padding-left: 16px;
      margin: 0;
    }

    &__panels {
      :global .ant-tabs-nav {
      }
      :global .ant-tabs-tab {
        padding: 0px 0px 20px 0px !important;
      }
      :global .ant-tabs-tab-btn {
        font-family: Inter;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
      }
    }

    &__settings {
      display: flex;
      justify-content: flex-start;
      border-bottom: 1px solid #d9d9d9;
      padding-bottom: 15px;

      &__options {
        padding: 0px 20px;
      }
    }
  }

  &__icons {
    &__downarrow {
      font-size: 10px;
    }
  }

  &__not_found_msg {
    width: 100%;
    text-align: center;
    margin: 50% 0;
  }

  &__query_messages_container {
    max-height: 621px;
    overflow: auto;
    background: white;

    &__inner_area {
      direction: ltr;
    }
  }
}
