.new-cylon-home-search-bar {
  display: flex;
  flex-direction: column;
  // align-items: center;
  // width: 100%;
  // justify-content: space-between;
  background-color: transparent;
  // padding-left: @home-top-padding-left;
  // padding-right: @home-top-padding-right;
  // margin-bottom: @home-top-margin-bottom;
  // height: @home-top-height;
  // margin-top: @home-top-margin-top;

  & &-search-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    flex-grow: 1;
    background-color: #FFFFFF;
    border: 1px solid #C4C4C4;
    // border-radius: @home-top-search-border-radius;
    margin-left: 16px;
    margin-right: 16px;
  }

  & &-placeholder {
    font-size: 14px
      /* 14/50 */
    ;
    color: #7B7B7B;
    margin-left: 12px
      /* 12/50 */
    ;
  }

  & &-search-icon {
    width: 18px;
    height: 18px;
    margin-right: 13px;
  }

  & &-message-wrap {
    position: relative;
  }
  
  & &-message-icon {
    width: 18px;
    height: 20px;
    margin-right: 19px;
  }

  & &-message-num {
    display: inline-block;
    padding: 1px 2px;
    border: 1px solid #FFFFFF;
    position: absolute;
    top: 1px;
    left: 13px;
    font-size: 6px;
    font-family: var(--regular-font);
    color: #FFFFFF;
    text-align: center;
    line-height: 5px;
  }

  & &-home {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }

  & &-home-logo {
    // width: 180px;
    height: 38px;
  }

  & &-top {
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    height: 38px;
  }

  & &-btn {}
}
