.cr-button-protec {
  @rootParent: .cr-button-protec;
  border-radius: 0;
  font-family: @font-family;
  font-size: 16px;
  height: 44px;

  @{rootParent}&--secondary {
    border: 1px solid #2c3b38;
  }

  @{rootParent}&--primary {
    background: #1b1d20;
    color: white;
    font-family: "Mulish";
    font-weight: 700;
  }

  &:disabled {
    background: #a3adb7;
    color: @btn-primary-color;
    border: 1px solid #f5f5f5 !important;
  }
  &:disabled:hover {
    background: #a3adb7 !important;
    color: white !important;
  }
}
.cr-button-protec.ant-btn-sm {
  height: 32px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px !important;
}

.cr-button-protec.ant-btn-lg {
  height: 46px !important;
  font-size: 16px !important;
}
