.cylon-bottom-dialog{
  max-height: 80%;
  width: 100%;
  .am-modal-content{
    border-radius: 12px 12px 0 0  !important;
  }
 
  & &-content{
 
    height:100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    
  }
  & &-content-title_box{
    position: relative;
    display: flex;
    height:56px ;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
  }
  & &-title{
 
    font-size: @bottom-dialog-title-size;
    font-weight: @bottom-dialog-title-weight;
    color: rgba(0, 0, 0, 0.85);
    align-self: center;
  }
  & &-close-icon{

    position: absolute;
    align-self: center;
    right: @bottom-dialog-icon-right;
    height: @bottom-dialog-icon-size;
    width: @bottom-dialog-icon-size;
  }

 

}
