@homeTitlePrefixCls: cylon-home-search-bar;

.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: @home-top-search-box-height;
    flex-grow: 1;
    background-color: white;
    border-radius: @home-top-search-border-radius;
    margin-left: @home-top-search-box-margin-left ;
    margin-right: @home-top-search-box-margin-right;
  }

  & &-placeholder {
    font-size: @home-top-placeholder-font-size
      /* 14/50 */
    ;
    color: @home-top-placeholder-color;
    margin-left: @home-top-placeholder-margin-left
      /* 12/50 */
    ;
  }

  & &-search-icon {
    width: @home-top-icon-width;
    height: @home-top-icon-height;
    margin-right: @home-top-search-box-margin-right ;
  }

  & &-message-icon {
    width: @home-top-icon-width;
    height: @home-top-icon-height;
    margin-right: @home-top-search-box-margin-right ;
  }

  & &-home {
    width: @home-top-icon-width;
    height: @home-top-icon-height;
    margin-right: @home-top-search-box-margin-right ;
  }

  & &-home-logo {
    width: @home-logo-icon-width;
    height: @home-logo-icon-height;
  }

  & &-top {
    display: flex;
    justify-content: space-between;
    padding-left: @top-padding-left;
    margin-bottom: 10*@hd;
  }

  & &-btn {}
}
