.cr-button-protec-custom {
  @rootParent: .cr-button-protec-custom;

  border-radius: 0;
  font-family: @font-family;
  font-size: 16px;
  height: 44px;

  @{rootParent}.ant-btn{
    font-weight: 400;
  }

  @{rootParent}.ant-btn-sm {
    height: 32px;
  }
  
  @{rootParent}.ant-btn-lg {
    height: 46px;
    font-size: 16px;  
  }

  @{rootParent}&--ai {
    font-weight: 400;
    height: 35px;
    padding: 0;
    font-size: 14px;
    padding: 5px 13.4px;
    border-radius: 4px;
    background: #f8f9f8;
    text-transform: uppercase;
    border-color: #c0c4c3;
  }

  @{rootParent}&--ai-gradient-pink {
    background: linear-gradient(90deg, #BE64C0 0%, #F6956C 100%), #D9D9D9;
    border: none;
    font-size: 16px;
    font-family: Mulish;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color:white;
    &:disabled {
      background: #d9d9d9!important;
      color: white!important;
    }
  }

  
}
